Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h147 SmallVector<ReductionData, 4> ClausesData; variable
219 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()
225 return cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()) in getPrivateType()
H A DCGOpenMPRuntime.cpp755 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateInitialization()
760 EmitDeclareReductionInit ? ClausesData[N].ReductionOp in emitAggregateInitialization()
769 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
777 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
787 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
788 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
790 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()
793 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
794 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()
801 bool AsArraySection = isa<ArraySectionExpr>(ClausesData[N].Ref); in emitAggregateType()
[all …]