Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp39 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
171 const MipsFrameLowering *
H A DMips16FrameLowering.h19 class Mips16FrameLowering : public MipsFrameLowering {
H A DMipsSEFrameLowering.h20 class MipsSEFrameLowering : public MipsFrameLowering {
H A DMipsSubtarget.cpp89 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
H A DMipsSubtarget.h225 std::unique_ptr<const MipsFrameLowering> FrameLowering;
H A DMipsSEFrameLowering.cpp399 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in MipsSEFrameLowering()
917 const MipsFrameLowering *
/freebsd/lib/clang/libllvm/
H A DMakefile1464 SRCS_MIN+= Target/Mips/MipsFrameLowering.cpp