Lines Matching refs:hasInstrSchedModel
39 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
40 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
87 if (hasInstrSchedModel()) { in mustBeginGroup()
98 if (hasInstrSchedModel()) { in mustEndGroup()
113 if (hasInstrSchedModel()) { in getNumMicroOps()
188 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
261 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
267 if (hasInstrSchedModel()) in computeInstrLatency()
278 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
281 if (hasInstrSchedModel()) { in computeInstrLatency()
311 if (hasInstrSchedModel()) { in computeOutputLatency()
332 if (hasInstrSchedModel()) in computeReciprocalThroughput()
344 if (hasInstrSchedModel()) { in computeReciprocalThroughput()
355 if (hasInstrSchedModel()) in computeReciprocalThroughput()