Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp59 VectorType oldDstType = extractOp.getType(); in matchAndRewrite() local
61 VectorType::get(oldDstType.getShape().drop_front(dropCount), in matchAndRewrite()
62 oldDstType.getElementType()); in matchAndRewrite()
81 rewriter.replaceOpWithNewOp<vector::BroadcastOp>(extractOp, oldDstType, in matchAndRewrite()
98 VectorType oldDstType = insertOp.getDestVectorType(); in matchAndRewrite() local
99 VectorType newDstType = trimLeadingOneDims(oldDstType); in matchAndRewrite()
102 int64_t dstDropCount = oldDstType.getRank() - newDstType.getRank(); in matchAndRewrite()
122 rewriter.replaceOpWithNewOp<vector::BroadcastOp>(insertOp, oldDstType, in matchAndRewrite()
145 VectorType oldDstType = insertOp.getDestVectorType(); in matchAndRewrite() local
146 VectorType newDstType = trimLeadingOneDims(oldDstType); in matchAndRewrite()
[all …]