Home
last modified time | relevance | path

Searched refs:SchedClassIdx (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSchedule.h346 const MCSchedClassDesc *getSchedClassDesc(unsigned SchedClassIdx) const { in getSchedClassDesc()
349 assert(SchedClassIdx < NumSchedClasses && "bad scheduling class idx"); in getSchedClassDesc()
350 return &SchedClassTable[SchedClassIdx]; in getSchedClassDesc()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DSubtargetEmitter.cpp489 for (unsigned SchedClassIdx = 0, SchedClassEnd = ItinList.size(); in EmitStageAndOperandCycleData() local
490 SchedClassIdx < SchedClassEnd; ++SchedClassIdx) { in EmitStageAndOperandCycleData()
493 Record *ItinData = ProcModel.ItinDefList[SchedClassIdx]; in EmitStageAndOperandCycleData()
563 ItinList[SchedClassIdx] = Intinerary; in EmitStageAndOperandCycleData()