Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp114 VectorType subVectorType) { in shapeRatio() argument
115 assert(superVectorType.getElementType() == subVectorType.getElementType() && in shapeRatio()
117 return shapeRatio(superVectorType.getShape(), subVectorType.getShape()); in shapeRatio()
219 VectorType subVectorType) { in operatesOnSuperVectorsOf() argument
256 auto ratio = shapeRatio(superVectorType, subVectorType); in operatesOnSuperVectorsOf()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp104 auto subVectorType = in testVectorShapeRatio() local
109 assert(subVectorType.getElementType().isF32() && in testVectorShapeRatio()
111 if (!matcher::operatesOnSuperVectorsOf(op, subVectorType)) { in testVectorShapeRatio()
129 auto ratio = shapeRatio(superVectorType, subVectorType); in testVectorShapeRatio()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h74 VectorType subVectorType);
160 bool operatesOnSuperVectorsOf(Operation &op, VectorType subVectorType);