Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp137 ArrayRef<BlockArgument> tripCounts();
148 SmallVector<IntegerAttr> tripCounts; member
197 SmallVector<Value> coords(tripCounts.size()); in delinearize()
300 auto tripCounts = values(args.tripCounts(), bounds.tripCounts); in createParallelComputeFunction() local
311 Value tripCount = tripCounts[0]; in createParallelComputeFunction()
593 operands.append(tripCounts); in doAsyncDispatch()
673 computeFuncOperands.append(tripCounts); in doSequentialDispatch()
746 Value tripCount = tripCounts[0]; in matchAndRewrite()
747 for (size_t i = 1; i < tripCounts.size(); ++i) in matchAndRewrite()
772 integerConstants(tripCounts), in matchAndRewrite()
[all …]