Home
last modified time | relevance | path

Searched refs:MipsFrameLowering (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h23 class MipsFrameLowering : public TargetFrameLowering {
28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering() function
31 static const MipsFrameLowering *create(const MipsSubtarget &ST);
49 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
50 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);
DMipsFrameLowering.cpp83 const MipsFrameLowering *MipsFrameLowering::create(const MipsSubtarget &ST) { in create()
94 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
103 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
110 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize()
145 MachineBasicBlock::iterator MipsFrameLowering::
DMips16FrameLowering.cpp32 : MipsFrameLowering(STI, STI.stackAlignment()) {} in Mips16FrameLowering()
173 const MipsFrameLowering *
DMips16FrameLowering.h20 class Mips16FrameLowering : public MipsFrameLowering {
DMipsSEFrameLowering.h21 class MipsSEFrameLowering : public MipsFrameLowering {
DCMakeLists.txt34 MipsFrameLowering.cpp
DMipsSubtarget.cpp77 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
DMipsSubtarget.h160 std::unique_ptr<const MipsFrameLowering> FrameLowering;
DMipsSEFrameLowering.cpp372 : MipsFrameLowering(STI, STI.stackAlignment()) {} in MipsSEFrameLowering()
890 const MipsFrameLowering *
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.h24 class MipsFrameLowering : public TargetFrameLowering {
29 explicit MipsFrameLowering(const MipsSubtarget &sti) in MipsFrameLowering() function
DMipsFrameLowering.cpp85 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
91 bool MipsFrameLowering::targetHandlesStackFrameRounding() const { in targetHandlesStackFrameRounding()
138 void MipsFrameLowering::emitPrologue(MachineFunction &MF) const { in emitPrologue()
268 void MipsFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
309 void MipsFrameLowering::
DMipsTargetMachine.h34 MipsFrameLowering FrameLowering;