Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h29 std::map<const GlobalValue *, unsigned> LocalMemoryObjects; variable
DAMDGPUISelLowering.cpp794 if (MFI->LocalMemoryObjects.count(GV) == 0) { in LowerGlobalAddress()
797 MFI->LocalMemoryObjects[GV] = Offset; in LowerGlobalAddress()
801 Offset = MFI->LocalMemoryObjects[GV]; in LowerGlobalAddress()