Home
last modified time | relevance | path

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

12

/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;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFrameLowering.h22 class MipsFrameLowering : public TargetFrameLowering {
27 explicit MipsFrameLowering(const MipsSubtarget &sti, Align Alignment) in MipsFrameLowering() function
31 static const MipsFrameLowering *create(const MipsSubtarget &ST);
53 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
54 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);
DMipsFrameLowering.cpp82 const MipsFrameLowering *MipsFrameLowering::create(const MipsSubtarget &ST) { in create()
93 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
102 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize()
137 MachineBasicBlock::iterator MipsFrameLowering::
DMips16FrameLowering.cpp40 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
177 const MipsFrameLowering *
DMips16FrameLowering.h19 class Mips16FrameLowering : public MipsFrameLowering {
DMipsSEFrameLowering.h21 class MipsSEFrameLowering : public MipsFrameLowering {
DCMakeLists.txt40 MipsFrameLowering.cpp
DMipsSubtarget.h217 std::unique_ptr<const MipsFrameLowering> FrameLowering;
DMipsSubtarget.cpp88 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsFrameLowering.h22 class MipsFrameLowering : public TargetFrameLowering {
27 explicit MipsFrameLowering(const MipsSubtarget &sti, Align Alignment) in MipsFrameLowering() function
31 static const MipsFrameLowering *create(const MipsSubtarget &ST);
53 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
54 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);
DMipsFrameLowering.cpp82 const MipsFrameLowering *MipsFrameLowering::create(const MipsSubtarget &ST) { in create()
93 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
102 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize()
137 MachineBasicBlock::iterator MipsFrameLowering::
DMips16FrameLowering.cpp40 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
174 const MipsFrameLowering *
DMips16FrameLowering.h19 class Mips16FrameLowering : public MipsFrameLowering {
DMipsSEFrameLowering.h22 class MipsSEFrameLowering : public MipsFrameLowering {
DCMakeLists.txt42 MipsFrameLowering.cpp
DMipsSubtarget.cpp88 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
DMipsSubtarget.h220 std::unique_ptr<const MipsFrameLowering> FrameLowering;
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/Mips/
DBUILD.gn79 "MipsFrameLowering.cpp",

12