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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 60 ILPListDAGScheduler("list-ilp",
62 "which tries to balance ILP and register pressure",
69 // Temporary sched=list-ilp flags until the heuristics are robust.
73 cl::desc("Disable regpressure priority in sched=list-ilp"));
76 cl::desc("Disable live use priority in sched=list-ilp"));
85 cl::desc("Disable no-stall priority in sched=list-ilp"));
88 cl::desc("Disable critical path priority in sched=list-ilp"));
91 cl::desc("Disable scheduled-height priority in sched=list-ilp"));
99 "in sched=list-ilp"));
    [all...]
SelectionDAGISel.cpp 229 assert(TLI.getSchedulingPreference() == Sched::ILP &&
    [all...]
TargetLowering.cpp 606 SchedPreferenceInfo = Sched::ILP;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 65 ILP, // Scheduling for ILP in low register pressure mode.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 57 static cl::opt<bool> DisableILPPref("disable-ppc-ilp-pref",
58 cl::desc("disable setting the node scheduling preference to ILP on PPC"), cl::Hidden);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 174 // For 64-bit since we have so many registers use the ILP scheduler, for
176 // For Atom, always use ILP scheduling.
178 setSchedulingPreference(Sched::ILP);
180 setSchedulingPreference(Sched::ILP);
    [all...]

Completed in 1922 milliseconds