Lines Matching refs:MCSchedModel
23 static_assert(std::is_pod<MCSchedModel>::value,
25 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth,
41 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
57 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
63 return MCSchedModel::computeInstrLatency(STI, SCDesc); in computeInstrLatency()
68 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency()
83 return MCSchedModel::computeInstrLatency(STI, *SCDesc); in computeInstrLatency()
89 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput()
92 const MCSchedModel &SM = STI.getSchedModel(); in getReciprocalThroughput()
111 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput()
129 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getReciprocalThroughput()
135 MCSchedModel::getReciprocalThroughput(unsigned SchedClass, in getReciprocalThroughput()