Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp390 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
391 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
392 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
706 if (HasBP) { in emitPrologue()
723 if (HasBP && MaxAlign > 1) in emitPrologue()
833 if (HasBP) in emitPrologue()
885 if (HasBP && HasRedZone) { in emitPrologue()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp238 bool HasBP = hasBP(MF); in emitPrologue() local
239 if (HasBP) { in emitPrologue()
255 if (HasBP) { in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp746 bool HasBP = false; in emitPrologue() local
932 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()
953 assert((!HasBP || (FuncInfo->SGPRForBPSaveRestoreCopy || in emitPrologue()
957 assert((HasBP || (!FuncInfo->SGPRForBPSaveRestoreCopy && in emitPrologue()