LLVM: llvm::AMDGPU::IsaVersion Struct Reference (original) (raw)

Instruction set architecture version. More...

#include "[llvm/TargetParser/TargetParser.h](TargetParser%5F8h%5Fsource.html)"

Public Attributes
unsigned Major
unsigned Minor
unsigned Stepping

Detailed Description

Instruction set architecture version.

Definition at line 133 of file TargetParser.h.

Member Data Documentation

Major

unsigned llvm::AMDGPU::IsaVersion::Major

Definition at line 134 of file TargetParser.h.

Referenced by llvm::AMDGPUTargetAsmStreamer::EmitAmdhsaKernelDescriptor().

Minor

unsigned llvm::AMDGPU::IsaVersion::Minor

Definition at line 135 of file TargetParser.h.

Stepping

unsigned llvm::AMDGPU::IsaVersion::Stepping

Definition at line 136 of file TargetParser.h.


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