Lines Matching defs:fusedIndexMaps
357 SmallVector<AffineMap> fusedIndexMaps;
364 fusedIndexMaps.reserve(producer->getNumOperands() +
375 fusedIndexMaps.push_back(consumer.getMatchingIndexingMap(opOperand));
386 fusedIndexMaps.push_back(map);
393 fusedIndexMaps.push_back(consumer.getMatchingIndexingMap(opOperand));
405 fusedIndexMaps.push_back(map);
412 fusedIndexMaps.push_back(consumer.getMatchingIndexingMap(&opOperand));
421 fusedOutputOperands, rewriter.getAffineMapArrayAttr(fusedIndexMaps),
1985 SmallVector<AffineMap> fusedIndexMaps;
1988 fusedIndexMaps.reserve(genericOp->getNumOperands());
1995 fusedIndexMaps.push_back(
2001 fusedIndexMaps.push_back(
2006 concatAffineMaps(fusedIndexMaps, rewriter.getContext()))) {
2020 rewriter.getAffineMapArrayAttr(fusedIndexMaps),