LLVM: lib/Target/Mips/MipsFrameLowering.h Source File (original) (raw)
1
2
3
4
5
6
7
8
9
10
11
12
13#ifndef LLVM_LIB_TARGET_MIPS_MIPSFRAMELOWERING_H
14#define LLVM_LIB_TARGET_MIPS_MIPSFRAMELOWERING_H
15
18
19namespace llvm {
21
23protected:
25
27
28public:
32
34
36
41
45
50
51protected:
53};
54
55
58
59}
60
61#endif
MachineInstrBundleIterator< MachineInstr > iterator
Definition MipsFrameLowering.h:22
static const MipsFrameLowering * create(const MipsSubtarget &ST)
bool allocateScavengingFrameIndexesNearIncomingSP(const MachineFunction &MF) const override
Control the placement of special register scavenging spill slots when allocating a stack frame.
Definition MipsFrameLowering.h:37
MipsFrameLowering(const MipsSubtarget &sti, Align Alignment)
Definition MipsFrameLowering.h:29
bool hasBP(const MachineFunction &MF) const
uint64_t estimateStackSize(const MachineFunction &MF) const
MachineBasicBlock::iterator eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const override
This method is called during prolog/epilog code insertion to eliminate call frame setup and destroy p...
bool hasFPImpl(const MachineFunction &MF) const override
bool enableShrinkWrapping(const MachineFunction &MF) const override
Returns true if the target will correctly handle shrink wrapping.
Definition MipsFrameLowering.h:42
const MipsSubtarget & STI
Definition MipsFrameLowering.h:24
TargetFrameLowering(StackDirection D, Align StackAl, int LAO, Align TransAl=Align(1), bool StackReal=true)
This is an optimization pass for GlobalISel generic memory operations.
const MipsFrameLowering * createMipsSEFrameLowering(const MipsSubtarget &ST)
const MipsFrameLowering * createMips16FrameLowering(const MipsSubtarget &ST)
Create MipsFrameLowering objects.
This struct is a compact representation of a valid (non-zero power of two) alignment.