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()290 if (hasInstrSchedModel()) { in computeOutputLatency()
1694 if (!SchedModel->hasInstrSchedModel()) in init()1718 if (SchedModel->hasInstrSchedModel()) { in init()1779 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()1825 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()2015 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2254 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
305 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
107 if (!SchedModel.hasInstrSchedModel()) in getResources()
777 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
203 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function217 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()224 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
68 bool hasInstrSchedModel() const;87 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
180 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
128 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
816 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()1124 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()1170 if (PI->hasInstrSchedModel()) in EmitProcessorModels()1195 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
208 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
187 if (!SCModel.hasInstrSchedModel()) in getLatency()