Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1424 const Expr *PrivateRef,
H A DCGOpenMPRuntime.cpp5412 const Expr *PrivateRef, in emitSingleReductionCombiner() argument
5415 if (PrivateRef->getType()->isArrayType()) { in emitSingleReductionCombiner()
5420 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5834 const Expr *PrivateRef) { in emitReduceCombFunction() argument
5891 CGF, ReductionOp, PrivateRef, cast<DeclRefExpr>(LHS), in emitReduceCombFunction()
H A DCGStmtOpenMP.cpp4914 auto *PrivateRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4928 Data.FirstprivateCopies.emplace_back(PrivateRef); in createImplicitFirstprivateForType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9013 DeclRefExpr *PrivateRef = nullptr; in ActOnOpenMPLoopInitialization() local
9018 PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization()
9020 VD = cast<VarDecl>(PrivateRef->getDecl()); in ActOnOpenMPLoopInitialization()
9077 PrivateRef); in ActOnOpenMPLoopInitialization()
19686 DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc); in ActOnOpenMPLinearClause() local
19721 Privates.push_back(PrivateRef); in ActOnOpenMPLinearClause()