Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp770 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateInitialization()
775 EmitDeclareReductionInit ? ClausesData[N].ReductionOp in emitAggregateInitialization()
784 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
792 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
802 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
803 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
805 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()
808 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
809 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
816 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateType()
[all …]
DCGOpenMPRuntime.h148 SmallVector<ReductionData, 4> ClausesData; variable
220 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()