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

  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 31 bool TargetSchedModel::hasInstrSchedModel() const {
32 return EnableSchedModel && SchedModel.hasInstrSchedModel();
83 if (hasInstrSchedModel()) {
159 if (!hasInstrSchedModel() && !hasInstrItineraries())
187 // hasInstrSchedModel()
234 (!hasInstrSchedModel() && !UseDefaultDefLatency))
237 if (hasInstrSchedModel()) {
277 if (hasInstrSchedModel()) {
MachineScheduler.cpp     [all...]
MachineTraceMetrics.cpp 108 if (!SchedModel.hasInstrSchedModel())
    [all...]
ScheduleDAGInstrs.cpp 711 if (SchedModel.hasInstrSchedModel()) {
    [all...]
  /external/llvm/include/llvm/MC/
MCSchedule.h 234 bool hasInstrSchedModel() const { return SchedClassTable; }
245 assert(hasInstrSchedModel() && "No scheduling machine model");
252 assert(hasInstrSchedModel() && "No scheduling machine model");
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 65 bool hasInstrSchedModel() const;
ScheduleDAGInstrs.h 175 if (!SU->SchedClass && SchedModel.hasInstrSchedModel())
  /external/llvm/lib/Target/AArch64/
AArch64StorePairSuppress.cpp 133 if (!SchedModel.hasInstrSchedModel()) {
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 209 if (!SCModel || !SCModel->hasInstrSchedModel())
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 207 bool hasInstrSchedModel() const {
SubtargetEmitter.cpp 833 if (!ProcModel.hasInstrSchedModel())
    [all...]

Completed in 216 milliseconds