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_target_ssa
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H
A
D
ppir.h
235
ppir_target_ssa
,
enumerator
569
case
ppir_target_ssa
:
in ppir_src_get_reg()
581
case
ppir_target_ssa
:
in ppir_dest_get_reg()
595
case
ppir_target_ssa
:
in ppir_node_target_assign()
616
(src->type ==
ppir_target_ssa
&& src->ssa != &dest->ssa) ||
in ppir_node_target_equal()
627
case
ppir_target_ssa
:
in ppir_target_get_src_reg_index()
647
case
ppir_target_ssa
:
in ppir_target_get_dest_reg_index()
674
case
ppir_target_ssa
:
in ppir_target_is_scalar()
H
A
D
lower.c
101
if (ppir_node_is_root(node) && dest->type ==
ppir_target_ssa
) {
in ppir_lower_load()
165
if (ppir_node_has_single_succ(node) && dest->type ==
ppir_target_ssa
) {
in ppir_lower_texture()
354
if (!ppir_node_has_single_succ(pred) || dest->type !=
ppir_target_ssa
)
in ppir_lower_branch_merge_condition()
475
if (alu->src[0].type ==
ppir_target_ssa
) {
in ppir_lower_accum()
489
if (alu->src[j].type !=
ppir_target_ssa
)
in ppir_lower_accum()
H
A
D
node_to_instr.c
102
if (alu->dest.type ==
ppir_target_ssa
&&
in ppir_do_one_node_to_instr()
156
dest->type =
ppir_target_ssa
;
in ppir_do_one_node_to_instr()
194
move_dest->type =
ppir_target_ssa
;
in ppir_do_one_node_to_instr()
H
A
D
liveness.c
96
if (src->type ==
ppir_target_ssa
) {
in ppir_liveness_instr_srcs()
166
if (dest->type ==
ppir_target_ssa
) {
in ppir_liveness_instr_dest()
H
A
D
node.c
517
case
ppir_target_ssa
:
in ppir_node_print_dest()
532
case
ppir_target_ssa
: {
in ppir_node_print_src()
H
A
D
regalloc.c
92
if (dest->type ==
ppir_target_ssa
) {
in ppir_regalloc_update_reglist_ssa()
246
alu_dest->type =
ppir_target_ssa
;
in ppir_update_spilled_src()
H
A
D
nir.c
43
dest->type =
ppir_target_ssa
;
in ppir_node_create_ssa()
380
dest->type =
ppir_target_ssa
;
in ppir_emit_intrinsic()
Completed in 8 milliseconds