Lines Matching defs:PrivateScope
859 OMPPrivateScope &PrivateScope) {
963 PrivateScope.addPrivate(OrigVD, Emission.getAllocatedAddress());
988 IsRegistered = PrivateScope.addPrivate(OrigVD, VDAddr);
1004 CodeGenFunction::OMPPrivateScope &PrivateScope) {
1017 PrivateScope.addPrivate(OrigVD, GetAddrOfLocalVar(VD));
1100 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) {
1133 PrivateScope.addPrivate(DestVD, EmitLValue(&DRE).getAddress());
1149 bool IsRegistered = PrivateScope.addPrivate(OrigVD, VDAddr);
1255 CodeGenFunction::OMPPrivateScope &PrivateScope, bool ForInscan) {
1305 PrivateScope.addPrivate(RedCG.getBaseDecl(Count), BaseAddr);
1317 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress());
1318 PrivateScope.addPrivate(RHSVD, GetAddrOfLocalVar(PrivateVD));
1323 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress());
1324 PrivateScope.addPrivate(RHSVD,
1337 PrivateScope.addPrivate(LHSVD, OriginalAddr);
1338 PrivateScope.addPrivate(
1852 OMPPrivateScope PrivateScope(CGF);
1854 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
1855 CGF.EmitOMPPrivateClause(S, PrivateScope);
1856 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
1857 (void)PrivateScope.Privatize();
2401 const OMPLoopDirective &D, CodeGenFunction::OMPPrivateScope &PrivateScope) {
2423 PrivateScope.addPrivate(VD, GetAddrOfLocalVar(PrivateVD));
4236 OMPPrivateScope PrivateScope(CGF);
4237 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
4238 CGF.EmitOMPPrivateClause(S, PrivateScope);
4239 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
4240 (void)PrivateScope.Privatize();
4626 OMPPrivateScope PrivateScope(CGF);
4628 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
4629 CGF.EmitOMPPrivateClause(S, PrivateScope);
4630 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
4631 (void)PrivateScope.Privatize();
4653 OMPPrivateScope PrivateScope(CGF);
4655 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
4656 CGF.EmitOMPPrivateClause(S, PrivateScope);
4657 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
4658 (void)PrivateScope.Privatize();
6877 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
6878 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
6879 CGF.EmitOMPPrivateClause(S, PrivateScope);
6880 (void)PrivateScope.Privatize();
6940 OMPPrivateScope PrivateScope(CGF);
6941 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
6942 CGF.EmitOMPPrivateClause(S, PrivateScope);
6943 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
6944 (void)PrivateScope.Privatize();
6960 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
6961 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
6962 CGF.EmitOMPPrivateClause(S, PrivateScope);
6963 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
6964 (void)PrivateScope.Privatize();
7009 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
7010 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7011 (void)PrivateScope.Privatize();
7055 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
7056 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7057 (void)PrivateScope.Privatize();
7100 OMPPrivateScope PrivateScope(CGF);
7101 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7102 (void)PrivateScope.Privatize();
7122 OMPPrivateScope PrivateScope(CGF);
7123 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7124 (void)PrivateScope.Privatize();
7145 OMPPrivateScope PrivateScope(CGF);
7146 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7147 (void)PrivateScope.Privatize();
7168 OMPPrivateScope PrivateScope(CGF);
7169 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7170 (void)PrivateScope.Privatize();
7264 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
7265 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7266 (void)PrivateScope.Privatize();
7316 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
7317 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7318 (void)PrivateScope.Privatize();
7406 const OMPUseDevicePtrClause &C, OMPPrivateScope &PrivateScope,
7437 bool IsRegistered = PrivateScope.addPrivate(
7457 const OMPUseDeviceAddrClause &C, OMPPrivateScope &PrivateScope,
7500 (void)PrivateScope.addPrivate(OrigVD, PrivAddr);
7541 OMPPrivateScope PrivateScope(CGF);
7544 CGF.EmitOMPUseDevicePtrClause(*C, PrivateScope,
7547 CGF.EmitOMPUseDeviceAddrClause(*C, PrivateScope,
7549 (void)PrivateScope.Privatize();
7667 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
7668 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
7669 CGF.EmitOMPPrivateClause(S, PrivateScope);
7670 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
7671 (void)PrivateScope.Privatize();
8186 OMPPrivateScope PrivateScope(CGF);
8187 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
8188 (void)PrivateScope.Privatize();
8232 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
8233 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
8234 (void)PrivateScope.Privatize();
8261 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
8262 CGF.EmitOMPReductionClauseInit(S, PrivateScope);
8263 (void)PrivateScope.Privatize();