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

123456789

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp561 if (Arch == Triple::x86_64) {
562 // On x86_64, X86_64_RELOC_UNSIGNED is hidden only when it follows
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp139 case Triple::ArchType::x86_64:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5814 S.Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86_64
6041 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/bmake/
H A Dconfigure4897 i?86 | x86_64 | ppc | ppc64)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp844 case llvm::Triple::x86_64:
H A DTargetInfo.cpp1037 /// X86_VectorCall calling convention. Shared between x86_32 and x86_64.
1059 /// in the X86_VectorCall calling convention. Shared between x86_32 and x86_64.
2212 /// classify - Determine the x86_64 register classes in which the
3836 // It is possible to force Win64 calling convention on any x86_64 target by
10955 case llvm::Triple::x86_64: {
H A DCGBuiltin.cpp1151 case llvm::Triple::x86_64:
4525 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4354 // Match x86_64-*, i[3-9]86-*, powerpc-*, powerpc64-*, arm-*, thumb-*,
4366 if (Arch == Triple::x86_64)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6732 // specific calling convention, and only for x86_64.
6735 if (Triple.getArch() != Triple::x86_64 || !Triple.isOSLinux())
6763 // specific calling convention, and only for x86_64.
6766 if (Triple.getArch() != Triple::x86_64 || !Triple.isOSLinux())
/freebsd-13-stable/contrib/dialog/
H A Dconfigure12757 (x86_64)

Completed in 593 milliseconds

123456789