HomeSort by: relevance | last modified time | path
    Searched defs:tile_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 1681 unsigned tile_mask = ((this_mask >> 1) local
1684 if (tile_mask || loop->mask)
1687 this_mask = tile_mask;
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 1711 unsigned tile_mask = ((this_mask >> 1) local
1714 if (tile_mask || loop->mask)
1717 this_mask = tile_mask;

Completed in 19 milliseconds