HomeSort by relevance Sort by last modified time
    Searched defs:emitPrologue (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/PTX/
PTXFrameLowering.cpp 19 void PTXFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 29 void SparcFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/Alpha/
AlphaFrameLowering.cpp 46 void AlphaFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/Blackfin/
BlackfinFrameLowering.cpp 43 void BlackfinFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp 90 void SPUFrameLowering::emitPrologue(MachineFunction &MF) const {
111 && "SPURegisterInfo::emitPrologue: FrameSize not aligned");
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 41 void MSP430FrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 138 void MipsFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 94 void SystemZFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 47 void Thumb1FrameLowering::emitPrologue(MachineFunction &MF) const {
ARMFrameLowering.cpp 119 void ARMFrameLowering::emitPrologue(MachineFunction &MF) const {
129 "This emitPrologue does not support Thumb1!");
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 342 void MBlazeFrameLowering::emitPrologue(MachineFunction &MF) const {
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 90 void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const {
119 report_fatal_error("emitPrologue Frame size too big: " + Twine(FrameSize));
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 252 void PPCFrameLowering::emitPrologue(MachineFunction &MF) const {
    [all...]

Completed in 163 milliseconds