Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp525 Value asyncValue = std::get<1>(tuple); in matchAndRewrite() local
526 rewriter.create<RuntimeStoreOp>(loc, returnValue, asyncValue); in matchAndRewrite()
527 rewriter.create<RuntimeSetAvailableOp>(loc, asyncValue); in matchAndRewrite()
717 Value asyncValue = std::get<1>(tuple); in matchAndRewrite() local
718 rewriter.create<RuntimeStoreOp>(loc, yieldValue, asyncValue); in matchAndRewrite()
719 rewriter.create<RuntimeSetAvailableOp>(loc, asyncValue); in matchAndRewrite()
/llvm-project/mlir/include/mlir/Dialect/OpenACC/
H A DOpenACCOps.td468 for (auto [attr, asyncValue] :
472 return asyncValue;
843 for (auto [attr, asyncValue] :
847 return asyncValue;
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp1543 mlir::Value asyncValue = fir::getBase(converter.genExprValue( in getDeviceType()
1546 async.push_back(asyncValue); in getDeviceType()
1522 mlir::Value asyncValue = fir::getBase(converter.genExprValue( genAsyncClause() local