Searched refs:inline_ordered_team_ids (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | work.c | 109 - offsetof (struct gomp_work_share, inline_ordered_team_ids)) in gomp_init_work_share() 115 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in gomp_init_work_share() 125 ws->ordered_team_ids = ws->inline_ordered_team_ids; in gomp_init_work_share() 132 ws->ordered_team_ids = ws->inline_ordered_team_ids; in gomp_init_work_share() 144 if (ws->ordered_team_ids != ws->inline_ordered_team_ids) in gomp_fini_work_share()
|
H A D | sections.c | 122 ((offsetof (struct gomp_work_share, inline_ordered_team_ids) \ in GOMP_sections2_start() 145 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in GOMP_sections2_start()
|
H A D | loop.c | 271 ((offsetof (struct gomp_work_share, inline_ordered_team_ids) \ in GOMP_loop_start() 294 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in GOMP_loop_start()
|
H A D | loop_ull.c | 270 ((offsetof (struct gomp_work_share, inline_ordered_team_ids) \ in GOMP_loop_ull_start() 293 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in GOMP_loop_ull_start()
|
H A D | libgomp.h | 362 unsigned inline_ordered_team_ids[0]; member
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | work.c | 109 - offsetof (struct gomp_work_share, inline_ordered_team_ids)) in gomp_init_work_share() 115 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in gomp_init_work_share() 127 ws->ordered_team_ids = ws->inline_ordered_team_ids; in gomp_init_work_share() 134 ws->ordered_team_ids = ws->inline_ordered_team_ids; in gomp_init_work_share() 146 if (ws->ordered_team_ids != ws->inline_ordered_team_ids) in gomp_fini_work_share()
|
H A D | sections.c | 122 ((offsetof (struct gomp_work_share, inline_ordered_team_ids) \ in GOMP_sections2_start() 148 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in GOMP_sections2_start()
|
H A D | loop.c | 271 ((offsetof (struct gomp_work_share, inline_ordered_team_ids) \ in GOMP_loop_start() 297 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in GOMP_loop_start()
|
H A D | loop_ull.c | 270 ((offsetof (struct gomp_work_share, inline_ordered_team_ids) \ in GOMP_loop_ull_start() 296 if ((offsetof (struct gomp_work_share, inline_ordered_team_ids) in GOMP_loop_ull_start()
|
H A D | libgomp.h | 394 unsigned inline_ordered_team_ids[0]; member
|
H A D | ChangeLog | 268 * loop.c (GOMP_loop_start): Don't use inline_ordered_team_ids if 6078 first part (ordered team ids) and if inline_ordered_team_ids 6082 inline_ordered_team_ids is not aligned on long long alignment boundary 7071 keep ordered_team_ids NULL, set it to inline_ordered_team_ids instead. 15321 next_ws, next_free and inline_ordered_team_ids fields, change
|