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

/freebsd-10.2-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.cpp124 // CodeGenProcModel::ItinDefList. (Cycle-to-cycle itineraries). This requires
795 // Populate ItinDefList with Itinerary records.
796 ProcModel.ItinDefList.resize(NumInstrSchedClasses);
799 // the processor model's ItinDefList.
808 ProcModel.ItinDefList[SCI->Index] = ItinData;
818 assert(!ProcModel.ItinDefList[0] && "NoItinerary class can't have rec");
820 for (unsigned i = 1, N = ProcModel.ItinDefList.size(); i < N; ++i) {
821 if (!ProcModel.ItinDefList[i])
H A DSubtargetEmitter.cpp456 assert(ProcModel.ItinDefList.size() == ItinList.size() && "bad Itins");
462 Record *ItinData = ProcModel.ItinDefList[SchedClassIdx];

Completed in 67 milliseconds