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:GetCachedOrAdd
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
scalar_analysis_simplification.cpp
310
return analysis_.
GetCachedOrAdd
(std::move(new_recurrent_node))
in UpdateCoefficient()
370
return analysis_.
GetCachedOrAdd
(std::move(new_add));
in SimplifyPolynomial()
448
new_node->AddChild(analysis_.
GetCachedOrAdd
(std::move(new_recurrent)));
in FoldRecurrentAddExpressions()
456
return analysis_.
GetCachedOrAdd
(std::move(new_node));
in FoldRecurrentAddExpressions()
491
return analysis_.
GetCachedOrAdd
(std::move(new_add));
in EliminateZeroCoefficientRecurrents()
520
recurrent_expr->AddOffset(analysis_.
GetCachedOrAdd
(std::move(new_offset)));
in SimplifyRecurrentAddExpression()
525
return analysis_.
GetCachedOrAdd
(std::move(recurrent_node));
in SimplifyRecurrentAddExpression()
H
A
D
scalar_analysis.cpp
55
GetCachedOrAdd
(std::unique_ptr<SECantCompute>(new SECantCompute(this)));
67
return
GetCachedOrAdd
(std::move(negation_node));
in CreateNegation()
71
return
GetCachedOrAdd
(
in CreateConstant()
95
return
GetCachedOrAdd
(std::move(phi_node));
in CreateRecurrentExpression()
129
return
GetCachedOrAdd
(std::move(multiply_node));
in CreateMultiplyNode()
162
return
GetCachedOrAdd
(std::move(add_node));
in CreateAddNode()
349
return recurrent_node_map_[phi] =
GetCachedOrAdd
(std::move(phi_node));
in AnalyzePhiInstruction()
356
return
GetCachedOrAdd
(std::move(load_node));
in CreateValueUnknownNode()
364
SENode* ScalarEvolutionAnalysis::
GetCachedOrAdd
(
in GetCachedOrAdd()
function in spvtools::opt::ScalarEvolutionAnalysis
429
return SimplifyExpression(
GetCachedOrAdd
(st
in UpdateChildNode()
[all...]
H
A
D
scalar_analysis.h
92
SENode*
GetCachedOrAdd
(std::unique_ptr<SENode> prospective_node);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
scalar_analysis_simplification.cpp
310
return analysis_.
GetCachedOrAdd
(std::move(new_recurrent_node))
in UpdateCoefficient()
370
return analysis_.
GetCachedOrAdd
(std::move(new_add));
in SimplifyPolynomial()
448
new_node->AddChild(analysis_.
GetCachedOrAdd
(std::move(new_recurrent)));
in FoldRecurrentAddExpressions()
456
return analysis_.
GetCachedOrAdd
(std::move(new_node));
in FoldRecurrentAddExpressions()
491
return analysis_.
GetCachedOrAdd
(std::move(new_add));
in EliminateZeroCoefficientRecurrents()
520
recurrent_expr->AddOffset(analysis_.
GetCachedOrAdd
(std::move(new_offset)));
in SimplifyRecurrentAddExpression()
525
return analysis_.
GetCachedOrAdd
(std::move(recurrent_node));
in SimplifyRecurrentAddExpression()
H
A
D
scalar_analysis.cpp
55
GetCachedOrAdd
(std::unique_ptr<SECantCompute>(new SECantCompute(this)));
67
return
GetCachedOrAdd
(std::move(negation_node));
in CreateNegation()
71
return
GetCachedOrAdd
(
in CreateConstant()
95
return
GetCachedOrAdd
(std::move(phi_node));
in CreateRecurrentExpression()
129
return
GetCachedOrAdd
(std::move(multiply_node));
in CreateMultiplyNode()
162
return
GetCachedOrAdd
(std::move(add_node));
in CreateAddNode()
349
return recurrent_node_map_[phi] =
GetCachedOrAdd
(std::move(phi_node));
in AnalyzePhiInstruction()
356
return
GetCachedOrAdd
(std::move(load_node));
in CreateValueUnknownNode()
364
SENode* ScalarEvolutionAnalysis::
GetCachedOrAdd
(
in GetCachedOrAdd()
function in spvtools::opt::ScalarEvolutionAnalysis
429
return SimplifyExpression(
GetCachedOrAdd
(st
in UpdateChildNode()
[all...]
H
A
D
scalar_analysis.h
92
SENode*
GetCachedOrAdd
(std::unique_ptr<SENode> prospective_node);
/third_party/spirv-tools/source/opt/
H
A
D
scalar_analysis_simplification.cpp
309
return analysis_.
GetCachedOrAdd
(std::move(new_recurrent_node))
in UpdateCoefficient()
369
return analysis_.
GetCachedOrAdd
(std::move(new_add));
in SimplifyPolynomial()
447
new_node->AddChild(analysis_.
GetCachedOrAdd
(std::move(new_recurrent)));
in FoldRecurrentAddExpressions()
455
return analysis_.
GetCachedOrAdd
(std::move(new_node));
in FoldRecurrentAddExpressions()
490
return analysis_.
GetCachedOrAdd
(std::move(new_add));
in EliminateZeroCoefficientRecurrents()
519
recurrent_expr->AddOffset(analysis_.
GetCachedOrAdd
(std::move(new_offset)));
in SimplifyRecurrentAddExpression()
524
return analysis_.
GetCachedOrAdd
(std::move(recurrent_node));
in SimplifyRecurrentAddExpression()
H
A
D
scalar_analysis.cpp
54
GetCachedOrAdd
(std::unique_ptr<SECantCompute>(new SECantCompute(this)));
66
return
GetCachedOrAdd
(std::move(negation_node));
in CreateNegation()
70
return
GetCachedOrAdd
(
in CreateConstant()
94
return
GetCachedOrAdd
(std::move(phi_node));
in CreateRecurrentExpression()
128
return
GetCachedOrAdd
(std::move(multiply_node));
in CreateMultiplyNode()
161
return
GetCachedOrAdd
(std::move(add_node));
in CreateAddNode()
348
return recurrent_node_map_[phi] =
GetCachedOrAdd
(std::move(phi_node));
in AnalyzePhiInstruction()
355
return
GetCachedOrAdd
(std::move(load_node));
in CreateValueUnknownNode()
363
SENode* ScalarEvolutionAnalysis::
GetCachedOrAdd
(
in GetCachedOrAdd()
function in spvtools::opt::ScalarEvolutionAnalysis
428
return SimplifyExpression(
GetCachedOrAdd
(st
in UpdateChildNode()
[all...]
H
A
D
scalar_analysis.h
92
SENode*
GetCachedOrAdd
(std::unique_ptr<SENode> prospective_node);
Completed in 9 milliseconds