Searched refs:maybeUnrollShape (Results 1 – 2 of 2) sorted by relevance
135 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in matchAndRewrite() local136 if (!maybeUnrollShape) in matchAndRewrite()141 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in matchAndRewrite()
672 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in unrollSingleResultVectorOp() local673 assert(maybeUnrollShape && "Trying to unroll an incorrect vector op"); in unrollSingleResultVectorOp()693 op, *maybeUnrollShape, vectors, resultIndex, targetShape, builder)}; in unrollSingleResultVectorOp()