|
LLVM
8.0.1
|
#include "Target/Sparc/SparcMachineFunctionInfo.h"


Public Member Functions | |
| SparcMachineFunctionInfo () | |
| SparcMachineFunctionInfo (MachineFunction &MF) | |
| unsigned | getGlobalBaseReg () const |
| void | setGlobalBaseReg (unsigned Reg) |
| int | getVarArgsFrameOffset () const |
| void | setVarArgsFrameOffset (int Offset) |
| unsigned | getSRetReturnReg () const |
| void | setSRetReturnReg (unsigned Reg) |
| void | setLeafProc (bool rhs) |
| bool | isLeafProc () const |
Public Member Functions inherited from llvm::MachineFunctionInfo | |
| virtual | ~MachineFunctionInfo () |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::MachineFunctionInfo | |
| template<typename Ty > | |
| static Ty * | create (BumpPtrAllocator &Allocator, MachineFunction &MF) |
| Factory function: default behavior is to call new using the supplied allocator. More... | |
Definition at line 20 of file SparcMachineFunctionInfo.h.
|
inline |
Definition at line 35 of file SparcMachineFunctionInfo.h.
|
inlineexplicit |
Definition at line 38 of file SparcMachineFunctionInfo.h.
|
inline |
Definition at line 42 of file SparcMachineFunctionInfo.h.
Referenced by llvm::SparcInstrInfo::getGlobalBaseReg().
|
inline |
Definition at line 48 of file SparcMachineFunctionInfo.h.
Referenced by llvm::SparcTargetLowering::LowerFormalArguments_32(), and llvm::SparcTargetLowering::LowerReturn_32().
|
inline |
Definition at line 45 of file SparcMachineFunctionInfo.h.
Referenced by LowerVASTART().
|
inline |
Definition at line 52 of file SparcMachineFunctionInfo.h.
Referenced by llvm::SparcFrameLowering::emitEpilogue(), llvm::SparcFrameLowering::emitPrologue(), and llvm::SparcFrameLowering::getFrameIndexReference().
|
inline |
Definition at line 43 of file SparcMachineFunctionInfo.h.
References Reg.
Referenced by llvm::SparcInstrInfo::getGlobalBaseReg().
|
inline |
Definition at line 51 of file SparcMachineFunctionInfo.h.
Referenced by llvm::SparcFrameLowering::determineCalleeSaves().
|
inline |
Definition at line 49 of file SparcMachineFunctionInfo.h.
References Reg.
Referenced by llvm::SparcTargetLowering::LowerFormalArguments_32().
|
inline |
Definition at line 46 of file SparcMachineFunctionInfo.h.
Referenced by llvm::SparcTargetLowering::LowerFormalArguments_32(), and llvm::SparcTargetLowering::LowerFormalArguments_64().
1.8.13