Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp447 auto resultVectorType = op->getResult(0).getType().cast<VectorType>(); in unrollSingleResultStructuredOp() local
452 op->getLoc(), resultVectorType, tupleOp, builder.getI64ArrayAttr(sizes), in unrollSingleResultStructuredOp()
755 auto resultVectorType = insertSlicesOp.getResultVectorType(); in matchAndRewrite() local
775 generateTransferOpSlices(memrefElementType, resultVectorType, in matchAndRewrite()
913 auto resultVectorType = shapeCastOp.getResultVectorType(); in getProducerValue() local
914 auto resultVectorShape = resultVectorType.getShape(); in getProducerValue()
915 unsigned resultVectorRank = resultVectorType.getRank(); in getProducerValue()
988 auto resultVectorType = in matchAndRewrite() local
990 if (!sourceVectorType || !resultVectorType) in matchAndRewrite()
1004 if (operandSourceVectorType != resultVectorType || in matchAndRewrite()
[all …]
DVectorOps.cpp2571 VectorType resultVectorType) { in verifyVectorShapeCast() argument
2573 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() local
2604 if (sourceVectorType && resultVectorType) in verify()
2605 return verifyVectorShapeCast(op, sourceVectorType, resultVectorType); in verify()
2676 auto resultVectorType = op.getResultVectorType(); in verify() local
2679 if (sourceVectorType.getDimSize(i) != resultVectorType.getDimSize(i)) in verify()
2685 resultVectorType.getElementTypeBitWidth() * in verify()
[all …]