Home
last modified time | relevance | path

Searched refs:matchReduction (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DSliceAnalysis.h236 Value matchReduction(ArrayRef<BlockArgument> iterCarriedArgs, unsigned redPos,
/llvm-project-15.0.7/mlir/test/lib/Analysis/
H A DTestMatchReduction.cpp75 Value reducedValue = matchReduction(outputs, i, combinerOps); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp106 if (!matchReduction(op.getRegionOutputArgs(), 0, combinerOps) || in splitReduction()
299 if (!matchReduction(op.getRegionOutputArgs(), 0, combinerOps)) in splitReductionByScaling()
H A DVectorization.cpp150 if (!matchReduction(linalgOp.getRegionOutputArgs(), outputPos, combinerOps) || in matchLinalgReduction()
372 Value reduceValue = matchReduction( in vectorizeOneOp()
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp270 Value mlir::matchReduction(ArrayRef<BlockArgument> iterCarriedArgs, in matchReduction() function in mlir
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp44 matchReduction(forOp.getRegionIterArgs(), pos, combinerOps); in getSupportedReduction()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp45 Value reducedVal = matchReduction({block.getArguments()[1]}, in matchSimpleReduction()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1441 Value reducedVal = matchReduction( in vectorizeAffineYieldOp()