Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp763 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument
845 IsRegistered = PrivateScope.addPrivate( in EmitOMPFirstprivateClause()
878 PrivateScope.addPrivate(OrigVD, [this, VDInit, OriginalAddr, VD, in EmitOMPFirstprivateClause()
922 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument
932 bool IsRegistered = PrivateScope.addPrivate(OrigVD, [this, VD]() { in EmitOMPPrivateClause()
1016 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument
1045 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() { in EmitOMPLastprivateClauseInit()
1057 bool IsRegistered = PrivateScope.addPrivate(OrigVD, [this, VD, C, in EmitOMPLastprivateClauseInit()
1174 CodeGenFunction::OMPPrivateScope &PrivateScope, bool ForInscan) { in EmitOMPReductionClauseInit() argument
1223 bool IsRegistered = PrivateScope.addPrivate( in EmitOMPReductionClauseInit()
[all …]
DCodeGenFunction.h3286 OMPPrivateScope &PrivateScope);
3288 OMPPrivateScope &PrivateScope);
3290 const OMPUseDevicePtrClause &C, OMPPrivateScope &PrivateScope,
3293 const OMPUseDeviceAddrClause &C, OMPPrivateScope &PrivateScope,
3319 OMPPrivateScope &PrivateScope);
3332 CodeGenFunction::OMPPrivateScope &PrivateScope);
3347 OMPPrivateScope &PrivateScope,
DCGOpenMPRuntime.cpp627 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local
628 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()
630 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), in emitInitWithReductionInitializer()
632 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
5712 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
5713 PrivateScope.addPrivate( in emitReduction()
5721 (void)PrivateScope.Privatize(); in emitReduction()
5924 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local
5925 PrivateScope.addPrivate(LHSVD, [&C, &CGF, &ParamInOut, LHSVD]() { in emitReduceCombFunction()
5933 PrivateScope.addPrivate(RHSVD, [&C, &CGF, &ParamIn, RHSVD]() { in emitReduceCombFunction()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp411 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local
412 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()
414 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), in emitInitWithReductionInitializer()
416 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
573 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument
616 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPFirstprivateClause()
642 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPFirstprivateClause()
667 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument
678 PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPPrivateClause()
759 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument
[all …]
DCodeGenFunction.h2392 OMPPrivateScope &PrivateScope);
2394 OMPPrivateScope &PrivateScope);
2419 OMPPrivateScope &PrivateScope);
2432 CodeGenFunction::OMPPrivateScope &PrivateScope);
2447 OMPPrivateScope &PrivateScope);
DCGOpenMPRuntime.cpp4554 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
4555 PrivateScope.addPrivate( in emitReduction()
4563 (void)PrivateScope.Privatize(); in emitReduction()