Searched refs:emitPrologue (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/lib/Target/PTX/
H A DPTXFrameLowering.cpp19 void PTXFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:PTXFrameLowering
H A DPTXFrameLowering.h36 void emitPrologue(MachineFunction &MF) const;
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h38 void emitPrologue(MachineFunction &MF) const;
H A DMipsFrameLowering.cpp129 void MipsFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:MipsFrameLowering
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h33 void emitPrologue(MachineFunction &MF) const;
H A DSparcFrameLowering.cpp29 void SparcFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:SparcFrameLowering
/external/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h35 void emitPrologue(MachineFunction &MF) const;
H A DARMFrameLowering.h36 void emitPrologue(MachineFunction &MF) const;
H A DThumb1FrameLowering.cpp46 void Thumb1FrameLowering::emitPrologue(MachineFunction &MF) const { function in class:Thumb1FrameLowering
H A DARMFrameLowering.cpp130 void ARMFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:ARMFrameLowering
140 "This emitPrologue does not support Thumb1!");
/external/llvm/lib/Target/CellSPU/
H A DSPUFrameLowering.h37 void emitPrologue(MachineFunction &MF) const;
H A DSPUFrameLowering.cpp91 void SPUFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:SPUFrameLowering
112 && "SPURegisterInfo::emitPrologue: FrameSize not aligned");
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.h33 /// responsible for rounding up the stack frame (probably at emitPrologue
39 void emitPrologue(MachineFunction &MF) const;
H A DMBlazeFrameLowering.cpp341 void MBlazeFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:MBlazeFrameLowering
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h31 void emitPrologue(MachineFunction &MF) const;
H A DHexagonFrameLowering.cpp76 void HexagonFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:HexagonFrameLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h35 void emitPrologue(MachineFunction &MF) const;
H A DMSP430FrameLowering.cpp41 void MSP430FrameLowering::emitPrologue(MachineFunction &MF) const { function in class:MSP430FrameLowering
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h31 void emitPrologue(MachineFunction &MF) const;
H A DXCoreFrameLowering.cpp91 void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:XCoreFrameLowering
118 report_fatal_error("emitPrologue Frame size too big: " + Twine(FrameSize));
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h41 void emitPrologue(MachineFunction &MF) const;
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h101 /// responsible for rounding up the stack frame (probably at emitPrologue
109 virtual void emitPrologue(MachineFunction &MF) const = 0;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h38 void emitPrologue(MachineFunction &MF) const;
49 /// responsible for rounding up the stack frame (probably at emitPrologue
H A DPPCFrameLowering.cpp254 void PPCFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:PPCFrameLowering
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp691 TFI.emitPrologue(Fn);

Completed in 402 milliseconds

12