OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WavefrontSize
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AMDGPU.cpp
344
WavefrontSize
= GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64;
419
Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(
WavefrontSize
));
AMDGPU.h
44
unsigned
WavefrontSize
;
414
WavefrontSize
= 64;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h
251
constexpr char
WavefrontSize
[] = "
WavefrontSize
";
/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/lib/Support/
AMDGPUMetadata.cpp
144
YIO.mapRequired(Kernel::CodeProps::Key::
WavefrontSize
,
Completed in 54 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026