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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 5719   const unsigned NumQFPRs = NumFPRs;
 5728     unsigned AvailableFPRs = NumFPRs;
 5787             if (++NumFPRsUsed <= NumFPRs)
 5798           if (++NumFPRsUsed <= NumFPRs)
 6069       bool NeedGPROrStack = isVarArg || FPR_idx == NumFPRs;
 6073       if (FPR_idx != NumFPRs)