Lines Matching refs:MCSchedModel
23 static_assert(std::is_trivial_v<MCSchedModel>,
25 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth,
42 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
58 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
64 return MCSchedModel::computeInstrLatency(STI, SCDesc); in computeInstrLatency()
69 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
84 return MCSchedModel::computeInstrLatency(STI, *SCDesc); in computeInstrLatency()
90 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput()
93 const MCSchedModel &SM = STI.getSchedModel(); in getReciprocalThroughput()
112 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput()
130 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getReciprocalThroughput()
136 MCSchedModel::getReciprocalThroughput(unsigned SchedClass, in getReciprocalThroughput()
156 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()