Lines Matching refs:hasInstrSchedModel
38 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
39 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
86 if (hasInstrSchedModel()) { in mustBeginGroup()
97 if (hasInstrSchedModel()) { in mustEndGroup()
112 if (hasInstrSchedModel()) { in getNumMicroOps()
187 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
260 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
266 if (hasInstrSchedModel()) in computeInstrLatency()
277 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
280 if (hasInstrSchedModel()) { in computeInstrLatency()
310 if (hasInstrSchedModel()) { in computeOutputLatency()
331 if (hasInstrSchedModel()) in computeReciprocalThroughput()
343 if (hasInstrSchedModel()) { in computeReciprocalThroughput()
354 if (hasInstrSchedModel()) in computeReciprocalThroughput()