Home
last modified time | relevance | path

Searched refs:Win64 (Results 1 - 21 of 21) sorted by relevance

/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_single_artifact.bat6 if %PYTHON%==C:\python35 set generator=Visual Studio 14 Win64
12 if %PYTHON%==C:\python36 set generator=Visual Studio 14 Win64
18 if %PYTHON%==C:\python37 set generator=Visual Studio 14 Win64
24 if %PYTHON%==C:\python38 set generator=Visual Studio 14 Win64
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCallingConv.h164 Win64 = 79, enumerator
/third_party/libcoap/scripts/
H A Dmsbuild.sln.cmd15 SET "OPENSSL_INSTALL_PATH=C:\Program Files\OpenSSL-Win64\")
/third_party/protobuf/kokoro/release/protoc/windows/
H A Dbuild.bat3 set generator64=Visual Studio 14 Win64
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs189 Win64,
205 "win64" => Ok(Self::Win64), in from_str()
221 Self::Win64 => "win64", in fmt()
294 CXCallingConv_X86_64Win64 => ClangAbi::Known(Abi::Win64), in get_abi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp237 if (IsWin64 || (F.getCallingConv() == CallingConv::Win64)) in getGPRsForTailCall()
352 case CallingConv::Win64: in getCalleeSavedRegs()
470 case CallingConv::Win64: in getCallPreservedMask()
H A DX86Subtarget.h813 // On Win64, all these conventions just use the default convention. in isCallingConvWin64()
824 // This convention allows using the Win64 convention on other targets. in isCallingConvWin64()
825 case CallingConv::Win64: in isCallingConvWin64()
H A DX86FastISel.cpp1169 CC != CallingConv::Win64) in X86SelectRet()
3220 case CallingConv::Win64: in fastLowerCall()
3236 // Don't know how to handle Win64 varargs yet. Nothing special needed for in fastLowerCall()
3303 // Allocate shadow area for Win64 in fastLowerCall()
H A DX86ISelLowering.cpp3154 case CallingConv::Win64: in mayTailCallThisCC()
3376 // Allocate shadow area for Win64.
3855 // Allocate shadow area for Win64.
4004 // Win64 ABI requires argument XMM reg to be copied to the corresponding
4491 // Win64 functions have extra shadow space for argument homing. Don't do the
4521 // Optimizing for varargs on Win64 is unlikely to be safe without
4579 // Allocate shadow area for Win64
23189 // The Win64 ABI uses char* instead of a structure.
23248 // Probably a Win64 va_copy.
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h492 case CallingConv::Win64: in isCallingConvWin64()
H A DAArch64ISelLowering.cpp3315 case CallingConv::Win64: in CCAssignFnForCall()
3512 // Win64 variadic functions also pass arguments in registers, but all float in LowerFormalArguments()
13230 F->setCallingConv(CallingConv::Win64); in insertSSPDeclarations()
/third_party/python/Lib/msilib/
H A D__init__.py14 # Keep msilib.Win64 around to preserve backwards compatibility.
15 Win64 = AMD64 variable
/third_party/curl/projects/
H A Dbuild-wolfssl.bat197 set OUTDIR=build\Win64\%VC_DESC%
H A Dbuild-openssl.bat269 set OUTDIR=build\Win64\%VC_DESC%
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_idct.asm721 ; manually spill XMM registers for Win64 because
H A Dh264_intrapred.asm1317 ; manually spill XMM registers for Win64 because
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3972 if (F.getCallingConv() == CallingConv::Win64)
3979 if (F.getCallingConv() == CallingConv::Win64) return;
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs4129 ClangAbi::Known(Abi::Win64) if signature.is_variadic() => { in codegen()
4130 warn!("Skipping variadic function with Win64 ABI that isn't supported"); in codegen()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp376 case CallingConv::Win64: Out << "win64cc"; break; in PrintCallingConv()
/third_party/ffmpeg/
H A Dconfigure483 --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp1993 case lltok::kw_win64cc: CC = CallingConv::Win64; break;

Completed in 93 milliseconds