Home
last modified time | relevance | path

Searched refs:subVectorType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp148 VectorType subVectorType) { in shapeRatio() argument
149 assert(superVectorType.getElementType() == subVectorType.getElementType() && in shapeRatio()
151 return shapeRatio(superVectorType.getShape(), subVectorType.getShape()); in shapeRatio()
259 VectorType subVectorType) { in operatesOnSuperVectorsOf() argument
296 auto ratio = shapeRatio(superVectorType, subVectorType); in operatesOnSuperVectorsOf()
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorUtils.h86 VectorType subVectorType);
178 bool operatesOnSuperVectorsOf(Operation &op, VectorType subVectorType);
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestVectorizationUtils.cpp107 auto subVectorType = in testVectorShapeRatio() local
112 assert(subVectorType.getElementType().isF32() && in testVectorShapeRatio()
114 if (!matcher::operatesOnSuperVectorsOf(op, subVectorType)) { in testVectorShapeRatio()
132 auto ratio = shapeRatio(superVectorType, subVectorType); in testVectorShapeRatio()