Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp459 createAsyncDispatchFunction(ParallelComputeFunction &computeFunc, in createAsyncDispatchFunction() argument
462 Location loc = computeFunc.func.getLoc(); in createAsyncDispatchFunction()
465 ModuleOp module = computeFunc.func->getParentOfType<ModuleOp>(); in createAsyncDispatchFunction()
468 computeFunc.func.getFunctionType().getInputs(); in createAsyncDispatchFunction()
566 b.create<func::CallOp>(computeFunc.func.getSymName(), in createAsyncDispatchFunction()
567 computeFunc.func.getCallableResults(), in createAsyncDispatchFunction()