| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 156 Win64 = 79, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 294 // except on Win64. 390 // X86-Win64 C return-value convention. 392 // The X86-Win64 calling convention always returns __m64 values in RAX. 395 // GCC returns FP values in RAX on Win64. 497 CCIfCC<"CallingConv::Win64", CCDelegateTo<RetCC_X86_Win64_C>>, 511 // Mingw64 and native Win64 use Win64 CC 631 // Calling convention used on Win64 690 // Do not pass the sret argument in RCX, the Win64 thiscall calling 1090 CCIfCC<"CallingConv::Win64", CCDelegateTo<CC_X86_Win64_C>>, 1100 // Mingw64 and native Win64 use Win64 CC
|
| H A D | X86RegisterInfo.cpp | 239 if (IsWin64 || (F.getCallingConv() == CallingConv::Win64)) in getGPRsForTailCall() 358 case CallingConv::Win64: in getCalleeSavedRegs() 478 case CallingConv::Win64: in getCallPreservedMask() 689 if (CC != CallingConv::Win64 && in isArgumentRegister()
|
| H A D | X86Subtarget.h | 366 case CallingConv::Win64: in isCallingConvWin64()
|
| H A D | X86InstrControl.td | 131 // Win64 wants indirect jumps leaving the function to have a REX_W prefix. 372 // Win64 wants indirect jumps leaving the function to have a REX_W prefix.
|
| H A D | X86FastISel.cpp | 1190 CC != CallingConv::Win64) in X86SelectRet() 3253 case CallingConv::Win64: in fastLowerCall()
|
| H A D | X86ISelLoweringCall.cpp | 1258 case CallingConv::Win64: in mayTailCallThisCC()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | AArch64.cpp | 66 return Kind == AArch64ABIKind::Win64 ? EmitMSVAArg(CGF, VAListAddr, Ty) in EmitVAArg() 320 bool IsWin64 = Kind == AArch64ABIKind::Win64 || in classifyArgumentType() 321 CallingConvention == llvm::CallingConv::Win64; in classifyArgumentType()
|
| H A D | X86.cpp | 2893 if (CallingConv == llvm::CallingConv::Win64) { in computeInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 128 if (MF->getFunction().getCallingConv() == CallingConv::Win64) in getCalleeSavedRegs() 178 if (MF->getFunction().getCallingConv() == CallingConv::Win64) in getDarwinCalleeSavedRegs() 626 case CallingConv::Win64: in isArgumentRegister()
|
| H A D | AArch64Subtarget.h | 364 case CallingConv::Win64: in isCallingConvWin64()
|
| H A D | AArch64CallingConvention.td | 293 // The X86-Win64 calling convention always returns __m64 values in RAX. 520 // Win64 has unwinding codes for an (FP,LR) pair, save_fplr and save_fplr_x.
|
| H A D | AArch64FrameLowering.cpp | 2801 CC == CallingConv::Win64 || (Count & 1) == 0) && in computeCalleeSaveRegisterPairs() 2888 CC == CallingConv::Win64 || in computeCalleeSaveRegisterPairs() 3306 if (MF.getFunction().getCallingConv() == CallingConv::Win64 && in determineCalleeSaves()
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ |
| H A D | windows_support.rst | 90 prompt and run cmake for "Visual Studio 12 Win64" target.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.def | 122 /// FIXME: should this be split into Win32 and Win64 variants?
|
| H A D | Builtins.def | 1791 // Win64-compatible va_list functions
|
| H A D | Attr.td | 3844 def Win64 : IgnoredAttr {
|
| /freebsd-14.2/contrib/libfido2/ |
| H A D | README.adoc | 91 Win32, and Win64 artefacts.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 418 Win64, enumerator
|
| H A D | CGCall.cpp | 57 case CC_Win64: return llvm::CallingConv::Win64; in ClangCallConvToLLVMCallConv()
|
| /freebsd-14.2/sys/contrib/zstd/ |
| H A D | appveyor.yml | 107 cmake -G "Visual Studio 14 2015 Win64" .. &&
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4736 if (F.getCallingConv() == CallingConv::Win64) in visitVAStartInst() 4743 if (F.getCallingConv() == CallingConv::Win64) in visitVACopyInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 337 case CallingConv::Win64: Out << "win64cc"; break; in PrintCallingConv()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | CHANGES | 330 Fix cross-building on Linux for Windows with mingw32 for Win64
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NEWS.md | 1149 * Added initial support for Win64.
|