Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp134 struct ParallelComputeFunctionArgs { struct
162 BlockArgument ParallelComputeFunctionArgs::blockIndex() { return args[0]; } in blockIndex()
163 BlockArgument ParallelComputeFunctionArgs::blockSize() { return args[1]; } in blockSize()
165 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::tripCounts() { in tripCounts()
169 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::lowerBounds() { in lowerBounds()
173 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::upperBounds() { in upperBounds()
177 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::steps() { in steps()
181 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::captures() { in captures()
279 ParallelComputeFunctionArgs args = {op.getNumLoops(), func.getArguments()}; in createParallelComputeFunction()