Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp147 Optional<SmallVector<int64_t, 4>> mlir::shapeRatio(VectorType superVectorType, in shapeRatio() argument
149 assert(superVectorType.getElementType() == subVectorType.getElementType() && in shapeRatio()
151 return shapeRatio(superVectorType.getShape(), subVectorType.getShape()); in shapeRatio()
271 VectorType superVectorType; in operatesOnSuperVectorsOf() local
273 superVectorType = transfer.getVectorType(); in operatesOnSuperVectorsOf()
283 superVectorType = v; in operatesOnSuperVectorsOf()
296 auto ratio = shapeRatio(superVectorType, subVectorType); in operatesOnSuperVectorsOf()
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorUtils.h85 Optional<SmallVector<int64_t, 4>> shapeRatio(VectorType superVectorType,
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestVectorizationUtils.cpp131 auto superVectorType = opInst->getResult(0).getType().cast<VectorType>(); in testVectorShapeRatio() local
132 auto ratio = shapeRatio(superVectorType, subVectorType); in testVectorShapeRatio()