Home
last modified time | relevance | path

Searched refs:hasInstrSchedModel (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp30 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
31 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
82 if (hasInstrSchedModel()) { in getNumMicroOps()
158 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
228 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
255 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
258 if (hasInstrSchedModel()) { in computeInstrLatency()
298 if (hasInstrSchedModel()) { in computeOutputLatency()
DMachineCombiner.cpp126 assert(TSchedModel.hasInstrSchedModel() && "Missing machine model\n"); in getDepth()
184 assert(TSchedModel.hasInstrSchedModel() && "Missing machine model\n"); in getLatency()
227 assert(TSchedModel.hasInstrSchedModel() && "Missing machine model\n"); in preservesCriticalPathLen()
305 if (!TSchedModel.hasInstrSchedModel()) in doSubstitute()
DMachineScheduler.cpp1621 if (!SchedModel->hasInstrSchedModel()) in init()
1645 if (SchedModel->hasInstrSchedModel()) { in init()
1706 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
1752 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
1942 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2181 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
DMachineTraceMetrics.cpp107 if (!SchedModel.hasInstrSchedModel()) in getResources()
DScheduleDAGInstrs.cpp723 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
/external/llvm/include/llvm/MC/
DMCSchedule.h203 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
214 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
221 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h65 bool hasInstrSchedModel() const;
DScheduleDAGInstrs.h173 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/external/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp128 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp821 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1129 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1175 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
1200 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
DCodeGenSchedule.h207 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp189 if (!SCModel.hasInstrSchedModel()) in getLatency()