Searched refs:hasInstrSchedModel (Results 1 – 12 of 12) sorted by relevance
30 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel31 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()82 if (hasInstrSchedModel()) { in getNumMicroOps()158 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()239 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()256 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()259 if (hasInstrSchedModel()) { in computeInstrLatency()289 if (hasInstrSchedModel()) { in computeOutputLatency()
307 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
1788 if (!SchedModel->hasInstrSchedModel()) in init()1812 if (SchedModel->hasInstrSchedModel()) { in init()1873 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()1919 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()2109 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2351 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
107 if (!SchedModel.hasInstrSchedModel()) in getResources()
669 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
199 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function213 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()220 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
68 bool hasInstrSchedModel() const;87 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
247 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
131 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
804 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()1107 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()1153 if (PM.hasInstrSchedModel()) in EmitProcessorModels()1182 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
212 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
187 if (!SCModel.hasInstrSchedModel()) in getLatency()