Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h28 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects; variable
H A DAMDGPUMachineFunction.cpp57 auto Entry = LocalMemoryObjects.insert(std::pair(&GV, 0)); in allocateLDSGlobal()