Lines Matching refs:HasBP
527 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
528 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
529 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg; in replaceFPWithRealFP()
669 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
722 if (HasBP) { in emitPrologue()
743 if (HasBP && MaxAlign > 1) in emitPrologue()
781 if (HasBP) in emitPrologue()
807 if (HasBP) { in emitPrologue()
814 if (HasBP && MaxAlign > 1) { in emitPrologue()
867 if (HasBP) { in emitPrologue()
901 if (HasBP) { in emitPrologue()
926 if (!HasBP && needsCFI) { in emitPrologue()
1010 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() local
1049 if (HasBP) { in emitEpilogue()
1122 } else if (!isLargeFrame && !HasBP && !MFI->hasVarSizedObjects()) { in emitEpilogue()
1158 if (HasBP) in emitEpilogue()