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()228 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()255 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()258 if (hasInstrSchedModel()) { in computeInstrLatency()298 if (hasInstrSchedModel()) { in computeOutputLatency()
126 assert(TSchedModel.hasInstrSchedModel() && "Missing machine model\n"); in getDepth()184 assert(TSchedModel.hasInstrSchedModel() && "Missing machine model\n"); in getLatency()227 assert(TSchedModel.hasInstrSchedModel() && "Missing machine model\n"); in preservesCriticalPathLen()305 if (!TSchedModel.hasInstrSchedModel()) in doSubstitute()
1621 if (!SchedModel->hasInstrSchedModel()) in init()1645 if (SchedModel->hasInstrSchedModel()) { in init()1706 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()1752 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()1942 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2181 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
107 if (!SchedModel.hasInstrSchedModel()) in getResources()
723 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
203 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function214 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()221 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
65 bool hasInstrSchedModel() const;
173 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
128 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
821 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()1129 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()1175 if (PI->hasInstrSchedModel()) in EmitProcessorModels()1200 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
207 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
189 if (!SCModel.hasInstrSchedModel()) in getLatency()