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

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-neuter-broadcast.cc 1590 unsigned HOST_WIDE_INT bounds_hi)
1728 addr_range worker_shm_bounds (bounds_lo, bounds_hi);
1763 if (base + size > bounds_hi)
1913 unsigned HOST_WIDE_INT bounds_lo = 0, bounds_hi = 0; local
1915 targetm.goacc.shared_mem_layout (&bounds_lo, &bounds_hi, dims,
1920 oacc_do_neutering (bounds_lo, bounds_hi);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-neuter-broadcast.cc 1590 unsigned HOST_WIDE_INT bounds_hi)
1728 addr_range worker_shm_bounds (bounds_lo, bounds_hi);
1763 if (base + size > bounds_hi)
1913 unsigned HOST_WIDE_INT bounds_lo = 0, bounds_hi = 0; local
1915 targetm.goacc.shared_mem_layout (&bounds_lo, &bounds_hi, dims,
1920 oacc_do_neutering (bounds_lo, bounds_hi);

Completed in 18 milliseconds