Searched refs:hasInstrSchedModel (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp31 bool TargetSchedModel::hasInstrSchedModel() const { function in class:TargetSchedModel
32 return EnableSchedModel && SchedModel.hasInstrSchedModel();
83 if (hasInstrSchedModel()) {
116 else if (!hasInstrSchedModel() && !hasInstrItineraries()) {
213 assert(!FindMin && hasInstrSchedModel() &&
257 if (hasInstrSchedModel()) {
300 if (hasInstrSchedModel()) {
H A DMachineScheduler.cpp1211 if (!SchedModel->hasInstrSchedModel())
1401 if (!SchedModel->hasInstrSchedModel())
1431 if (SchedModel->hasInstrSchedModel())
1647 if (SchedModel->hasInstrSchedModel()) {
1764 assert(SchedModel->hasInstrSchedModel() && "required schedmodel");
H A DMachineTraceMetrics.cpp108 if (!SchedModel.hasInstrSchedModel())
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h231 bool hasInstrSchedModel() const { return SchedClassTable; } function in class:llvm::MCSchedModel
238 assert(hasInstrSchedModel() && "No scheduling machine model");
245 assert(hasInstrSchedModel() && "No scheduling machine model");
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h65 bool hasInstrSchedModel() const;
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h207 bool hasInstrSchedModel() const { function in struct:llvm::CodeGenProcModel
H A DSubtargetEmitter.cpp839 if (!ProcModel.hasInstrSchedModel())
1147 if (!PI->hasInstrSchedModel())
1193 if (PI->hasInstrSchedModel())
1209 if (PI->hasInstrSchedModel())

Completed in 141 milliseconds