Searched defs:teams (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-grid.c | 745 gomp_teams *teams = dyn_cast <gomp_teams *> (stmt); in grid_target_follows_gridifiable_pattern() local 1198 gomp_teams *teams = dyn_cast <gomp_teams *> (stmt); in grid_process_kernel_body_copy() local
|
H A D | gimplify.c | 12717 tree teams = walk_tree (&body, find_omp_teams, NULL, NULL); in optimize_target_teams() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 1888 int teams = 0, threads = 0; in GOMP_OFFLOAD_run() local
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 1991 int teams = 0, threads = 0; in GOMP_OFFLOAD_run() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 13993 tree teams = walk_tree (&body, find_omp_teams, NULL, NULL); in optimize_target_teams() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 18737 tree teams = cp_walk_tree (&stmt, tsubst_find_omp_teams, NULL, NULL); in tsubst_expr() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 19377 tree teams = cp_walk_tree (&stmt, tsubst_find_omp_teams, NULL, NULL); in tsubst_expr() local
|