Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp245 createScheduleClasses(Model->Index, Model->ItinDefList); in emitForItineraries()
H A DSubtargetEmitter.cpp495 assert(ProcModel.ItinDefList.size() == ItinList.size() && "bad Itins"); in emitStageAndOperandCycleData()
501 const Record *ItinData = ProcModel.ItinDefList[SchedClassIdx]; in emitStageAndOperandCycleData()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1118 ProcModel.ItinDefList.resize(NumInstrSchedClasses); in collectProcItins()
1129 ProcModel.ItinDefList[SC.Index] = ItinData; in collectProcItins()
1140 assert(!ProcModel.ItinDefList[0] && "NoItinerary class can't have rec"); in collectProcItins()
1142 for (unsigned i = 1, N = ProcModel.ItinDefList.size(); i < N; ++i) { in collectProcItins()
1143 if (!ProcModel.ItinDefList[i]) in collectProcItins()
H A DCodeGenSchedule.h234 ConstRecVec ItinDefList; member