Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp509 AffineForOp rootAffineForOp, unsigned width, in constructTiledLoopNest() argument
511 Location loc = rootAffineForOp.getLoc(); in constructTiledLoopNest()
514 Operation *topLoop = rootAffineForOp.getOperation(); in constructTiledLoopNest()
869 AffineForOp rootAffineForOp = origLoops[0]; in tilePerfectlyNested() local
877 constructTiledLoopNest(origLoops, rootAffineForOp, width, tiledLoops); in tilePerfectlyNested()
890 rootAffineForOp.erase(); in tilePerfectlyNested()
913 AffineForOp rootAffineForOp = origLoops[0]; in tilePerfectlyNestedParametric() local
919 constructTiledLoopNest(origLoops, rootAffineForOp, width, tiledLoops); in tilePerfectlyNestedParametric()
933 rootAffineForOp.erase(); in tilePerfectlyNestedParametric()