Home
last modified time | relevance | path

Searched refs:oacc_loop_fixed_partitions (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-offload.cc1457 oacc_loop_fixed_partitions (oacc_loop *loop, unsigned outer_mask) in oacc_loop_fixed_partitions() function
1590 loop->inner = oacc_loop_fixed_partitions (loop->child, tmp_mask); in oacc_loop_fixed_partitions()
1595 mask_all |= oacc_loop_fixed_partitions (loop->sibling, outer_mask); in oacc_loop_fixed_partitions()
1727 unsigned mask_all = oacc_loop_fixed_partitions (loop, outer_mask); in oacc_loop_partition()
DChangeLog-20161235 (oacc_loop_fixed_partitions): Likewise.
13508 * omp-low.c (oacc_loop_fixed_partitions)
26482 (oacc_loop_fixed_partitions): Initialize it.
33089 (oacc_loop_fixed_partitions): Return mask of used partitions.
DChangeLog-201735336 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
36887 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
38015 oacc_loop_fixed_partitions.
38028 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
DChangeLog-20155935 (oacc_loop_fixed_partitions): Correct return type to bool.
10429 (oacc_loop_fixed_partitions, oacc_loop_partition): New.