Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp783 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateInitialization()
788 EmitDeclareReductionInit ? ClausesData[N].ReductionOp in emitAggregateInitialization()
797 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
805 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
815 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
816 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
818 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()
821 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
822 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
829 bool AsArraySection = isa<OMPArraySectionExpr>(ClausesData[N].Ref); in emitAggregateType()
[all …]