Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp342 SmallVector<int64_t> operandShape = applyPermutationMap( in matchAndRewrite()
352 applyPermutationMap(lhsPermutationMap, ArrayRef<int64_t>(offsets)); in matchAndRewrite()
362 applyPermutationMap(rhsPermutationMap, ArrayRef<int64_t>(offsets)); in matchAndRewrite()
371 applyPermutationMap(accPermutationMap, ArrayRef<int64_t>(offsets)); in matchAndRewrite()
381 applyPermutationMap(dstAffineMap, ArrayRef<int64_t>(*targetShape)); in matchAndRewrite()
387 applyPermutationMap(dstAffineMap, ArrayRef<int64_t>(offsets)); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineMap.h548 SmallVector<T> applyPermutationMap(AffineMap map, llvm::ArrayRef<T> source) { in applyPermutationMap() function
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp214 applyPermutationMap(inversePermutation(map), vectorType.getShape()); in buildVectorWrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1219 extractPosition = applyPermutationMap(m, makeArrayRef(extractPosition)); in handleTransposeOp()
3849 SmallVector<int64_t> resultShape = applyPermutationMap( in matchAndRewrite()
3857 SmallVector<int64_t> newResultShape = applyPermutationMap( in matchAndRewrite()