/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 712 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 751 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() 811 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 823 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 864 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 885 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 471 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 483 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 107 SmallVector<const Expr *, 4> ReductionOps; member
|
D | CGStmtOpenMP.cpp | 1179 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1399 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local 3162 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local 4422 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
D | CGOpenMPRuntime.cpp | 783 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 5371 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 5484 ArrayRef<const Expr *> ReductionOps, in emitReduction() 12589 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
D | CGOpenMPRuntimeGPU.cpp | 3915 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6101 ReductionOpsListType ReductionOps; member in __anoncaa0dc781f11::HorizontalReduction 6259 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps() 6269 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6437 ReductionOpsListType ReductionOps; member in __anon42e2fe642411::HorizontalReduction 6580 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps() 6589 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4226 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 4332 ArrayRef<const Expr *> ReductionOps, in emitReduction()
|
D | CGStmtOpenMP.cpp | 1144 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3942 SmallVector<Value *, 16> ReductionOps; member in HorizontalReduction
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9084 SmallVector<Expr *, 8> ReductionOps; in ActOnOpenMPReductionClause() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 14818 SmallVector<Expr *, 8> ReductionOps; member
|