Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineAnalysis.h46 AffineForOp forOp, SmallVectorImpl<LoopReduction> &supportedReductions);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp81 AffineForOp forOp, SmallVectorImpl<LoopReduction> &supportedReductions) { in getSupportedReductions() argument
85 supportedReductions.reserve(numIterArgs); in getSupportedReductions()
89 supportedReductions.emplace_back(LoopReduction{kind, i, value}); in getSupportedReductions()