Lines Matching refs:NumGPRs

4628   const unsigned NumGPRs = array_lengthof(GPR);  in needStackSlotPassParameters()  local
4631 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
5888 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5899 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
5934 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
5942 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6075 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6107 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6118 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6150 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6184 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6213 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6251 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) { in LowerCall_64SVR4()
6358 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
6414 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
6619 const unsigned NumGPRs = array_lengthof(GPR_32); in LowerCall_Darwin() local
6657 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6688 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6707 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6730 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6736 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){ in LowerCall_Darwin()
6748 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
6750 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && in LowerCall_Darwin()
6775 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
6793 if (GPR_idx == NumGPRs) in LowerCall_Darwin()