Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 755 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 794 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() 854 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 866 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 907 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 928 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 104 SmallVector<const Expr *, 4> ReductionOps; member
|
H A D | CGStmtOpenMP.cpp | 1203 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1417 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local 3546 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local 3664 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local 5371 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
H A D | CGOpenMPRuntime.cpp | 796 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 5010 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 5121 ArrayRef<const Expr *> ReductionOps, in emitReduction() 12556 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
H A D | CGOpenMPRuntimeGPU.cpp | 2859 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 11850 ReductionOpsListType ReductionOps; member in __anon4a9331c1bf11::HorizontalReduction 11965 const ReductionOpsListType &ReductionOps) { in createOp() 12217 SmallVectorImpl<Instruction *> &ReductionOps) { in matchAssociativeReduction()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18918 SmallVector<Expr *, 8> ReductionOps; member
|