Home
last modified time | relevance | path

Searched refs:PrivateScope (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp825 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument
929 PrivateScope.addPrivate(OrigVD, Emission.getAllocatedAddress()); in EmitOMPFirstprivateClause()
954 IsRegistered = PrivateScope.addPrivate(OrigVD, VDAddr); in EmitOMPFirstprivateClause()
970 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument
983 PrivateScope.addPrivate(OrigVD, GetAddrOfLocalVar(VD)); in EmitOMPPrivateClause()
1066 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument
1099 PrivateScope.addPrivate(DestVD, EmitLValue(&DRE).getAddress()); in EmitOMPLastprivateClauseInit()
1115 bool IsRegistered = PrivateScope.addPrivate(OrigVD, VDAddr); in EmitOMPLastprivateClauseInit()
1221 CodeGenFunction::OMPPrivateScope &PrivateScope, bool ForInscan) { in EmitOMPReductionClauseInit() argument
1271 PrivateScope.addPrivate(RedCG.getBaseDecl(Count), BaseAddr); in EmitOMPReductionClauseInit()
[all …]
H A DCodeGenFunction.h3708 OMPPrivateScope &PrivateScope);
3710 OMPPrivateScope &PrivateScope);
3712 const OMPUseDevicePtrClause &C, OMPPrivateScope &PrivateScope,
3716 const OMPUseDeviceAddrClause &C, OMPPrivateScope &PrivateScope,
3743 OMPPrivateScope &PrivateScope);
3756 CodeGenFunction::OMPPrivateScope &PrivateScope);
3771 OMPPrivateScope &PrivateScope,
H A DCGOpenMPRuntime.cpp614 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local
615 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), Private); in emitInitWithReductionInitializer()
616 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), Original); in emitInitWithReductionInitializer()
617 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
5162 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
5167 PrivateScope.addPrivate(VD, LHSTemp); in emitReduction()
5168 (void)PrivateScope.Privatize(); in emitReduction()
5368 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local
5369 PrivateScope.addPrivate( in emitReduceCombFunction()
5377 PrivateScope.addPrivate( in emitReduceCombFunction()
[all …]