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_sgpr
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_ra_init.cpp
348
if (v && v->
is_sgpr
() && v->constraint &&
359
if (v && v->
is_sgpr
())
369
if (v->
is_sgpr
()) {
374
if (s->
is_sgpr
()) {
549
if (!d->
is_sgpr
() || v->is_undef())
572
if (!v->
is_sgpr
())
595
if (v->
is_sgpr
())
H
A
D
sb_ra_checker.cpp
122
if (!v || !v->
is_sgpr
())
in check_src_vec()
155
if (v->
is_sgpr
()) {
in process_op_dst()
183
if (s->
is_sgpr
())
in check_phi_src()
H
A
D
sb_ra_coalesce.cpp
45
assert(a->
is_sgpr
() && b->
is_sgpr
());
in add_edge()
51
assert(v->
is_sgpr
());
in create_chunk()
257
if (c->values.empty() || !c->values.front()->
is_sgpr
())
in build_constraint_queue()
H
A
D
sb_valtable.cpp
261
assert(
is_sgpr
());
in set_global()
268
assert(
is_sgpr
());
in set_prealloc()
H
A
D
sb_sched.cpp
830
if (!v->
is_sgpr
() || !v->is_prealloc())
in init_regmap()
1113
if (v->
is_sgpr
() && !v->is_global()) {
in init_globals()
1270
assert(v->
is_sgpr
());
in recolor_local()
1566
if (d && d->
is_sgpr
() && !d->is_prealloc()) {
in recolor_locals()
1737
if (!s->
is_sgpr
() || !d->
is_sgpr
())
in check_copy()
H
A
D
sb_liveness.cpp
363
if (!v || !v->
is_sgpr
())
in update_src_vec()
H
A
D
sb_shader.cpp
126
if (affcost && dst->
is_sgpr
() && src->
is_sgpr
())
in create_copy_mov()
H
A
D
sb_ir.h
542
bool
is_sgpr
() {
in is_sgpr()
function in r600_sb::value
H
A
D
sb_expr.cpp
157
if (s->
is_sgpr
())
in fold()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader_llvm.c
609
bool
is_sgpr
;
in si_build_wrapper_function()
local
616
is_sgpr
= ac_is_sgpr_param(param);
in si_build_wrapper_function()
618
if (
is_sgpr
) {
in si_build_wrapper_function()
626
assert(out_idx + param_size <= (
is_sgpr
? num_out_sgpr : num_out));
in si_build_wrapper_function()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_spill.cpp
1584
find_available_slot(std::vector<bool>& used, unsigned wave_size, unsigned size, bool
is_sgpr
)
in find_available_slot()
argument
1602
if (
is_sgpr
&& ((slot & wave_size_minus_one) > wave_size - size)) {
in find_available_slot()
Completed in 16 milliseconds