Searched refs:adjustMap (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransforms.cpp | 68 static AffineMap adjustMap(AffineMap map, int64_t index, in adjustMap() function 1906 adjustMap(iMap[0], iterIndex, rewriter), in lowerParallel() 1907 adjustMap(iMap[1], iterIndex, rewriter), in lowerParallel() 1908 adjustMap(iMap[2], iterIndex, rewriter)}; in lowerParallel() 1975 adjustMap(iMap[0], iterIndex, rewriter), in lowerReduction() 1976 adjustMap(iMap[1], iterIndex, rewriter), in lowerReduction() 1977 adjustMap(iMap[2], iterIndex, rewriter)}; in lowerReduction()
|