Home
last modified time | relevance | path

Searched refs:NumFPRs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3983 const unsigned NumFPRs = 13; in needStackSlotPassParameters() local
3988 unsigned AvailableFPRs = NumFPRs; in needStackSlotPassParameters()
5043 const unsigned NumFPRs = 13; in LowerCall_64SVR4() local
5045 const unsigned NumQFPRs = NumFPRs; in LowerCall_64SVR4()
5085 if (++NumFPRsUsed <= NumFPRs) in LowerCall_64SVR4()
5096 if (++NumFPRsUsed <= NumFPRs) in LowerCall_64SVR4()
5362 bool NeedGPROrStack = isVarArg || FPR_idx == NumFPRs; in LowerCall_64SVR4()
5366 if (FPR_idx != NumFPRs) in LowerCall_64SVR4()
5745 const unsigned NumFPRs = 13; in LowerCall_Darwin() local
5848 if (FPR_idx != NumFPRs) { in LowerCall_Darwin()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4480 const unsigned NumFPRs = 13; in needStackSlotPassParameters() local
4485 unsigned AvailableFPRs = NumFPRs; in needStackSlotPassParameters()
5571 const unsigned NumFPRs = useSoftFloat() ? 0 : 13; in LowerCall_64SVR4() local
5573 const unsigned NumQFPRs = NumFPRs; in LowerCall_64SVR4()
5582 unsigned AvailableFPRs = NumFPRs; in LowerCall_64SVR4()
5641 if (++NumFPRsUsed <= NumFPRs) in LowerCall_64SVR4()
5652 if (++NumFPRsUsed <= NumFPRs) in LowerCall_64SVR4()
5923 bool NeedGPROrStack = isVarArg || FPR_idx == NumFPRs; in LowerCall_64SVR4()
5927 if (FPR_idx != NumFPRs) in LowerCall_64SVR4()
6302 const unsigned NumFPRs = 13; in LowerCall_Darwin() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp3138 const unsigned NumFPRs = 13; in LowerCall_Darwin() local
3242 if (FPR_idx != NumFPRs) { in LowerCall_Darwin()