LLVM 20.0.0git
Enumerations
llvm::AMDGPU::Barrier Namespace Reference

Enumerations

enum  Type { TRAP = -2 , WORKGROUP = -1 }
 
enum  { BARRIER_SCOPE_WORKGROUP = 0 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
BARRIER_SCOPE_WORKGROUP 

Definition at line 1080 of file SIDefines.h.

◆ Type

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

Enumerator
TRAP 
WORKGROUP 

Definition at line 1078 of file SIDefines.h.