Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncParallelFor.cpp241 ValueRange executeArgs) { in matchAndRewrite() argument
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp518 SmallVector<Value, 2> executeArgs = {coro.coroHandle, resumePtr.res()}; in outlineExecuteOp() local
519 builder.create<CallOp>(loc, TypeRange(), kExecute, executeArgs); in outlineExecuteOp()