Searched refs:PrivateScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 863 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument 967 PrivateScope.addPrivate(OrigVD, Emission.getAllocatedAddress()); in EmitOMPFirstprivateClause() 992 IsRegistered = PrivateScope.addPrivate(OrigVD, VDAddr); in EmitOMPFirstprivateClause() 1008 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument 1021 PrivateScope.addPrivate(OrigVD, GetAddrOfLocalVar(VD)); in EmitOMPPrivateClause() 1104 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument 1137 PrivateScope.addPrivate(DestVD, EmitLValue(&DRE).getAddress()); in EmitOMPLastprivateClauseInit() 1153 bool IsRegistered = PrivateScope.addPrivate(OrigVD, VDAddr); in EmitOMPLastprivateClauseInit() 1259 CodeGenFunction::OMPPrivateScope &PrivateScope, bool ForInscan) { in EmitOMPReductionClauseInit() argument 1309 PrivateScope.addPrivate(RedCG.getBaseDecl(Count), BaseAddr); in EmitOMPReductionClauseInit() [all …]
|
| H A D | CodeGenFunction.h | 3746 OMPPrivateScope &PrivateScope); 3748 OMPPrivateScope &PrivateScope); 3750 const OMPUseDevicePtrClause &C, OMPPrivateScope &PrivateScope, 3754 const OMPUseDeviceAddrClause &C, OMPPrivateScope &PrivateScope, 3781 OMPPrivateScope &PrivateScope); 3794 CodeGenFunction::OMPPrivateScope &PrivateScope); 3809 OMPPrivateScope &PrivateScope,
|
| H A D | CGOpenMPRuntime.cpp | 610 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local 611 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), Private); in emitInitWithReductionInitializer() 612 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), Original); in emitInitWithReductionInitializer() 613 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer() 5400 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local 5405 PrivateScope.addPrivate(VD, LHSTemp); in emitReduction() 5406 (void)PrivateScope.Privatize(); in emitReduction() 5615 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local 5616 PrivateScope.addPrivate( in emitReduceCombFunction() 5623 PrivateScope.addPrivate( in emitReduceCombFunction() [all …]
|