Lines Matching refs:RegInfo
437 const PPCRegisterInfo *RegInfo = in determineFrameLayout() local
446 unsigned LR = RegInfo->getRARegister(); in determineFrameLayout()
455 !RegInfo->hasBasePointer(MF)) { // No special alignment. in determineFrameLayout()
524 const PPCRegisterInfo *RegInfo = in replaceFPWithRealFP() local
526 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()
527 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
564 const PPCRegisterInfo *RegInfo = in emitPrologue() local
609 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()
612 unsigned BPReg = RegInfo->getBaseRegister(MF); in emitPrologue()
923 const PPCRegisterInfo *RegInfo = in emitEpilogue() local
956 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
959 unsigned BPReg = RegInfo->getBaseRegister(MF); in emitEpilogue()
1163 const PPCRegisterInfo *RegInfo = in processFunctionBeforeCalleeSavedScan() local
1168 unsigned LR = RegInfo->getRARegister(); in processFunctionBeforeCalleeSavedScan()
1190 if (!BPSI && RegInfo->hasBasePointer(MF)) { in processFunctionBeforeCalleeSavedScan()
1346 const PPCRegisterInfo *RegInfo = in processFunctionBeforeFrameFinalized() local
1348 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()