Searched refs:GOMP_loop_runtime_next (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop.c | 34 ialias (GOMP_loop_runtime_next) 312 return ialias_call (GOMP_loop_runtime_next) (istart, iend); in GOMP_loop_start() 636 return ialias_call (GOMP_loop_runtime_next) (istart, iend); in GOMP_loop_doacross_start() 690 GOMP_loop_runtime_next (long *istart, long *iend) in GOMP_loop_runtime_next() function 1019 extern __typeof(GOMP_loop_runtime_next) GOMP_loop_nonmonotonic_runtime_next 1021 extern __typeof(GOMP_loop_runtime_next) GOMP_loop_maybe_nonmonotonic_runtime_next 1162 return GOMP_loop_runtime_next (istart, iend); in GOMP_loop_nonmonotonic_runtime_next() 1168 return GOMP_loop_runtime_next (istart, iend); in GOMP_loop_maybe_nonmonotonic_runtime_next()
|
H A D | libgomp_g.h | 80 extern bool GOMP_loop_runtime_next (long *, long *);
|
H A D | libgomp.map | 252 GOMP_loop_runtime_next;
|
H A D | libgomp.texi | 4483 @} while (GOMP_loop_runtime_next (&_s0, _&e0));
|
H A D | libgomp.info | 4112 } while (GOMP_loop_runtime_next (&_s0, _&e0));
|
H A D | ChangeLog | 6921 (GOMP_loop_runtime_next): Add ialias. 15437 (GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Handle 17366 GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Use a
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop.c | 34 ialias (GOMP_loop_runtime_next) 309 return ialias_call (GOMP_loop_runtime_next) (istart, iend); in GOMP_loop_start() 633 return ialias_call (GOMP_loop_runtime_next) (istart, iend); in GOMP_loop_doacross_start() 687 GOMP_loop_runtime_next (long *istart, long *iend) in GOMP_loop_runtime_next() function 1016 extern __typeof(GOMP_loop_runtime_next) GOMP_loop_nonmonotonic_runtime_next 1018 extern __typeof(GOMP_loop_runtime_next) GOMP_loop_maybe_nonmonotonic_runtime_next 1159 return GOMP_loop_runtime_next (istart, iend); in GOMP_loop_nonmonotonic_runtime_next() 1165 return GOMP_loop_runtime_next (istart, iend); in GOMP_loop_maybe_nonmonotonic_runtime_next()
|
H A D | libgomp_g.h | 80 extern bool GOMP_loop_runtime_next (long *, long *);
|
H A D | libgomp.map | 206 GOMP_loop_runtime_next;
|
H A D | libgomp.texi | 3949 @} while (GOMP_loop_runtime_next (&_s0, _&e0));
|
H A D | libgomp.info | 3565 } while (GOMP_loop_runtime_next (&_s0, _&e0));
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-builtins.def | 185 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_LOOP_RUNTIME_NEXT, "GOMP_loop_runtime_next",
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-builtins.def | 197 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_LOOP_RUNTIME_NEXT, "GOMP_loop_runtime_next",
|