reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 3626           classifyRegCallStructType(FI.getReturnType(), NeededInt, NeededSSE);
 3627       if (FreeIntRegs >= NeededInt && FreeSSERegs >= NeededSSE) {
 3628         FreeIntRegs -= NeededInt;
 3662       it->info = classifyRegCallStructType(it->type, NeededInt, NeededSSE);
 3664       it->info = classifyArgumentType(it->type, FreeIntRegs, NeededInt,
 3671     if (FreeIntRegs >= NeededInt && FreeSSERegs >= NeededSSE) {
 3672       FreeIntRegs -= NeededInt;