Home
last modified time | relevance | path

Searched refs:VEFrameLowering (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp127 VEFrameLowering::VEFrameLowering(const VESubtarget &ST) in VEFrameLowering() function in VEFrameLowering
132 void VEFrameLowering::emitPrologueInsns(MachineFunction &MF, in emitPrologueInsns()
180 void VEFrameLowering::emitEpilogueInsns(MachineFunction &MF, in emitEpilogueInsns()
223 void VEFrameLowering::emitSPAdjustment(MachineFunction &MF, in emitSPAdjustment()
271 void VEFrameLowering::emitSPExtend(MachineFunction &MF, MachineBasicBlock &MBB, in emitSPExtend()
305 void VEFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
374 MachineBasicBlock::iterator VEFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
389 void VEFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
418 bool VEFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl()
427 bool VEFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
[all …]
H A DVESubtarget.h45 VEFrameLowering FrameLowering;
52 const VEFrameLowering *getFrameLowering() const override { in getFrameLowering()
H A DVEFrameLowering.h23 class VEFrameLowering : public TargetFrameLowering {
25 explicit VEFrameLowering(const VESubtarget &ST);
H A DVESubtarget.cpp51 const VEFrameLowering *TFL = getFrameLowering(); in getAdjustedFrameSize()
H A DVERegisterInfo.cpp488 const VEFrameLowering &TFI = *getFrameLowering(MF); in eliminateFrameIndex()
H A DVEInstrInfo.cpp1091 const VEFrameLowering &TFL = *STI.getFrameLowering(); in expandGetStackTopPseudo()
H A DVEISelLowering.cpp2224 const VEFrameLowering *TFI = Subtarget->getFrameLowering(); in emitEHSjLjSetJmp()