LLVM 19.0.0git
Public Attributes | List of all members
llvm::AMDGPU::CustomOperand Struct Reference

#include "Target/AMDGPU/Utils/AMDGPUAsmUtils.h"

Public Attributes

StringLiteral Name
 
unsigned Encoding = 0
 
bool(* Cond )(const MCSubtargetInfo &STI) = nullptr
 

Detailed Description

Definition at line 28 of file AMDGPUAsmUtils.h.

Member Data Documentation

◆ Cond

bool(* llvm::AMDGPU::CustomOperand::Cond) (const MCSubtargetInfo &STI) = nullptr

Definition at line 31 of file AMDGPUAsmUtils.h.

◆ Encoding

unsigned llvm::AMDGPU::CustomOperand::Encoding = 0

Definition at line 30 of file AMDGPUAsmUtils.h.

◆ Name

StringLiteral llvm::AMDGPU::CustomOperand::Name

Definition at line 29 of file AMDGPUAsmUtils.h.


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