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:is_rel
(Results
1 - 17
of
17
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_def_use.cpp
102
if (v->
is_rel
()) {
in process_defs()
114
if (v->
is_rel
()) {
in process_uses()
132
if (!v || !v->
is_rel
())
in process_uses()
H
A
D
sb_valtable.cpp
121
if (v.
is_rel
()) {
in operator <<()
187
if (
is_rel
())
in hash()
302
if (!src->
is_rel
())
in no_reladdr_conflict_with()
320
if (v != src && v->
is_rel
() && v->rel != src->rel)
in no_reladdr_conflict_with()
327
if (v && v != src && v->
is_rel
() && (v->rel != src->rel))
in no_reladdr_conflict_with()
H
A
D
sb_ssa_builder.cpp
56
if (v->
is_rel
()) {
in add_defs()
345
if (v->
is_rel
()) {
in rename_src_vec()
370
if (v->
is_rel
()) {
in rename_dst_vec()
H
A
D
sb_liveness.cpp
258
if (v->
is_rel
()) {
in remove_vec()
288
if (v->
is_rel
()) {
in add_vec()
H
A
D
sb_ra_checker.cpp
125
if (v->
is_rel
()) {
in check_src_vec()
165
} else if (v->
is_rel
()) {
in process_op_dst()
H
A
D
sb_gcm.cpp
235
if (v->
is_rel
())
in td_release_uses()
481
if (v->
is_rel
()) {
in bu_release_defs()
693
if (v->
is_rel
())
in get_uc_vec()
773
if (v->
is_rel
()) {
in get_dc_vec()
H
A
D
sb_sched.cpp
473
if (!v->is_any_gpr() && !v->
is_rel
())
in try_reserve()
753
if (v->
is_rel
()) {
in init_uc_vec()
1030
} else if (v->
is_rel
()) {
in update_live_src_vec()
1044
if (v->
is_rel
()) {
in update_live_dst_vec()
1393
if (!d->
is_rel
()) {
in unmap_dst()
1493
if ((!v->is_any_gpr() || !v->is_fixed()) && !v->
is_rel
())
in map_src_vec()
1496
if (v->
is_rel
()) {
in map_src_vec()
1940
if (v->
is_rel
()) {
in release_src_vec()
H
A
D
sb_dce_cleanup.cpp
156
if (v->is_dead() || (remove_unused && !v->
is_rel
() && !v->uses.size()))
in cleanup_dst_vec()
H
A
D
sb_gvn.cpp
139
if (rewrite && !v->gvn_source->
is_rel
()) {
in process_src()
H
A
D
sb_shader.cpp
69
if (!v->
is_rel
()) {
in add_pinned_gpr_values()
240
assert(!v->is_readonly() && !v->
is_rel
());
in set_undef()
367
assert(!v->is_readonly() && !v->
is_rel
());
in get_value_version()
H
A
D
sb_expr.cpp
85
if (l->
is_rel
() && r->
is_rel
())
in equal()
1035
(!va0->
is_rel
() || !va1->
is_rel
() ||
in fold_alu_op3()
H
A
D
sb_dump.cpp
324
if (!v || !v->
is_rel
())
in dump_rels()
H
A
D
sb_bc_finalize.cpp
329
if (d && d->
is_rel
() && d->rel && !d->rel->is_const()) {
in finalize_alu_group()
H
A
D
sb_ra_init.cpp
820
if (s->
is_rel
()) {
H
A
D
sb_ir.h
549
bool
is_rel
() { return kind == VLK_REL_REG; }
in is_rel()
function in r600_sb::value
H
A
D
sb_bc_parser.cpp
499
if (d->
is_rel
()) {
in prepare_alu_group()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_alu.cpp
204
static const int
is_rel
= 1;
member
255
if (has_alu_flag(src_rel_flags[k])) pflags |= ValuePrintFlags::
is_rel
;
in do_print()
Completed in 19 milliseconds