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

1 2

  /external/llvm/lib/Target/PTX/
PTXFrameLowering.cpp 19 void PTXFrameLowering::emitPrologue(MachineFunction &MF) const {
PTXFrameLowering.h 36 void emitPrologue(MachineFunction &MF) const;
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 33 void emitPrologue(MachineFunction &MF) const;
SparcFrameLowering.cpp 29 void SparcFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.h 33 /// responsible for rounding up the stack frame (probably at emitPrologue
39 void emitPrologue(MachineFunction &MF) const;
MBlazeFrameLowering.cpp 341 void MBlazeFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.h 38 void emitPrologue(MachineFunction &MF) const;
MipsFrameLowering.cpp 129 void MipsFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 35 void emitPrologue(MachineFunction &MF) const;
ARMFrameLowering.h 36 void emitPrologue(MachineFunction &MF) const;
Thumb1FrameLowering.cpp 46 void Thumb1FrameLowering::emitPrologue(MachineFunction &MF) const {
ARMFrameLowering.cpp 130 void ARMFrameLowering::emitPrologue(MachineFunction &MF) const {
140 "This emitPrologue does not support Thumb1!");
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.h 37 void emitPrologue(MachineFunction &MF) const;
SPUFrameLowering.cpp 91 void SPUFrameLowering::emitPrologue(MachineFunction &MF) const {
112 && "SPURegisterInfo::emitPrologue: FrameSize not aligned");
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 35 void emitPrologue(MachineFunction &MF) const;
MSP430FrameLowering.cpp 41 void MSP430FrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.h 31 void emitPrologue(MachineFunction &MF) const;
XCoreFrameLowering.cpp 91 void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const {
118 report_fatal_error("emitPrologue Frame size too big: " + Twine(FrameSize));
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 31 void emitPrologue(MachineFunction &MF) const;
HexagonFrameLowering.cpp 76 void HexagonFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 101 /// responsible for rounding up the stack frame (probably at emitPrologue
109 virtual void emitPrologue(MachineFunction &MF) const = 0;
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 41 void emitPrologue(MachineFunction &MF) const;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 38 void emitPrologue(MachineFunction &MF) const;
49 /// responsible for rounding up the stack frame (probably at emitPrologue
PPCFrameLowering.cpp 254 void PPCFrameLowering::emitPrologue(MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 691 TFI.emitPrologue(Fn);

Completed in 431 milliseconds

1 2