Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp161 OpBuilder builder(executeOp); in addExecuteResults()
164 executeOp.dependencies(), executeOp.operands()); in addExecuteResults()
170 executeOp.getOperation()->replaceAllUsesWith( in addExecuteResults()
172 executeOp.erase(); in addExecuteResults()
183 void operator()(async::ExecuteOp executeOp) { in operator ()()
207 executeOp = addExecuteResults(executeOp, dependencies); in ~DeferWaitCallback()
249 .Case<async::ExecuteOp>([&](auto executeOp) { in addAsyncDependencyAfter() argument
252 it = executeOp.getBody()->begin(); in addAsyncDependencyAfter()
282 if (executeOp && areAllUsersExecuteOrAwait(executeOp.token()) && in addAsyncDependencyAfter()
293 void operator()(async::ExecuteOp executeOp) { in operator ()()
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp39 auto executeOp = (*this)->getParentOfType<ExecuteOp>(); in verify() local
40 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()