Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1220 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1221 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1222 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1223 WPREntry.ReleaseAtCycle = ReleaseAtCycles[PRIdx]; in GenSchedClassTables()
1224 WPREntry.AcquireAtCycle = AcquireAtCycles[PRIdx]; in GenSchedClassTables()
1243 WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1251 assert(WPREntry.AcquireAtCycle == 0 && in GenSchedClassTables()
1254 WPREntry.ReleaseAtCycle; in GenSchedClassTables()
1259 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1365 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
[all …]