Lines Matching refs:hasInstrSchedModel
40 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
41 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
88 if (hasInstrSchedModel()) { in mustBeginGroup()
99 if (hasInstrSchedModel()) { in mustEndGroup()
114 if (hasInstrSchedModel()) { in getNumMicroOps()
189 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
262 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
268 if (hasInstrSchedModel()) in computeInstrLatency()
279 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
282 if (hasInstrSchedModel()) { in computeInstrLatency()
312 if (hasInstrSchedModel()) { in computeOutputLatency()
333 if (hasInstrSchedModel()) in computeReciprocalThroughput()
345 if (hasInstrSchedModel()) { in computeReciprocalThroughput()
356 if (hasInstrSchedModel()) in computeReciprocalThroughput()