Home
last modified time | relevance | path

Searched refs:GOMP_MAP_FIRSTPRIVATE (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h87 GOMP_MAP_FIRSTPRIVATE = (GOMP_MAP_FLAG_SPECIAL | 0), enumerator
/netbsd/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h98 GOMP_MAP_FIRSTPRIVATE = (GOMP_MAP_FLAG_SPECIAL | 0), enumerator
H A DChangeLog267 'GOMP_MAP_FIRSTPRIVATE'.
705 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c823 if ((kind & typemask) == GOMP_MAP_FIRSTPRIVATE) in gomp_map_vars_internal()
972 case GOMP_MAP_FIRSTPRIVATE: in gomp_map_vars_internal()
1918 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE) in calculate_firstprivate_requirements()
1941 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE) in copy_firstprivate_data()
H A Dtask.c722 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE) in gomp_create_target_task()
765 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE) in gomp_create_target_task()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c1092 if ((kind & typemask) == GOMP_MAP_FIRSTPRIVATE) in gomp_map_vars_internal()
1345 case GOMP_MAP_FIRSTPRIVATE: in gomp_map_vars_internal()
2490 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE) in calculate_firstprivate_requirements()
2513 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE && hostaddrs[i] != NULL) in copy_firstprivate_data()
H A Dtask.c761 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE) in gomp_create_target_task()
825 if ((kinds[i] & 0xff) == GOMP_MAP_FIRSTPRIVATE) in gomp_create_target_task()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-low.c12069 tkind = GOMP_MAP_FIRSTPRIVATE; in lower_omp_target()
H A Domp-low.cc13334 tkind = GOMP_MAP_FIRSTPRIVATE; in lower_omp_target()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c12069 tkind = GOMP_MAP_FIRSTPRIVATE; in lower_omp_target()