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

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-neuter-broadcast.cc 78 unsigned inner_mask; member in struct:parallel_g
110 :parent (parent_), next (0), inner (0), mask (mask_), inner_mask (0)
omp-offload.cc 587 unsigned inner_mask = mask & ~outer_mask; // Inner partitioning (if any) local
653 unsigned volume = striding ? mask : inner_mask;
692 tree inner_size = oacc_thread_numbers (false, inner_mask, &seq);
715 tree inner = oacc_thread_numbers (true, inner_mask, &seq);
739 tree inner_size = oacc_thread_numbers (false, inner_mask, &seq);
1740 unsigned inner_mask = 0; local
1743 inner_mask |= oacc_loop_auto_partitions (loop->sibling,
1746 inner_mask |= loop->inner | loop->mask | loop->e_mask;
1748 return inner_mask;
combine.cc 9037 unsigned HOST_WIDE_INT inner_mask;
9040 inner_mask = mask << INTVAL (XEXP (x, 1));
9043 in the mode of the shift and INNER_MASK is no wider than the
9045 if ((inner_mask & ~GET_MODE_MASK (xmode)) != 0)
9048 inner = force_to_mode (inner, op_mode, inner_mask, next_select);
9009 unsigned HOST_WIDE_INT inner_mask; local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-neuter-broadcast.cc 78 unsigned inner_mask; member in struct:parallel_g
110 :parent (parent_), next (0), inner (0), mask (mask_), inner_mask (0)
omp-offload.cc 557 unsigned inner_mask = mask & ~outer_mask; // Inner partitioning (if any) local
623 unsigned volume = striding ? mask : inner_mask;
662 tree inner_size = oacc_thread_numbers (false, inner_mask, &seq);
685 tree inner = oacc_thread_numbers (true, inner_mask, &seq);
709 tree inner_size = oacc_thread_numbers (false, inner_mask, &seq);
1710 unsigned inner_mask = 0; local
1713 inner_mask |= oacc_loop_auto_partitions (loop->sibling,
1716 inner_mask |= loop->inner | loop->mask | loop->e_mask;
1718 return inner_mask;
combine.cc 8985 unsigned HOST_WIDE_INT inner_mask;
8988 inner_mask = mask << INTVAL (XEXP (x, 1));
8991 in the mode of the shift and INNER_MASK is no wider than the
8993 if ((inner_mask & ~GET_MODE_MASK (xmode)) != 0)
8996 inner = force_to_mode (inner, op_mode, inner_mask, next_select);
8957 unsigned HOST_WIDE_INT inner_mask; local
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 3514 unsigned inner_mask;
3542 :parent (parent_), next (0), inner (0), mask (mask_), inner_mask (0)
5174 unsigned inner_mask = par->mask;
5179 par->inner_mask = nvptx_process_pars (par->inner);
5180 inner_mask |= par->inner_mask;
5224 inner_mask |= nvptx_process_pars (par->next);
5225 return inner_mask;
5249 else if (par->inner_mask & GOMP_DIM_MASK (mode)
5255 || par->parent->inner_mask & GOMP_DIM_MASK (mode)
3509 unsigned inner_mask; member in struct:parallel
5169 unsigned inner_mask = par->mask; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 3498 unsigned inner_mask;
3526 :parent (parent_), next (0), inner (0), mask (mask_), inner_mask (0)
5158 unsigned inner_mask = par->mask;
5163 par->inner_mask = nvptx_process_pars (par->inner);
5164 inner_mask |= par->inner_mask;
5208 inner_mask |= nvptx_process_pars (par->next);
5209 return inner_mask;
5233 else if (par->inner_mask & GOMP_DIM_MASK (mode)
5239 || par->parent->inner_mask & GOMP_DIM_MASK (mode)
3493 unsigned inner_mask; member in struct:parallel
5153 unsigned inner_mask = par->mask; local
    [all...]

Completed in 49 milliseconds