Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Win64
(Results
1 - 21
of
21
) sorted by relevance
/third_party/protobuf/kokoro/release/python/windows/
H
A
D
build_single_artifact.bat
6
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
D
CallingConv.h
164
Win64
= 79,
enumerator
/third_party/libcoap/scripts/
H
A
D
msbuild.sln.cmd
15
SET "OPENSSL_INSTALL_PATH=C:\Program Files\OpenSSL-
Win64
\")
/third_party/protobuf/kokoro/release/protoc/windows/
H
A
D
build.bat
3
set generator64=Visual Studio 14
Win64
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
function.rs
189
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
D
X86RegisterInfo.cpp
237
if (IsWin64 || (F.getCallingConv() == CallingConv::
Win64
))
in getGPRsForTailCall()
352
case CallingConv::
Win64
:
in getCalleeSavedRegs()
470
case CallingConv::
Win64
:
in getCallPreservedMask()
H
A
D
X86Subtarget.h
813
// 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
D
X86FastISel.cpp
1169
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
D
X86ISelLowering.cpp
3154
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
D
AArch64Subtarget.h
492
case CallingConv::
Win64
:
in isCallingConvWin64()
H
A
D
AArch64ISelLowering.cpp
3315
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__.py
14
# Keep msilib.
Win64
around to preserve backwards compatibility.
15
Win64
= AMD64
variable
/third_party/curl/projects/
H
A
D
build-wolfssl.bat
197
set OUTDIR=build\
Win64
\%VC_DESC%
H
A
D
build-openssl.bat
269
set OUTDIR=build\
Win64
\%VC_DESC%
/third_party/ffmpeg/libavcodec/x86/
H
A
D
h264_idct.asm
721
; manually spill XMM registers for
Win64
because
H
A
D
h264_intrapred.asm
1317
; 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
D
MemorySanitizer.cpp
3972
if (F.getCallingConv() == CallingConv::
Win64
)
3979
if (F.getCallingConv() == CallingConv::
Win64
) return;
/third_party/rust/crates/bindgen/bindgen/codegen/
H
A
D
mod.rs
4129
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
D
AsmWriter.cpp
376
case CallingConv::
Win64
: Out << "win64cc"; break;
in PrintCallingConv()
/third_party/ffmpeg/
H
A
D
configure
483
--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
D
LLParser.cpp
1993
case lltok::kw_win64cc: CC = CallingConv::
Win64
; break;
Completed in 93 milliseconds