HomeSort by relevance Sort by last modified time
    Searched refs:hasInstrSchedModel (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/MC/
MCSchedule.h 203 bool hasInstrSchedModel() const { return SchedClassTable; }
217 assert(hasInstrSchedModel() && "No scheduling machine model");
224 assert(hasInstrSchedModel() && "No scheduling machine model");
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 30 bool TargetSchedModel::hasInstrSchedModel() const {
31 return EnableSchedModel && SchedModel.hasInstrSchedModel();
82 if (hasInstrSchedModel()) {
158 if (!hasInstrSchedModel() && !hasInstrItineraries())
186 // hasInstrSchedModel()
239 assert(hasInstrSchedModel() && "Only call this function with a SchedModel");
256 (!hasInstrSchedModel() && !UseDefaultDefLatency))
259 if (hasInstrSchedModel()) {
290 if (hasInstrSchedModel()) {
MachineCombiner.cpp 305 if (!TSchedModel.hasInstrSchedModel())
MachineScheduler.cpp     [all...]
MachineTraceMetrics.cpp 107 if (!SchedModel.hasInstrSchedModel())
    [all...]
ScheduleDAGInstrs.cpp 777 if (SchedModel.hasInstrSchedModel()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 68 bool hasInstrSchedModel() const;
87 return hasInstrSchedModel() || hasInstrItineraries();
ScheduleDAGInstrs.h 180 if (!SU->SchedClass && SchedModel.hasInstrSchedModel())
  /external/llvm/lib/Target/AArch64/
AArch64StorePairSuppress.cpp 128 if (!SchedModel.hasInstrSchedModel()) {
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 187 if (!SCModel.hasInstrSchedModel())
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 208 bool hasInstrSchedModel() const {
SubtargetEmitter.cpp 816 if (!ProcModel.hasInstrSchedModel())
    [all...]

Completed in 578 milliseconds