Home
last modified time | relevance | path

Searched refs:hasBP (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp175 if (hasBP(MF)) in emitPrologueInsns()
199 if (hasBP(MF)) in emitEpilogueInsns()
365 if (hasBP(MF)) { in emitPrologue()
430 bool VEFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in VEFrameLowering
462 if (hasBP(MF)) in getFrameIndexReference()
493 if (isLeafProc(MF) && !hasBP(MF)) { in determineCalleeSaves()
H A DVEFrameLowering.h43 bool hasBP(const MachineFunction &MF) const;
H A DVEISelLowering.cpp2019 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
2065 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp46 bool WebAssemblyFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in WebAssemblyFrameLowering
64 bool NeedsFixedReference = !hasBP(MF) || HasFixedSizedObjects; in hasFP()
194 assert(!I->getOperand(0).getImm() && (hasFP(MF) || hasBP(MF)) && in eliminateCallFramePseudoInstr()
238 bool HasBP = hasBP(MF); in emitPrologue()
294 if (hasBP(MF)) { in emitEpilogue()
H A DWebAssemblyFrameLowering.h66 bool hasBP(const MachineFunction &MF) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h35 bool hasBP(const MachineFunction &MF) const;
H A DMipsFrameLowering.cpp102 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in MipsFrameLowering
H A DMipsSEFrameLowering.cpp549 if (hasBP(MF)) { in emitPrologue()
786 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference()
877 if (hasBP(MF)) in determineCalleeSaves()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h44 bool hasBP(const MachineFunction &MF) const;
H A DRISCVFrameLowering.cpp228 bool RISCVFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in RISCVFrameLowering
512 if (hasBP(MF)) { in emitPrologue()
647 if (hasBP(MF)) { in getFrameIndexReference()
781 if (hasBP(MF)) in determineCalleeSaves()
H A DRISCVRegisterInfo.cpp95 if (TFI->hasBP(MF)) in getReservedRegs()