Searched refs:PrivateScope (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 784 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument 866 IsRegistered = PrivateScope.addPrivate( in EmitOMPFirstprivateClause() 899 PrivateScope.addPrivate(OrigVD, [this, VDInit, OriginalAddr, VD, in EmitOMPFirstprivateClause() 943 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument 953 bool IsRegistered = PrivateScope.addPrivate(OrigVD, [this, VD]() { in EmitOMPPrivateClause() 1039 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument 1068 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() { in EmitOMPLastprivateClauseInit() 1080 bool IsRegistered = PrivateScope.addPrivate(OrigVD, [this, VD, C, in EmitOMPLastprivateClauseInit() 1197 CodeGenFunction::OMPPrivateScope &PrivateScope, bool ForInscan) { in EmitOMPReductionClauseInit() argument 1246 bool IsRegistered = PrivateScope.addPrivate( in EmitOMPReductionClauseInit() [all …]
|
| H A D | CodeGenFunction.h | 3337 OMPPrivateScope &PrivateScope); 3339 OMPPrivateScope &PrivateScope); 3341 const OMPUseDevicePtrClause &C, OMPPrivateScope &PrivateScope, 3344 const OMPUseDeviceAddrClause &C, OMPPrivateScope &PrivateScope, 3370 OMPPrivateScope &PrivateScope); 3383 CodeGenFunction::OMPPrivateScope &PrivateScope); 3398 OMPPrivateScope &PrivateScope,
|
| H A D | CGOpenMPRuntime.cpp | 634 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local 635 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer() 637 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), in emitInitWithReductionInitializer() 639 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer() 5757 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local 5758 PrivateScope.addPrivate( in emitReduction() 5766 (void)PrivateScope.Privatize(); in emitReduction() 5969 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local 5970 PrivateScope.addPrivate(LHSVD, [&C, &CGF, &ParamInOut, LHSVD]() { in emitReduceCombFunction() 5978 PrivateScope.addPrivate(RHSVD, [&C, &CGF, &ParamIn, RHSVD]() { in emitReduceCombFunction() [all …]
|