Home
last modified time | relevance | path

Searched refs:LocalMemoryObjects (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h23 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects; variable
H A DAMDGPUMachineFunction.cpp43 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0)); in allocateLDSGlobal()