Lines Matching refs:gomp_flags
1228 bool if_cond, unsigned gomp_flags,
1238 if (!(gomp_flags & KMP_GOMP_TASK_UNTIED_FLAG)) {
1242 if (gomp_flags & KMP_GOMP_TASK_FINAL_FLAG) {
1281 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1310 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1768 long arg_align, unsigned gomp_flags, in __GOMP_taskloop() argument
1777 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()
1778 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()
1779 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()
1780 int reductions = gomp_flags & (1u << 12); in __GOMP_taskloop()
1792 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop()
1799 if (!(gomp_flags & 1)) { in __GOMP_taskloop()
1803 if (gomp_flags & 2) { in __GOMP_taskloop()
1823 if (gomp_flags & (1u << 9)) in __GOMP_taskloop()
1931 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1933 __GOMP_taskloop<long>(func, data, copy_func, arg_size, arg_align, gomp_flags, in KMP_EXPAND_NAME()
1939 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1943 arg_align, gomp_flags, num_tasks, in KMP_EXPAND_NAME()