Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h159 Win64 = 79, enumerator
/freebsd/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
1109 CCIfCC<"CallingConv::Win64", CCDelegateTo<CC_X86_Win64_C>>,
1120 // Mingw64 and native Win64 use Win64 CC
H A DX86RegisterInfo.cpp239 if (IsWin64 || (F.getCallingConv() == CallingConv::Win64)) in getGPRsForTailCall()
360 case CallingConv::Win64: in getCalleeSavedRegs()
482 case CallingConv::Win64: in getCallPreservedMask()
694 if (CC != CallingConv::Win64 && in isArgumentRegister()
H A DX86Subtarget.h352 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.cpp1192 CC != CallingConv::Win64) in X86SelectRet()
3255 case CallingConv::Win64: in fastLowerCall()
H A DX86ISelLoweringCall.cpp1258 case CallingConv::Win64: in mayTailCallThisCC()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp71 return Kind == AArch64ABIKind::Win64 in EmitVAArg()
336 bool IsWin64 = Kind == AArch64ABIKind::Win64 || in classifyArgumentType()
337 CallingConvention == llvm::CallingConv::Win64; in classifyArgumentType()
H A DX86.cpp2910 if (CallingConv == llvm::CallingConv::Win64) { in computeInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp139 if (MF->getFunction().getCallingConv() == CallingConv::Win64) in getCalleeSavedRegs()
198 if (MF->getFunction().getCallingConv() == CallingConv::Win64) in getDarwinCalleeSavedRegs()
673 case CallingConv::Win64: in isArgumentRegister()
H A DAArch64Subtarget.h334 case CallingConv::Win64: in isCallingConvWin64()
H A DAArch64CallingConvention.td298 // The X86-Win64 calling convention always returns __m64 values in RAX.
567 // Win64 has unwinding codes for an (FP,LR) pair, save_fplr and save_fplr_x.
H A DAArch64FrameLowering.cpp2962 CC == CallingConv::Win64 || (Count & 1) == 0) && in computeCalleeSaveRegisterPairs()
3065 CC == CallingConv::Win64 || in computeCalleeSaveRegisterPairs()
3702 if (MF.getFunction().getCallingConv() == CallingConv::Win64 && in determineCalleeSaves()
/freebsd/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst90 prompt and run cmake for "Visual Studio 12 Win64" target.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def122 /// FIXME: should this be split into Win32 and Win64 variants?
H A DBuiltins.td4745 // Win64-compatible va_list functions.
H A DAttr.td4046 def Win64 : IgnoredAttr {
/freebsd/contrib/libfido2/
H A DREADME.adoc91 Win32, and Win64 artefacts.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h441 Win64, enumerator
H A DCGCall.cpp57 case CC_Win64: return llvm::CallingConv::Win64; in ClangCallConvToLLVMCallConv()
H A DCodeGenModule.cpp149 return createWindowsAArch64TargetCodeGenInfo(CGM, AArch64ABIKind::Win64); in createTargetCodeGenInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5003 if (F.getCallingConv() == CallingConv::Win64) in visitVAStartInst()
5010 if (F.getCallingConv() == CallingConv::Win64) in visitVACopyInst()
/freebsd/contrib/libpcap/
H A DCHANGES330 Fix cross-building on Linux for Windows with mingw32 for Win64
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp341 case CallingConv::Win64: Out << "win64cc"; break; in PrintCallingConv()
/freebsd/crypto/openssl/
H A DNEWS.md1149 * Added initial support for Win64.

12