Searched refs:hasInstrSchedModel (Results 1 – 19 of 19) sorted by relevance
38 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel86 if (hasInstrSchedModel()) { in mustBeginGroup()97 if (hasInstrSchedModel()) { in mustEndGroup()112 if (hasInstrSchedModel()) { in getNumMicroOps()187 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()266 if (hasInstrSchedModel()) in computeInstrLatency()280 if (hasInstrSchedModel()) { in computeInstrLatency()310 if (hasInstrSchedModel()) { in computeOutputLatency()331 if (hasInstrSchedModel()) in computeReciprocalThroughput()343 if (hasInstrSchedModel()) { in computeReciprocalThroughput()[all …]
2021 if (!SchedModel->hasInstrSchedModel()) in init()2044 if (SchedModel->hasInstrSchedModel()) { in init()2185 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()2234 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()2423 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2701 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
445 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
585 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
120 if (!SchedModel.hasInstrSchedModel()) in getResources()
1013 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()1056 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
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()
72 bool hasInstrSchedModel() const;91 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
266 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
135 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
706 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
206 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
399 return getSchedModel().hasInstrSchedModel() && useMachinePipeliner(); in enableMachinePipeliner()
1018 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()1328 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()1376 if (PM.hasInstrSchedModel()) in EmitProcessorModels()1405 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
261 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
201 if (!SCModel.hasInstrSchedModel()) in getLatency()
365 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
543 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()