Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DIterationGraphSorter.cpp133 SmallVector<AffineMap> loopMap = genericOp.getIndexingMapsArray(); in fromGenericOp() local
136 AffineMap outMap = loopMap.back(); in fromGenericOp()
137 loopMap.pop_back(); in fromGenericOp()
143 return IterationGraphSorter(std::move(ins), std::move(loopMap), out, outMap, in fromGenericOp()
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DLoopFusionUtils.h127 DenseMap<Operation *, SmallVector<AffineForOp, 2>> loopMap; member
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp486 stats->loopMap[parentForOp].push_back(forOp); in getLoopNestStats()
535 if (stats.loopMap.count(forOp) > 0) { in getComputeCostHelper()
536 for (auto childForOp : stats.loopMap[forOp]) { in getComputeCostHelper()