Lines Matching refs:HasBP
391 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
392 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
393 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()
534 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local
543 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()
644 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
704 if (HasBP) { in emitPrologue()
721 if (HasBP && MaxAlign > 1) in emitPrologue()
831 if (HasBP) in emitPrologue()
890 if (HasBP && HasRedZone) { in emitPrologue()
901 (HasBP && MaxAlign > 1) || isLargeFrame; in emitPrologue()
934 if (HasBP && MaxAlign > 1) { in emitPrologue()
1031 if (HasBP) { in emitPrologue()
1062 if (HasBP) { in emitPrologue()
1087 if (HasBP) { in emitPrologue()
1107 if (HasBP) { in emitPrologue()
1141 if (HasBP) { in emitPrologue()
1166 if (!HasBP && needsCFI) { in emitPrologue()
1262 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe() local
1348 assert(HasBP && "The function is supposed to have base pointer when its " in inlineStackProbe()
1448 if (HasBP && MaxAlign > 1) { in inlineStackProbe()
1571 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() local
1621 if (HasBP) { in emitEpilogue()
1718 if (HasRedZone && HasBP) { in emitEpilogue()
1741 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()
1828 if (HasBP) in emitEpilogue()