Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp956 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
957 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
958 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
959 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
967 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
968 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
973 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1084 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1085 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1086 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()