Home
last modified time | relevance | path

Searched defs:loopLike (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Transforms/
H A DLoopInvariantCodeMotion.cpp47 [&](LoopLikeOpInterface loopLike) { moveLoopInvariantCode(loopLike); }); in runOnOperation()
55 getOperation()->walk([&](LoopLikeOpInterface loopLike) { in runOnOperation()
/llvm-project/mlir/lib/Transforms/Utils/
H A DLoopInvariantCodeMotionUtils.cpp106 size_t mlir::moveLoopInvariantCode(LoopLikeOpInterface loopLike) { in moveLoopInvariantCode()
240 MatchingSubsets::populateSubsetOpsAtIterArg(LoopLikeOpInterface loopLike, in populateSubsetOpsAtIterArg()
322 LoopLikeOpInterface loopLike, in hoistSubsetAtIterArg()
393 LoopLikeOpInterface loopLike) { in hoistLoopInvariantSubsets()
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp105 [&](LoopLikeOpInterface loopLike) { moveLoopInvariantCode(loopLike); }); in hoistRedundantVectorBroadcasts() argument
209 __anon82701f6a0602(LoopLikeOpInterface loopLike) hoistRedundantVectorTransfers() argument