Searched refs:host_cpu (Results 1 – 25 of 209) sorted by relevance
123456789
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/ |
D | targets.gni | 28 if (host_cpu == "arm64") { 30 } else if (host_cpu == "arm") { 32 } else if (host_cpu == "ppc" || host_cpu == "ppc64") { 34 } else if (host_cpu == "x86" || host_cpu == "x64") { 37 assert(false, "add your host_cpu above") 86 if (host_cpu == "arm64") { 88 } else if (host_cpu == "arm") { 90 } else if (host_cpu == "ppc" || host_cpu == "ppc64") { 92 } else if (host_cpu == "x86" || host_cpu == "x64") { 95 assert(false, "Unsuppored host_cpu '$host_cpu'.")
|
/external/e2fsprogs/config/ |
D | config.rpath | 34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 180 if test "$host_cpu" != ia64; then 185 case "$host_cpu" in 276 if test "$host_cpu" = ia64; then 332 if test "$host_cpu" = ia64; then 340 case "$host_cpu" in 400 case $host_cpu in 431 …if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-p… 523 case "$host_cpu" in 560 case $host_cpu in
|
/external/libexif/ |
D | config.rpath | 49 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 130 if test "$host_cpu" != ia64; then 202 if test "$host_cpu" = ia64; then 256 if test "$host_cpu" = ia64; then 312 case "$host_cpu" in 351 …if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-p… 458 case "$host_cpu" in
|
/external/tensorflow/tensorflow/python/distribute/ |
D | device_util.py | 62 host_cpu = tf_device.DeviceSpec.from_string( 64 if host_cpu.job: 65 result = result.make_merged_spec(host_cpu)
|
/external/ltp/m4/ |
D | ltp-host-cpu.m4 | 5 AC_SUBST([HOST_CPU], [$host_cpu]) 6 AS_CASE([$host_cpu],
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/ |
D | BUILD.gn | 68 if (host_cpu == "x64") { 71 assert(false, "unimplemented host_cpu " + host_cpu)
|
/external/llvm-project/llvm/utils/gn/secondary/clang/test/ |
D | BUILD.gn | 86 if (host_cpu == "x64") { 88 } else if (host_cpu == "arm64") { 90 } else if (host_cpu == "ppc64") { 93 assert(false, "unimplemented host_cpu " + host_cpu)
|
/external/icu/icu4c/source/extra/uconv/ |
D | pkgdata.inc.in | 49 host_cpu=@host_cpu@
|
/external/icu/icu4c/source/data/ |
D | icupkg.inc.in | 46 host_cpu=@host_cpu@
|
/external/adhd/cras/ |
D | configure.ac | 152 if test "x$host_cpu" != xx86_64; then 164 if test "x$host_cpu" != xx86_64; then 176 if test "x$host_cpu" != xx86_64; then 188 if test "x$host_cpu" != xx86_64; then
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/hwasan/ |
D | BUILD.gn | 48 if (current_os == host_os && current_cpu == host_cpu) { 57 if (host_os == "linux" && host_cpu == "x64") {
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/test/ |
D | BUILD.gn | 90 if (host_cpu == "x64") { 92 } else if (host_cpu == "arm64") { 94 } else if (host_cpu == "ppc64") { 97 assert(false, "unimplemented host_cpu " + host_cpu)
|
/external/libpng/ |
D | configure.ac | 326 case "$host_cpu" in 386 # Add ARM specific files to all builds where the host_cpu is arm ('arm*') or 392 case "$host_cpu" in 432 # Add MIPS specific files to all builds where the host_cpu is mips ('mips*') or 438 case "$host_cpu" in 467 # Add Intel specific files to all builds where the host_cpu is Intel ('x86*') 472 case "$host_cpu" in 514 # Add PowerPC specific files to all builds where the host_cpu is powerpc('powerpc*') or 520 case "$host_cpu" in
|
/external/perfetto/gn/standalone/ |
D | BUILDCONFIG.gn | 49 target_cpu = host_cpu 59 target_cpu != host_cpu || target_os != host_os || target_triplet != ""
|
/external/openscreen/build/config/ |
D | BUILDCONFIG.gn | 37 target_cpu = host_cpu 96 host_toolchain = "//build/toolchain/linux:clang_$host_cpu" 98 host_toolchain = "//build/toolchain/linux:gcc_$host_cpu"
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | ax_prog_cxx_for_build.m4 | 57 pushdef([host_cpu], build_cpu)dnl 92 popdef([host_cpu])dnl
|
D | ax_gcc_archflag.m4 | 84 case $host_cpu in 100 case $host_cpu in 136 case $host_cpu in 193 case $host_cpu in i*86|x86_64*) flags="$flags -mcpu=$arch -m$arch";; esac
|
D | ax_prog_cc_for_build.m4 | 67 pushdef([host_cpu], build_cpu)dnl 109 popdef([host_cpu])dnl
|
/external/protobuf/m4/ |
D | ax_prog_cxx_for_build.m4 | 57 pushdef([host_cpu], build_cpu)dnl 92 popdef([host_cpu])dnl
|
D | ax_prog_cc_for_build.m4 | 62 pushdef([host_cpu], build_cpu)dnl 98 popdef([host_cpu])dnl
|
/external/stressapptest/ |
D | configure.ac | 17 AS_CASE(["$host_cpu"], 38 [AC_MSG_WARN([Unsupported CPU: $host_cpu! Try x86_64, i686, powerpc, armv7a, or aarch64])]
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_gcc_archflag.m4 | 87 case $host_cpu in 109 case $host_cpu in 148 case $host_cpu in 205 case $host_cpu in i*86|x86_64*) flags="$flags -mcpu=$arch -m$arch";; esac
|
/external/llvm-project/llvm/utils/gn/build/ |
D | BUILDCONFIG.gn | 39 target_cpu = host_cpu
|
/external/strace/m4/ |
D | ax_prog_cc_for_build.m4 | 69 pushdef([host_cpu], build_cpu)dnl 125 popdef([host_cpu])dnl
|
/external/llvm-project/llvm/utils/gn/build/toolchain/ |
D | BUILD.gn | 173 current_cpu = host_cpu 202 current_cpu = host_cpu 345 current_cpu = host_cpu
|
123456789