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 {
29 explicit MipsFrameLowering(const MipsSubtarget &sti, Align Alignment) in MipsFrameLowering() function
33 static const MipsFrameLowering *create(const MipsSubtarget &ST);
56 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
57 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);
H A DMipsFrameLowering.cpp76 const MipsFrameLowering *MipsFrameLowering::create(const MipsSubtarget &ST) { in create()
87 bool MipsFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl()
96 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
108 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize()
131 MachineBasicBlock::iterator MipsFrameLowering::
H A DMips16FrameLowering.cpp35 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
154 const MipsFrameLowering *
H A DMips16FrameLowering.h19 class Mips16FrameLowering : public MipsFrameLowering {
H A DMipsSEFrameLowering.h20 class MipsSEFrameLowering : public MipsFrameLowering {
H A DMipsSubtarget.cpp90 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
H A DMipsSubtarget.h223 std::unique_ptr<const MipsFrameLowering> FrameLowering;
H A DMipsSEFrameLowering.cpp397 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in MipsSEFrameLowering()
881 const MipsFrameLowering *
/freebsd/lib/clang/libllvm/
H A DMakefile1579 SRCS_MIN+= Target/Mips/MipsFrameLowering.cpp