Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h27 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects; variable
H A DAMDGPUMachineFunction.cpp97 auto Entry = LocalMemoryObjects.insert(std::pair(&GV, 0)); in allocateLDSGlobal()