Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DCMakeLists.txt8 LoopFusion.cpp
H A DLoopFusion.cpp50 struct LoopFusion : public AffineLoopFusionBase<LoopFusion> { struct
51 LoopFusion() = default;
52 LoopFusion(unsigned fastMemorySpace, uint64_t localBufSizeThresholdBytes, in LoopFusion() argument
69 return std::make_unique<LoopFusion>(fastMemorySpace, localBufSizeThreshold, in createLoopFusionPass()
1974 void LoopFusion::runOnOperation() { in runOnOperation()
/llvm-project-15.0.7/llvm/test/Transforms/LoopFusion/
H A Ddouble_loop_nest_inner_guard.ll3 ; Verify that LoopFusion can fuse two double-loop nests with guarded inner
H A Dtriple_loop_nest_inner_guard.ll3 ; Verify that LoopFusion can fuse two triple-loop nests with guarded inner
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-5.md300 help clean this up. Adding the `LoopFusion` and `MemRefDataFlowOpt` passes to
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8088 mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp