Searched defs:ReductionData (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 117 struct ReductionData { struct 124 ReductionData(const Expr *Ref, const Expr *Private, const Expr *ReductionOp) in ReductionData() argument
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 724 struct ReductionData { struct 726 ReductionData(ReductionKind Kind, unsigned Opcode, Value *LHS, Value *RHS) in ReductionData() function 730 unsigned Opcode = 0; 731 Value *LHS = nullptr; 732 Value *RHS = nullptr; 733 ReductionKind Kind = RK_None; 734 bool hasSameData(ReductionData &RD) const { in hasSameData()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 103 struct ReductionData { struct in __anon45dbc4930111::DSAStackTy 105 SourceRange ReductionRange; 10712 struct ReductionData { struct 10714 SmallVector<Expr *, 8> Vars; 10716 SmallVector<Expr *, 8> Privates; 10718 SmallVector<Expr *, 8> LHSs; 10720 SmallVector<Expr *, 8> RHSs; 10722 SmallVector<Expr *, 8> ReductionOps; 10727 SmallVector<Decl *, 4> ExprCaptures; 10729 SmallVector<Expr *, 4> ExprPostUpdates; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5462 OperationData ReductionData; member in __anonfe9ee8d91a11::HorizontalReduction
|