Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h145 SmallVector<ReductionData, 4> ClausesData; variable
217 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()
223 return cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()) in getPrivateType()
H A DCGOpenMPRuntime.cpp796 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
804 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
814 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
815 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
817 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()
820 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
821 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
828 bool AsArraySection = isa<OMPArraySectionExpr>(ClausesData[N].Ref); in emitAggregateType()
884 getReductionInit(ClausesData[N].ReductionOp); in emitInitialization()
991 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) { in adjustPrivateAddress()
[all …]