Searched refs:GOMP_loop_ull_runtime_next (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop_ull.c | 33 ialias (GOMP_loop_ull_runtime_next) 306 return ialias_call (GOMP_loop_ull_runtime_next) (istart, iend); in GOMP_loop_ull_start() 639 return ialias_call (GOMP_loop_ull_runtime_next) (istart, iend); in GOMP_loop_ull_doacross_start() 693 GOMP_loop_ull_runtime_next (gomp_ull *istart, gomp_ull *iend) in GOMP_loop_ull_runtime_next() function 834 extern __typeof(GOMP_loop_ull_runtime_next) GOMP_loop_ull_nonmonotonic_runtime_next 836 extern __typeof(GOMP_loop_ull_runtime_next) GOMP_loop_ull_maybe_nonmonotonic_runtime_next 996 return GOMP_loop_ull_runtime_next (istart, iend); in GOMP_loop_ull_nonmonotonic_runtime_next() 1003 return GOMP_loop_ull_runtime_next (istart, iend); in GOMP_loop_ull_maybe_nonmonotonic_runtime_next()
|
H A D | libgomp_g.h | 230 extern bool GOMP_loop_ull_runtime_next (unsigned long long *,
|
H A D | libgomp.map | 244 GOMP_loop_ull_runtime_next;
|
/netbsd/external/gpl3/gcc/dist/libgomp/ |
H A D | loop_ull.c | 33 ialias (GOMP_loop_ull_runtime_next) 309 return ialias_call (GOMP_loop_ull_runtime_next) (istart, iend); in GOMP_loop_ull_start() 642 return ialias_call (GOMP_loop_ull_runtime_next) (istart, iend); in GOMP_loop_ull_doacross_start() 696 GOMP_loop_ull_runtime_next (gomp_ull *istart, gomp_ull *iend) in GOMP_loop_ull_runtime_next() function 837 extern __typeof(GOMP_loop_ull_runtime_next) GOMP_loop_ull_nonmonotonic_runtime_next 839 extern __typeof(GOMP_loop_ull_runtime_next) GOMP_loop_ull_maybe_nonmonotonic_runtime_next 999 return GOMP_loop_ull_runtime_next (istart, iend); in GOMP_loop_ull_nonmonotonic_runtime_next() 1006 return GOMP_loop_ull_runtime_next (istart, iend); in GOMP_loop_ull_maybe_nonmonotonic_runtime_next()
|
H A D | libgomp_g.h | 230 extern bool GOMP_loop_ull_runtime_next (unsigned long long *,
|
H A D | libgomp.map | 290 GOMP_loop_ull_runtime_next;
|
H A D | ChangeLog | 6856 (GOMP_loop_ull_runtime_next): Add ialias. 15376 GOMP_loop_ull_runtime_next, GOMP_loop_ull_ordered_static_next, 15394 GOMP_loop_ull_runtime_next, GOMP_loop_ull_runtime_start,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-builtins.def | 297 "GOMP_loop_ull_runtime_next",
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | omp-builtins.def | 309 "GOMP_loop_ull_runtime_next",
|