Lines Matching refs:RegInfo
438 const PPCRegisterInfo *RegInfo = in determineFrameLayout() local
447 unsigned LR = RegInfo->getRARegister(); in determineFrameLayout()
456 !RegInfo->hasBasePointer(MF)) { // No special alignment. in determineFrameLayout()
525 const PPCRegisterInfo *RegInfo = in replaceFPWithRealFP() local
527 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()
528 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
624 const PPCRegisterInfo *RegInfo = in emitPrologue() local
669 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()
672 unsigned BPReg = RegInfo->getBaseRegister(MF); in emitPrologue()
990 const PPCRegisterInfo *RegInfo = in emitEpilogue() local
1010 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
1013 unsigned BPReg = RegInfo->getBaseRegister(MF); in emitEpilogue()
1230 const PPCRegisterInfo *RegInfo = in determineCalleeSaves() local
1235 unsigned LR = RegInfo->getRARegister(); in determineCalleeSaves()
1256 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves()
1411 const PPCRegisterInfo *RegInfo = in processFunctionBeforeFrameFinalized() local
1413 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()