OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSGPREncodingGranule
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp
600
unsigned
getSGPREncodingGranule
(const MCSubtargetInfo *STI) {
688
NumSGPRs = alignTo(std::max(1u, NumSGPRs),
getSGPREncodingGranule
(STI));
690
return NumSGPRs /
getSGPREncodingGranule
(STI) - 1;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h
1005
unsigned
getSGPREncodingGranule
() const {
1006
return AMDGPU::IsaInfo::
getSGPREncodingGranule
(this);
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026