Lines Matching refs:NumGPRs
4868 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local
4871 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
6160 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local
6170 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
6204 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6212 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6335 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6367 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6378 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6397 if ((NumGPRs - GPR_idx) * PtrByteSize < Size) in LowerCall_64SVR4()
6403 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6437 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6468 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6506 else if (GPR_idx != NumGPRs && !IsFastCall) { in LowerCall_64SVR4()
6612 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()