Searched refs:FPR_idx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1992 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0; local
2207 if (FPR_idx != Num_FPR_Regs) {
2211 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
2213 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
2216 ++FPR_idx;
3286 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0; local
3469 if (FPR_idx != NumFPRs) {
3470 RegsToPass.push_back(std::make_pair(FPR[FPR_idx++], Arg));

Completed in 94 milliseconds