LLVM 22.0.0git
llvm::AMDGPU::Barrier Namespace Reference

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

anonymous enum
Enumerator
BARRIER_SCOPE_WORKGROUP 

Definition at line 1120 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 1111 of file SIDefines.h.