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:OPC_META_INPUT
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_dce.c
114
if (instr->opc ==
OPC_META_INPUT
) {
in find_and_remove_unused()
H
A
D
ir3_ra.c
2246
if (instr->opc ==
OPC_META_INPUT
)
in handle_block()
2262
else if (instr->opc ==
OPC_META_INPUT
||
in handle_block()
2291
else if (instr->opc ==
OPC_META_INPUT
||
in handle_block()
2396
if (input->opc !=
OPC_META_INPUT
&&
in calc_min_limit_pressure()
2407
if (input->opc !=
OPC_META_INPUT
&&
in calc_min_limit_pressure()
H
A
D
instr-a3xx.h
366
OPC_META_INPUT
= _OPC(-1, 0),
enumerator
H
A
D
ir3_print.c
105
case
OPC_META_INPUT
:
in print_instr_name()
H
A
D
ir3_spill.c
152
if (instr->opc !=
OPC_META_INPUT
&&
in add_base_reg()
573
if (dst->instr->opc ==
OPC_META_INPUT
&& dst->num != INVALID_REG) {
in insert_dst()
1804
if (instr->opc != OPC_META_PHI && instr->opc !=
OPC_META_INPUT
&&
in handle_block()
1835
if (instr->opc == OPC_META_PHI || instr->opc ==
OPC_META_INPUT
||
in handle_block()
H
A
D
ir3_context.c
365
src->opc !=
OPC_META_INPUT
) {
in ir3_split_dest()
H
A
D
ir3_postsched.c
677
if (instr->opc ==
OPC_META_INPUT
)
in sched_block()
H
A
D
ir3_sched.c
1221
if (instr->opc ==
OPC_META_INPUT
|| instr->opc == OPC_META_PHI)
in sched_block()
H
A
D
ir3_compiler_nir.c
68
in = ir3_instr_create(ctx->in_block,
OPC_META_INPUT
, 1, 0);
in create_input()
1733
assert(instr->opc ==
OPC_META_INPUT
);
in add_sysval_input_compmask()
4857
assert(in->opc ==
OPC_META_INPUT
);
in ir3_compile_shader_nir()
4934
assert(in->opc ==
OPC_META_INPUT
);
in ir3_compile_shader_nir()
Completed in 19 milliseconds