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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 187 static int nvptx_mach_max_workers ();
1334 gcc_assert (vector_red_partition * nvptx_mach_max_workers ()
1364 gcc_assert (oacc_bcast_partition * (nvptx_mach_max_workers () + 1)
3480 nvptx_mach_max_workers ()
4611 if (vector && nvptx_mach_max_workers () > 1)
4630 ? nvptx_mach_max_workers () + 1
5037 && nvptx_mach_max_workers () > 1
5050 ? nvptx_mach_max_workers () + 1
6125 unsigned int pnum = nvptx_mach_max_workers ();
3475 nvptx_mach_max_workers () function
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 188 static int nvptx_mach_max_workers ();
1330 gcc_assert (vector_red_partition * nvptx_mach_max_workers ()
1360 gcc_assert (oacc_bcast_partition * (nvptx_mach_max_workers () + 1)
3464 nvptx_mach_max_workers ()
4595 if (vector && nvptx_mach_max_workers () > 1)
4614 ? nvptx_mach_max_workers () + 1
5021 && nvptx_mach_max_workers () > 1
5034 ? nvptx_mach_max_workers () + 1
6081 unsigned int pnum = nvptx_mach_max_workers ();
3459 nvptx_mach_max_workers () function

Completed in 42 milliseconds