Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 552 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 564 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 605 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 617 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 658 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 679 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 102 SmallVector<const Expr *, 4> ReductionOps; member
|
| H A D | CGOpenMPRuntime.cpp | 933 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 5417 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 5531 ArrayRef<const Expr *> ReductionOps, in emitReduction() 9736 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| H A D | CGStmtOpenMP.cpp | 1064 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1168 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 3816 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5097 ReductionOpsListType ReductionOps; member in __anonfe9ee8d91a11::HorizontalReduction 5274 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps() 5292 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 10722 SmallVector<Expr *, 8> ReductionOps; member
|