LLVM
15.0.0git
|
#include "Target/CSKY/CSKYMachineFunctionInfo.h"
Public Member Functions | |
CSKYMachineFunctionInfo (MachineFunction &) | |
MachineFunctionInfo * | clone (BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap< MachineBasicBlock *, MachineBasicBlock * > &Src2DstMBB) const override |
Make a functionally equivalent copy of this MachineFunctionInfo in MF . More... | |
Register | getGlobalBaseReg () const |
void | setGlobalBaseReg (Register Reg) |
void | setSpillsCR () |
bool | isCRSpilled () const |
void | setVarArgsFrameIndex (int v) |
int | getVarArgsFrameIndex () |
unsigned | getVarArgsSaveSize () const |
void | setVarArgsSaveSize (int Size) |
bool | isLRSpilled () const |
void | setLRIsSpilled (bool s) |
void | setCalleeSaveAreaSize (int v) |
int | getCalleeSaveAreaSize () const |
unsigned | createPICLabelUId () |
void | initPICLabelUId (unsigned UId) |
![]() | |
virtual | ~MachineFunctionInfo () |
Additional Inherited Members | |
![]() | |
template<typename Ty > | |
static Ty * | create (BumpPtrAllocator &Allocator, MachineFunction &MF) |
Factory function: default behavior is to call new using the supplied allocator. More... | |
template<typename Ty > | |
static Ty * | create (BumpPtrAllocator &Allocator, const Ty &MFI) |
Definition at line 20 of file CSKYMachineFunctionInfo.h.
|
inline |
Definition at line 34 of file CSKYMachineFunctionInfo.h.
|
inlineoverridevirtual |
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 37 of file CSKYMachineFunctionInfo.h.
References llvm::MachineFunction::cloneInfo().
|
inline |
Definition at line 61 of file CSKYMachineFunctionInfo.h.
|
inline |
Definition at line 59 of file CSKYMachineFunctionInfo.h.
Referenced by llvm::CSKYFrameLowering::emitEpilogue(), llvm::CSKYFrameLowering::emitPrologue(), and llvm::CSKYFrameLowering::getFrameIndexReference().
|
inline |
Definition at line 43 of file CSKYMachineFunctionInfo.h.
Referenced by llvm::CSKYInstrInfo::getGlobalBaseReg().
|
inline |
Definition at line 50 of file CSKYMachineFunctionInfo.h.
|
inline |
Definition at line 52 of file CSKYMachineFunctionInfo.h.
Referenced by llvm::CSKYFrameLowering::emitEpilogue(), llvm::CSKYFrameLowering::emitPrologue(), and llvm::CSKYFrameLowering::getFrameIndexReference().
|
inline |
Definition at line 62 of file CSKYMachineFunctionInfo.h.
|
inline |
Definition at line 47 of file CSKYMachineFunctionInfo.h.
Referenced by llvm::CSKYFrameLowering::determineCalleeSaves().
|
inline |
Definition at line 55 of file CSKYMachineFunctionInfo.h.
|
inline |
Definition at line 58 of file CSKYMachineFunctionInfo.h.
Referenced by llvm::CSKYFrameLowering::determineCalleeSaves().
|
inline |
Definition at line 44 of file CSKYMachineFunctionInfo.h.
Referenced by llvm::CSKYInstrInfo::getGlobalBaseReg().
|
inline |
Definition at line 56 of file CSKYMachineFunctionInfo.h.
References s.
Referenced by llvm::CSKYFrameLowering::determineCalleeSaves().
|
inline |
Definition at line 46 of file CSKYMachineFunctionInfo.h.
Referenced by llvm::CSKYInstrInfo::loadRegFromStackSlot(), and llvm::CSKYInstrInfo::storeRegToStackSlot().
|
inline |
Definition at line 49 of file CSKYMachineFunctionInfo.h.
|
inline |
Definition at line 53 of file CSKYMachineFunctionInfo.h.