Home
last modified time | relevance | path

Searched refs:Win64 (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h156 Win64 = 79, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td294 // 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 DX86RegisterInfo.cpp239 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 DX86Subtarget.h366 case CallingConv::Win64: in isCallingConvWin64()
H A DX86InstrControl.td131 // 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 DX86FastISel.cpp1190 CC != CallingConv::Win64) in X86SelectRet()
3253 case CallingConv::Win64: in fastLowerCall()
H A DX86ISelLoweringCall.cpp1258 case CallingConv::Win64: in mayTailCallThisCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp66 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 DX86.cpp2893 if (CallingConv == llvm::CallingConv::Win64) { in computeInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp128 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 DAArch64Subtarget.h364 case CallingConv::Win64: in isCallingConvWin64()
H A DAArch64CallingConvention.td293 // 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 DAArch64FrameLowering.cpp2801 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 Dwindows_support.rst90 prompt and run cmake for "Visual Studio 12 Win64" target.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def122 /// FIXME: should this be split into Win32 and Win64 variants?
H A DBuiltins.def1791 // Win64-compatible va_list functions
H A DAttr.td3844 def Win64 : IgnoredAttr {
/freebsd-14.2/contrib/libfido2/
H A DREADME.adoc91 Win32, and Win64 artefacts.
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h418 Win64, enumerator
H A DCGCall.cpp57 case CC_Win64: return llvm::CallingConv::Win64; in ClangCallConvToLLVMCallConv()
/freebsd-14.2/sys/contrib/zstd/
H A Dappveyor.yml107 cmake -G "Visual Studio 14 2015 Win64" .. &&
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4736 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 DAsmWriter.cpp337 case CallingConv::Win64: Out << "win64cc"; break; in PrintCallingConv()
/freebsd-14.2/contrib/libpcap/
H A DCHANGES330 Fix cross-building on Linux for Windows with mingw32 for Win64
/freebsd-14.2/crypto/openssl/
H A DNEWS.md1149 * Added initial support for Win64.

12