Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h100 AffineMap dstMap, ValueRange destIndices, Value tagMemRef,
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp998 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 DAffineOps.cpp1185 AffineMap dstMap, ValueRange destIndices, in build() argument
1193 result.addAttribute(getDstMapAttrStrName(), AffineMapAttr::get(dstMap)); in build()