Searched refs:resultVectorType (Results 1 – 2 of 2) sorted by relevance
447 auto resultVectorType = op->getResult(0).getType().cast<VectorType>(); in unrollSingleResultStructuredOp() local452 op->getLoc(), resultVectorType, tupleOp, builder.getI64ArrayAttr(sizes), in unrollSingleResultStructuredOp()755 auto resultVectorType = insertSlicesOp.getResultVectorType(); in matchAndRewrite() local775 generateTransferOpSlices(memrefElementType, resultVectorType, in matchAndRewrite()913 auto resultVectorType = shapeCastOp.getResultVectorType(); in getProducerValue() local914 auto resultVectorShape = resultVectorType.getShape(); in getProducerValue()915 unsigned resultVectorRank = resultVectorType.getRank(); in getProducerValue()988 auto resultVectorType = in matchAndRewrite() local990 if (!sourceVectorType || !resultVectorType) in matchAndRewrite()1004 if (operandSourceVectorType != resultVectorType || in matchAndRewrite()[all …]
2571 VectorType resultVectorType) { in verifyVectorShapeCast() argument2573 if (sourceVectorType.getElementType() != resultVectorType.getElementType()) in verifyVectorShapeCast()2576 auto resultShape = resultVectorType.getShape(); in verifyVectorShapeCast()2588 unsigned resultRank = resultVectorType.getRank(); in verifyVectorShapeCast()2601 auto resultVectorType = op.result().getType().dyn_cast_or_null<VectorType>(); in verify() local2604 if (sourceVectorType && resultVectorType) in verify()2605 return verifyVectorShapeCast(op, sourceVectorType, resultVectorType); in verify()2676 auto resultVectorType = op.getResultVectorType(); in verify() local2679 if (sourceVectorType.getDimSize(i) != resultVectorType.getDimSize(i)) in verify()2685 resultVectorType.getElementTypeBitWidth() * in verify()[all …]