Searched refs:NumGPRs (Results 1 – 1 of 1) sorted by relevance
4714 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local5948 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local5992 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()[all …]