Searched refs:matchSimpleReduction (Results 1 – 1 of 1) sorted by relevance
36 static bool matchSimpleReduction(Block &block) { in matchSimpleReduction() function255 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()