Lines Matching defs:dynamic
2210 // If the shape size is dynamic, tile by 1.
2298 // Collect the dynamic split points if provided.
2324 << "expected dynamic split point handle to point to a "
2326 diag.attachNote(op->getLoc()) << "dynamic split point";
2342 << "expected the dynamic split point handle to point to as "
2545 return emitOpError() << "expects either a dynamic or a static split "
2615 // This is future-proof re mixed static-dynamic and setting up the proper
2618 // TODO: support mixed static-dynamic (see TileUsingForallOp).
2666 // This is future-proof re mixed static-dynamic and setting up the proper
2669 // TODO: support mixed static-dynamic (see TileUsingForallOp).
2982 << "expected as many dynamic size-producing operations ("
3058 "expected either dynamic sizes or parameters");
3090 ValueRange dynamic = getDynamicSizes();
3098 results.push_back(dynamic[dynamicPos++]);