reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 bool hasInstrSchedModel() const;
266 if (!SU->SchedClass && SchedModel.hasInstrSchedModel())
include/llvm/CodeGen/TargetSchedule.h 88 return hasInstrSchedModel() || hasInstrItineraries();
lib/CodeGen/MachineCombiner.cpp 373 if (!TSchedModel.hasInstrSchedModel())
lib/CodeGen/MachineScheduler.cpp1889 if (!SchedModel->hasInstrSchedModel()) 1912 if (SchedModel->hasInstrSchedModel()) { 2015 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { 2064 if (!SchedModel->hasInstrSchedModel()) 2244 if (SchedModel->hasInstrSchedModel()) { 2528 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) {lib/CodeGen/MachineTraceMetrics.cpp
119 if (!SchedModel.hasInstrSchedModel())
lib/CodeGen/ScheduleDAGInstrs.cpp 586 if (SchedModel.hasInstrSchedModel()) {
lib/CodeGen/TargetSchedule.cpp87 if (hasInstrSchedModel()) { 98 if (hasInstrSchedModel()) { 113 if (hasInstrSchedModel()) { 188 if (!hasInstrSchedModel() && !hasInstrItineraries()) 261 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); 267 if (hasInstrSchedModel()) 278 (!hasInstrSchedModel() && !UseDefaultDefLatency)) 281 if (hasInstrSchedModel()) { 311 if (hasInstrSchedModel()) { 332 if (hasInstrSchedModel()) 344 if (hasInstrSchedModel()) { 355 if (hasInstrSchedModel())lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
703 if (!SchedModel.hasInstrSchedModel())
lib/Target/AArch64/AArch64StorePairSuppress.cpp 135 if (!SchedModel.hasInstrSchedModel()) {
lib/Target/SystemZ/SystemZHazardRecognizer.h 122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel())