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

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp951 MCWriteProcResEntry WPREntry; local
952 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]);
953 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx");
954 WPREntry.Cycles = Cycles[PRIdx];
962 == WPREntry.ProcResourceIdx) {
963 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles;
968 WriteProcResources.push_back(WPREntry);
1079 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; local
1080 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", "
1081 << format("%2d", WPREntry
[all...]

Completed in 29 milliseconds