Searched refs:VEFrameLowering (Results 1 – 7 of 7) sorted by relevance
127 VEFrameLowering::VEFrameLowering(const VESubtarget &ST) in VEFrameLowering() function in VEFrameLowering132 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 …]
45 VEFrameLowering FrameLowering;52 const VEFrameLowering *getFrameLowering() const override { in getFrameLowering()
23 class VEFrameLowering : public TargetFrameLowering {25 explicit VEFrameLowering(const VESubtarget &ST);
51 const VEFrameLowering *TFL = getFrameLowering(); in getAdjustedFrameSize()
488 const VEFrameLowering &TFI = *getFrameLowering(MF); in eliminateFrameIndex()
1091 const VEFrameLowering &TFL = *STI.getFrameLowering(); in expandGetStackTopPseudo()
2224 const VEFrameLowering *TFI = Subtarget->getFrameLowering(); in emitEHSjLjSetJmp()