Searched refs:x86_64 (Results 101 - 125 of 210) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp534 case llvm::Triple::x86_64:
560 case llvm::Triple::x86_64:
H A DHostInfoBase.cpp337 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp343 case llvm::Triple::x86_64:
444 case llvm::Triple::x86_64:
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.sub319 i*86 | x86_64)
388 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
431 basic_machine=x86_64-pc
434 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
/freebsd-13-stable/lib/libcompiler_rt/
H A DMakefile.inc3 CRTARCH= ${MACHINE_CPUARCH:C/amd64/x86_64/}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h282 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX512F)
284 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX)
875 // x86_64 Android target
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp307 if (target->GetArchitecture().GetMachine() == llvm::Triple::x86_64) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp230 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64;
H A DGnu.cpp121 case llvm::Triple::x86_64:
303 case llvm::Triple::x86_64:
727 case llvm::Triple::x86_64:
1681 case llvm::Triple::x86_64:
1929 // e.g. crossdev -S x86_64-gentoo-linux-gnu will install gcc libs for
1930 // x86_64-gentoo-linux-gnu. But "clang -target x86_64-gentoo-linux-gnu"
1931 // may pick the libraries for x86_64-pc-linux-gnu even when exact matching
1932 // triple x86_64-gentoo-linux-gnu is present.
2076 "x86_64
[all...]
H A DCommonArgs.cpp370 case llvm::Triple::x86_64:
998 case llvm::Triple::x86_64:
1016 case llvm::Triple::x86_64:
1050 if (Triple.getArch() == llvm::Triple::x86_64)
H A DFuchsia.cpp361 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCodeViewRegisterMapping.cpp446 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 ||
255 // FIXME: Extend to support non-ELF and non-x86_64 binaries.
/freebsd-13-stable/contrib/ldns/
H A Dconfig.sub362 i*86 | x86_64)
448 | x86-* | x86_64-* | xc16x-* | xps100-* \
491 basic_machine=x86_64-pc
494 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
813 basic_machine=x86_64-pc
1049 basic_machine=x86_64-pc
/freebsd-13-stable/contrib/libevent/
H A Dconfig.sub362 i*86 | x86_64)
446 | x86-* | x86_64-* | xc16x-* | xps100-* \
489 basic_machine=x86_64-pc
492 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
808 basic_machine=x86_64-pc
1044 basic_machine=x86_64-pc
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub362 i*86 | x86_64)
446 | x86-* | x86_64-* | xc16x-* | xps100-* \
489 basic_machine=x86_64-pc
492 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
808 basic_machine=x86_64-pc
1044 basic_machine=x86_64-pc
/freebsd-13-stable/crypto/openssh/
H A Dconfig.sub362 i*86 | x86_64)
448 | x86-* | x86_64-* | xc16x-* | xps100-* \
491 basic_machine=x86_64-pc
494 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
821 basic_machine=x86_64-pc
1057 basic_machine=x86_64-pc
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.sub282 i*86 | x86_64)
341 | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
377 basic_machine=x86_64-pc
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp184 // E.g. "x86_64-linux-clang" as interpreted as suffix "clang" with target
185 // prefix "x86_64-linux". If such a target prefix is found, it may be
649 case llvm::Triple::x86_64: {
1001 getTriple().getArch() == llvm::Triple::x86_64 ||
1006 if (getTriple().getArch() == llvm::Triple::x86_64 || getTriple().isAArch64())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp364 case Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp46 case Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp455 case Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp711 Triple TheTriple("x86_64-linux-gnu");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp175 case Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp421 arch.GetMachine() == llvm::Triple::x86_64);
653 case llvm::Triple::x86_64: {

Completed in 410 milliseconds

123456789