Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp81 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()
[all …]