Searched refs:NumGPRs (Results 1 – 1 of 1) sorted by relevance
4773 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local4776 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()6023 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local6033 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()6067 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()6075 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()6198 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()6230 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()6241 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()6260 if ((NumGPRs - GPR_idx) * PtrByteSize < Size) in LowerCall_64SVR4()[all …]