Home
last modified time | relevance | path

Searched refs:outer_mask (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-offload.c319 striding = !(outer_mask & GOMP_DIM_MASK (GOMP_DIM_GANG)); in oacc_xform_loop()
376 && outer_mask == GOMP_DIM_MASK (GOMP_DIM_VECTOR) in oacc_xform_loop()
424 r = oacc_thread_numbers (true, outer_mask, &seq); in oacc_xform_loop()
1165 if (this_mask & outer_mask) in oacc_loop_fixed_partitions()
1196 this_mask &= ~outer_mask; in oacc_loop_fixed_partitions()
1202 if (outermost && outermost <= outer_mask) in oacc_loop_fixed_partitions()
1284 while (this_mask <= outer_mask) in oacc_loop_auto_partitions()
1331 this_mask &= ~outer_mask; in oacc_loop_auto_partitions()
1339 & ~(outer_mask | loop->e_mask | loop->mask)); in oacc_loop_auto_partitions()
1371 outer_mask, outer_assign); in oacc_loop_auto_partitions()
[all …]
H A Domp-low.c2060 unsigned outer_mask = 0; in check_oacc_kernel_gwv() local
2065 outer_mask = check_oacc_kernel_gwv (NULL, ctx->outer); in check_oacc_kernel_gwv()
2070 return outer_mask; in check_oacc_kernel_gwv()
2107 if (this_mask & outer_mask) in check_oacc_kernel_gwv()
2112 return outer_mask | this_mask; in check_oacc_kernel_gwv()