Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A 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);
56 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
57 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);
H A 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::
H A DMips16FrameLowering.cpp40 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
173 const MipsFrameLowering *
H A DMips16FrameLowering.h19 class Mips16FrameLowering : public MipsFrameLowering {
H A DMipsSEFrameLowering.h20 class MipsSEFrameLowering : public MipsFrameLowering {
H A DCMakeLists.txt44 MipsFrameLowering.cpp
H A DMipsSubtarget.h223 std::unique_ptr<const MipsFrameLowering> FrameLowering;
H A DMipsSubtarget.cpp89 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
H A DMipsSEFrameLowering.cpp399 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in MipsSEFrameLowering()
915 const MipsFrameLowering *
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Mips/
H A DBUILD.gn89 "MipsFrameLowering.cpp",