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