Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp72 matchSelectReduction(Block &block, ArrayRef<Predicate> lessThanPredicates, in matchSelectReduction() function
293 if (matchSelectReduction<arith::CmpFOp, arith::SelectOp>( in declareReduction()
296 matchSelectReduction<LLVM::FCmpOp, LLVM::SelectOp>( in declareReduction()
302 if (matchSelectReduction<arith::CmpIOp, arith::SelectOp>( in declareReduction()
305 matchSelectReduction<LLVM::ICmpOp, LLVM::SelectOp>( in declareReduction()
314 if (matchSelectReduction<arith::CmpIOp, arith::SelectOp>( in declareReduction()
317 matchSelectReduction<LLVM::ICmpOp, LLVM::SelectOp>( in declareReduction()