Searched defs:NumFPRs (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3138 const unsigned NumFPRs = 13; local
3242 if (FPR_idx != NumFPRs) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3983 const unsigned NumFPRs = 13; local
3988 unsigned AvailableFPRs = NumFPRs;
5043 const unsigned NumFPRs = 13; local
5045 const unsigned NumQFPRs = NumFPRs;
5085 if (++NumFPRsUsed <= NumFPRs)
5096 if (++NumFPRsUsed <= NumFPRs)
5362 bool NeedGPROrStack = isVarArg || FPR_idx == NumFPRs;
5366 if (FPR_idx != NumFPRs)
5745 const unsigned NumFPRs = 13; local
5848 if (FPR_idx != NumFPRs) {
[all...]

Completed in 1356 milliseconds