Searched refs:NumGPRs (Results 1 – 2 of 2) sorted by relevance
4997 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local5000 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()6286 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local6296 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()6330 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()6338 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()6461 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()6493 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()6504 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()6523 if ((NumGPRs - GPR_idx) * PtrByteSize < Size) in LowerCall_64SVR4()[all …]
394 unsigned NumGPRs = 0; in homogeneousPrologEpilog() local399 if (NumGPRs % 2 != 0) in homogeneousPrologEpilog()404 ++NumGPRs; in homogeneousPrologEpilog()