Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1398 const Expr *PrivateRef,
H A DCGOpenMPRuntime.cpp5507 const Expr *PrivateRef, in emitSingleReductionCombiner() argument
5510 if (PrivateRef->getType()->isArrayType()) { in emitSingleReductionCombiner()
5515 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5934 const Expr *PrivateRef) { in emitReduceCombFunction() argument
5991 CGF, ReductionOp, PrivateRef, cast<DeclRefExpr>(LHS), in emitReduceCombFunction()
H A DCGStmtOpenMP.cpp4564 auto *PrivateRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4578 Data.FirstprivateCopies.emplace_back(PrivateRef); in createImplicitFirstprivateForType()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8475 DeclRefExpr *PrivateRef = nullptr; in ActOnOpenMPLoopInitialization() local
8480 PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization()
8482 VD = cast<VarDecl>(PrivateRef->getDecl()); in ActOnOpenMPLoopInitialization()
8538 PrivateRef); in ActOnOpenMPLoopInitialization()
17234 DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc); in ActOnOpenMPLinearClause() local
17269 Privates.push_back(PrivateRef); in ActOnOpenMPLinearClause()