Home
last modified time | relevance | path

Searched refs:isPermutationOfMinorIdentityWithBroadcasting (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferPermutationMapRewritePatterns.cpp68 if (!map.isPermutationOfMinorIdentityWithBroadcasting(permutation)) in matchAndRewrite()
157 if (!map.isPermutationOfMinorIdentityWithBroadcasting(permutation)) in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineMap.h133 bool isPermutationOfMinorIdentityWithBroadcasting(
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp157 bool AffineMap::isPermutationOfMinorIdentityWithBroadcasting( in isPermutationOfMinorIdentityWithBroadcasting() function in AffineMap
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3346 if (!map.isPermutationOfMinorIdentityWithBroadcasting(permutation)) in matchAndRewrite()