Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:FPArgRegs

3042     static const MCPhysReg FPArgRegs[] = {
3046 unsigned NumFPArgRegs = array_lengthof(FPArgRegs);
3052 FuncInfo->setVarArgsNumFPR(CCInfo.getFirstUnallocated(FPArgRegs));
3089 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(FPArgRegs[FPRIndex]);
3091 VReg = MF.addLiveIn(FPArgRegs[FPRIndex], &PPC::F8RCRegClass);