Lines Matching refs:NumGPRs
4799 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
4826 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
4949 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
4981 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
4993 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
5025 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5060 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5090 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5126 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) { in LowerCall_64SVR4()
5235 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
5293 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
5501 const unsigned NumGPRs = array_lengthof(GPR_32); in LowerCall_Darwin() local
5539 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5571 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5591 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5614 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
5621 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){ in LowerCall_Darwin()
5634 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
5636 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && in LowerCall_Darwin()
5661 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
5680 if (GPR_idx == NumGPRs) in LowerCall_Darwin()