Searched refs:LocalMemoryObjects (Results 1 – 6 of 6) sorted by relevance
18 LocalMemoryObjects(), in AMDGPUMachineFunction()47 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0)); in allocateLDSGlobal()
23 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects; variable
40 std::map<const GlobalValue *, unsigned> LocalMemoryObjects; variable
868 if (MFI->LocalMemoryObjects.count(GV) == 0) { in LowerGlobalAddress()877 MFI->LocalMemoryObjects[GV] = Offset; in LowerGlobalAddress()880 Offset = MFI->LocalMemoryObjects[GV]; in LowerGlobalAddress()
24 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects; variable
42 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0)); in allocateLDSGlobal()