Searched refs:subVectorType (Results 1 – 3 of 3) sorted by relevance
148 VectorType subVectorType) { in shapeRatio() argument149 assert(superVectorType.getElementType() == subVectorType.getElementType() && in shapeRatio()151 return shapeRatio(superVectorType.getShape(), subVectorType.getShape()); in shapeRatio()259 VectorType subVectorType) { in operatesOnSuperVectorsOf() argument296 auto ratio = shapeRatio(superVectorType, subVectorType); in operatesOnSuperVectorsOf()
86 VectorType subVectorType);178 bool operatesOnSuperVectorsOf(Operation &op, VectorType subVectorType);
107 auto subVectorType = in testVectorShapeRatio() local112 assert(subVectorType.getElementType().isF32() && in testVectorShapeRatio()114 if (!matcher::operatesOnSuperVectorsOf(op, subVectorType)) { in testVectorShapeRatio()132 auto ratio = shapeRatio(superVectorType, subVectorType); in testVectorShapeRatio()