Lines Matching refs:NumGPRs
4714 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
4717 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
5948 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5958 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
5992 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6000 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6123 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6155 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6166 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6198 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6232 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6260 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6298 else if (GPR_idx != NumGPRs && !IsFastCall) { in LowerCall_64SVR4()
6404 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()