Searched refs:subVectorType (Results 1 – 3 of 3) sorted by relevance
114 VectorType subVectorType) { in shapeRatio() argument115 assert(superVectorType.getElementType() == subVectorType.getElementType() && in shapeRatio()117 return shapeRatio(superVectorType.getShape(), subVectorType.getShape()); in shapeRatio()219 VectorType subVectorType) { in operatesOnSuperVectorsOf() argument256 auto ratio = shapeRatio(superVectorType, subVectorType); in operatesOnSuperVectorsOf()
104 auto subVectorType = in testVectorShapeRatio() local109 assert(subVectorType.getElementType().isF32() && in testVectorShapeRatio()111 if (!matcher::operatesOnSuperVectorsOf(op, subVectorType)) { in testVectorShapeRatio()129 auto ratio = shapeRatio(superVectorType, subVectorType); in testVectorShapeRatio()
74 VectorType subVectorType);160 bool operatesOnSuperVectorsOf(Operation &op, VectorType subVectorType);