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

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h173 // ItinDefList orders this processor's InstrItinData records by SchedClass idx.
185 RecVec ItinDefList; member in struct:llvm::CodeGenProcModel
H A DCodeGenSchedule.cpp122 // CodeGenProcModel::ItinDefList. (Cycle-to-cycle itineraries). This requires
774 // Populate ItinDefList with Itinerary records.
775 ProcModel.ItinDefList.resize(NumInstrSchedClasses);
778 // the processor model's ItinDefList.
787 ProcModel.ItinDefList[SCI->Index] = ItinData;
797 assert(!ProcModel.ItinDefList[0] && "NoItinerary class can't have rec");
799 for (unsigned i = 1, N = ProcModel.ItinDefList.size(); i < N; ++i) {
800 if (!ProcModel.ItinDefList[i])
H A DSubtargetEmitter.cpp456 assert(ProcModel.ItinDefList.size() == ItinList.size() && "bad Itins");
462 Record *ItinData = ProcModel.ItinDefList[SchedClassIdx];

Completed in 81 milliseconds