| 
    LLVM 22.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 | |
| }; | |
| std::optional< unsigned > | Mask | 
Definition at line 91 of file SIMachineFunctionInfo.h.
      
  | 
  inline | 
Definition at line 100 of file SIMachineFunctionInfo.h.
References IsRegister, and StackOffset.
Referenced by createArgument(), operator=(), and SIArgument().
      
  | 
  inline | 
Definition at line 101 of file SIMachineFunctionInfo.h.
References IsRegister, Mask, llvm::Other, RegisterName, SIArgument(), and StackOffset.
      
  | 
  inline | 
Definition at line 126 of file SIMachineFunctionInfo.h.
References IsRegister, and RegisterName.
      
  | 
  inlinestatic | 
Definition at line 132 of file SIMachineFunctionInfo.h.
References SIArgument().
Referenced by convertArgumentInfo(), and llvm::yaml::MappingTraits< SIArgument >::mapping().
      
  | 
  inline | 
Definition at line 109 of file SIMachineFunctionInfo.h.
References IsRegister, Mask, llvm::Other, RegisterName, SIArgument(), and StackOffset.
| union { ... } llvm::yaml::SIArgument | 
| bool llvm::yaml::SIArgument::IsRegister | 
Definition at line 92 of file SIMachineFunctionInfo.h.
Referenced by operator=(), SIArgument(), SIArgument(), and ~SIArgument().
| std::optional<unsigned> llvm::yaml::SIArgument::Mask | 
Definition at line 97 of file SIMachineFunctionInfo.h.
Referenced by convertArgumentInfo(), operator=(), and SIArgument().
| StringValue llvm::yaml::SIArgument::RegisterName | 
Definition at line 94 of file SIMachineFunctionInfo.h.
Referenced by convertArgumentInfo(), operator=(), SIArgument(), and ~SIArgument().
| unsigned llvm::yaml::SIArgument::StackOffset | 
Definition at line 95 of file SIMachineFunctionInfo.h.
Referenced by convertArgumentInfo(), operator=(), SIArgument(), and SIArgument().