Lines Matching refs:hasInstrSchedModel
43 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
44 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
75 if (hasInstrSchedModel()) { in mustBeginGroup()
86 if (hasInstrSchedModel()) { in mustEndGroup()
101 if (hasInstrSchedModel()) { in getNumMicroOps()
180 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
245 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
251 if (hasInstrSchedModel()) in computeInstrLatency()
262 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
265 if (hasInstrSchedModel()) { in computeInstrLatency()
295 if (hasInstrSchedModel()) { in computeOutputLatency()
316 if (hasInstrSchedModel()) in computeReciprocalThroughput()
328 if (hasInstrSchedModel()) { in computeReciprocalThroughput()
339 if (hasInstrSchedModel()) in computeReciprocalThroughput()