OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WavefrontSize
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AMDGPU.h
44
unsigned
WavefrontSize
;
414
WavefrontSize
= 64;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp
679
const unsigned
WavefrontSize
= ST.getWavefrontSize();
680
const unsigned Mask = (
WavefrontSize
<< 1) - 1;
692
.addImm(
WavefrontSize
);
SIISelLowering.cpp
4701
unsigned
WavefrontSize
= TLI.getSubtarget()->getWavefrontSize();
4702
EVT CCVT = EVT::getIntegerVT(*DAG.getContext(),
WavefrontSize
);
4732
unsigned
WavefrontSize
= TLI.getSubtarget()->getWavefrontSize();
4733
EVT CCVT = EVT::getIntegerVT(*DAG.getContext(),
WavefrontSize
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h
251
constexpr char
WavefrontSize
[] = "
WavefrontSize
";
Completed in 41 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026