Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp595 auto sourceVectorType = readOp.getVectorType(); in unrollTransferReadOp() local
602 sourceVectorType, targetShape, strides, builder); in unrollTransferReadOp()
619 generateTransferOpSlices(memrefElementType, sourceVectorType, tupleType, in unrollTransferReadOp()
627 loc, sourceVectorType, tupleOp, builder.getI64ArrayAttr(targetShape), in unrollTransferReadOp()
639 VectorType sourceVectorType = writeOp.getVectorType(); in unrollTransferWriteOp() local
642 sourceVectorType, targetShape, strides, builder); in unrollTransferWriteOp()
658 generateTransferOpSlices(memrefElementType, sourceVectorType, tupleType, in unrollTransferWriteOp()
910 auto sourceVectorType = shapeCastOp.getSourceVectorType(); in getProducerValue() local
911 auto sourceVectorShape = sourceVectorType.getShape(); in getProducerValue()
912 unsigned sourceVectorRank = sourceVectorType.getRank(); in getProducerValue()
[all …]
DVectorOps.cpp1435 auto sourceVectorType = op.getSourceVectorType(); in verify() local
1442 if (strides.size() != static_cast<unsigned>(sourceVectorType.getRank())) in verify()
1445 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1449 auto sourceShape = sourceVectorType.getShape(); in verify()
2570 VectorType sourceVectorType, in verifyVectorShapeCast() argument
2573 if (sourceVectorType.getElementType() != resultVectorType.getElementType()) in verifyVectorShapeCast()
2575 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast()
2587 unsigned sourceRank = sourceVectorType.getRank(); in verifyVectorShapeCast()
2600 auto sourceVectorType = op.source().getType().dyn_cast_or_null<VectorType>(); in verify() local
2604 if (sourceVectorType && resultVectorType) in verify()
[all …]