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:ppir_node_to_alu
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H
A
D
lower.c
89
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_lower_swap_args()
146
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_lower_ddxy()
199
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_lower_select()
240
ppir_alu_node *move_alu =
ppir_node_to_alu
(move);
in ppir_lower_select()
276
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_lower_trunc()
287
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_lower_abs()
301
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_lower_neg()
314
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_lower_sat()
357
ppir_alu_node *cond =
ppir_node_to_alu
(pred);
in ppir_lower_branch_merge_condition()
468
ppir_alu_node *alu =
ppir_node_to_alu
(nod
in ppir_lower_accum()
[all...]
H
A
D
instr.c
70
ppir_alu_node *add_alu =
ppir_node_to_alu
(add);
in ppir_instr_insert_mul_node()
71
ppir_alu_node *mul_alu =
ppir_node_to_alu
(mul);
in ppir_instr_insert_mul_node()
160
ppir_alu_node *alu =
ppir_node_to_alu
(instr->slots[i]);
in ppir_instr_update_src_pipeline()
H
A
D
ppir.h
497
#define
ppir_node_to_alu
(node) ((ppir_alu_node *)(node))
macro
510
return &
ppir_node_to_alu
(node)->dest;
in ppir_node_get_dest()
527
return
ppir_node_to_alu
(node)->num_src;
in ppir_node_get_src_num()
550
return &
ppir_node_to_alu
(node)->src[idx];
in ppir_node_get_src()
H
A
D
codegen.c
226
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_codegen_encode_vec_mul()
299
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_codegen_encode_scl_mul()
368
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_codegen_encode_vec_add()
457
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_codegen_encode_scl_add()
533
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_codegen_encode_combine()
H
A
D
node.c
435
ppir_alu_node *alu =
ppir_node_to_alu
(parent);
in ppir_node_replace_child()
614
ppir_alu_node *alu =
ppir_node_to_alu
(move);
in ppir_node_insert_mov_local()
H
A
D
regalloc.c
237
ppir_alu_node *move_alu =
ppir_node_to_alu
(move_node);
in ppir_update_spilled_src()
311
ppir_alu_node *move_alu =
ppir_node_to_alu
(move_node);
in ppir_update_spilled_dest_load()
H
A
D
node_to_instr.c
101
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_do_one_node_to_instr()
H
A
D
nir.c
440
ppir_alu_node *alu =
ppir_node_to_alu
(node);
in ppir_emit_ssa_undef()
Completed in 8 milliseconds