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:disable_wqm
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_opt_value_numbering.cpp
217
aS.
disable_wqm
== bS.
disable_wqm
&& aS.prevent_overflow == bS.prevent_overflow;
in operator ()()
258
aM.
disable_wqm
== bM.
disable_wqm
;
in operator ()()
265
aM.tfe == bM.tfe && aM.lds == bM.lds && aM.
disable_wqm
== bM.
disable_wqm
;
in operator ()()
273
aM.
disable_wqm
== bM.
disable_wqm
;
in operator ()()
H
A
D
aco_print_ir.cpp
386
if (mubuf.
disable_wqm
)
in print_instr_format_specific()
387
fprintf(output, "
disable_wqm
");
in print_instr_format_specific()
429
if (mimg.
disable_wqm
)
in print_instr_format_specific()
430
fprintf(output, "
disable_wqm
");
in print_instr_format_specific()
498
if (flat.
disable_wqm
)
in print_instr_format_specific()
499
fprintf(output, "
disable_wqm
");
in print_instr_format_specific()
548
if (mtbuf.
disable_wqm
)
in print_instr_format_specific()
549
fprintf(output, "
disable_wqm
");
in print_instr_format_specific()
H
A
D
aco_insert_exec_mask.cpp
94
return instr->mubuf().
disable_wqm
;
in needs_exact()
96
return instr->mtbuf().
disable_wqm
;
in needs_exact()
98
return instr->mimg().
disable_wqm
;
in needs_exact()
100
return instr->flatlike().
disable_wqm
;
in needs_exact()
H
A
D
aco_ir.h
1399
bool
disable_wqm
: 1;
member
1571
uint16_t
disable_wqm
: 1; /* Require an exec mask without helper invocations */
1598
uint16_t
disable_wqm
: 1; /* Require an exec mask without helper invocations */
1628
bool
disable_wqm
: 1; /* Require an exec mask without helper invocations */
1649
bool
disable_wqm
: 1; /* Require an exec mask without helper invocations */
2096
bool needs_exact = false; /* there exists an instruction with
disable_wqm
= true */
H
A
D
aco_instruction_selection.cpp
4658
mubuf->
disable_wqm
= false;
5089
/* idxen*/ false, /* addr64 */ false, /*
disable_wqm
*/ false,
6372
store->
disable_wqm
= true;
6430
store->
disable_wqm
= true;
6542
mubuf->
disable_wqm
= true;
6563
mimg->
disable_wqm
= true;
6738
store->
disable_wqm
= true;
6831
mubuf->
disable_wqm
= true;
6968
flat->
disable_wqm
= true;
6990
mubuf->
disable_wqm
[all...]
H
A
D
aco_optimizer.cpp
883
new_instr->
disable_wqm
= smem.
disable_wqm
;
in smem_combine()
Completed in 21 milliseconds