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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsFrameLowering.h1 //==--- MipsFrameLowering.h - Define frame lowering for Mips --*- C++ -*---===//
24 class MipsFrameLowering : public TargetFrameLowering { class in namespace:llvm
29 explicit MipsFrameLowering(const MipsSubtarget &sti) function in class:llvm::MipsFrameLowering
/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(const MipsSubtarget &ST);
48 /// Create MipsFrameLowering objects.
49 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
50 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);

Completed in 243 milliseconds