Home
last modified time | relevance | path

Searched refs:GOMP_TASK_FLAG_FINAL (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c210 || (flags & GOMP_TASK_FLAG_FINAL); in GOMP_taskloop()
250 || (flags & GOMP_TASK_FLAG_FINAL); in GOMP_taskloop()
311 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1; in GOMP_taskloop()
H A Dtask.c405 || (flags & GOMP_TASK_FLAG_FINAL); in GOMP_task()
473 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1; in GOMP_task()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c229 || (flags & GOMP_TASK_FLAG_FINAL); in GOMP_taskloop()
269 || (flags & GOMP_TASK_FLAG_FINAL); in GOMP_taskloop()
330 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1; in GOMP_taskloop()
H A Dtask.c412 || (flags & GOMP_TASK_FLAG_FINAL); in GOMP_task()
511 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1; in GOMP_task()
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h212 #define GOMP_TASK_FLAG_FINAL (1 << 1) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h241 #define GOMP_TASK_FLAG_FINAL (1 << 1) macro
H A DChangeLog716 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c879 GOMP_TASK_FLAG_FINAL), in expand_task_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc854 GOMP_TASK_FLAG_FINAL), in expand_task_call()