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:num_child
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
lower.c
151
for (int i = 0; i < alu->
num_child
; i++) {
in gpir_lower_neg()
183
preexp2->
num_child
= 1;
in gpir_lower_complex()
195
complex2->
num_child
= 1;
in gpir_lower_complex()
222
impl->
num_child
= 1;
in gpir_lower_complex()
230
complex1->
num_child
= 3;
in gpir_lower_complex()
244
postlog2->
num_child
= 1;
in gpir_lower_complex()
294
alu->
num_child
= 2;
in gpir_lower_node_may_consume_two_slots()
338
cmp1->
num_child
= 2;
in gpir_lower_eq_ne()
342
cmp2->
num_child
= 2;
in gpir_lower_eq_ne()
360
e->
num_child
in gpir_lower_eq_ne()
[all...]
H
A
D
optimize.c
103
cond->
num_child
= 1;
in optimize_branches()
142
new->
num_child
= 2;
in optimize_not()
H
A
D
nir.c
197
unsigned
num_child
= nir_op_infos[instr->op].num_inputs;
in gpir_emit_alu()
local
198
assert(
num_child
<= ARRAY_SIZE(node->children));
in gpir_emit_alu()
199
node->
num_child
=
num_child
;
in gpir_emit_alu()
201
for (int i = 0; i <
num_child
; i++) {
in gpir_emit_alu()
H
A
D
gpir.h
202
int
num_child
;
member
H
A
D
scheduler.c
664
new_node->
num_child
= 1;
in create_replacement()
1210
assert(alu->
num_child
<= 2);
in can_use_complex()
1211
if (alu->
num_child
== 2 && alu->children[1] == node)
in can_use_complex()
H
A
D
node.c
379
for (int i = 0; i < alu->
num_child
; i++) {
in gpir_node_replace_child()
H
A
D
regalloc.c
547
for (int i = 0; i < alu->
num_child
; i++) {
in regalloc_value_regs()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H
A
D
nir.c
191
unsigned
num_child
= nir_op_infos[instr->op].num_inputs;
in ppir_emit_alu()
local
192
node->num_src =
num_child
;
in ppir_emit_alu()
194
for (int i = 0; i <
num_child
; i++) {
in ppir_emit_alu()
Completed in 9 milliseconds