Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DSubtargetEmitter.cpp1169 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables() local
1170 for( ; WPRIdx != WPREnd; ++WPRIdx) { in GenSchedClassTables()
1171 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()
1173 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1177 if (WPRIdx == WPREnd) in GenSchedClassTables()
1281 for (unsigned WPRIdx = 1, WPREnd = SchedTables.WriteProcResources.size(); in EmitSchedClassTables() local
1282 WPRIdx != WPREnd; ++WPRIdx) { in EmitSchedClassTables()
1283 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
1286 if (WPRIdx + 1 < WPREnd) in EmitSchedClassTables()
1288 OS << " // #" << WPRIdx << '\n'; in EmitSchedClassTables()