Searched refs:NumFPRs (Results 1 – 1 of 1) sorted by relevance
4524 const unsigned NumFPRs = 13; in needStackSlotPassParameters() local4529 unsigned AvailableFPRs = NumFPRs; in needStackSlotPassParameters()5626 const unsigned NumFPRs = useSoftFloat() ? 0 : 13; in LowerCall_64SVR4() local5628 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[all …]