LLVM 20.0.0git
|
#include "Target/VE/VEMachineFunctionInfo.h"
Public Member Functions | |
VEMachineFunctionInfo () | |
VEMachineFunctionInfo (const Function &F, const TargetSubtargetInfo *STI) | |
MachineFunctionInfo * | clone (BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap< MachineBasicBlock *, MachineBasicBlock * > &Src2DstMBB) const override |
Make a functionally equivalent copy of this MachineFunctionInfo in MF . | |
Register | getGlobalBaseReg () const |
void | setGlobalBaseReg (Register Reg) |
int | getVarArgsFrameOffset () const |
void | setVarArgsFrameOffset (int Offset) |
void | setLeafProc (bool rhs) |
bool | isLeafProc () const |
Public Member Functions inherited from llvm::MachineFunctionInfo | |
virtual | ~MachineFunctionInfo () |
virtual MachineFunctionInfo * | clone (BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap< MachineBasicBlock *, MachineBasicBlock * > &Src2DstMBB) const |
Make a functionally equivalent copy of this MachineFunctionInfo in MF . | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::MachineFunctionInfo | |
template<typename FuncInfoTy , typename SubtargetTy = TargetSubtargetInfo> | |
static FuncInfoTy * | create (BumpPtrAllocator &Allocator, const Function &F, const SubtargetTy *STI) |
Factory function: default behavior is to call new using the supplied allocator. | |
template<typename Ty > | |
static Ty * | create (BumpPtrAllocator &Allocator, const Ty &MFI) |
Definition at line 19 of file VEMachineFunctionInfo.h.
|
inline |
Definition at line 32 of file VEMachineFunctionInfo.h.
|
inline |
Definition at line 33 of file VEMachineFunctionInfo.h.
|
overridevirtual |
Make a functionally equivalent copy of this MachineFunctionInfo in MF
.
This requires remapping MachineBasicBlock references from the original parent to values in the new function. Targets may assume that virtual register and frame index values are preserved in the new function.
Reimplemented from llvm::MachineFunctionInfo.
Definition at line 15 of file VEMachineFunctionInfo.cpp.
References llvm::MachineFunction::cloneInfo().
|
inline |
Definition at line 41 of file VEMachineFunctionInfo.h.
Referenced by llvm::VEInstrInfo::getGlobalBaseReg(), and llvm::VEFrameLowering::hasGOT().
|
inline |
Definition at line 44 of file VEMachineFunctionInfo.h.
Referenced by llvm::VETargetLowering::lowerVASTART().
|
inline |
Definition at line 48 of file VEMachineFunctionInfo.h.
Referenced by llvm::VEFrameLowering::emitEpilogue(), llvm::VEFrameLowering::emitEpilogueInsns(), llvm::VEFrameLowering::emitPrologue(), and llvm::VEFrameLowering::emitPrologueInsns().
|
inline |
Definition at line 42 of file VEMachineFunctionInfo.h.
References Reg.
Referenced by llvm::VEInstrInfo::getGlobalBaseReg().
|
inline |
Definition at line 47 of file VEMachineFunctionInfo.h.
Referenced by llvm::VEFrameLowering::determineCalleeSaves().
|
inline |
Definition at line 45 of file VEMachineFunctionInfo.h.
References llvm::Offset.
Referenced by llvm::VETargetLowering::LowerFormalArguments().