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:move_alu
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H
A
D
regalloc.c
237
ppir_alu_node *
move_alu
= ppir_node_to_alu(move_node);
in ppir_update_spilled_src()
local
239
move_alu
->num_src = 1;
in ppir_update_spilled_src()
240
move_alu
->src->type = ppir_target_pipeline;
in ppir_update_spilled_src()
241
move_alu
->src->pipeline = ppir_pipeline_reg_uniform;
in ppir_update_spilled_src()
243
move_alu
->src->swizzle[i] = i;
in ppir_update_spilled_src()
245
ppir_dest *alu_dest = &
move_alu
->dest;
in ppir_update_spilled_src()
311
ppir_alu_node *
move_alu
= ppir_node_to_alu(move_node);
in ppir_update_spilled_dest_load()
local
313
move_alu
->num_src = 1;
in ppir_update_spilled_dest_load()
314
move_alu
->src->type = ppir_target_pipeline;
in ppir_update_spilled_dest_load()
315
move_alu
in ppir_update_spilled_dest_load()
[all...]
H
A
D
lower.c
240
ppir_alu_node *
move_alu
= ppir_node_to_alu(move);
in ppir_lower_select()
local
241
ppir_src *move_src =
move_alu
->src;
in ppir_lower_select()
245
move_alu
->num_src = 1;
in ppir_lower_select()
247
ppir_dest *move_dest = &
move_alu
->dest;
in ppir_lower_select()
Completed in 2 milliseconds