Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestAffineLoopParametricTiling.cpp42 AffineForOp topLoop = band[0]; in checkIfTilingParametersExist() local
44 if (func::FuncOp funcOp = dyn_cast<func::FuncOp>(topLoop->getParentOp())) in checkIfTilingParametersExist()
54 AffineForOp topLoop = band[0]; in getTilingParameters() local
55 Region *funcOpRegion = topLoop->getParentRegion(); in getTilingParameters()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp514 Operation *topLoop = rootAffineForOp.getOperation(); in constructTiledLoopNest() local
519 OpBuilder b(topLoop); in constructTiledLoopNest()
523 pointLoop.getBody()->begin(), topLoop->getBlock()->getOperations(), in constructTiledLoopNest()
524 topLoop); in constructTiledLoopNest()
526 topLoop = pointLoop.getOperation(); in constructTiledLoopNest()
533 OpBuilder b(topLoop); in constructTiledLoopNest()
537 tileSpaceLoop.getBody()->begin(), topLoop->getBlock()->getOperations(), in constructTiledLoopNest()
538 topLoop); in constructTiledLoopNest()
540 topLoop = tileSpaceLoop.getOperation(); in constructTiledLoopNest()