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.cpp130 VEFrameLowering::VEFrameLowering(const VESubtarget &ST) in VEFrameLowering() function in VEFrameLowering
135 void VEFrameLowering::emitPrologueInsns(MachineFunction &MF, in emitPrologueInsns()
183 void VEFrameLowering::emitEpilogueInsns(MachineFunction &MF, in emitEpilogueInsns()
226 void VEFrameLowering::emitSPAdjustment(MachineFunction &MF, in emitSPAdjustment()
274 void VEFrameLowering::emitSPExtend(MachineFunction &MF, MachineBasicBlock &MBB, in emitSPExtend()
308 void VEFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
377 MachineBasicBlock::iterator VEFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
392 void VEFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
421 bool VEFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
430 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.cpp53 const VEFrameLowering *TFL = getFrameLowering(); in getAdjustedFrameSize()
H A DVERegisterInfo.cpp492 const VEFrameLowering &TFI = *getFrameLowering(MF); in eliminateFrameIndex()
H A DVEInstrInfo.cpp1093 const VEFrameLowering &TFL = *STI.getFrameLowering(); in expandGetStackTopPseudo()
H A DVEISelLowering.cpp2239 const VEFrameLowering *TFI = Subtarget->getFrameLowering(); in emitEHSjLjSetJmp()