Lines Matching refs:HasBP
395 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
396 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
397 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()
538 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local
547 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()
647 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
707 if (HasBP) { in emitPrologue()
724 if (HasBP && MaxAlign > 1) in emitPrologue()
834 if (HasBP) in emitPrologue()
893 if (HasBP && HasRedZone) { in emitPrologue()
904 (HasBP && MaxAlign > 1) || isLargeFrame; in emitPrologue()
937 if (HasBP && MaxAlign > 1) { in emitPrologue()
1034 if (HasBP) { in emitPrologue()
1065 if (HasBP) { in emitPrologue()
1090 if (HasBP) { in emitPrologue()
1110 if (HasBP) { in emitPrologue()
1144 if (HasBP) { in emitPrologue()
1169 if (!HasBP && needsCFI) { in emitPrologue()
1264 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe() local
1350 assert(HasBP && "The function is supposed to have base pointer when its " in inlineStackProbe()
1446 if (HasBP && MaxAlign > 1) { in inlineStackProbe()
1566 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() local
1616 if (HasBP) { in emitEpilogue()
1713 if (HasRedZone && HasBP) { in emitEpilogue()
1736 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()
1823 if (HasBP) in emitEpilogue()