reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64FrameLowering.cpp
 1321 void AArch64FrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/AMDGPU/R600FrameLowering.h
   25   void emitEpilogue(MachineFunction &MF,
lib/Target/AMDGPU/SIFrameLowering.cpp
  828 void SIFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/ARC/ARCFrameLowering.cpp
  240 void ARCFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/ARM/ARMFrameLowering.cpp
  770 void ARMFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/ARM/Thumb1FrameLowering.cpp
  470 void Thumb1FrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/AVR/AVRFrameLowering.cpp
  144 void AVRFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/BPF/BPFFrameLowering.cpp
   28 void BPFFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/Hexagon/HexagonFrameLowering.h
   40   void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const
lib/Target/Lanai/LanaiFrameLowering.cpp
  178 void LanaiFrameLowering::emitEpilogue(MachineFunction & /*MF*/,
lib/Target/MSP430/MSP430FrameLowering.cpp
  106 void MSP430FrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/Mips/Mips16FrameLowering.cpp
   91 void Mips16FrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/Mips/MipsSEFrameLowering.cpp
  688 void MipsSEFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/NVPTX/NVPTXFrameLowering.cpp
   74 void NVPTXFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/PowerPC/PPCFrameLowering.cpp
 1371 void PPCFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/RISCV/RISCVFrameLowering.cpp
  231 void RISCVFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/Sparc/SparcFrameLowering.cpp
  220 void SparcFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/SystemZ/SystemZFrameLowering.cpp
  473 void SystemZFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  225 void WebAssemblyFrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/X86/X86FrameLowering.cpp
 1590 void X86FrameLowering::emitEpilogue(MachineFunction &MF,
lib/Target/XCore/XCoreFrameLowering.cpp
  343 void XCoreFrameLowering::emitEpilogue(MachineFunction &MF,
unittests/CodeGen/MachineInstrTest.cpp
   45   void emitEpilogue(MachineFunction &MF,

References

lib/CodeGen/PrologEpilogInserter.cpp
 1101     TFI.emitEpilogue(MF, *RestoreBlock);
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
   93       TFI.emitEpilogue(MF, *I);