Searched refs:x86_64 (Results 151 - 175 of 210) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp600 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp275 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1044 case Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp522 case llvm::Triple::x86_64:
/freebsd-13-stable/sys/contrib/zstd/programs/
H A DMakefile124 ifneq (,$(filter x86_64%,$(shell $(CC) -dumpmachine)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp507 if (TheTriple.getArch() == llvm::Triple::x86_64)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp812 if (TargetTriple.getArch() == Triple::x86_64)
/freebsd-13-stable/contrib/file/
H A Dconfigure5219 i?86 | x86_64 | ppc | ppc64)
7769 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7786 x86_64-*kfreebsd*-gnu)
7789 x86_64-*linux*)
7815 x86_64-*kfreebsd*-gnu)
7818 x86_64-*linux*)
7901 i?86-*-solaris*|x86_64-*-solaris*)
9469 # old Intel for x86_64, which still supported -KPIC.
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S25 @ This implementation is direct adaptation of bsaes-x86_64 module for
43 @ When comparing to x86_64 results keep in mind that NEON unit is
47 @ bsaes-x86_64.pl for further details)...
H A Dghash-armv4.S533 @ equivalent of reduction_avx from ghash-x86_64.pl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1062 if (Triple.getArch() != Triple::x86_64 || !Triple.isOSLinux())
1081 if (Triple.getArch() != Triple::x86_64 || !Triple.isOSLinux())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp99 // & x86_64,
101 arch.GetTriple().getArch() == llvm::Triple::x86_64)
607 // x86_64 and i386 are the only ones that use bytes right now so pad out
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp413 target_machine == llvm::Triple::x86_64) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp579 case llvm::Triple::x86_64:
695 // vtable from being readonly. On x86_64, taking the offset between the
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp616 TC.getTriple().getArch() == llvm::Triple::x86_64);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp212 if (arch.GetTriple().getArch() == llvm::Triple::x86_64) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp971 (TT.getArch() == Triple::aarch64 || TT.getArch() == Triple::x86_64)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1043 } else if (Arch == Triple::x86_64) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp371 // x86_64 Linux
426 // x86_64 FreeBSD
434 // x86_64 NetBSD
543 /// parameters (x86_64-specific).
547 /// parameters (x86_64-specific).
551 /// (x86_64-specific).
913 case Triple::x86_64:
925 case Triple::x86_64:
934 case Triple::x86_64:
4347 // like x86_64 cas
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp676 if (STI.getTargetTriple().getArch() == Triple::x86_64) {
679 #include "llvm/BinaryFormat/ELFRelocs/x86_64.def"
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure7435 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7452 x86_64-*kfreebsd*-gnu)
7455 x86_64-*linux*)
7481 x86_64-*kfreebsd*-gnu)
7484 x86_64-*linux*)
7567 i?86-*-solaris*|x86_64-*-solaris*)
9400 # old Intel for x86_64, which still supported -KPIC.
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure6183 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6200 x86_64-*kfreebsd*-gnu)
6203 x86_64-*linux*)
6229 x86_64-*kfreebsd*-gnu)
6232 x86_64-*linux*)
6315 i?86-*-solaris*|x86_64-*-solaris*)
8152 # old Intel for x86_64, which still supported -KPIC.
/freebsd-13-stable/contrib/openpam/
H A Dconfigure7278 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7295 x86_64-*kfreebsd*-gnu)
7298 x86_64-*linux*)
7324 x86_64-*kfreebsd*-gnu)
7327 x86_64-*linux*)
7410 i?86-*-solaris*|x86_64-*-solaris*)
8978 # old Intel for x86_64, which still supported -KPIC.
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1526 case Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1955 case llvm::Triple::x86_64: {

Completed in 587 milliseconds

123456789