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:SMEM_instruction
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_opt_value_numbering.cpp
100
case Format::SMEM: return hash_murmur_32<
SMEM_instruction
>(instr);
in operator ()()
212
SMEM_instruction
& aS = a->smem();
in operator ()()
213
SMEM_instruction
& bS = b->smem();
in operator ()()
H
A
D
aco_ir.h
1000
struct
SMEM_instruction
;
1105
SMEM_instruction
& smem() noexcept
1108
return *(
SMEM_instruction
*)this;
1110
const
SMEM_instruction
& smem() const noexcept
1113
return *(
SMEM_instruction
*)this;
1394
struct
SMEM_instruction
: public Instruction {
struct
1403
static_assert(sizeof(
SMEM_instruction
) == sizeof(Instruction) + 4, "Unexpected padding");
H
A
D
aco_assembler.cpp
179
SMEM_instruction
& smem = instr->smem();
in emit_instruction()
H
A
D
aco_insert_waitcnt.cpp
658
SMEM_instruction
& smem = instr->smem();
in gen()
H
A
D
aco_print_ir.cpp
340
const
SMEM_instruction
& smem = instr->smem();
in print_instr_format_specific()
H
A
D
aco_optimizer.cpp
814
skip_smem_offset_align(opt_ctx& ctx,
SMEM_instruction
* smem)
in skip_smem_offset_align()
848
SMEM_instruction
& smem = instr->smem();
in smem_combine()
870
SMEM_instruction
* new_instr = create_instruction<
SMEM_instruction
>(
in smem_combine()
H
A
D
aco_instruction_selection.cpp
4373
aco_ptr<
SMEM_instruction
> load{create_instruction<
SMEM_instruction
>(op, Format::SMEM, 2, 1)};
Completed in 26 milliseconds