Go to the documentation of this file.
12 #ifndef LLVM_LIB_TARGET_VE_VEMACHINEFUNCTIONINFO_H
13 #define LLVM_LIB_TARGET_VE_VEMACHINEFUNCTIONINFO_H
20 virtual void anchor();
26 int VarArgsFrameOffset;
34 : VarArgsFrameOffset(0), IsLeafProc(
false) {}
This is an optimization pass for GlobalISel generic memory operations.
Reg
All possible values of the reg field in the ModR/M byte.
int getVarArgsFrameOffset() const
MachineFunctionInfo * clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap< MachineBasicBlock *, MachineBasicBlock * > &Src2DstMBB) const override
Make a functionally equivalent copy of this MachineFunctionInfo in MF.
void setGlobalBaseReg(Register Reg)
VEMachineFunctionInfo(const Function &F, const TargetSubtargetInfo *STI)
Allocate memory in an ever growing pool, as if by bump-pointer.
void setVarArgsFrameOffset(int Offset)
Register getGlobalBaseReg() const
void setLeafProc(bool rhs)
TargetSubtargetInfo - Generic base class for all target subtargets.
Wrapper class representing virtual and physical registers.
MachineFunctionInfo - This class can be derived from and used by targets to hold private target-speci...