Searched refs:hasInstrSchedModel (Results 1 – 19 of 19) sorted by relevance
39 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel71 if (hasInstrSchedModel()) { in mustBeginGroup()82 if (hasInstrSchedModel()) { in mustEndGroup()97 if (hasInstrSchedModel()) { in getNumMicroOps()172 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()251 if (hasInstrSchedModel()) in computeInstrLatency()265 if (hasInstrSchedModel()) { in computeInstrLatency()295 if (hasInstrSchedModel()) { in computeOutputLatency()316 if (hasInstrSchedModel()) in computeReciprocalThroughput()328 if (hasInstrSchedModel()) { in computeReciprocalThroughput()[all …]
2027 if (!SchedModel->hasInstrSchedModel()) in init()2050 if (SchedModel->hasInstrSchedModel()) { in init()2191 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()2240 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()2429 if (SchedModel->hasInstrSchedModel()) { in bumpNode()2603 if (!SchedModel->hasInstrSchedModel()) in dumpReservedCycles()2731 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
441 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
119 if (!SchedModel.hasInstrSchedModel()) in getResources()
591 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
1033 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()1076 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()
267 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()
133 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()
260 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
201 if (!SCModel.hasInstrSchedModel()) in getLatency()
374 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
515 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()