Searched refs:hasInstrSchedModel (Results 1 – 11 of 11) sorted by relevance
31 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel32 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()83 if (hasInstrSchedModel()) { in getNumMicroOps()159 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()234 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()237 if (hasInstrSchedModel()) { in computeInstrLatency()277 if (hasInstrSchedModel()) { in computeOutputLatency()
1599 if (!SchedModel->hasInstrSchedModel()) in init()1623 if (SchedModel->hasInstrSchedModel()) { in init()1684 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()1730 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()1920 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2159 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
108 if (!SchedModel.hasInstrSchedModel()) in getResources()
711 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
234 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function245 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()252 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
65 bool hasInstrSchedModel() const;
175 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
133 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
833 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()1141 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()1187 if (PI->hasInstrSchedModel()) in EmitProcessorModels()1208 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
207 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
209 if (!SCModel || !SCModel->hasInstrSchedModel()) in getLatency()