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_END
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_remove_unreachable.c
37
if (instr->opc ==
OPC_END
) {
in delete_block()
H
A
D
ir3_dce.c
74
if (instr->opc ==
OPC_END
|| instr->opc == OPC_CHSH ||
in remove_unused_by_block()
H
A
D
ir3_print.c
373
if (!is_flow(instr) || instr->opc ==
OPC_END
|| instr->opc == OPC_CHMASK) {
in print_instr()
387
if (instr->opc ==
OPC_END
|| instr->opc == OPC_CHMASK)
in print_instr()
H
A
D
ir3_delay.c
74
if (consumer->opc ==
OPC_END
|| consumer->opc == OPC_CHMASK)
in ir3_delayslots()
H
A
D
instr-a3xx.h
67
OPC_END
= _OPC(0, 6),
enumerator
H
A
D
ir3_sched.c
1094
if (use->opc !=
OPC_END
&& use->opc != OPC_CHMASK)
in is_output_collect()
H
A
D
disasm-a3xx.c
162
OPC(0,
OPC_END
, end),
H
A
D
ir3_parser.y
833
| T_OP_END { new_instr(
OPC_END
); }
H
A
D
ir3_compiler_nir.c
4500
if (instr->opc ==
OPC_END
|| instr->opc == OPC_CHMASK)
in find_end()
4786
ir3_instr_create(ctx->block,
OPC_END
, 0, outputs_count);
in ir3_compile_shader_nir()
Completed in 13 milliseconds