Searched refs:GOMP_taskloop (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | libgomp_g.h | 298 extern void GOMP_taskloop (void (*) (void *), void *,
|
H A D | libgomp.map | 289 GOMP_taskloop;
|
H A D | taskloop.c | 34 GOMP_taskloop (void (*fn) (void *), void *data, void (*cpyfn) (void *, void *), in GOMP_taskloop() function
|
H A D | task.c | 560 #define GOMP_taskloop GOMP_taskloop_ull in ialias() macro 564 #undef GOMP_taskloop in ialias()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | libgomp_g.h | 298 extern void GOMP_taskloop (void (*) (void *), void *,
|
H A D | libgomp.map | 335 GOMP_taskloop;
|
H A D | taskloop.c | 34 GOMP_taskloop (void (*fn) (void *), void *data, void (*cpyfn) (void *, void *), in GOMP_taskloop() function
|
H A D | task.c | 598 #define GOMP_taskloop GOMP_taskloop_ull in ialias() macro 602 #undef GOMP_taskloop in ialias()
|
H A D | ChangeLog | 1709 * taskloop.c (GOMP_taskloop): Handle GOMP_TASK_FLAG_STRICT. 2548 * taskloop.c (GOMP_taskloop): If GOMP_TASK_FLAG_REDUCTION and not 7052 * taskloop.c (GOMP_taskloop): If taskgroup has workshare flag set, 10611 * taskloop.c (GOMP_taskloop): Handle priorities. 10971 GOMP_taskloop, GOMP_taskloop_ull, GOMP_target_41, 11012 GOMP_target_update_41, GOMP_target_enter_exit_data, GOMP_taskloop, 11124 twice to get GOMP_taskloop and GOMP_taskloop_ull definitions.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-builtins.def | 384 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_TASKLOOP, "GOMP_taskloop",
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-builtins.def | 396 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_TASKLOOP, "GOMP_taskloop",
|