Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 758 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 797 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() 860 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 872 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 913 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 933 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 104 SmallVector<const Expr *, 4> ReductionOps; member
|
| H A D | CGStmtOpenMP.cpp | 1264 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1474 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local 3734 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local 3851 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local 5669 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1657 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| H A D | CGOpenMPRuntime.cpp | 768 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 4797 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 4909 const Expr *LHSExprs, const Expr *RHSExprs, const Expr *ReductionOps) { in emitPrivateReduction() 5230 ArrayRef<const Expr *> ReductionOps = FilteredReductionOps; in emitReduction() local 12197 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 21748 ReductionOpsListType ReductionOps; member in __anon07b2d7741c111::HorizontalReduction 21877 const ReductionOpsListType &ReductionOps) { in createOp() 22120 unsigned Level) { in matchAssociativeReduction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18683 SmallVector<Expr *, 8> ReductionOps; member
|