HomeSort by relevance Sort by last modified time
    Searched refs:hasInstrSchedModel (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 31 bool TargetSchedModel::hasInstrSchedModel() const {
32 return EnableSchedModel && SchedModel.hasInstrSchedModel();
83 if (hasInstrSchedModel()) {
116 else if (!hasInstrSchedModel() && !hasInstrItineraries()) {
211 assert(!FindMin && hasInstrSchedModel() &&
255 if (hasInstrSchedModel()) {
298 if (hasInstrSchedModel()) {
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCSchedule.h 231 bool hasInstrSchedModel() const { return SchedClassTable; }
238 assert(hasInstrSchedModel() && "No scheduling machine model");
245 assert(hasInstrSchedModel() && "No scheduling machine model");
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 65 bool hasInstrSchedModel() const;
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 207 bool hasInstrSchedModel() const {
SubtargetEmitter.cpp 834 if (!ProcModel.hasInstrSchedModel())
    [all...]

Completed in 237 milliseconds