Home
last modified time | relevance | path

Searched defs:ReductionData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h132 struct ReductionData { struct
141 ReductionData(const Expr *Shared, const Expr *Ref, const Expr *Private, in ReductionData() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp136 struct ReductionData { struct in __anon1dd12e440111::DSAStackTy
137 using BOKPtrType = llvm::PointerEmbeddedInt<BinaryOperatorKind, 16>;
138 SourceRange ReductionRange;
139 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp;
141 void set(BinaryOperatorKind BO, SourceRange RR) { in set()
145 void set(const Expr *RefExpr, SourceRange RR) { in set()
1567 ReductionData &ReductionData = getTopOfStack().ReductionMap[D]; in addTaskgroupReductionData() local
1592 ReductionData &ReductionData = getTopOfStack().ReductionMap[D]; in addTaskgroupReductionData() local
1620 const ReductionData &ReductionData = I->ReductionMap.lookup(D); in getTopMostTaskgroupReductionData() local
1647 const ReductionData &ReductionData = I->ReductionMap.lookup(D); in getTopMostTaskgroupReductionData() local
[all …]