Searched refs:sourceVectorType (Results 1 – 3 of 3) sorted by relevance
197 auto sourceVectorType = readOp.getVectorType(); in matchAndRewrite() local204 loc, sourceVectorType, rewriter.getZeroAttr(sourceVectorType)); in matchAndRewrite()206 VectorType::get(*targetShape, sourceVectorType.getElementType()); in matchAndRewrite()253 auto sourceVectorType = writeOp.getVectorType(); in matchAndRewrite() local256 ArrayRef<int64_t> originalSize = sourceVectorType.getShape(); in matchAndRewrite()
224 auto sourceVectorType = in matchAndRewrite() local228 if (!sourceVectorType || !resultVectorType) in matchAndRewrite()242 operandResultVectorType != sourceVectorType) in matchAndRewrite()842 auto sourceVectorType = op.getSourceVectorType(); in matchAndRewrite() local844 if (sourceVectorType.getRank() != 2 || resultVectorType.getRank() != 1) in matchAndRewrite()850 unsigned mostMinorVectorSize = sourceVectorType.getShape()[1]; in matchAndRewrite()875 auto sourceVectorType = op.getSourceVectorType(); in matchAndRewrite() local908 auto sourceVectorType = op.getSourceVectorType(); in matchAndRewrite() local913 int64_t srcRank = sourceVectorType.getRank(); in matchAndRewrite()925 numElts *= sourceVectorType.getDimSize(r); in matchAndRewrite()[all …]
2194 auto sourceVectorType = getSourceVectorType(); in verify() local2203 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()2207 auto sourceShape = sourceVectorType.getShape(); in verify()4283 VectorType sourceVectorType, in verifyVectorShapeCast() argument4288 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() local4440 dataLayout.getTypeSizeInBits(sourceVectorType.getElementType()); in verify()4444 if (sourceVectorType.getRank() == 0) { in verify()[all …]