Searched refs:PrivateRef (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1208 const Expr *PrivateRef,
|
| H A D | CGOpenMPRuntime.cpp | 4896 const Expr *PrivateRef, in emitSingleReductionCombiner() argument 4899 if (PrivateRef->getType()->isArrayType()) { in emitSingleReductionCombiner() 4904 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner() 5317 const Expr *PrivateRef) { in emitReduceCombFunction() argument 5373 CGF, ReductionOp, PrivateRef, cast<DeclRefExpr>(LHS), in emitReduceCombFunction()
|
| H A D | CGStmtOpenMP.cpp | 4994 auto *PrivateRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local 5008 Data.FirstprivateCopies.emplace_back(PrivateRef); in createImplicitFirstprivateForType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9260 DeclRefExpr *PrivateRef = nullptr; in ActOnOpenMPLoopInitialization() local 9265 PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization() 9267 VD = cast<VarDecl>(PrivateRef->getDecl()); in ActOnOpenMPLoopInitialization() 9324 PrivateRef); in ActOnOpenMPLoopInitialization() 20334 DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc); in ActOnOpenMPLinearClause() local 20369 Privates.push_back(PrivateRef); in ActOnOpenMPLinearClause()
|