Searched refs:superVectorType (Results 1 – 3 of 3) sorted by relevance
113 Optional<SmallVector<int64_t, 4>> mlir::shapeRatio(VectorType superVectorType, in shapeRatio() argument115 assert(superVectorType.getElementType() == subVectorType.getElementType() && in shapeRatio()117 return shapeRatio(superVectorType.getShape(), subVectorType.getShape()); in shapeRatio()231 VectorType superVectorType; in operatesOnSuperVectorsOf() local233 superVectorType = transfer.getVectorType(); in operatesOnSuperVectorsOf()243 superVectorType = v; in operatesOnSuperVectorsOf()256 auto ratio = shapeRatio(superVectorType, subVectorType); in operatesOnSuperVectorsOf()
128 auto superVectorType = opInst->getResult(0).getType().cast<VectorType>(); in testVectorShapeRatio() local129 auto ratio = shapeRatio(superVectorType, subVectorType); in testVectorShapeRatio()
73 Optional<SmallVector<int64_t, 4>> shapeRatio(VectorType superVectorType,