Home
last modified time | relevance | path

Searched refs:gfc_trans_omp_teams (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c5266 gfc_trans_omp_teams (gfc_code *code, gfc_omp_clauses *clausesa, in gfc_trans_omp_teams() function
5398 stmt = gfc_trans_omp_teams (code, clausesa, teams_clauses); in gfc_trans_omp_target()
5403 stmt = gfc_trans_omp_teams (code, clausesa, NULL_TREE); in gfc_trans_omp_target()
5821 return gfc_trans_omp_teams (code, NULL, NULL_TREE); in gfc_trans_omp_directive()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc6809 gfc_trans_omp_teams (gfc_code *code, gfc_omp_clauses *clausesa, in gfc_trans_omp_teams() function
6958 stmt = gfc_trans_omp_teams (code, clausesa, teams_clauses); in gfc_trans_omp_target()
6963 stmt = gfc_trans_omp_teams (code, clausesa, NULL_TREE); in gfc_trans_omp_target()
7536 return gfc_trans_omp_teams (code, NULL, NULL_TREE); in gfc_trans_omp_directive()
H A DChangeLog-2016755 (gfc_trans_omp_teams): Add omp_clauses argument, add it to other
759 gfc_trans_omp_teams. Set OMP_TARGET_COMBINED if needed.
766 and EXEC_OMP_TARGET_SIMD. Adjust gfc_trans_omp_teams caller.
H A DChangeLog-20211642 gfc_trans_omp_teams, gfc_trans_omp_target, gfc_trans_omp_taskloop,
1737 gfc_trans_omp_teams, gfc_trans_omp_target, gfc_trans_omp_directive):
H A DChangeLog-2020269 gfc_trans_omp_single, gfc_trans_omp_task, gfc_trans_omp_teams
H A DChangeLog-20141523 (gfc_trans_omp_distribute, gfc_trans_omp_teams,
H A DChangeLog-20151755 * trans-openmp.c (gfc_trans_omp_teams): Set OMP_TEAMS_COMBINED for
H A DChangeLog-2019291 * trans-openmp.c (gfc_trans_omp_teams): Wrap OMP_TEAMS body into a