Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() 830 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 842 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 106 SmallVector<const Expr *, 4> ReductionOps; member
|
H A D | CGStmtOpenMP.cpp | 1202 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1422 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local 3325 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local 3392 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local 4844 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
H A D | CGOpenMPRuntime.cpp | 794 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 5416 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 5529 ArrayRef<const Expr *> ReductionOps, in emitReduction() 12767 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
H A D | CGOpenMPRuntimeGPU.cpp | 3742 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 6994 ReductionOpsListType ReductionOps; member in __anon7a00047f2a11::HorizontalReduction 7090 const ReductionOpsListType &ReductionOps) { in createOp()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16181 SmallVector<Expr *, 8> ReductionOps; member
|