Home
last modified time | relevance | path

Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp760 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
799 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
859 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
871 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
912 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
933 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h104 SmallVector<const Expr *, 4> ReductionOps; member
H A DCGStmtOpenMP.cpp1226 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1436 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
3592 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local
3709 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local
5462 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
H A DCGOpenMPRuntimeGPU.cpp1658 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
H A DCGOpenMPRuntime.cpp772 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
4823 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
4934 ArrayRef<const Expr *> ReductionOps, in emitReduction()
12132 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16661 ReductionOpsListType ReductionOps; member in __anon5824d94915711::HorizontalReduction
16786 const ReductionOpsListType &ReductionOps) { in createOp()
17007 SmallVectorImpl<Instruction *> &ReductionOps) { in matchAssociativeReduction()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18059 SmallVector<Expr *, 8> ReductionOps; member