Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp2244 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
2290 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A 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()
H A DWebAssemblyFrameLowering.h72 bool hasBP(const MachineFunction &MF) const;
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp43 bool LoongArchFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in LoongArchFrameLowering
310 if (hasBP(MF)) { in emitPrologue()
411 if (hasBP(MF)) in determineCalleeSaves()
510 FrameReg = hasBP(MF) ? LoongArchABI::getBPReg() : LoongArch::R3; in getFrameIndexReference()
H A DLoongArchFrameLowering.h53 bool hasBP(const MachineFunction &MF) const;
H A DLoongArchRegisterInfo.cpp98 if (TFI->hasBP(MF)) in getReservedRegs()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp45 bool CSKYFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in CSKYFrameLowering
206 if (hasBP(MF)) { in emitPrologue()
372 if (hasBP(MF)) in determineCalleeSaves()
605 FrameReg = hasBP(MF) ? getBPReg(STI) : CSKY::R14; in getFrameIndexReference()
616 FrameReg = hasBP(MF) ? getBPReg(STI) : CSKY::R14; in getFrameIndexReference()
H A DCSKYFrameLowering.h65 bool hasBP(const MachineFunction &MF) const;
H A DCSKYRegisterInfo.cpp52 if (TFI->hasBP(MF)) in getReservedRegs()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h39 bool hasBP(const MachineFunction &MF) const;
H A DMipsFrameLowering.cpp103 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in MipsFrameLowering
H A DMipsSEFrameLowering.cpp549 if (hasBP(MF)) { in emitPrologue()
787 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference()
878 if (hasBP(MF)) in determineCalleeSaves()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h47 bool hasBP(const MachineFunction &MF) const;
H A 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()
H A DRISCVRegisterInfo.cpp103 if (TFI->hasBP(MF)) in getReservedRegs()