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:BI_INDEX_FAU
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_opt_copy_prop.c
34
&& (bi_is_ssa(ins->src[0]) || ins->src[0].type ==
BI_INDEX_FAU
in bi_is_copy()
42
if (ins->src[s].type ==
BI_INDEX_FAU
)
in bi_reads_fau()
H
A
D
bi_opt_push_ubo.c
209
return (idx.type ==
BI_INDEX_FAU
) && (idx.value & BIR_FAU_UNIFORM);
in bi_is_uniform()
H
A
D
bi_schedule.c
808
if (src.type ==
BI_INDEX_FAU
) {
in bi_update_fau()
1354
if (ins->src[s].type !=
BI_INDEX_FAU
) continue;
in bi_rewrite_fau_to_pass()
1965
return (src.type != BI_INDEX_CONSTANT) && (src.type !=
BI_INDEX_FAU
);
in bi_check_fau_src()
1985
} else if (src.type ==
BI_INDEX_FAU
) {
in bi_check_fau_src()
H
A
D
compiler.h
113
BI_INDEX_FAU
= 5
enumerator
856
.type =
BI_INDEX_FAU
,
in bi_fau()
H
A
D
bi_ra.c
467
(index.type !=
BI_INDEX_FAU
);
in bi_reg_from_index()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
va_compiler.h
81
if (I->src[s].type ==
BI_INDEX_FAU
)
in va_select_fau_page()
H
A
D
va_lower_split_64bit.c
41
if (I->src[s].type ==
BI_INDEX_FAU
&&
in lower_split_src()
H
A
D
va_validate.c
99
if (src.type !=
BI_INDEX_FAU
)
in valid_src()
H
A
D
va_pack.c
76
} else if (lo.type ==
BI_INDEX_FAU
&& lo.value & BIR_FAU_IMMEDIATE) {
in va_validate_register_pair()
120
pack_assert(I, idx.type ==
BI_INDEX_FAU
);
in va_pack_fau_64()
141
} else if (idx.type ==
BI_INDEX_FAU
) {
in va_pack_src()
Completed in 10 milliseconds