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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp968 MCWriteProcResEntry WPREntry; local
969 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]);
970 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx");
971 WPREntry.Cycles = Cycles[PRIdx];
979 == WPREntry.ProcResourceIdx) {
980 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles;
985 WriteProcResources.push_back(WPREntry);
1096 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; local
1097 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", "
1098 << format("%2d", WPREntry
[all...]

Completed in 45 milliseconds