Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A 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);
53 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
54 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);
H A 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()
115 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize()
138 MachineBasicBlock::iterator MipsFrameLowering::
H A DMips16FrameLowering.cpp41 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
178 const MipsFrameLowering *
H A DMips16FrameLowering.h20 class Mips16FrameLowering : public MipsFrameLowering {
H A DMipsSEFrameLowering.h22 class MipsSEFrameLowering : public MipsFrameLowering {
H A DMipsSubtarget.cpp89 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
H A DMipsSubtarget.h209 std::unique_ptr<const MipsFrameLowering> FrameLowering;
H A DMipsSEFrameLowering.cpp400 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in MipsSEFrameLowering()
918 const MipsFrameLowering *
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1063 SRCS_MIN+= Target/Mips/MipsFrameLowering.cpp