OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxLocalMemSizeWithWaveCount
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp
125
unsigned AMDGPUSubtarget::
getMaxLocalMemSizeWithWaveCount
(unsigned NWaves) const {
AMDGPUSubtarget.h
235
unsigned
getMaxLocalMemSizeWithWaveCount
(unsigned WaveCount) const;
AMDGPUPromoteAlloca.cpp
202
= ST.
getMaxLocalMemSizeWithWaveCount
(MaxOccupancy);
Completed in 223 milliseconds