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:IR3_INSTR_UNUSED
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_dce.c
51
instr->flags &= ~
IR3_INSTR_UNUSED
;
in instr_dce()
77
if (instr->flags &
IR3_INSTR_UNUSED
) {
in remove_unused_by_block()
127
instr->flags |=
IR3_INSTR_UNUSED
;
in find_and_remove_unused()
172
if (instr && (instr->flags &
IR3_INSTR_UNUSED
))
in find_and_remove_unused()
178
if (instr && (instr->flags &
IR3_INSTR_UNUSED
))
in find_and_remove_unused()
184
if (instr && (instr->flags &
IR3_INSTR_UNUSED
))
in find_and_remove_unused()
190
if (in->flags &
IR3_INSTR_UNUSED
)
in find_and_remove_unused()
H
A
D
ir3_spill.c
553
dst->instr->flags |=
IR3_INSTR_UNUSED
;
in init_dst()
702
val->def->instr->flags &= ~
IR3_INSTR_UNUSED
;
in set_src_val()
737
reg->instr->flags &= ~
IR3_INSTR_UNUSED
;
in spill()
1289
pcopy->flags |=
IR3_INSTR_UNUSED
;
in handle_pcopy()
1627
phi->flags |=
IR3_INSTR_UNUSED
;
in rewrite_phi()
1880
phi->flags |=
IR3_INSTR_UNUSED
;
in simplify_phi_node()
1932
if (instr->opc == OPC_META_PHI || (instr->flags &
IR3_INSTR_UNUSED
))
in simplify_phi_nodes()
1949
if (instr->flags &
IR3_INSTR_UNUSED
) {
in simplify_phi_nodes()
1967
instr->flags &= ~
IR3_INSTR_UNUSED
;
in unmark_dead()
1980
if (instr->flags &
IR3_INSTR_UNUSED
)
in cleanup_dead()
[all...]
H
A
D
ir3_sched.c
509
if (baryf->flags &
IR3_INSTR_UNUSED
)
in check_instr()
1040
if (src->flags &
IR3_INSTR_UNUSED
) {
in sched_node_add_dep()
H
A
D
ir3_print.c
79
if (instr->flags &
IR3_INSTR_UNUSED
) {
in print_instr_name()
H
A
D
ir3_postsched.c
594
if (src->flags &
IR3_INSTR_UNUSED
)
in sched_dag_init()
H
A
D
ir3.h
320
IR3_INSTR_UNUSED
= 0x08000,
enumerator
Completed in 10 milliseconds