Searched refs:rootAffineForOp (Results 1 – 1 of 1) sorted by relevance
543 AffineForOp rootAffineForOp, unsigned width, in constructTiledLoopNest() argument545 Location loc = rootAffineForOp.getLoc(); in constructTiledLoopNest()548 Operation *topLoop = rootAffineForOp.getOperation(); in constructTiledLoopNest()583 AffineForOp rootAffineForOp, in checkIfHyperRectangular() argument589 rootAffineForOp.emitError("tiled code generation unimplemented for the " in checkIfHyperRectangular()908 AffineForOp rootAffineForOp = origLoops[0]; in tilePerfectlyNested() local915 constructTiledLoopNest(origLoops, rootAffineForOp, width, tiledLoops); in tilePerfectlyNested()920 if (failed(checkIfHyperRectangular(input, rootAffineForOp, width))) in tilePerfectlyNested()931 rootAffineForOp.erase(); in tilePerfectlyNested()950 AffineForOp rootAffineForOp = origLoops[0]; in tilePerfectlyNestedParametric() local[all …]