LLVM
15.0.0git
|
#include "Target/AMDGPU/SIMachineFunctionInfo.h"
Public Member Functions | |
SIArgument () | |
SIArgument (const SIArgument &Other) | |
SIArgument & | operator= (const SIArgument &Other) |
~SIArgument () | |
Static Public Member Functions | |
static SIArgument | createArgument (bool IsReg) |
Public Attributes | |
bool | IsRegister |
union { | |
StringValue RegisterName | |
unsigned StackOffset | |
}; | |
Optional< unsigned > | Mask |
Definition at line 113 of file SIMachineFunctionInfo.h.
|
inline |
Definition at line 122 of file SIMachineFunctionInfo.h.
Referenced by createArgument().
|
inline |
Definition at line 123 of file SIMachineFunctionInfo.h.
References IsRegister, Mask, new, Other, and RegisterName.
|
inline |
Definition at line 142 of file SIMachineFunctionInfo.h.
References IsRegister, and RegisterName.
|
inlinestatic |
Definition at line 148 of file SIMachineFunctionInfo.h.
References SIArgument().
Referenced by convertArgumentInfo(), and llvm::yaml::MappingTraits< SIArgument >::mapping().
|
inline |
Definition at line 132 of file SIMachineFunctionInfo.h.
References IsRegister, Mask, new, Other, and RegisterName.
union { ... } |
bool llvm::yaml::SIArgument::IsRegister |
Definition at line 114 of file SIMachineFunctionInfo.h.
Referenced by operator=(), SIArgument(), and ~SIArgument().
Optional<unsigned> llvm::yaml::SIArgument::Mask |
Definition at line 119 of file SIMachineFunctionInfo.h.
Referenced by convertArgumentInfo(), operator=(), and SIArgument().
StringValue llvm::yaml::SIArgument::RegisterName |
Definition at line 116 of file SIMachineFunctionInfo.h.
Referenced by convertArgumentInfo(), operator=(), SIArgument(), and ~SIArgument().
unsigned llvm::yaml::SIArgument::StackOffset |
Definition at line 117 of file SIMachineFunctionInfo.h.
Referenced by convertArgumentInfo().