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:ppir_op_const
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H
A
D
liveness.c
69
case
ppir_op_const
:
in ppir_liveness_instr_srcs()
132
case
ppir_op_const
:
in ppir_liveness_instr_dest()
H
A
D
lower.c
431
ppir_const_node *zero = ppir_node_create(block,
ppir_op_const
, -1, 0);
in ppir_lower_branch()
519
[
ppir_op_const
] = ppir_lower_const,
H
A
D
instr.c
179
if (node->op ==
ppir_op_const
) {
in ppir_instr_insert_node()
H
A
D
nir.c
364
case
ppir_op_const
:
in ppir_emit_intrinsic()
420
ppir_const_node *node = ppir_node_create_ssa(block,
ppir_op_const
, &instr->def);
in ppir_emit_load_const()
849
if (prev_node && ppir_node_is_root(node) && node->op !=
ppir_op_const
) {
in ppir_add_ordering_deps()
H
A
D
ppir.h
112
ppir_op_const
,
enumerator
H
A
D
node.c
307
[
ppir_op_const
] = {
H
A
D
regalloc.c
85
if (!node->instr || node->op ==
ppir_op_const
)
in ppir_regalloc_update_reglist_ssa()
Completed in 11 milliseconds