Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
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()
DVEFrameLowering.h43 bool hasBP(const MachineFunction &MF) const;
DVEISelLowering.cpp2244 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
2290 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp93 bool WebAssemblyFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in WebAssemblyFrameLowering
111 bool NeedsFixedReference = !hasBP(MF) || HasFixedSizedObjects; in hasFP()
241 assert(!I->getOperand(0).getImm() && (hasFP(MF) || hasBP(MF)) && in eliminateCallFramePseudoInstr()
285 bool HasBP = hasBP(MF); in emitPrologue()
341 if (hasBP(MF)) { in emitEpilogue()
DWebAssemblyFrameLowering.h72 bool hasBP(const MachineFunction &MF) const;
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsFrameLowering.h39 bool hasBP(const MachineFunction &MF) const;
DMipsFrameLowering.cpp103 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in MipsFrameLowering
DMipsSEFrameLowering.cpp549 if (hasBP(MF)) { in emitPrologue()
787 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference()
878 if (hasBP(MF)) in determineCalleeSaves()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVFrameLowering.h47 bool hasBP(const MachineFunction &MF) const;
DRISCVFrameLowering.cpp240 bool RISCVFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in RISCVFrameLowering
598 if (hasBP(MF)) { in emitPrologue()
776 if (hasBP(MF)) { in getFrameIndexReference()
885 if (hasBP(MF)) in determineCalleeSaves()
DRISCVRegisterInfo.cpp103 if (TFI->hasBP(MF)) in getReservedRegs()