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:PSEUDO_BARRIER
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_opt_value_numbering.cpp
281
case Format::
PSEUDO_BARRIER
: assert(false);
in operator ()()
342
case Format::
PSEUDO_BARRIER
: return false;
in can_eliminate()
H
A
D
aco_opcodes.py
69
PSEUDO_BARRIER
= 17
variable in Format
146
elif self == Format.
PSEUDO_BARRIER
:
291
opcode("p_barrier", format=Format.
PSEUDO_BARRIER
)
1693
if op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.
PSEUDO_BARRIER
, Format.PSEUDO_REDUCTION]:
H
A
D
aco_ir.h
93
PSEUDO_BARRIER
= 17,
member in aco::Format
1225
constexpr bool isBarrier() const noexcept { return format == Format::
PSEUDO_BARRIER
; }
H
A
D
aco_assembler.cpp
586
case Format::
PSEUDO_BARRIER
:
in emit_instruction()
H
A
D
aco_insert_waitcnt.cpp
752
if (instr->format != Format::
PSEUDO_BARRIER
&& !is_wait) {
in handle_block()
H
A
D
aco_print_ir.cpp
476
case Format::
PSEUDO_BARRIER
: {
in print_instr_format_specific()
Completed in 10 milliseconds