Searched refs:emitPrologue (Results 1 - 25 of 30) 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/Alpha/
H A DAlphaFrameLowering.h35 void emitPrologue(MachineFunction &MF) const;
H A DAlphaFrameLowering.cpp46 void AlphaFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:AlphaFrameLowering
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h38 void emitPrologue(MachineFunction &MF) const;
H A DMipsFrameLowering.cpp138 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.cpp47 void Thumb1FrameLowering::emitPrologue(MachineFunction &MF) const { function in class:Thumb1FrameLowering
/external/llvm/lib/Target/Blackfin/
H A DBlackfinFrameLowering.h35 void emitPrologue(MachineFunction &MF) const;
H A DBlackfinFrameLowering.cpp43 void BlackfinFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:BlackfinFrameLowering
/external/llvm/lib/Target/CellSPU/
H A DSPUFrameLowering.h37 void emitPrologue(MachineFunction &MF) const;
H A DSPUFrameLowering.cpp90 void SPUFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:SPUFrameLowering
111 && "SPURegisterInfo::emitPrologue: FrameSize not aligned");
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.h34 /// responsible for rounding up the stack frame (probably at emitPrologue
40 void emitPrologue(MachineFunction &MF) const;
/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/SystemZ/
H A DSystemZFrameLowering.h35 void emitPrologue(MachineFunction &MF) const;
H A DSystemZFrameLowering.cpp94 void SystemZFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:SystemZFrameLowering
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h31 void emitPrologue(MachineFunction &MF) const;
H A DXCoreFrameLowering.cpp90 void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const { function in class:XCoreFrameLowering
119 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.h105 /// responsible for rounding up the stack frame (probably at emitPrologue
113 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

Completed in 331 milliseconds

12