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:cached_result
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H
A
D
available_instructions.cpp
128
auto
cached_result
= index_cache.find(index);
in operator []()
129
if (
cached_result
!= index_cache.end()) {
in operator []()
130
return
cached_result
->second;
in operator []()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
reduce_load_size.cpp
131
auto
cached_result
= should_replace_cache_.find(op_inst->result_id());
in ShouldReplaceExtract()
local
132
if (
cached_result
!= should_replace_cache_.end()) {
in ShouldReplaceExtract()
133
return
cached_result
->second;
in ShouldReplaceExtract()
H
A
D
upgrade_memory_model.cpp
334
auto&
cached_result
= cache_[std::make_pair(inst->result_id(), indices)];
in TraceInstruction()
local
335
cached_result
.first = false;
in TraceInstruction()
336
cached_result
.second = false;
in TraceInstruction()
373
cached_result
.first = true;
in TraceInstruction()
374
cached_result
.second = true;
in TraceInstruction()
399
cached_result
.first = is_coherent;
in TraceInstruction()
400
cached_result
.second = is_volatile;
in TraceInstruction()
H
A
D
aggressive_dead_code_elim_pass.cpp
1047
auto
cached_result
= entry_point_with_no_calls_cache_.find(func->result_id());
in IsEntryPointWithNoCalls()
local
1048
if (
cached_result
!= entry_point_with_no_calls_cache_.end()) {
in IsEntryPointWithNoCalls()
1049
return
cached_result
->second;
in IsEntryPointWithNoCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H
A
D
available_instructions.cpp
128
auto
cached_result
= index_cache.find(index);
in operator []()
129
if (
cached_result
!= index_cache.end()) {
in operator []()
130
return
cached_result
->second;
in operator []()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
reduce_load_size.cpp
131
auto
cached_result
= should_replace_cache_.find(op_inst->result_id());
in ShouldReplaceExtract()
local
132
if (
cached_result
!= should_replace_cache_.end()) {
in ShouldReplaceExtract()
133
return
cached_result
->second;
in ShouldReplaceExtract()
H
A
D
upgrade_memory_model.cpp
334
auto&
cached_result
= cache_[std::make_pair(inst->result_id(), indices)];
in TraceInstruction()
local
335
cached_result
.first = false;
in TraceInstruction()
336
cached_result
.second = false;
in TraceInstruction()
373
cached_result
.first = true;
in TraceInstruction()
374
cached_result
.second = true;
in TraceInstruction()
399
cached_result
.first = is_coherent;
in TraceInstruction()
400
cached_result
.second = is_volatile;
in TraceInstruction()
H
A
D
aggressive_dead_code_elim_pass.cpp
1047
auto
cached_result
= entry_point_with_no_calls_cache_.find(func->result_id());
in IsEntryPointWithNoCalls()
local
1048
if (
cached_result
!= entry_point_with_no_calls_cache_.end()) {
in IsEntryPointWithNoCalls()
1049
return
cached_result
->second;
in IsEntryPointWithNoCalls()
/third_party/spirv-tools/source/fuzz/
H
A
D
available_instructions.cpp
128
auto
cached_result
= index_cache.find(index);
in operator []()
129
if (
cached_result
!= index_cache.end()) {
in operator []()
130
return
cached_result
->second;
in operator []()
/third_party/spirv-tools/source/opt/
H
A
D
reduce_load_size.cpp
128
auto
cached_result
= should_replace_cache_.find(op_inst->result_id());
in ShouldReplaceExtract()
local
129
if (
cached_result
!= should_replace_cache_.end()) {
in ShouldReplaceExtract()
130
return
cached_result
->second;
in ShouldReplaceExtract()
H
A
D
upgrade_memory_model.cpp
336
auto&
cached_result
= cache_[std::make_pair(inst->result_id(), indices)];
in TraceInstruction()
local
337
cached_result
.first = false;
in TraceInstruction()
338
cached_result
.second = false;
in TraceInstruction()
375
cached_result
.first = true;
in TraceInstruction()
376
cached_result
.second = true;
in TraceInstruction()
401
cached_result
.first = is_coherent;
in TraceInstruction()
402
cached_result
.second = is_volatile;
in TraceInstruction()
H
A
D
aggressive_dead_code_elim_pass.cpp
1083
auto
cached_result
= entry_point_with_no_calls_cache_.find(func->result_id());
in IsEntryPointWithNoCalls()
local
1084
if (
cached_result
!= entry_point_with_no_calls_cache_.end()) {
in IsEntryPointWithNoCalls()
1085
return
cached_result
->second;
in IsEntryPointWithNoCalls()
/third_party/libabigail/src/
H
A
D
abg-ir.cc
19514
bool
cached_result
= false;
in equals()
local
19516
cached_result
))
in equals()
19517
return
cached_result
;
in equals()
Completed in 46 milliseconds