Searched refs:PrivateScope (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1258 PrivateScope.addPrivate(LHSVD, in EmitOMPReductionClauseInit() 1265 PrivateScope.addPrivate(LHSVD, in EmitOMPReductionClauseInit() 1282 PrivateScope.addPrivate( in EmitOMPReductionClauseInit() 1789 (void)PrivateScope.Privatize(); in EmitOMPParallelDirective() 4424 (void)PrivateScope.Privatize(); in EmitOMPParallelMasterDirective() 6647 (void)PrivateScope.Privatize(); in emitTargetRegion() 6710 (void)PrivateScope.Privatize(); in EmitOMPTeamsDirective() 6730 (void)PrivateScope.Privatize(); in emitTargetTeamsRegion() 6777 (void)PrivateScope.Privatize(); in emitTargetTeamsDistributeRegion() 6823 (void)PrivateScope.Privatize(); in emitTargetTeamsDistributeSimdRegion() [all …]
|
| H A D | CodeGenFunction.h | 3395 OMPPrivateScope &PrivateScope); 3397 OMPPrivateScope &PrivateScope); 3399 const OMPUseDevicePtrClause &C, OMPPrivateScope &PrivateScope, 3402 const OMPUseDeviceAddrClause &C, OMPPrivateScope &PrivateScope, 3428 OMPPrivateScope &PrivateScope); 3441 CodeGenFunction::OMPPrivateScope &PrivateScope); 3456 OMPPrivateScope &PrivateScope,
|
| H A D | CGOpenMPRuntime.cpp | 636 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local 637 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), Private); in emitInitWithReductionInitializer() 638 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), Original); in emitInitWithReductionInitializer() 639 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer() 5662 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local 5667 PrivateScope.addPrivate(VD, LHSTemp); in emitReduction() 5668 (void)PrivateScope.Privatize(); in emitReduction() 5869 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local 5870 PrivateScope.addPrivate( in emitReduceCombFunction() 5878 PrivateScope.addPrivate( in emitReduceCombFunction() [all …]
|