13#ifndef LLVM_LIB_TARGET_MSP430_MSP430MACHINEFUNCTIONINFO_H
14#define LLVM_LIB_TARGET_MSP430_MSP430MACHINEFUNCTIONINFO_H
23 virtual void anchor();
27 unsigned CalleeSavedFrameSize = 0;
30 int ReturnAddrIndex = 0;
33 int VarArgsFrameIndex = 0;
44 : CalleeSavedFrameSize(0), ReturnAddrIndex(0), SRetReturnReg(0) {}
Allocate memory in an ever growing pool, as if by bump-pointer.
MSP430MachineFunctionInfo - This class is derived from MachineFunction and contains private MSP430 ta...
unsigned getCalleeSavedFrameSize() const
void setVarArgsFrameIndex(int Index)
MSP430MachineFunctionInfo(const Function &F, const TargetSubtargetInfo *STI)
Register getSRetReturnReg() const
MSP430MachineFunctionInfo()=default
void setRAIndex(int Index)
void setSRetReturnReg(Register Reg)
void setCalleeSavedFrameSize(unsigned bytes)
int getVarArgsFrameIndex() const
MachineFunctionInfo * clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap< MachineBasicBlock *, MachineBasicBlock * > &Src2DstMBB) const override
Make a functionally equivalent copy of this MachineFunctionInfo in MF.
Wrapper class representing virtual and physical registers.
TargetSubtargetInfo - Generic base class for all target subtargets.
This is an optimization pass for GlobalISel generic memory operations.
MachineFunctionInfo - This class can be derived from and used by targets to hold private target-speci...