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 30 bool TargetSchedModel::hasInstrSchedModel() const {
31 return EnableSchedModel && SchedModel.hasInstrSchedModel();
82 if (hasInstrSchedModel()) {
158 if (!hasInstrSchedModel() && !hasInstrItineraries())
186 // hasInstrSchedModel()
228 assert(hasInstrSchedModel() && "Only call this function with a SchedModel");
255 (!hasInstrSchedModel() && !UseDefaultDefLatency))
258 if (hasInstrSchedModel()) {
298 if (hasInstrSchedModel()) {
  /external/llvm/include/llvm/MC/
MCSchedule.h 203 bool hasInstrSchedModel() const { return SchedClassTable; }
214 assert(hasInstrSchedModel() && "No scheduling machine model");
221 assert(hasInstrSchedModel() && "No scheduling machine model");
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 207 bool hasInstrSchedModel() const {

Completed in 618 milliseconds