| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 159 Win64 = 79, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 286 // except on Win64 and UEFI64. 381 // X86-Win64 C return-value convention. 383 // GCC returns FP values in RAX on Win64. 483 CCIfCC<"CallingConv::Win64", CCDelegateTo<RetCC_X86_Win64_C>>, 497 // Mingw64 and native Win64 use Win64 CC 500 // UEFI64 uses Win64 CC 612 // Calling convention used on Win64 669 // Do not pass the sret argument in RCX, the Win64 thiscall calling 1085 CCIfCC<"CallingConv::Win64", CCDelegateTo<CC_X86_Win64_C>>, 1096 // Mingw64 and native Win64 use Win64 CC [all …]
|
| H A D | X86RegisterInfo.cpp | 238 if (IsWin64 || IsUEFI64 || (F.getCallingConv() == CallingConv::Win64)) in getGPRsForTailCall() 359 case CallingConv::Win64: in getCalleeSavedRegs() 486 case CallingConv::Win64: in getCallPreservedMask() 706 if (CC != CallingConv::Win64 && in isArgumentRegister()
|
| H A D | X86Subtarget.h | 365 case CallingConv::Win64: in isCallingConvWin64()
|
| H A D | X86InstrControl.td | 131 // Win64 wants indirect jumps leaving the function to have a REX_W prefix. 379 // Win64 wants indirect jumps leaving the function to have a REX_W prefix.
|
| H A D | X86FastISel.cpp | 1191 CC != CallingConv::Win64) in X86SelectRet() 3291 case CallingConv::Win64: in fastLowerCall()
|
| H A D | X86ISelLoweringCall.cpp | 1289 case CallingConv::Win64: in mayTailCallThisCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 364 case CallingConv::Win64: in isCallingConvWin64()
|
| H A D | AArch64RegisterInfo.cpp | 147 if (MF->getFunction().getCallingConv() == CallingConv::Win64) in getCalleeSavedRegs() 206 if (MF->getFunction().getCallingConv() == CallingConv::Win64) in getDarwinCalleeSavedRegs() 739 case CallingConv::Win64: in isArgumentRegister()
|
| H A D | AArch64CallingConvention.td | 300 // The X86-Win64 calling convention always returns __m64 values in RAX. 590 // Win64 has unwinding codes for an (FP,LR) pair, save_fplr and save_fplr_x.
|
| H A D | AArch64FrameLowering.cpp | 3246 CC == CallingConv::Win64 || (Count & 1) == 0) && in computeCalleeSaveRegisterPairs() 3364 CC == CallingConv::Win64 || in computeCalleeSaveRegisterPairs() 4041 if (MF.getFunction().getCallingConv() == CallingConv::Win64 && in determineCalleeSaves()
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | windows_support.rst | 90 prompt and run cmake for "Visual Studio 12 Win64" target.
|
| /freebsd/contrib/libfido2/ |
| H A D | README.adoc | 91 Win32, and Win64 artefacts.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.def | 120 /// FIXME: should this be split into Win32 and Win64 variants?
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | AArch64.cpp | 91 return Kind == AArch64ABIKind::Win64 in EmitVAArg() 445 bool IsWin64 = Kind == AArch64ABIKind::Win64 || in classifyArgumentType() 446 CallingConvention == llvm::CallingConv::Win64; in classifyArgumentType()
|
| H A D | X86.cpp | 2926 if (CallingConv == llvm::CallingConv::Win64) { in computeInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 484 Win64, enumerator
|
| H A D | CGCall.cpp | 65 return llvm::CallingConv::Win64; in ClangCallConvToLLVMCallConv()
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.windows.md | 195 version of libpcap or the string "Visual Studio 15 2017 Win64" to build
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-WINDOWS.md | 166 for Win64 builds use:
|
| H A D | NEWS.md | 1714 * Added initial support for Win64.
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 1209 case CallingConv::Win64: in supportsNonVoidReturnType()
|
| H A D | AsmWriter.cpp | 380 case CallingConv::Win64: Out << "win64cc"; break; in PrintCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 6484 if (F.getCallingConv() == CallingConv::Win64) in visitVAStartInst() 6491 if (F.getCallingConv() == CallingConv::Win64) in visitVACopyInst()
|
| /freebsd/contrib/libpcap/ |
| H A D | CHANGES | 437 Fix cross-building on Linux for Windows with mingw32 for Win64
|