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()
535 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local
544 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()
643 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
703 if (HasBP) { in emitPrologue()
720 if (HasBP && MaxAlign > 1) in emitPrologue()
830 if (HasBP) in emitPrologue()
882 if (HasBP && HasRedZone) { in emitPrologue()
916 if (HasBP && MaxAlign > 1) { in emitPrologue()
1017 if (HasBP) { in emitPrologue()
1048 if (HasBP) { in emitPrologue()
1073 if (HasBP) { in emitPrologue()
1089 if (HasBP) { in emitPrologue()
1123 if (HasBP) { in emitPrologue()
1148 if (!HasBP && needsCFI) { in emitPrologue()
1250 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe() local
1336 assert(HasBP && "The function is supposed to have base pointer when its " in inlineStackProbe()
1433 if (HasBP && MaxAlign > 1) { in inlineStackProbe()
1554 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() local
1604 if (HasBP) { in emitEpilogue()
1701 if (HasRedZone && HasBP) { in emitEpilogue()
1724 } else if (!isLargeFrame && !HasBP && !MFI.hasVarSizedObjects()) { in emitEpilogue()
1811 if (HasBP) in emitEpilogue()