Home
last modified time | relevance | path

Searched refs:getAtomicReadOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1175 moduleTranslation.lookupValue(atomicCaptureOp.getAtomicReadOp().x()); in convertOmpAtomicCapture()
1177 moduleTranslation.lookupValue(atomicCaptureOp.getAtomicReadOp().v()); in convertOmpAtomicCapture()
1178 auto mlirXType = atomicCaptureOp.getAtomicReadOp() in convertOmpAtomicCapture()
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp887 AtomicReadOp AtomicCaptureOp::getAtomicReadOp() { in getAtomicReadOp() function in AtomicCaptureOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td1221 AtomicReadOp getAtomicReadOp();