Home
last modified time | relevance | path

Searched refs:HasBP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp395 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp293 bool HasBP = hasBP(MF); in emitPrologue()
294 if (HasBP) { in emitPrologue()
310 if (HasBP) { in emitPrologue()
285 bool HasBP = hasBP(MF); emitPrologue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1113 bool HasBP = false; in emitPrologue() local
1195 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()
1221 assert((!HasBP || BPSaved) && in emitPrologue()
1224 assert((HasBP || !BPSaved) && "Saved BP but didn't need it"); in emitPrologue()