Lines Matching refs:MCSchedModel
22 static_assert(std::is_pod<MCSchedModel>::value,
24 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth,
40 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
56 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
62 return MCSchedModel::computeInstrLatency(STI, SCDesc); in computeInstrLatency()
67 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
82 return MCSchedModel::computeInstrLatency(STI, *SCDesc); in computeInstrLatency()
88 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput()
91 const MCSchedModel &SM = STI.getSchedModel(); in getReciprocalThroughput()
110 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput()
128 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getReciprocalThroughput()
134 MCSchedModel::getReciprocalThroughput(unsigned SchedClass, in getReciprocalThroughput()
154 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()