Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp350 AffineMap lhsPermutationMap = contractOp.getIndexingMapsArray()[0]; in matchAndRewrite() local
352 applyPermutationMap(lhsPermutationMap, ArrayRef<int64_t>(offsets)); in matchAndRewrite()
353 extractOperand(0, contractOp.getLhs(), lhsPermutationMap, lhsOffets); in matchAndRewrite()
356 extractOperand(3, contractOp.getMasks()[0], lhsPermutationMap, in matchAndRewrite()