Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DUtils.h37 using ReductionLoopMap = DenseMap<Operation *, SmallVector<LoopReduction, 2>>; variable
96 ReductionLoopMap reductionLoops;
116 const ReductionLoopMap &reductionLoops = ReductionLoopMap());
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1659 const ReductionLoopMap &reductionLoops) { in vectorizeLoops()
1737 ReductionLoopMap reductionLoops; in runOnOperation()
1815 const ReductionLoopMap &reductionLoops) { in vectorizeAffineLoops()