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
defs:PtrSize
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
Mangler.cpp
104
unsigned
PtrSize
= DL.getPointerSize();
in addByteCountSuffix()
local
H
A
D
Instructions.cpp
2646
unsigned
PtrSize
= SrcIntPtrTy->getScalarSizeInBits();
in isEliminableCastPair()
local
2670
unsigned
PtrSize
= MidIntPtrTy->getScalarSizeInBits();
in isEliminableCastPair()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64LegalizerInfo.cpp
708
unsigned
PtrSize
= ValTy.getElementType().getSizeInBits();
in legalizeLoadStore()
local
735
const unsigned
PtrSize
= PtrTy.getSizeInBits() / 8;
in legalizeVaArg()
local
[all...]
H
A
D
AArch64ISelLowering.cpp
5713
unsigned
PtrSize
= Subtarget->isTargetILP32() ? 4 : 8;
in LowerVACOPY()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H
A
D
ExecutionEngine.cpp
342
unsigned
PtrSize
= EE->getDataLayout().getPointerSize();
in reset()
local
418
unsigned
PtrSize
= EE->getDataLayout().getPointerSize();
in isTargetNullPtr()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
AsmPrinter.cpp
616
unsigned
PtrSize
= DL.getPointerTypeSize(GV->getType());
in EmitGlobalVariable()
local
1569
unsigned
PtrSize
= MAI->getCodePointerSize();
in doFinalization()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPURegisterBankInfo.cpp
518
unsigned
PtrSize
= PtrTy.getSizeInBits();
in getInstrAlternativeMappings()
local
2359
unsigned
PtrSize
= PtrTy.getSizeInBits();
in getInstrMappingForLoad()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H
A
D
MipsISelLowering.cpp
2154
unsigned
PtrSize
= PtrVT.getSizeInBits();
in lowerGlobalTLSAddress()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
TargetLowering.cpp
4330
unsigned
PtrSize
= DL.getPointerSizeInBits(PT->getAddressSpace());
in ParseConstraints()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineCompares.cpp
315
unsigned
PtrSize
= IntPtrTy->getIntegerBitWidth();
in foldCmpLoadFromIndexedGlobal()
local
Completed in 71 milliseconds