Searched refs:dstMap (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.h | 100 AffineMap dstMap, ValueRange destIndices, Value tagMemRef,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransforms.cpp | 998 auto dstMap = AffineMap::get(/*dimCount=*/reductionMask.size(), in matchAndRewrite() local 1002 rewriter.getAffineMapArrayAttr({srcMap, srcMap, dstMap}), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 1185 AffineMap dstMap, ValueRange destIndices, in build() argument 1193 result.addAttribute(getDstMapAttrStrName(), AffineMapAttr::get(dstMap)); in build()
|