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

/external/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()) {
211 assert(!FindMin && hasInstrSchedModel() &&
255 if (hasInstrSchedModel()) {
298 if (hasInstrSchedModel()) {
/external/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");
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.h207 bool hasInstrSchedModel() const { function in struct:llvm::CodeGenProcModel

Completed in 125 milliseconds