Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp798 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
806 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
816 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
817 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
819 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()
822 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
823 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
832 bool AsArraySection = isa<OMPArraySectionExpr>(ClausesData[N].Ref); in emitAggregateType()
891 getReductionInit(ClausesData[N].ReductionOp); in emitInitialization()
1010 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) { in adjustPrivateAddress()
[all …]
H A DCGOpenMPRuntime.h147 SmallVector<ReductionData, 4> ClausesData; variable
219 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()