Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp135 BlockArgument blockIndex();
162 BlockArgument ParallelComputeFunctionArgs::blockIndex() { return args[0]; } in blockIndex() function in ParallelComputeFunctionArgs
282 BlockArgument blockIndex = args.blockIndex(); in createParallelComputeFunction() local
317 Value blockFirstIndex = b.create<arith::MulIOp>(blockIndex, blockSize); in createParallelComputeFunction()
671 auto computeFuncOperands = [&](Value blockIndex) -> SmallVector<Value> { in doSequentialDispatch() argument
672 SmallVector<Value> computeFuncOperands = {blockIndex, blockSize}; in doSequentialDispatch()