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:CallDAG
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
CallDAG.cpp
7
//
CallDAG
.h: Implements a call graph DAG of functions to be re-used accross
11
#include "compiler/translator/
CallDAG
.h"
20
// The CallDAGCreator does all the processing required to create the
CallDAG
22
class
CallDAG
::CallDAGCreator : public TIntermTraverser
150
// would be prettier but since the
CallDAG
creation runs before the limiting of the
in assignIndicesInternal()
152
//
CallDAG
).
in assignIndicesInternal()
259
//
CallDAG
261
CallDAG
::
CallDAG
() {}
in CallDAG()
function in sh::CallDAG
263
CallDAG
[all...]
H
A
D
ASTMetadataHLSL.cpp
11
#include "compiler/translator/
CallDAG
.h"
28
PullGradient(MetadataList *metadataList, size_t index, const
CallDAG
&dag)
in PullGradient()
108
ASSERT(calleeIndex !=
CallDAG
::InvalidIndex && calleeIndex < mIndex);
132
const
CallDAG
&mDag;
151
const
CallDAG
&dag)
in PullComputeDiscontinuousAndGradientLoops()
276
ASSERT(calleeIndex !=
CallDAG
::InvalidIndex && calleeIndex < mIndex);
305
const
CallDAG
&mDag;
315
PushDiscontinuousLoops(MetadataList *metadataList, size_t index, const
CallDAG
&dag)
in PushDiscontinuousLoops()
354
ASSERT(calleeIndex !=
CallDAG
::InvalidIndex && calleeIndex < mIndex);
369
const
CallDAG
[all...]
H
A
D
CallDAG.h
7
//
CallDAG
.h: Defines a call graph DAG of functions to be re-used accross
36
class
CallDAG
: angle::NonCopyable
class
39
CallDAG
();
40
~
CallDAG
();
H
A
D
ASTMetadataHLSL.h
18
class
CallDAG
;
58
MetadataList CreateASTMetadataHLSL(TIntermNode *root, const
CallDAG
&callDag);
H
A
D
Compiler.cpp
13
#include "compiler/translator/
CallDAG
.h"
66
bool IsTopLevelNodeUnusedFunction(const
CallDAG
&callDag,
in IsTopLevelNodeUnusedFunction()
90
if (callDagIndex ==
CallDAG
::InvalidIndex)
in IsTopLevelNodeUnusedFunction()
1394
case
CallDAG
::INITDAG_SUCCESS:
in initCallDag()
1396
case
CallDAG
::INITDAG_RECURSION:
in initCallDag()
1397
case
CallDAG
::INITDAG_UNDEFINED:
in initCallDag()
1414
const
CallDAG
::Record &record = mCallDag.getRecordFromIndex(i);
in checkCallDepth()
H
A
D
Compiler.h
21
#include "compiler/translator/
CallDAG
.h"
296
CallDAG
mCallDag;
H
A
D
OutputHLSL.h
226
CallDAG
mCallDag;
H
A
D
OutputHLSL.cpp
424
CallDAG
::InitResult success = mCallDag.init(treeRoot, nullptr);
in output()
425
ASSERT(success ==
CallDAG
::INITDAG_SUCCESS);
in output()
2180
ASSERT(index !=
CallDAG
::InvalidIndex);
in visitFunctionDefinition()
2337
if (index ==
CallDAG
::InvalidIndex)
in visitFunctionPrototype()
2396
ASSERT(index !=
CallDAG
::InvalidIndex);
in visitAggregate()
Completed in 10 milliseconds