Searched refs:matchReduction (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | SliceAnalysis.h | 236 Value matchReduction(ArrayRef<BlockArgument> iterCarriedArgs, unsigned redPos,
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/ |
| H A D | TestMatchReduction.cpp | 75 Value reducedValue = matchReduction(outputs, i, combinerOps); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | SplitReduction.cpp | 106 if (!matchReduction(op.getRegionOutputArgs(), 0, combinerOps) || in splitReduction() 299 if (!matchReduction(op.getRegionOutputArgs(), 0, combinerOps)) in splitReductionByScaling()
|
| H A D | Vectorization.cpp | 150 if (!matchReduction(linalgOp.getRegionOutputArgs(), outputPos, combinerOps) || in matchLinalgReduction() 372 Value reduceValue = matchReduction( in vectorizeOneOp()
|
| /llvm-project-15.0.7/mlir/lib/Analysis/ |
| H A D | SliceAnalysis.cpp | 270 Value mlir::matchReduction(ArrayRef<BlockArgument> iterCarriedArgs, in matchReduction() function in mlir
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | AffineAnalysis.cpp | 44 matchReduction(forOp.getRegionIterArgs(), pos, combinerOps); in getSupportedReduction()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/ |
| H A D | SCFToOpenMP.cpp | 45 Value reducedVal = matchReduction({block.getArguments()[1]}, in matchSimpleReduction()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | SuperVectorize.cpp | 1441 Value reducedVal = matchReduction( in vectorizeAffineYieldOp()
|