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:next_max_node
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
scheduler.c
670
new_node->node.sched.
next_max_node
= node->sched.
next_max_node
;
in create_replacement()
676
node->sched.
next_max_node
= false;
in create_replacement()
957
if (node->sched.
next_max_node
) {
in spill_node()
958
node->sched.
next_max_node
= false;
in spill_node()
1038
store->node.sched.
next_max_node
= false;
in try_spill_node()
1116
!(node->sched.max_node || node->sched.
next_max_node
))
in try_spill_nodes()
1220
/* Initialize node->sched.max_node and node->sched.
next_max_node
for every
1237
node->sched.
next_max_node
= (min_end_move == ctx->instr->index + 1);
in sched_find_max_nodes()
1238
if (node->sched.
next_max_node
)
in sched_find_max_nodes()
[all...]
H
A
D
instr.c
95
if (node->sched.
next_max_node
&& !node->sched.complex_allowed &&
in gpir_instr_insert_alu_check()
105
int next_max_reduce_slot = node->sched.
next_max_node
? 1 : 0;
in gpir_instr_insert_alu_check()
117
if (node->sched.
next_max_node
&& !node->sched.complex_allowed)
in gpir_instr_insert_alu_check()
167
if (node->sched.
next_max_node
&& !node->sched.complex_allowed)
in gpir_instr_remove_alu()
178
if (node->sched.
next_max_node
)
in gpir_instr_remove_alu()
335
if (store->child->sched.
next_max_node
&&
in gpir_instr_insert_store_check()
392
if (store->child->sched.
next_max_node
&&
in gpir_instr_remove_store()
H
A
D
gpir.h
178
bool max_node,
next_max_node
;
member
Completed in 5 milliseconds