HomeSort by relevance Sort by last modified time
    Searched refs:emitEpilogue (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.h 34 virtual void emitEpilogue(MachineFunction &MF,
NVPTXFrameLowering.cpp 74 void NVPTXFrameLowering::emitEpilogue(MachineFunction &MF,
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 33 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
SparcFrameLowering.cpp 70 void SparcFrameLowering::emitEpilogue(MachineFunction &MF,
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.h 40 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
MBlazeFrameLowering.cpp 386 void MBlazeFrameLowering::emitEpilogue(MachineFunction &MF,
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.h 28 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
MipsSEFrameLowering.h 29 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
Mips16FrameLowering.cpp 46 void Mips16FrameLowering::emitEpilogue(MachineFunction &MF,
MipsSEFrameLowering.cpp 122 void MipsSEFrameLowering::emitEpilogue(MachineFunction &MF,
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 36 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
ARMFrameLowering.h 37 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
Thumb1FrameLowering.cpp 200 void Thumb1FrameLowering::emitEpilogue(MachineFunction &MF,
350 // Special epilogue for vararg functions. See emitEpilogue
  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.h 38 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
SPUFrameLowering.cpp 188 void SPUFrameLowering::emitEpilogue(MachineFunction &MF,
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 36 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
MSP430FrameLowering.cpp 106 void MSP430FrameLowering::emitEpilogue(MachineFunction &MF,
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.h 31 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
XCoreFrameLowering.cpp 212 void XCoreFrameLowering::emitEpilogue(MachineFunction &MF,
239 report_fatal_error("emitEpilogue Frame size too big: " + Twine(FrameSize));
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 32 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
HexagonFrameLowering.cpp 171 void HexagonFrameLowering::emitEpilogue(MachineFunction &MF,
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 110 virtual void emitEpilogue(MachineFunction &MF,
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 42 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 39 void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 697 TFI.emitEpilogue(Fn, *I);

Completed in 6828 milliseconds

1 2