Lines Matching refs:NumFPRs
4524 const unsigned NumFPRs = 13; in needStackSlotPassParameters() local
4529 unsigned AvailableFPRs = NumFPRs; in needStackSlotPassParameters()
5626 const unsigned NumFPRs = useSoftFloat() ? 0 : 13; in LowerCall_64SVR4() local
5628 const unsigned NumQFPRs = NumFPRs; in LowerCall_64SVR4()
5637 unsigned AvailableFPRs = NumFPRs; in LowerCall_64SVR4()
5696 if (++NumFPRsUsed <= NumFPRs) in LowerCall_64SVR4()
5707 if (++NumFPRsUsed <= NumFPRs) in LowerCall_64SVR4()
5978 bool NeedGPROrStack = isVarArg || FPR_idx == NumFPRs; in LowerCall_64SVR4()
5982 if (FPR_idx != NumFPRs) in LowerCall_64SVR4()
6357 const unsigned NumFPRs = 13; in LowerCall_Darwin() local
6458 if (FPR_idx != NumFPRs) { in LowerCall_Darwin()