Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp36 static bool matchSimpleReduction(Block &block) { in matchSimpleReduction() function
255 if (matchSimpleReduction<arith::AddFOp, LLVM::FAddOp>(reduction)) { in declareReduction()
260 if (matchSimpleReduction<arith::AddIOp, LLVM::AddOp>(reduction)) { in declareReduction()
265 if (matchSimpleReduction<arith::OrIOp, LLVM::OrOp>(reduction)) { in declareReduction()
270 if (matchSimpleReduction<arith::XOrIOp, LLVM::XOrOp>(reduction)) { in declareReduction()
275 if (matchSimpleReduction<arith::AndIOp, LLVM::AndOp>(reduction)) { in declareReduction()
286 if (matchSimpleReduction<arith::MulFOp, LLVM::FMulOp>(reduction)) { in declareReduction()