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_ops
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_alugroup.cpp
65
auto opinfo =
alu_ops
.find(instr->opcode());
in add_instruction()
81
auto opinfo =
alu_ops
.find(instr->opcode());
in add_instruction()
82
assert(opinfo !=
alu_ops
.end());
in add_instruction()
108
auto opinfo =
alu_ops
.find(instr->opcode());
in add_trans_instructions()
109
assert(opinfo !=
alu_ops
.end());
in add_trans_instructions()
H
A
D
sfn_instr_alu.cpp
60
ASSERT_OR_THROW(m_src.size() == static_cast<size_t>(
alu_ops
.at(opcode).nsrc * m_alu_slots),
in AluInstr()
71
AluInstr(opcode, nullptr, SrcValues(
alu_ops
.at(opcode).nsrc), {}, 1)
in AluInstr()
225
os <<
alu_ops
.at(m_opcode).name;
in do_print()
243
m_src.size() :
alu_ops
.at(m_opcode).nsrc;
in do_print()
390
if (m_alu_slots *
alu_ops
.at(m_opcode).nsrc > 2 || m_parent_group) {
in replace_source()
396
int nsrc =
alu_ops
.at(m_opcode).nsrc;
in replace_source()
526
unsigned nsrc =
alu_ops
.at(m_opcode).nsrc;
in check_readport_validation()
666
for (int i = 0; i <
alu_ops
.at(m_opcode).nsrc; ++i) {
in split()
667
auto old_src = m_src[s *
alu_ops
.at(m_opcode).nsrc + i];
in split()
875
for(auto [opcode, opdescr] :
alu_ops
) {
in from_string()
[all...]
H
A
D
sfn_alu_defines.h
334
extern const std::map<EAluOp, AluOp>
alu_ops
;
H
A
D
sfn_scheduler.cpp
828
auto opinfo =
alu_ops
.find((*i)->opcode());
in collect_ready_alu_vec()
829
assert(opinfo !=
alu_ops
.end());
in collect_ready_alu_vec()
H
A
D
sfn_alu_defines.cpp
31
const std::map<EAluOp, AluOp>
alu_ops
= {
member
Completed in 6 milliseconds