Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Transforms/
DTestAffineLoopParametricTiling.cpp34 AffineForOp topLoop = band[0]; in checkIfTilingParametersExist() local
36 if (FuncOp funcOp = dyn_cast<FuncOp>(topLoop->getParentOp())) in checkIfTilingParametersExist()
46 AffineForOp topLoop = band[0]; in getTilingParameters() local
47 Region *funcOpRegion = topLoop->getParentRegion(); in getTilingParameters()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp548 Operation *topLoop = rootAffineForOp.getOperation(); in constructTiledLoopNest() local
553 OpBuilder b(topLoop); in constructTiledLoopNest()
557 pointLoop.getBody()->begin(), topLoop->getBlock()->getOperations(), in constructTiledLoopNest()
558 topLoop); in constructTiledLoopNest()
560 topLoop = pointLoop.getOperation(); in constructTiledLoopNest()
567 OpBuilder b(topLoop); in constructTiledLoopNest()
571 tileSpaceLoop.getBody()->begin(), topLoop->getBlock()->getOperations(), in constructTiledLoopNest()
572 topLoop); in constructTiledLoopNest()
574 topLoop = tileSpaceLoop.getOperation(); in constructTiledLoopNest()