Lines Matching refs:NewGID
81 unsigned NewGID = createMemoryGroup(); in dispatch() local
82 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch()
91 << ") --> (" << NewGID << ")\n"); in dispatch()
100 << ") --> (" << NewGID << ")\n"); in dispatch()
109 << ") --> (" << NewGID << ")\n"); in dispatch()
114 CurrentStoreGroupID = NewGID; in dispatch()
116 CurrentStoreBarrierGroupID = NewGID; in dispatch()
119 CurrentLoadGroupID = NewGID; in dispatch()
121 CurrentLoadBarrierGroupID = NewGID; in dispatch()
124 return NewGID; in dispatch()
151 unsigned NewGID = createMemoryGroup(); in dispatch() local
152 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch()
160 << ") --> (" << NewGID << ")\n"); in dispatch()
170 << ") --> (" << NewGID << ")\n"); in dispatch()
179 << ") --> (" << NewGID << ")\n"); in dispatch()
184 CurrentLoadGroupID = NewGID; in dispatch()
186 CurrentLoadBarrierGroupID = NewGID; in dispatch()
187 return NewGID; in dispatch()