Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp537 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local
538 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()
539 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()
680 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local
688 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()
754 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local
814 if (HasBP) { in emitPrologue()
835 if (HasBP && MaxAlign > 1) in emitPrologue()
901 if (HasBP) in emitPrologue()
930 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-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp158 bool HasBP = hasBP(MF); in emitPrologue() local
159 if (HasBP) { in emitPrologue()
176 if (HasBP) { in emitPrologue()