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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2881 const unsigned Num_FPR_Regs = 13; local
2883 const unsigned Num_QFPR_Regs = Num_FPR_Regs;
2894 unsigned AvailableFPRs = Num_FPR_Regs;
3080 if (FPR_idx != Num_FPR_Regs) {
3283 const unsigned Num_FPR_Regs = 13; local
3490 if (FPR_idx != Num_FPR_Regs) {

Completed in 231 milliseconds