Searched refs:GF_OMP_FOR_KIND_OACC_LOOP (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-pretty-print.c1456 case GF_OMP_FOR_KIND_OACC_LOOP:
1493 case GF_OMP_FOR_KIND_OACC_LOOP:
H A Domp-general.c338 != GF_OMP_FOR_KIND_OACC_LOOP));
H A Dgimple.h160 GF_OMP_FOR_KIND_OACC_LOOP = 4, enumerator in enum:gf_mask
6586 case GF_OMP_FOR_KIND_OACC_LOOP:
H A Dtree-parloops.c2905 ? GF_OMP_FOR_KIND_OACC_LOOP
H A Domp-expand.c6034 == GF_OMP_FOR_KIND_OACC_LOOP);
6564 else if (gimple_omp_for_kind (fd.for_stmt) == GF_OMP_FOR_KIND_OACC_LOOP)
H A Domp-low.c2964 if (gimple_omp_for_kind (stmt) == GF_OMP_FOR_KIND_OACC_LOOP)
2973 == GF_OMP_FOR_KIND_OACC_LOOP);
H A Dgimplify.c12019 case OACC_LOOP: kind = GF_OMP_FOR_KIND_OACC_LOOP; break;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-pretty-print.cc1475 case GF_OMP_FOR_KIND_OACC_LOOP:
1512 case GF_OMP_FOR_KIND_OACC_LOOP:
H A Dgimple.h160 GF_OMP_FOR_KIND_OACC_LOOP = 4, enumerator in enum:gf_mask
6684 case GF_OMP_FOR_KIND_OACC_LOOP:
H A Domp-general.cc423 != GF_OMP_FOR_KIND_OACC_LOOP));
H A Dtree-parloops.cc2905 ? GF_OMP_FOR_KIND_OACC_LOOP
H A Domp-low.cc3307 if (gimple_omp_for_kind (stmt) == GF_OMP_FOR_KIND_OACC_LOOP)
3316 == GF_OMP_FOR_KIND_OACC_LOOP);
H A Domp-expand.cc7553 == GF_OMP_FOR_KIND_OACC_LOOP);
8123 else if (gimple_omp_for_kind (fd.for_stmt) == GF_OMP_FOR_KIND_OACC_LOOP)
H A Dgimplify.cc13220 case OACC_LOOP: kind = GF_OMP_FOR_KIND_OACC_LOOP; break;

Completed in 592 milliseconds