/external/libchrome/build/ |
D | detect_host_arch.py | 15 host_arch = platform.machine() 18 if re.match(r'i.86', host_arch) or host_arch == 'i86pc': 19 host_arch = 'ia32' 20 elif host_arch in ['x86_64', 'amd64']: 21 host_arch = 'x64' 22 elif host_arch.startswith('arm'): 23 host_arch = 'arm' 24 elif host_arch.startswith('aarch64'): 25 host_arch = 'arm64' 26 elif host_arch.startswith('mips'): [all …]
|
/external/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 1 if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'SystemZ']: 4 # CMake and autoconf diverge in naming or host_arch
|
/external/llvm-project/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 1 if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'SystemZ']: 4 # CMake and autoconf diverge in naming or host_arch
|
/external/llvm-project/openmp/runtime/tools/lib/ |
D | Platform.pm | 34 …@vars = qw{ $host_arch $host_os $host_platform $target_arch $target_mic_arch $target_os $target_pl… 295 tie( $host_arch, "Platform::host_arch" ); 317 { package Platform::host_arch;
|
/external/llvm-project/compiler-rt/test/xray/ |
D | lit.cfg.py | 58 elif '64' not in config.host_arch: 59 if 'arm' in config.host_arch:
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 15 if 'armv7' in root.host_arch:
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | lit.local.cfg | 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 15 if 'armv7' in root.host_arch:
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 16 if 'armv7' in root.host_arch:
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerCommon.cpp | 187 ArchSpec host_arch(HostInfo::GetArchitecture()); in Handle_qHostInfo() local 188 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo() 191 response.Printf(";ptrsize:%u;", host_arch.GetAddressByteSize()); in Handle_qHostInfo() 193 const char *distribution_id = host_arch.GetDistributionId().AsCString(); in Handle_qHostInfo() 205 uint32_t cpu = host_arch.GetMachOCPUType(); in Handle_qHostInfo() 206 uint32_t sub = host_arch.GetMachOCPUSubType(); in Handle_qHostInfo() 233 if (host_arch.GetMachine() == llvm::Triple::aarch64 || in Handle_qHostInfo() 234 host_arch.GetMachine() == llvm::Triple::aarch64_32 || in Handle_qHostInfo() 235 host_arch.GetMachine() == llvm::Triple::aarch64_be || in Handle_qHostInfo() 236 host_arch.GetMachine() == llvm::Triple::arm || in Handle_qHostInfo() [all …]
|
/external/llvm-project/compiler-rt/test/cfi/cross-dso/icall/ |
D | lit.local.cfg.py | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/llvm-project/compiler-rt/test/cfi/icall/ |
D | lit.local.cfg.py | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/compiler-rt/test/cfi/cross-dso/icall/ |
D | lit.local.cfg | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/compiler-rt/test/cfi/icall/ |
D | lit.local.cfg | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/ |
D | lit.local.cfg | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/llvm/test/ExecutionEngine/OrcLazy/ |
D | lit.local.cfg | 3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
|
/external/llvm-project/llvm/test/ExecutionEngine/OrcLazy/ |
D | lit.local.cfg | 3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 'mips', 'mipsel', 'mips64', 'mip…
|
/external/llvm-project/compiler-rt/test/msan/ |
D | lit.cfg.py | 47 if config.host_arch in ['mips64', 'mips64el']:
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 11 config.host_arch = "@HOST_ARCH@"
|
/external/llvm-project/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 11 config.host_arch = "@HOST_ARCH@"
|
/external/llvm-project/debuginfo-tests/ |
D | lit.site.cfg.py.in | 20 config.host_arch = "@HOST_ARCH@"
|
/external/clang/test/ |
D | lit.site.cfg.in | 23 config.host_arch = "@HOST_ARCH@"
|
/external/compiler-rt/test/ |
D | lit.common.configured.in | 11 set_default("host_arch", "@HOST_ARCH@")
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | decorators.py | 628 host_arch = self.getLldbArchitecture() 632 if not (target_arch == 'x86_64' and host_arch == 633 'i386') and host_arch != target_arch: 635 target_arch, host_arch)
|
/external/llvm-project/compiler-rt/test/lsan/ |
D | lit.common.cfg.py | 79 supported_linux = (not config.android) and config.host_os == 'Linux' and config.host_arch in ['x86_…
|
/external/llvm/test/ |
D | lit.site.cfg.in | 30 config.host_arch = "@HOST_ARCH@"
|