Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp538 Location executeLoc, ValueRange executeArgs) { in createAsyncDispatchFunction() argument
545 executeBuilder.create<func::CallOp>(executeLoc, func.getSymName(), in createAsyncDispatchFunction()
547 executeBuilder.create<async::YieldOp>(executeLoc, ValueRange()); in createAsyncDispatchFunction()
690 Location executeLoc, ValueRange executeArgs) { in doSequentialDispatch() argument
691 executeBuilder.create<func::CallOp>(executeLoc, compute.getSymName(), in doSequentialDispatch()
694 executeBuilder.create<async::YieldOp>(executeLoc, ValueRange()); in doSequentialDispatch()