Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp31 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
32 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
83 if (hasInstrSchedModel()) { in getNumMicroOps()
159 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
234 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
237 if (hasInstrSchedModel()) { in computeInstrLatency()
277 if (hasInstrSchedModel()) { in computeOutputLatency()
DMachineScheduler.cpp1599 if (!SchedModel->hasInstrSchedModel()) in init()
1623 if (SchedModel->hasInstrSchedModel()) { in init()
1684 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
1730 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
1920 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2159 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
DMachineTraceMetrics.cpp108 if (!SchedModel.hasInstrSchedModel()) in getResources()
DScheduleDAGInstrs.cpp711 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
/external/llvm/include/llvm/MC/
DMCSchedule.h234 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
245 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
252 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h65 bool hasInstrSchedModel() const;
DScheduleDAGInstrs.h175 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/external/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp133 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp833 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1141 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1187 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
1208 if (PI->hasInstrSchedModel()) in EmitProcessorModels()
DCodeGenSchedule.h207 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp209 if (!SCModel || !SCModel->hasInstrSchedModel()) in getLatency()