Home
last modified time | relevance | path

Searched refs:ClausesData (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h146 SmallVector<ReductionData, 4> ClausesData; variable
218 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()
224 return cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()) in getPrivateType()
H A DCGOpenMPRuntime.cpp771 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
779 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
789 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
790 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
792 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()
795 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
796 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
803 bool AsArraySection = isa<OMPArraySectionExpr>(ClausesData[N].Ref); in emitAggregateType()
859 getReductionInit(ClausesData[N].ReductionOp); in emitInitialization()
965 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) { in adjustPrivateAddress()
[all …]