Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp781 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateInitialization()
786 EmitDeclareReductionInit ? ClausesData[N].ReductionOp in emitAggregateInitialization()
795 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
803 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
813 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
814 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
816 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()
819 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
820 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
827 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateType()
[all …]
H A DCGOpenMPRuntime.h147 SmallVector<ReductionData, 4> ClausesData; variable
219 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()