Lines Matching refs:gomp_flags
1198 bool if_cond, unsigned gomp_flags,
1208 if (!(gomp_flags & KMP_GOMP_TASK_UNTIED_FLAG)) {
1212 if (gomp_flags & KMP_GOMP_TASK_FINAL_FLAG) {
1251 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1280 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1709 long arg_align, unsigned gomp_flags, in __GOMP_taskloop() argument
1718 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()
1719 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()
1720 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()
1721 int reductions = gomp_flags & (1u << 12); in __GOMP_taskloop()
1733 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop()
1740 if (!(gomp_flags & 1)) { in __GOMP_taskloop()
1744 if (gomp_flags & 2) { in __GOMP_taskloop()
1764 if (gomp_flags & (1u << 9)) in __GOMP_taskloop()
1872 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1874 __GOMP_taskloop<long>(func, data, copy_func, arg_size, arg_align, gomp_flags, in KMP_EXPAND_NAME()
1880 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1884 arg_align, gomp_flags, num_tasks, in KMP_EXPAND_NAME()