Home
last modified time | relevance | path

Searched refs:PrivateRef (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1197 const Expr *PrivateRef,
H A DCGOpenMPRuntime.cpp4886 const Expr *PrivateRef, in emitSingleReductionCombiner() argument
4889 if (PrivateRef->getType()->isArrayType()) { in emitSingleReductionCombiner()
4894 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5580 const Expr *PrivateRef) { in emitReduceCombFunction() argument
5635 CGF, ReductionOp, PrivateRef, cast<DeclRefExpr>(LHS), in emitReduceCombFunction()
H A DCGStmtOpenMP.cpp5251 auto *PrivateRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
5265 Data.FirstprivateCopies.emplace_back(PrivateRef); in createImplicitFirstprivateForType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9109 DeclRefExpr *PrivateRef = nullptr; in ActOnOpenMPLoopInitialization() local
9114 PrivateRef = buildCapture(SemaRef, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization()
9116 VD = cast<VarDecl>(PrivateRef->getDecl()); in ActOnOpenMPLoopInitialization()
9172 DSAStack->addDSA(D, LoopDeclRefExpr, PredeterminedCKind, PrivateRef); in ActOnOpenMPLoopInitialization()
19801 DeclRefExpr *PrivateRef = buildDeclRefExpr(SemaRef, Private, Type, ELoc); in ActOnOpenMPLinearClause() local
19837 Privates.push_back(PrivateRef); in ActOnOpenMPLinearClause()