Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h135 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in matchAndRewrite() local
136 if (!maybeUnrollShape) in matchAndRewrite()
141 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp672 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in unrollSingleResultVectorOp() local
673 assert(maybeUnrollShape && "Trying to unroll an incorrect vector op"); in unrollSingleResultVectorOp()
693 op, *maybeUnrollShape, vectors, resultIndex, targetShape, builder)}; in unrollSingleResultVectorOp()