/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.cpp | 175 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 D | VEFrameLowering.h | 43 bool hasBP(const MachineFunction &MF) const;
|
H A D | VEISelLowering.cpp | 2244 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp() 2290 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFrameLowering.cpp | 93 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 D | WebAssemblyFrameLowering.h | 72 bool hasBP(const MachineFunction &MF) const;
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 43 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 D | LoongArchFrameLowering.h | 53 bool hasBP(const MachineFunction &MF) const;
|
H A D | LoongArchRegisterInfo.cpp | 98 if (TFI->hasBP(MF)) in getReservedRegs()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.cpp | 45 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 D | CSKYFrameLowering.h | 65 bool hasBP(const MachineFunction &MF) const;
|
H A D | CSKYRegisterInfo.cpp | 52 if (TFI->hasBP(MF)) in getReservedRegs()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsFrameLowering.h | 39 bool hasBP(const MachineFunction &MF) const;
|
H A D | MipsFrameLowering.cpp | 103 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in MipsFrameLowering
|
H A D | MipsSEFrameLowering.cpp | 549 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 D | RISCVFrameLowering.h | 47 bool hasBP(const MachineFunction &MF) const;
|
H A D | RISCVFrameLowering.cpp | 240 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 D | RISCVRegisterInfo.cpp | 103 if (TFI->hasBP(MF)) in getReservedRegs()
|