LLVM: llvm::AMDGPU::Barrier Namespace Reference (original) (raw)

Enumerations
enum Type { CLUSTER_TRAP = -4 , CLUSTER = -3 , TRAP = -2 , WORKGROUP = -1 , NAMED_BARRIER_FIRST = 1 , NAMED_BARRIER_LAST = 16 }
enum { BARRIER_SCOPE_WORKGROUP = 0 }

Enumeration Type Documentation

anonymous enum

Enumerator
BARRIER_SCOPE_WORKGROUP

Definition at line 1124 of file SIDefines.h.

Type

The types map onto corresponding union members of the Object struct.

Enumerator
CLUSTER_TRAP
CLUSTER
TRAP
WORKGROUP
NAMED_BARRIER_FIRST
NAMED_BARRIER_LAST

Definition at line 1115 of file SIDefines.h.