HomeSort by relevance Sort by last modified time
    Searched defs:hasInstrSchedModel (Results 1 - 3 of 3) 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()) {
  /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/utils/TableGen/
CodeGenSchedule.h 207 bool hasInstrSchedModel() const {

Completed in 64 milliseconds