Lines Matching defs:NumGPRs
4982 const unsigned NumGPRs = std::size(GPR);
4985 const unsigned ParamAreaSize = NumGPRs * PtrByteSize;
6273 const unsigned NumGPRs = std::size(GPR);
6283 unsigned ParamAreaSize = NumGPRs * PtrByteSize;
6317 if (NumGPRsUsed > NumGPRs)
6325 if (++NumGPRsUsed <= NumGPRs)
6448 GPR_idx = std::min(GPR_idx, NumGPRs);
6480 if (GPR_idx != NumGPRs) {
6491 if (GPR_idx == NumGPRs && Size < 8) {
6510 if ((NumGPRs - GPR_idx) * PtrByteSize < Size)
6516 if (Size < 8 && GPR_idx != NumGPRs) {
6550 if (GPR_idx != NumGPRs) {
6581 if (GPR_idx != NumGPRs) {
6619 else if (GPR_idx != NumGPRs && !IsFastCall) {
6725 if (GPR_idx == NumGPRs)