Home
last modified time | relevance | path

Searched refs:reducedVal (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp283 Value reducedVal = combinerOp->getOperand(0) == redCarriedVal in matchReduction() local
289 if (dependsOnCarriedVals(reducedVal, iterCarriedArgs, redRegionOp)) in matchReduction()
316 return reducedVal; in matchReduction()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp43 Value reducedVal = in getSupportedReduction() local
45 if (!reducedVal) in getSupportedReduction()
76 return reducedVal; in getSupportedReduction()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp45 Value reducedVal = matchReduction({block.getArguments()[1]}, in matchSimpleReduction() local
48 if (!reducedVal || !reducedVal.isa<BlockArgument>() || in matchSimpleReduction()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1441 Value reducedVal = matchReduction( in vectorizeAffineYieldOp() local
1443 assert(reducedVal && "expect non-null value for parallel reduction loop"); in vectorizeAffineYieldOp()
1449 reducedVal.getLoc(), mask, reducedVal, neutralVal); in vectorizeAffineYieldOp()
1454 combinerOps.back()->replaceUsesOfWith(reducedVal, maskedReducedVal); in vectorizeAffineYieldOp()