Lines Matching defs:NumGPRs
4999 const unsigned NumGPRs = std::size(GPR);
5002 const unsigned ParamAreaSize = NumGPRs * PtrByteSize;
6290 const unsigned NumGPRs = std::size(GPR);
6300 unsigned ParamAreaSize = NumGPRs * PtrByteSize;
6334 if (NumGPRsUsed > NumGPRs)
6342 if (++NumGPRsUsed <= NumGPRs)
6465 GPR_idx = std::min(GPR_idx, NumGPRs);
6497 if (GPR_idx != NumGPRs) {
6508 if (GPR_idx == NumGPRs && Size < 8) {
6527 if ((NumGPRs - GPR_idx) * PtrByteSize < Size)
6533 if (Size < 8 && GPR_idx != NumGPRs) {
6567 if (GPR_idx != NumGPRs) {
6598 if (GPR_idx != NumGPRs) {
6636 else if (GPR_idx != NumGPRs && !IsFastCall) {
6742 if (GPR_idx == NumGPRs)