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:alu_is_lds
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_alugroup.cpp
76
if (!instr->has_alu_flag(
alu_is_lds
) && is_kill(instr->opcode()))
in add_instruction()
105
if (instr->has_alu_flag(
alu_is_lds
))
in add_trans_instructions()
H
A
D
sfn_instr_alu.h
89
auto opcode() const {assert(!has_alu_flag(
alu_is_lds
)); return m_opcode;}
in opcode()
90
auto lds_opcode() const {assert(has_alu_flag(
alu_is_lds
)); return m_lds_opcode;}
in lds_opcode()
H
A
D
sfn_alu_defines.h
262
alu_is_lds
,
enumerator
H
A
D
sfn_instr_alu.cpp
107
set_alu_flag(
alu_is_lds
);
in AluInstr()
125
set_alu_flag(
alu_is_lds
);
in AluInstr()
220
if (has_alu_flag(
alu_is_lds
)) {
in do_print()
242
const int n_source_per_slot = has_alu_flag(
alu_is_lds
) ?
in do_print()
791
return has_alu_flag(
alu_is_lds
) || has_lds_queue_read();
in has_lds_access()
H
A
D
sfn_scheduler.cpp
673
if ((*old_i)->has_alu_flag(
alu_is_lds
)) {
in schedule_alu_to_group_vec()
H
A
D
sfn_assembler.cpp
188
if (unlikely(ai.has_alu_flag(
alu_is_lds
)))
in visit()
395
!instr->has_alu_flag(
alu_is_lds
) &&
in visit()
Completed in 9 milliseconds