Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp80 unsigned NewGID = createMemoryGroup(); in dispatch() local
81 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch()
90 << ") --> (" << NewGID << ")\n"); in dispatch()
99 << ") --> (" << NewGID << ")\n"); in dispatch()
108 << ") --> (" << NewGID << ")\n"); in dispatch()
113 CurrentStoreGroupID = NewGID; in dispatch()
115 CurrentStoreBarrierGroupID = NewGID; in dispatch()
118 CurrentLoadGroupID = NewGID; in dispatch()
120 CurrentLoadBarrierGroupID = NewGID; in dispatch()
123 return NewGID; in dispatch()
[all …]