Searched refs:GOMP_loop_ull_runtime_start (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop_ull.c | 174 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_runtime_start() function 808 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_nonmonotonic_runtime_start 810 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_maybe_nonmonotonic_runtime_start 900 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend); in GOMP_loop_ull_nonmonotonic_runtime_start() 909 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend); in GOMP_loop_ull_maybe_nonmonotonic_runtime_start()
|
H A D | libgomp_g.h | 160 extern bool GOMP_loop_ull_runtime_start (bool, unsigned long long,
|
H A D | libgomp.map | 291 GOMP_loop_ull_runtime_start;
|
H A D | ChangeLog | 6956 (GOMP_loop_ull_runtime_start, 11034 * loop_ull.c (GOMP_loop_ull_runtime_start): Adjust for 15458 GOMP_loop_ull_guided_start, GOMP_loop_ull_runtime_start, 15482 GOMP_loop_ull_runtime_next, GOMP_loop_ull_runtime_start,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop_ull.c | 174 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_runtime_start() function 805 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_nonmonotonic_runtime_start 807 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_maybe_nonmonotonic_runtime_start 897 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend); in GOMP_loop_ull_nonmonotonic_runtime_start() 906 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend); in GOMP_loop_ull_maybe_nonmonotonic_runtime_start()
|
H A D | libgomp_g.h | 160 extern bool GOMP_loop_ull_runtime_start (bool, unsigned long long,
|
H A D | libgomp.map | 245 GOMP_loop_ull_runtime_start;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-builtins.def | 224 "GOMP_loop_ull_runtime_start",
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-builtins.def | 236 "GOMP_loop_ull_runtime_start",
|