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:GDS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
SIMemoryLegalizer.cpp
86
GDS
= 1u << 3,
member in __anon24492::SIAtomicAddrSpace
93
ATOMIC = GLOBAL | LDS | SCRATCH |
GDS
,
96
ALL = GLOBAL | LDS | SCRATCH |
GDS
| OTHER,
507
return SIAtomicAddrSpace::
GDS
;
in toSIAtomicAddrSpace()
797
// also synchronizing with global/
GDS
memory as LDS operations
in insertWait()
798
// could be reordered with respect to later global/
GDS
memory
in insertWait()
812
if ((AddrSpace & SIAtomicAddrSpace::
GDS
) != SIAtomicAddrSpace::NONE) {
in insertWait()
816
// If no cross address space ordering then an
GDS
waitcnt is not
in insertWait()
817
// needed as
GDS
operations for all waves are executed in a
in insertWait()
819
// also synchronizing with global/LDS memory as
GDS
operation
in insertWait()
[all...]
H
A
D
GCNHazardRecognizer.cpp
103
// These DS opcodes don't support
GDS
.
in isSendMsgTraceDataOrGDS()
110
int
GDS
= AMDGPU::getNamedOperandIdx(MI.getOpcode(),
in isSendMsgTraceDataOrGDS()
local
112
if (MI.getOperand(
GDS
).getImm())
in isSendMsgTraceDataOrGDS()
H
A
D
AMDGPUISelDAGToDAG.cpp
2327
SDValue
GDS
= CurDAG->getTargetConstant(1, SL, MVT::i1);
in SelectDS_GWS()
local
2334
Ops.push_back(
GDS
);
in SelectDS_GWS()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_perfcounter.h
74
GDS
= 0xF,
enumerator
H
A
D
ac_perfcounter.c
171
.gpu_block =
GDS
,
172
.name = "
GDS
",
Completed in 15 milliseconds