Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp152 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in getTargetShape() local
153 if (!maybeUnrollShape) in getTargetShape()
158 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in getTargetShape()