Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorUtils.h178 bool operatesOnSuperVectorsOf(Operation &op, VectorType subVectorType);
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestVectorizationUtils.cpp114 if (!matcher::operatesOnSuperVectorsOf(op, subVectorType)) { in testVectorShapeRatio()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp258 bool matcher::operatesOnSuperVectorsOf(Operation &op, in operatesOnSuperVectorsOf() function in matcher