Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Transforms/
H A DLoopInvariantCodeMotionUtils.h65 size_t moveLoopInvariantCode(
73 size_t moveLoopInvariantCode(LoopLikeOpInterface loopLike);
/llvm-project/mlir/lib/Transforms/Utils/
H A DLoopInvariantCodeMotionUtils.cpp59 size_t mlir::moveLoopInvariantCode( in moveLoopInvariantCode() function in mlir
106 size_t mlir::moveLoopInvariantCode(LoopLikeOpInterface loopLike) { in moveLoopInvariantCode() function in mlir
107 return moveLoopInvariantCode( in moveLoopInvariantCode()
/llvm-project/mlir/lib/Transforms/
H A DLoopInvariantCodeMotion.cpp47 [&](LoopLikeOpInterface loopLike) { moveLoopInvariantCode(loopLike); }); in runOnOperation()
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp105 [&](LoopLikeOpInterface loopLike) { moveLoopInvariantCode(loopLike); }); in hoistRedundantVectorBroadcasts()
210 [&](LoopLikeOpInterface loopLike) { moveLoopInvariantCode(loopLike); }); in hoistRedundantVectorTransfers()
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp754 moveLoopInvariantCode(target); in applyToOne()