Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp19 LocalMemoryObjects(), in AMDGPUMachineFunction()
48 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0)); in allocateLDSGlobal()
DAMDGPUMachineFunction.h23 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects; variable
/external/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h40 std::map<const GlobalValue *, unsigned> LocalMemoryObjects; variable
DAMDGPUISelLowering.cpp868 if (MFI->LocalMemoryObjects.count(GV) == 0) { in LowerGlobalAddress()
877 MFI->LocalMemoryObjects[GV] = Offset; in LowerGlobalAddress()
880 Offset = MFI->LocalMemoryObjects[GV]; in LowerGlobalAddress()