Searched refs:NumGPRs (Results 1 – 2 of 2) sorted by relevance
4868 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local6160 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local6204 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()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()[all …]
338 unsigned NumGPRs = 0; in homogeneousPrologEpilog() local343 if (NumGPRs % 2 != 0) in homogeneousPrologEpilog()348 ++NumGPRs; in homogeneousPrologEpilog()