Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 104 SmallVector<const Expr *, 4> ReductionOps; member
|
H A D | CGStmtOpenMP.cpp | 1226 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1436 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local 3592 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local 3709 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local 5462 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
H A D | CGOpenMPRuntimeGPU.cpp | 1658 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
H A D | CGOpenMPRuntime.cpp | 772 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 4823 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 4934 ArrayRef<const Expr *> ReductionOps, in emitReduction() 12132 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 16661 ReductionOpsListType ReductionOps; member in __anon07b2d77415711::HorizontalReduction 16786 const ReductionOpsListType &ReductionOps) { in createOp() argument 17007 __anon07b2d77415802(Instruction *TreeN, SmallVectorImpl<Value *> &ExtraArgs, SmallVectorImpl<Value *> &PossibleReducedVals, SmallVectorImpl<Instruction *> &ReductionOps) matchAssociativeReduction() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18059 SmallVector<Expr *, 8> ReductionOps; member
|