LLVM: llvm::yaml::SIArgument Struct Reference (original) (raw)

#include "[Target/AMDGPU/SIMachineFunctionInfo.h](SIMachineFunctionInfo%5F8h%5Fsource.html)"

Public Attributes
bool IsRegister
union {
StringValue RegisterName
unsigned StackOffset
};
std::optional< unsigned > Mask

Definition at line 91 of file SIMachineFunctionInfo.h.

llvm::yaml::SIArgument::SIArgument ( ) inline

SIArgument() [2/2]

~SIArgument()

llvm::yaml::SIArgument::~SIArgument ( ) inline

createArgument()

SIArgument llvm::yaml::SIArgument::createArgument ( bool IsReg) inlinestatic

operator=()

[union]

IsRegister

bool llvm::yaml::SIArgument::IsRegister

Mask

std::optional<unsigned> llvm::yaml::SIArgument::Mask

RegisterName

StackOffset

unsigned llvm::yaml::SIArgument::StackOffset


The documentation for this struct was generated from the following file: