OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalMemorySize
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp
146
return
getLocalMemorySize
();
AMDGPUSubtarget.h
142
int
getLocalMemorySize
() const {
AMDGPUAsmPrinter.cpp
488
if (MFI->LDSSize > static_cast<unsigned>(STM.
getLocalMemorySize
())) {
AMDGPUPromoteAlloca.cpp
146
LocalMemLimit = ST.
getLocalMemorySize
();
Completed in 3477 milliseconds