Lines Matching refs:gomp_flags
1226 bool if_cond, unsigned gomp_flags,
1236 if (!(gomp_flags & KMP_GOMP_TASK_UNTIED_FLAG)) {
1240 if (gomp_flags & KMP_GOMP_TASK_FINAL_FLAG) {
1279 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1308 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1766 long arg_align, unsigned gomp_flags, in __GOMP_taskloop() argument
1775 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()
1776 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()
1777 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()
1778 int reductions = gomp_flags & (1u << 12); in __GOMP_taskloop()
1790 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop()
1797 if (!(gomp_flags & 1)) { in __GOMP_taskloop()
1801 if (gomp_flags & 2) { in __GOMP_taskloop()
1821 if (gomp_flags & (1u << 9)) in __GOMP_taskloop()
1929 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1931 __GOMP_taskloop<long>(func, data, copy_func, arg_size, arg_align, gomp_flags, in KMP_EXPAND_NAME()
1937 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1941 arg_align, gomp_flags, num_tasks, in KMP_EXPAND_NAME()