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:UA
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
ObjCARCAliasAnalysis.cpp
57
const Value *
UA
= GetUnderlyingObjCPtr(SA, DL);
in alias()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
RDFDeadCode.cpp
105
void DeadCodeElimination::processUse(NodeAddr<UseNode*>
UA
,
in processUse()
argument
H
A
D
RDFCopy.cpp
156
auto
UA
= DFG.addr<UseNode*>(N);
in run()
local
[all...]
H
A
D
HexagonOptAddrMode.cpp
178
NodeAddr<UseNode *>
UA
= *I;
in canRemoveAddasl()
local
254
NodeAddr<UseNode *>
UA
= DFG->addr<UseNode *>(UI);
in getAllRealUses()
local
300
NodeAddr<UseNode *>
UA
= *I;
isSafeToExtLR()
local
[all...]
H
A
D
RDFLiveness.cpp
393
auto
UA
= DFG.addr<UseNode*>(U);
in getAllReachedUses()
local
519
auto
UA
= DFG.addr<UseNode*>(I.first);
in computePhiInfo()
local
[all...]
H
A
D
RDFGraph.cpp
808
NodeAddr<UseNode*>
UA
= newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
in newUse()
local
1376
NodeAddr<UseNode*>
UA
= newUse(SA, Op, Flags);
in buildStmt()
local
1721
void DataFlowGraph::unlinkUseDF(NodeAddr<UseNode*>
UA
) {
in unlinkUseDF()
argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
AccelTable.cpp
414
SmallVector<AttributeEncoding, 2>
UA
;
in getUniformAttributes()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
AsmWriter.cpp
3242
static StringRef getUnnamedAddrEncoding(GlobalVariable::UnnamedAddr
UA
) {
in getUnnamedAddrEncoding()
argument
3287
StringRef
UA
= getUnnamedAddrEncoding(GV->getUnnamedAddr());
in printGlobal()
local
3289
Out <<
UA
<< ' ';
in printGlobal()
local
3340
StringRef
UA
= getUnnamedAddrEncoding(GIS->getUnnamedAddr());
in printIndirectSymbol()
local
3342
Out <<
UA
<< ' ';
in printIndirectSymbol()
local
3492
StringRef
UA
= getUnnamedAddrEncoding(F->getUnnamedAddr());
in printFunction()
local
3494
Out << ' ' <<
UA
;
printFunction()
local
[all...]
Completed in 16 milliseconds