Home
last modified time | relevance | path

Searched refs:memorySemantics (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp355 auto memorySemantics = spirv::MemorySemanticsAttr::get( in matchAndRewrite() local
359 memorySemantics); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp550 verifyMemorySemantics(Operation *op, spirv::MemorySemantics memorySemantics) { in verifyMemorySemantics() argument
563 static_cast<uint32_t>(memorySemantics & atMostOneInSet)); in verifyMemorySemantics()
838 auto memorySemantics = static_cast<spirv::MemorySemantics>( in verifyAtomicUpdateOp() local
840 if (failed(verifyMemorySemantics(op, memorySemantics))) { in verifyAtomicUpdateOp()