Home
last modified time | relevance | path

Searched refs:target_kind (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DConfigure1930 my $target_kind = $1;
1935 if $1 ne $target_kind;
1940 if ($target_kind eq $config{build_file}
1941 || $target_kind eq $config{build_file}."(".$builder_platform.")");
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c7932 int target_kind; in expand_omp_target() local
7935 target_kind = gimple_omp_target_kind (entry_stmt); in expand_omp_target()
7939 switch (target_kind) in expand_omp_target()
7975 if (target_kind == GF_OMP_TARGET_KIND_OACC_KERNELS) in expand_omp_target()
7981 switch (target_kind) in expand_omp_target()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc9690 int target_kind; in expand_omp_target() local
9693 target_kind = gimple_omp_target_kind (entry_stmt); in expand_omp_target()
9697 switch (target_kind) in expand_omp_target()
9737 if (target_kind == GF_OMP_TARGET_KIND_OACC_KERNELS) in expand_omp_target()
9743 switch (target_kind) in expand_omp_target()