Home
last modified time | relevance | path

Searched refs:GOMP_loop_runtime_next (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dloop.c34 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 Dlibgomp_g.h80 extern bool GOMP_loop_runtime_next (long *, long *);
H A Dlibgomp.map252 GOMP_loop_runtime_next;
H A Dlibgomp.texi4483 @} while (GOMP_loop_runtime_next (&_s0, _&e0));
H A Dlibgomp.info4112 } while (GOMP_loop_runtime_next (&_s0, _&e0));
H A DChangeLog6921 (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 Dloop.c34 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 Dlibgomp_g.h80 extern bool GOMP_loop_runtime_next (long *, long *);
H A Dlibgomp.map206 GOMP_loop_runtime_next;
H A Dlibgomp.texi3949 @} while (GOMP_loop_runtime_next (&_s0, _&e0));
H A Dlibgomp.info3565 } while (GOMP_loop_runtime_next (&_s0, _&e0));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-builtins.def185 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_LOOP_RUNTIME_NEXT, "GOMP_loop_runtime_next",
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-builtins.def197 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_LOOP_RUNTIME_NEXT, "GOMP_loop_runtime_next",