Searched refs:tripCounts (Results 1 – 1 of 1) sorted by relevance
137 ArrayRef<BlockArgument> tripCounts();148 SmallVector<IntegerAttr> tripCounts; member197 SmallVector<Value> coords(tripCounts.size()); in delinearize()300 auto tripCounts = values(args.tripCounts(), bounds.tripCounts); in createParallelComputeFunction() local311 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 …]