Lines Matching refs:NumGPRs
4760 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
4763 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
6013 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
6023 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
6057 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6065 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6188 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6220 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6231 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6250 if ((NumGPRs - GPR_idx) * PtrByteSize < Size) in LowerCall_64SVR4()
6256 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6290 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6321 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6359 else if (GPR_idx != NumGPRs && !IsFastCall) { in LowerCall_64SVR4()
6465 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()