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:remaining_uses
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_schedule.c
93
struct hash_table *
remaining_uses
;
member
166
return _mesa_hash_table_search_data(scoreboard->
remaining_uses
, src->ssa);
in nir_schedule_scoreboard_get_src()
168
return _mesa_hash_table_search_data(scoreboard->
remaining_uses
,
in nir_schedule_scoreboard_get_src()
555
struct set *
remaining_uses
= nir_schedule_scoreboard_get_src(scoreboard, src);
in nir_schedule_regs_freed_src_cb()
local
557
if (
remaining_uses
->entries == 1 &&
in nir_schedule_regs_freed_src_cb()
558
_mesa_set_search(
remaining_uses
, src->parent_instr)) {
in nir_schedule_regs_freed_src_cb()
852
struct set *
remaining_uses
=
in nir_schedule_mark_use()
local
853
_mesa_hash_table_search_data(scoreboard->
remaining_uses
, reg_or_def);
in nir_schedule_mark_use()
854
struct set_entry *entry = _mesa_set_search(
remaining_uses
, reg_or_def_parent);
in nir_schedule_mark_use()
856
_mesa_set_remove(
remaining_uses
, entr
in nir_schedule_mark_use()
867
struct set *
remaining_uses
= nir_schedule_scoreboard_get_src(scoreboard, src);
nir_schedule_mark_src_scheduled()
local
1167
struct set *
remaining_uses
= entry->data;
nir_schedule_validate_uses()
local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-assembler.cc
1335
int
remaining_uses
= cache_state_.get_use_count(reg);
in SpillRegister()
local
1336
DCHECK_LT(0,
remaining_uses
);
in SpillRegister()
1351
if (--
remaining_uses
== 0) break;
in SpillRegister()
Completed in 5 milliseconds