Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp60 VectorType newDstType = in matchAndRewrite() local
79 loc, newDstType, newSrcVector, newOffsets, newSizes, newStrides); in matchAndRewrite()
99 VectorType newDstType = trimLeadingOneDims(oldDstType); in matchAndRewrite() local
102 int64_t dstDropCount = oldDstType.getRank() - newDstType.getRank(); in matchAndRewrite()
115 insertOp.getOffsets().getValue().take_back(newDstType.getRank())); in matchAndRewrite()
120 loc, newDstType, newSrcVector, newDstVector, newOffsets, newStrides); in matchAndRewrite()
146 VectorType newDstType = trimLeadingOneDims(oldDstType); in matchAndRewrite() local
149 int64_t dstDropCount = oldDstType.getRank() - newDstType.getRank(); in matchAndRewrite()
165 unsigned newPosRank = newDstType.getRank() - newSrcRank; in matchAndRewrite()
174 loc, newDstType, newSrcVector, newDstVector, in matchAndRewrite()