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:AGX_INDEX_NORMAL
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/
H
A
D
agx_optimizer.c
99
if (src.type !=
AGX_INDEX_NORMAL
) continue;
in agx_optimizer_fmov()
116
if (src.type !=
AGX_INDEX_NORMAL
) continue;
in agx_optimizer_inline_imm()
161
if (src.type !=
AGX_INDEX_NORMAL
) continue;
in agx_optimizer_copyprop()
189
if (I->dest[d].type ==
AGX_INDEX_NORMAL
)
in agx_optimizer_forward()
218
if (I->src[s].type ==
AGX_INDEX_NORMAL
) {
in agx_optimizer_backward()
231
if (I->dest[0].type !=
AGX_INDEX_NORMAL
)
in agx_optimizer_backward()
H
A
D
agx_liveness.c
40
if (I->dest[d].type ==
AGX_INDEX_NORMAL
)
in agx_liveness_ins_update()
45
if (I->src[s].type ==
AGX_INDEX_NORMAL
) {
in agx_liveness_ins_update()
116
assert(I->dest[0].type ==
AGX_INDEX_NORMAL
);
in agx_compute_liveness()
125
assert(operand.type ==
AGX_INDEX_NORMAL
);
in agx_compute_liveness()
H
A
D
agx_register_allocate.c
140
assert(I->dest[d].type ==
AGX_INDEX_NORMAL
);
in agx_ra_assign_local()
151
if (I->src[s].type ==
AGX_INDEX_NORMAL
&& I->src[s].kill) {
in agx_ra_assign_local()
164
if (I->dest[d].type ==
AGX_INDEX_NORMAL
) {
in agx_ra_assign_local()
185
if (idx.type ==
AGX_INDEX_NORMAL
) {
in agx_index_to_reg()
270
if (I->dest[d].type !=
AGX_INDEX_NORMAL
) continue;
in agx_ra()
287
if (ins->src[s].type ==
AGX_INDEX_NORMAL
) {
in agx_ra()
294
if (ins->dest[d].type ==
AGX_INDEX_NORMAL
) {
in agx_ra()
H
A
D
agx_dce.c
39
if (I->src[s].type ==
AGX_INDEX_NORMAL
)
in agx_dce()
50
if (I->dest[d].type ==
AGX_INDEX_NORMAL
)
in agx_dce()
H
A
D
agx_print.c
56
case
AGX_INDEX_NORMAL
:
in agx_print_index()
86
if (index.type ==
AGX_INDEX_NORMAL
|| index.type == AGX_INDEX_IMMEDIATE) {
in agx_print_index()
H
A
D
agx_compiler.h
57
AGX_INDEX_NORMAL
= 1,
enumerator
108
.type =
AGX_INDEX_NORMAL
,
in agx_get_index()
Completed in 4 milliseconds