Searched refs:superVectorType (Results 1 – 3 of 3) sorted by relevance
147 Optional<SmallVector<int64_t, 4>> mlir::shapeRatio(VectorType superVectorType, in shapeRatio() argument149 assert(superVectorType.getElementType() == subVectorType.getElementType() && in shapeRatio()151 return shapeRatio(superVectorType.getShape(), subVectorType.getShape()); in shapeRatio()271 VectorType superVectorType; in operatesOnSuperVectorsOf() local273 superVectorType = transfer.getVectorType(); in operatesOnSuperVectorsOf()283 superVectorType = v; in operatesOnSuperVectorsOf()296 auto ratio = shapeRatio(superVectorType, subVectorType); in operatesOnSuperVectorsOf()
85 Optional<SmallVector<int64_t, 4>> shapeRatio(VectorType superVectorType,
131 auto superVectorType = opInst->getResult(0).getType().cast<VectorType>(); in testVectorShapeRatio() local132 auto ratio = shapeRatio(superVectorType, subVectorType); in testVectorShapeRatio()