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()
99 << CurrentStoreBarrierGroupID << ") --> (" << NewGID in dispatch()
109 << ") --> (" << 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 …]