Searched defs:MipsFrameLowering (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h1 //===-- MipsFrameLowering.h - Define frame lowering for Mips ----*- C++ -*-===//
23 class MipsFrameLowering : public TargetFrameLowering { class in namespace:llvm
28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) function in class:llvm::MipsFrameLowering
31 static const MipsFrameLowering *create(MipsTargetMachine &TM,
40 /// Create MipsFrameLowering objects.
41 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
42 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);

Completed in 110 milliseconds