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:gpir_op_mov
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
codegen.c
118
case
gpir_op_mov
:
in gpir_codegen_mul0_slot()
178
case
gpir_op_mov
:
in gpir_codegen_mul1_slot()
271
case
gpir_op_mov
:
in gpir_codegen_add0_slot()
356
case
gpir_op_mov
:
in gpir_codegen_add1_slot()
378
case
gpir_op_mov
:
in gpir_codegen_complex_slot()
393
case
gpir_op_mov
:
in gpir_codegen_complex_slot()
443
case
gpir_op_mov
:
in gpir_codegen_pass_slot()
622
case
gpir_op_mov
:
in gpir_codegen_get_acc_op()
H
A
D
scheduler.c
318
case
gpir_op_mov
:
in gpir_max_dist_alu()
687
gpir_node *move = create_replacement(ctx, node,
gpir_op_mov
);
in create_move()
743
if (node->op ==
gpir_op_mov
) {
in _schedule_try_node()
847
if (use->op ==
gpir_op_mov
&& instr == ctx->instr) {
in get_available_regs()
925
if (use->op ==
gpir_op_mov
&& instr == ctx->instr) {
in spill_node()
942
if (node->op ==
gpir_op_mov
) {
in spill_node()
997
assert(node->op !=
gpir_op_mov
);
in try_spill_node()
1024
postlog2->op =
gpir_op_mov
;
in try_spill_node()
1088
if (node->op ==
gpir_op_mov
) {
in try_spill_nodes()
1112
if (node->op ==
gpir_op_mov
)
in try_spill_nodes()
[all...]
H
A
D
instr.c
408
if (node->op !=
gpir_op_mov
)
in gpir_instr_spill_move()
429
if (node->op ==
gpir_op_mov
||
in gpir_instr_slot_free()
H
A
D
gpir.h
36
gpir_op_mov
,
enumerator
H
A
D
node.c
34
[
gpir_op_mov
] = {
Completed in 6 milliseconds