Searched defs:hasInstrSchedModel (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSchedule.h199 bool hasInstrSchedModel() const { return SchedClassTable; } function in struct:llvm::MCSchedModel
213 assert(hasInstrSchedModel() && "No scheduling machine model");
220 assert(hasInstrSchedModel() && "No scheduling machine model");
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp30 bool TargetSchedModel::hasInstrSchedModel() const { function in class:TargetSchedModel
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()) {
289 if (hasInstrSchedModel()) {
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.h212 bool hasInstrSchedModel() const { function in struct:llvm::CodeGenProcModel

Completed in 115 milliseconds