Searched refs:LocalMemoryObjects (Results 1 – 4 of 4) sorted by relevance
19 LocalMemoryObjects(), in AMDGPUMachineFunction()48 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()