Lines Matching refs:HasBP
526 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
527 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
528 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg; in replaceFPWithRealFP()
609 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
659 if (HasBP) { in emitPrologue()
680 if (HasBP && MaxAlign > 1) in emitPrologue()
718 if (HasBP) in emitPrologue()
744 if (HasBP) { in emitPrologue()
751 if (HasBP && MaxAlign > 1) { in emitPrologue()
804 if (HasBP) { in emitPrologue()
838 if (HasBP) { in emitPrologue()
863 if (!HasBP && needsCFI) { in emitPrologue()
956 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() local
991 if (HasBP) { in emitEpilogue()
1059 } else if (!isLargeFrame && !HasBP && !MFI->hasVarSizedObjects()) { in emitEpilogue()
1096 if (HasBP) in emitEpilogue()