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:compact_branch
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_opt_dce.c
55
if (ins->
compact_branch
)
in can_dce()
140
if (ins->
compact_branch
) continue;
in midgard_opt_dead_move_eliminate()
H
A
D
midgard_schedule.c
123
if (instructions[i]->
compact_branch
)
in mir_create_dependency_graph()
188
if (instructions[count - 1]->
compact_branch
) {
in mir_create_dependency_graph()
264
else if (ains->
compact_branch
)
in bytes_for_instruction()
720
if (branch && !instructions[i]->
compact_branch
)
in mir_choose_instruction()
857
if (*slot && !((*slot)->
compact_branch
))
in mir_choose_alu()
971
bool branch = last->
compact_branch
;
in mir_schedule_condition()
1404
bool tilebuf_wait = branch && branch->
compact_branch
&&
in mir_schedule_alu()
H
A
D
midgard_opt_copy_prop.c
64
bool is_branch = q->
compact_branch
;
in midgard_opt_copy_prop()
H
A
D
midgard_ra_pipeline.c
82
if (q->
compact_branch
&& q->writeout && mir_has_arg(q, node))
in mir_pipeline_ins()
H
A
D
mir.c
292
if (ins->
compact_branch
&& ins->branch.conditional && (i == 0))
in mir_bytemask_of_read_components_index()
301
if (ins->type == TAG_ALU_4 && !ins->
compact_branch
) {
in mir_bytemask_of_read_components_index()
H
A
D
midgard_ra.c
196
if (ins->
compact_branch
&& ins->writeout)
in mir_lower_special_reads()
410
if (ins->
compact_branch
&& ins->writeout) {
in mir_compute_interference()
633
if (!(ins->
compact_branch
&& ins->writeout)) continue;
in allocate_registers()
749
if (ins->
compact_branch
)
in install_registers_instr()
H
A
D
midgard_print.c
256
if (ins->
compact_branch
&& ins->branch.invert_conditional)
in mir_print_instruction()
H
A
D
mir_promote_uniforms.c
247
bool is_writeout = ins->
compact_branch
&& ins->writeout;
in mir_special_indices()
H
A
D
midgard_emit.c
820
} else { /* `ins->
compact_branch
`, misnomer */
in emit_branch()
848
if (ins->
compact_branch
) continue;
in emit_alu_bundle()
876
if (!ins->
compact_branch
) {
in emit_alu_bundle()
H
A
D
compiler.h
142
bool
compact_branch
;
member
H
A
D
midgard_compile.c
192
.
compact_branch
= true,
in v_branch()
2608
if (alu->
compact_branch
) continue;
in inline_alu_constants()
3000
if (!ins->
compact_branch
) continue;
in emit_loop()
Completed in 17 milliseconds