Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1086 mlir::Value mlirExpr = (isXBinopExpr ? innerUpdateOp.getOperand(1) in convertOmpAtomicUpdate() local
1088 llvm::Value *llvmExpr = moduleTranslation.lookupValue(mlirExpr); in convertOmpAtomicUpdate()
1135 mlir::Value mlirExpr; in convertOmpAtomicCapture() local
1147 mlirExpr = atomicWriteOp.value(); in convertOmpAtomicCapture()
1169 mlirExpr = (isXBinopExpr ? innerUpdateOp->getOperand(1) in convertOmpAtomicCapture()
1173 llvm::Value *llvmExpr = moduleTranslation.lookupValue(mlirExpr); in convertOmpAtomicCapture()