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:is_copy_mov
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_opt_copy_propagation.c
38
is_copy_mov
(struct qinst *inst)
in is_copy_mov()
function
84
if (!
is_copy_mov
(c->defs[inst->src[i].index]))
in try_copy_prop()
193
if (
is_copy_mov
(inst))
in qir_opt_copy_propagation()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_opt_copy_propagate.c
38
is_copy_mov
(struct qinst *inst)
in is_copy_mov()
function
138
if (!
is_copy_mov
(c->defs[inst->src[i].index]))
in try_copy_prop()
248
if (
is_copy_mov
(inst))
in vir_opt_copy_propagate()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_gcm.cpp
640
else if (sq == SQ_ALU && n->
is_copy_mov
())
in add_ready()
792
if (!n->
is_copy_mov
() || !n->src[0]->is_any_gpr())
in real_alu_count()
H
A
D
sb_dump.cpp
409
if (n->
is_copy_mov
())
in dump_alu()
H
A
D
sb_ir.cpp
462
else if (a->
is_copy_mov
())
in collect_stats()
H
A
D
sb_ra_init.cpp
337
bool copy = n->
is_copy_mov
();
H
A
D
sb_sched.cpp
1731
if (!n->
is_copy_mov
())
in check_copy()
1916
if (n->
is_copy_mov
()) {
in release_op()
H
A
D
sb_ir.h
815
bool
is_copy_mov
() { return flags & NF_COPY_MOV; }
in is_copy_mov()
function in r600_sb::node
Completed in 9 milliseconds