Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp197 auto sourceVectorType = readOp.getVectorType(); in matchAndRewrite() local
204 loc, sourceVectorType, rewriter.getZeroAttr(sourceVectorType)); in matchAndRewrite()
206 VectorType::get(*targetShape, sourceVectorType.getElementType()); in matchAndRewrite()
253 auto sourceVectorType = writeOp.getVectorType(); in matchAndRewrite() local
256 ArrayRef<int64_t> originalSize = sourceVectorType.getShape(); in matchAndRewrite()
H A DVectorTransforms.cpp224 auto sourceVectorType = in matchAndRewrite() local
228 if (!sourceVectorType || !resultVectorType) in matchAndRewrite()
242 operandResultVectorType != sourceVectorType) in matchAndRewrite()
842 auto sourceVectorType = op.getSourceVectorType(); in matchAndRewrite() local
844 if (sourceVectorType.getRank() != 2 || resultVectorType.getRank() != 1) in matchAndRewrite()
850 unsigned mostMinorVectorSize = sourceVectorType.getShape()[1]; in matchAndRewrite()
875 auto sourceVectorType = op.getSourceVectorType(); in matchAndRewrite() local
908 auto sourceVectorType = op.getSourceVectorType(); in matchAndRewrite() local
913 int64_t srcRank = sourceVectorType.getRank(); in matchAndRewrite()
925 numElts *= sourceVectorType.getDimSize(r); in matchAndRewrite()
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2194 auto sourceVectorType = getSourceVectorType(); in verify() local
2203 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
2207 auto sourceShape = sourceVectorType.getShape(); in verify()
4283 VectorType sourceVectorType, in verifyVectorShapeCast() argument
4288 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast()
4300 unsigned sourceRank = sourceVectorType.getRank(); in verifyVectorShapeCast()
4317 if (sourceVectorType && resultVectorType) in verify()
4430 auto sourceVectorType = getSourceVectorType(); in verify() local
4440 dataLayout.getTypeSizeInBits(sourceVectorType.getElementType()); in verify()
4444 if (sourceVectorType.getRank() == 0) { in verify()
[all …]