Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp389 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
390 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
391 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()
642 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
701 if (HasBP) { in emitPrologue()
718 if (HasBP && MaxAlign > 1) in emitPrologue()
812 if (HasBP) in emitPrologue()
841 if (HasBP && HasRedZone) { in emitPrologue()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp525 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
526 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
527 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg; in replaceFPWithRealFP()
670 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local
677 return IsLargeFrame && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()
745 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
804 if (HasBP) { in emitPrologue()
825 if (HasBP && MaxAlign > 1) in emitPrologue()
894 if (HasBP) in emitPrologue()
921 if (HasBP) { in emitPrologue()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp564 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
565 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
566 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()
707 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local
715 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()
828 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
889 if (HasBP) { in emitPrologue()
910 if (HasBP && MaxAlign > 1) in emitPrologue()
1018 if (HasBP) in emitPrologue()
1047 if (HasBP && HasRedZone) { in emitPrologue()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp183 bool HasBP = hasBP(MF); in emitPrologue() local
184 if (HasBP) { in emitPrologue()
201 if (HasBP) { in emitPrologue()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp238 bool HasBP = hasBP(MF); in emitPrologue() local
239 if (HasBP) { in emitPrologue()
255 if (HasBP) { in emitPrologue()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp864 bool HasBP = false; in emitPrologue() local
1053 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()
1074 assert((!HasBP || (FuncInfo->SGPRForBPSaveRestoreCopy || in emitPrologue()
1078 assert((HasBP || (!FuncInfo->SGPRForBPSaveRestoreCopy && in emitPrologue()