Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1390 const Expr *PrivateRef,
DCGOpenMPRuntime.cpp5462 const Expr *PrivateRef, in emitSingleReductionCombiner() argument
5465 if (PrivateRef->getType()->isArrayType()) { in emitSingleReductionCombiner()
5470 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5889 const Expr *PrivateRef) { in emitReduceCombFunction() argument
5946 CGF, ReductionOp, PrivateRef, cast<DeclRefExpr>(LHS), in emitReduceCombFunction()
DCGStmtOpenMP.cpp4147 auto *PrivateRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4161 Data.FirstprivateCopies.emplace_back(PrivateRef); in createImplicitFirstprivateForType()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4311 const Expr *PrivateRef, in emitSingleReductionCombiner() argument
4314 if (PrivateRef->getType()->isArrayType()) { in emitSingleReductionCombiner()
4319 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7737 DeclRefExpr *PrivateRef = nullptr; in ActOnOpenMPLoopInitialization() local
7742 PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization()
7744 VD = cast<VarDecl>(PrivateRef->getDecl()); in ActOnOpenMPLoopInitialization()
7800 PrivateRef); in ActOnOpenMPLoopInitialization()
15847 DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc); in ActOnOpenMPLinearClause() local
15882 Privates.push_back(PrivateRef); in ActOnOpenMPLinearClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp9655 auto *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc); in ActOnOpenMPLinearClause() local
9690 Privates.push_back(PrivateRef); in ActOnOpenMPLinearClause()