Lines Matching refs:NumGPRs
4523 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
4526 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
5625 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5636 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
5671 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
5679 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
5812 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
5844 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5855 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
5887 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5921 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5950 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5988 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) { in LowerCall_64SVR4()
6095 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
6151 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
6356 const unsigned NumGPRs = array_lengthof(GPR_32); in LowerCall_Darwin() local
6394 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6425 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6444 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6467 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
6473 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){ in LowerCall_Darwin()
6485 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
6487 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && in LowerCall_Darwin()
6512 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
6530 if (GPR_idx == NumGPRs) in LowerCall_Darwin()