Searched refs:hasInstrSchedModel (Results 1 – 17 of 17) sorted by relevance
40 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel88 if (hasInstrSchedModel()) { in mustBeginGroup()99 if (hasInstrSchedModel()) { in mustEndGroup()114 if (hasInstrSchedModel()) { in getNumMicroOps()189 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()268 if (hasInstrSchedModel()) in computeInstrLatency()282 if (hasInstrSchedModel()) { in computeInstrLatency()312 if (hasInstrSchedModel()) { in computeOutputLatency()333 if (hasInstrSchedModel()) in computeReciprocalThroughput()345 if (hasInstrSchedModel()) { in computeReciprocalThroughput()[all …]
103 if (TSchedModel.hasInstrSchedModel()) in getSchedInfoStr()
1900 if (!SchedModel->hasInstrSchedModel()) in init()1923 if (SchedModel->hasInstrSchedModel()) { in init()1994 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()2041 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()2217 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2500 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
374 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
120 if (!SchedModel.hasInstrSchedModel()) in getResources()
569 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
320 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function340 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()347 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
70 bool hasInstrSchedModel() const;89 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
261 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
123 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
136 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
704 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
197 if (!SCModel.hasInstrSchedModel()) in getLatency()
962 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()1274 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()1321 if (PM.hasInstrSchedModel()) in EmitProcessorModels()1350 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
262 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
324 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
498 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()