Searched refs:hasInstrSchedModel (Results 1 – 14 of 14) 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 …]
1887 if (!SchedModel->hasInstrSchedModel()) in init()1910 if (SchedModel->hasInstrSchedModel()) { in init()2013 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()2062 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()2251 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2530 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
381 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
591 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
120 if (!SchedModel.hasInstrSchedModel()) in getResources()
932 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()975 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()
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()
703 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
201 if (!SCModel.hasInstrSchedModel()) in getLatency()
510 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()