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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 5727     unsigned ParamAreaSize = NumGPRs * PtrByteSize;
 5762         if (NumGPRsUsed > NumGPRs)
 5770           if (++NumGPRsUsed <= NumGPRs)
 5903       GPR_idx = std::min(GPR_idx, NumGPRs);
 5935         if (GPR_idx != NumGPRs) {
 5946       if (GPR_idx == NumGPRs && Size < 8) {
 5978       if (Size < 8 && GPR_idx != NumGPRs) {
 6012         if (GPR_idx != NumGPRs) {
 6041       if (GPR_idx != NumGPRs) {
 6079       else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) {
 6186           if (GPR_idx == NumGPRs)
 6242           if (GPR_idx == NumGPRs)