Lines Matching refs:NumGPRs
3982 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
3985 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
5042 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5069 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
5195 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
5227 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5239 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
5271 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5306 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5336 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5372 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) { in LowerCall_64SVR4()
5481 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
5539 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
5744 const unsigned NumGPRs = array_lengthof(GPR_32); in LowerCall_Darwin() local
5782 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5814 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5834 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5857 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5864 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){ in LowerCall_Darwin()
5877 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
5879 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && in LowerCall_Darwin()
5904 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
5923 if (GPR_idx == NumGPRs) in LowerCall_Darwin()