Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp543 AffineForOp rootAffineForOp, unsigned width, in constructTiledLoopNest() argument
545 Location loc = rootAffineForOp.getLoc(); in constructTiledLoopNest()
548 Operation *topLoop = rootAffineForOp.getOperation(); in constructTiledLoopNest()
583 AffineForOp rootAffineForOp, in checkIfHyperRectangular() argument
589 rootAffineForOp.emitError("tiled code generation unimplemented for the " in checkIfHyperRectangular()
908 AffineForOp rootAffineForOp = origLoops[0]; in tilePerfectlyNested() local
915 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 …]