Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp437 checkTilingLegalityImpl(MutableArrayRef<mlir::AffineForOp> origLoops) { in checkTilingLegalityImpl() argument
438 assert(!origLoops.empty() && "no original loops provided"); in checkTilingLegalityImpl()
442 origLoops[0]->walk([&](Operation *op) { in checkTilingLegalityImpl()
448 unsigned numLoops = origLoops.size(); in checkTilingLegalityImpl()
506 checkTilingLegality(MutableArrayRef<mlir::AffineForOp> origLoops) { in checkTilingLegality() argument
507 return success(checkTilingLegalityImpl(origLoops)); in checkTilingLegality()
542 void constructTiledLoopNest(MutableArrayRef<AffineForOp> origLoops, in constructTiledLoopNest() argument
578 moveLoopBody(origLoops.back(), innermostPointLoop); in constructTiledLoopNest()
795 MutableArrayRef<AffineForOp> origLoops, in constructParametricallyTiledIndexSetHyperRect() argument
797 assert(!origLoops.empty() && "expected atleast one loop in band"); in constructParametricallyTiledIndexSetHyperRect()
[all …]