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

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 144 int *region_code = (int *) wi->info; local
180 *region_code = GF_OMP_TARGET_KIND_OACC_KERNELS;
202 *region_code = GF_OMP_TARGET_KIND_OACC_KERNELS;
215 /* Adjust the REGION_CODE for the region in GS. */
218 adjust_region_code (gimple_seq gs, int *region_code)
222 wi.info = region_code;
319 int region_code = GF_OMP_TARGET_KIND_OACC_PARALLEL_KERNELS_GANG_SINGLE; local
320 adjust_region_code (stmts, &region_code);
322 if (region_code == GF_OMP_TARGET_KIND_OACC_PARALLEL_KERNELS_GANG_SINGLE)
340 else if (region_code == GF_OMP_TARGET_KIND_OACC_KERNELS
659 int region_code = GF_OMP_TARGET_KIND_OACC_PARALLEL_KERNELS_PARALLELIZED; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc 144 int *region_code = (int *) wi->info; local
180 *region_code = GF_OMP_TARGET_KIND_OACC_KERNELS;
201 *region_code = GF_OMP_TARGET_KIND_OACC_KERNELS;
214 /* Adjust the REGION_CODE for the region in GS. */
217 adjust_region_code (gimple_seq gs, int *region_code)
221 wi.info = region_code;
318 int region_code = GF_OMP_TARGET_KIND_OACC_PARALLEL_KERNELS_GANG_SINGLE; local
319 adjust_region_code (stmts, &region_code);
321 if (region_code == GF_OMP_TARGET_KIND_OACC_PARALLEL_KERNELS_GANG_SINGLE)
339 else if (region_code == GF_OMP_TARGET_KIND_OACC_KERNELS
658 int region_code = GF_OMP_TARGET_KIND_OACC_PARALLEL_KERNELS_PARALLELIZED; local
    [all...]

Completed in 15 milliseconds