Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 760 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 104 SmallVector<const Expr *, 4> ReductionOps; member
|
| H A D | CGStmtOpenMP.cpp | 1199 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1411 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 5405 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
| H A D | CGOpenMPRuntime.cpp | 770 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 4807 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 4918 ArrayRef<const Expr *> ReductionOps, in emitReduction() 12097 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2803 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 13936 ReductionOpsListType ReductionOps; member in __anon3e6d93aa10011::HorizontalReduction 14078 const ReductionOpsListType &ReductionOps) { in createOp() 14301 SmallVectorImpl<Instruction *> &ReductionOps) { in matchAssociativeReduction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19257 SmallVector<Expr *, 8> ReductionOps; member
|