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()
239 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
256 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
259 if (hasInstrSchedModel()) { in computeInstrLatency()
290 if (hasInstrSchedModel()) { in computeOutputLatency()
DMachineScheduler.cpp1694 if (!SchedModel->hasInstrSchedModel()) in init()
1718 if (SchedModel->hasInstrSchedModel()) { in init()
1779 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
1825 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2015 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2254 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
DMachineCombiner.cpp305 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
DMachineTraceMetrics.cpp107 if (!SchedModel.hasInstrSchedModel()) in getResources()
DScheduleDAGInstrs.cpp777 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
/external/llvm/include/llvm/MC/
DMCSchedule.h203 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
217 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
224 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h68 bool hasInstrSchedModel() const;
87 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
DScheduleDAGInstrs.h180 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/external/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp128 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp816 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1124 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1170 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
1195 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
DCodeGenSchedule.h208 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp187 if (!SCModel.hasInstrSchedModel()) in getLatency()