OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinNumVGPRs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h
1066
unsigned
getMinNumVGPRs
(unsigned WavesPerEU) const {
1067
return AMDGPU::IsaInfo::
getMinNumVGPRs
(this, WavesPerEU);
AMDGPUSubtarget.cpp
803
Requested && Requested <
getMinNumVGPRs
(WavesPerEU.second))
AMDGPUAsmPrinter.cpp
1147
std::max(ProgInfo.NumVGPR, 1u), STM.
getMinNumVGPRs
(MFI->getMaxWavesPerEU()));
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h
258
unsigned
getMinNumVGPRs
(const MCSubtargetInfo *STI, unsigned WavesPerEU);
AMDGPUBaseInfo.cpp
734
unsigned
getMinNumVGPRs
(const MCSubtargetInfo *STI, unsigned WavesPerEU) {
Completed in 76 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026