Searched refs:NumGPRs (Results 1 – 2 of 2) sorted by relevance
4982 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local4985 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()6273 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local6283 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()6317 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()6325 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()6448 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()6480 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()6491 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()6510 if ((NumGPRs - GPR_idx) * PtrByteSize < Size) in LowerCall_64SVR4()[all …]
363 unsigned NumGPRs = 0; in homogeneousPrologEpilog() local368 if (NumGPRs % 2 != 0) in homogeneousPrologEpilog()373 ++NumGPRs; in homogeneousPrologEpilog()