Searched refs:hasInstrSchedModel (Results 1 – 18 of 18) sorted by relevance
39 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel40 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()87 if (hasInstrSchedModel()) { in mustBeginGroup()98 if (hasInstrSchedModel()) { in mustEndGroup()113 if (hasInstrSchedModel()) { in getNumMicroOps()188 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()261 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()267 if (hasInstrSchedModel()) in computeInstrLatency()278 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()281 if (hasInstrSchedModel()) { in computeInstrLatency()[all …]
2022 if (!SchedModel->hasInstrSchedModel()) in init()2045 if (SchedModel->hasInstrSchedModel()) { in init()2186 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()2235 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()2424 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2702 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
405 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
595 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()
321 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function341 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()348 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
73 bool hasInstrSchedModel() const;92 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()
192 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
982 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()1292 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()1340 if (PM.hasInstrSchedModel()) in EmitProcessorModels()1369 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
265 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
202 if (!SCModel.hasInstrSchedModel()) in getLatency()
350 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
512 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()