Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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);
53 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
54 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()
174 const MipsFrameLowering *
H A DMips16FrameLowering.h19 class Mips16FrameLowering : public MipsFrameLowering {
H A DMipsSEFrameLowering.h20 class MipsSEFrameLowering : public MipsFrameLowering {
H A DCMakeLists.txt42 MipsFrameLowering.cpp
H A DMipsSubtarget.h220 std::unique_ptr<const MipsFrameLowering> FrameLowering;
H A DMipsSubtarget.cpp88 FrameLowering(MipsFrameLowering::create(*this)), in MipsSubtarget()
H A DMipsSEFrameLowering.cpp399 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in MipsSEFrameLowering()
917 const MipsFrameLowering *
/netbsd-src/external/apache2/llvm/lib/libLLVMMipsCodeGen/
H A DMakefile26 MipsFrameLowering.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/Mips/
H A DBUILD.gn79 "MipsFrameLowering.cpp",