/freebsd/contrib/llvm-project/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 | 2240 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp() 2286 if (TFI->hasBP(*MF)) { in emitEHSjLjSetJmp()
|
/freebsd/contrib/llvm-project/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() 249 assert(!I->getOperand(0).getImm() && (hasFP(MF) || hasBP(MF)) && in eliminateCallFramePseudoInstr() 293 bool HasBP = hasBP(MF); in emitPrologue() 349 if (hasBP(MF)) { in emitEpilogue()
|
H A D | WebAssemblyFrameLowering.h | 72 bool hasBP(const MachineFunction &MF) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 43 bool LoongArchFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in LoongArchFrameLowering 294 if (hasBP(MF)) { in emitPrologue() 388 if (hasBP(MF)) in determineCalleeSaves() 487 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 | 99 if (TFI->hasBP(MF)) in getReservedRegs()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFrameLowering.h | 35 bool hasBP(const MachineFunction &MF) const;
|
H A D | MipsFrameLowering.cpp | 102 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in MipsFrameLowering
|
H A D | MipsSEFrameLowering.cpp | 548 if (hasBP(MF)) { in emitPrologue() 786 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference() 877 if (hasBP(MF)) in determineCalleeSaves()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.h | 42 bool hasBP(const MachineFunction &MF) const;
|
H A D | RISCVFrameLowering.cpp | 321 bool RISCVFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in RISCVFrameLowering 747 if (hasBP(MF)) { in emitPrologue() 938 if (hasBP(MF)) { in getFrameIndexReference() 1045 if (hasBP(MF)) in determineCalleeSaves()
|
H A D | RISCVRegisterInfo.cpp | 125 if (TFI->hasBP(MF)) in getReservedRegs()
|