Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp921 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateInitialization()
934 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
941 ClausesData.emplace_back(Ref, *IPriv, *IRed); in ReductionCodeGen()
950 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedLValue()
951 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedLValue()
957 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateType()
959 bool AsArraySection = isa<OMPArraySectionExpr>(ClausesData[N].Ref); in emitAggregateType()
1019 getReductionInit(ClausesData[N].ReductionOp); in emitInitialization()
1135 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) { in adjustPrivateAddress()
1154 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Ref)->getDecl())); in adjustPrivateAddress()
[all …]
H A DCGOpenMPRuntime.h128 SmallVector<ReductionData, 4> ClausesData; variable
196 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()