Searched refs:NumGPRs (Results 1 – 1 of 1) sorted by relevance
4628 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local4631 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()5888 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local5899 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()5934 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()5942 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()6075 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()6107 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()6118 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()6150 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()[all …]