Home
last modified time | relevance | path

Searched refs:AtomicCounterMemory (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dtarget-env.mlir11 // whose value, if containing AtomicCounterMemory bit, additionally requires
40 // CHECK: spv.AtomicCompareExchangeWeak "Workgroup" "AcquireRelease|AtomicCounterMemory" "Acquire"
/llvm-project-15.0.7/mlir/test/lib/Dialect/SPIRV/
H A DTestAvailability.cpp189 spirv::MemorySemantics::AtomicCounterMemory, in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp185 return SPIRV::MemorySemantics::AtomicCounterMemory; in getMemSemanticsForStorageClass()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h657 AtomicCounterMemory = 0x400, enumerator
H A DSPIRVBaseInfo.cpp949 if (e == static_cast<uint32_t>(MemorySemantics::AtomicCounterMemory)) in getMemorySemanticsName()
951 if (e & static_cast<uint32_t>(MemorySemantics::AtomicCounterMemory)) { in getMemorySemanticsName()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td3641 def SPV_MS_AtomicCounterMemory : I32BitEnumAttrCaseBit<"AtomicCounterMemory", 10> {