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:prev_chan
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_opt_outputs.c
146
nir_instr *
prev_chan
= prev->chan[j].value;
in ac_eliminate_duplicated_output()
local
156
if (!
prev_chan
) {
in ac_eliminate_duplicated_output()
162
if (
prev_chan
!= cur_chan &&
in ac_eliminate_duplicated_output()
163
(
prev_chan
->type != nir_instr_type_load_const ||
in ac_eliminate_duplicated_output()
165
nir_instr_as_load_const(
prev_chan
)->value[0].u32 !=
in ac_eliminate_duplicated_output()
195
struct ac_chan_info *
prev_chan
= &prev->chan[i];
in ac_eliminate_duplicated_output()
local
216
prev_chan
->store_intr = nir_store_output(b, nir_instr_ssa_def(cur_chan->value),
in ac_eliminate_duplicated_output()
227
assert(!
prev_chan
->value);
in ac_eliminate_duplicated_output()
228
prev_chan
->value = cur_chan->value;
in ac_eliminate_duplicated_output()
Completed in 1 milliseconds