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_REG_KILL
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_liveness.c
59
src->flags &= ~
IR3_REG_KILL
;
in compute_block_liveness()
61
src->flags |=
IR3_REG_KILL
;
in compute_block_liveness()
H
A
D
ir3_lower_spill.c
73
if (base->flags &
IR3_REG_KILL
)
in reset_base_reg()
H
A
D
ir3_ra.c
1747
!(src->flags &
IR3_REG_KILL
)) {
in handle_collect()
2450
if (dst->tied && !(dst->tied->flags &
IR3_REG_KILL
))
in calc_min_limit_pressure()
H
A
D
ir3_spill.c
1144
if (!(src->flags &
IR3_REG_KILL
))
in is_last_pcopy_src()
2048
if (!(src->flags &
IR3_REG_KILL
) &&
in fixup_merge_sets()
H
A
D
ir3.h
142
IR3_REG_KILL
= 0x10000,
enumerator
144
/* Similar to
IR3_REG_KILL
, except that if there are multiple uses of the
Completed in 12 milliseconds