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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 38 // MachineSchedStrategy.
97 std::unique_ptr<MachineSchedStrategy> S)
109 class ConvergingVLIWScheduler : public MachineSchedStrategy {
  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 27 class R600SchedStrategy : public MachineSchedStrategy {
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 30 // plugin an alternate MachineSchedStrategy. The strategy is responsible for
149 /// MachineSchedStrategy. This can be overriden for each scheduling region
164 /// MachineSchedStrategy - Interface to the scheduling algorithm used by
169 class MachineSchedStrategy {
172 virtual ~MachineSchedStrategy() {}
198 /// Notify MachineSchedStrategy that ScheduleDAGMI has scheduled an
220 /// schedules machine instructions according to the given MachineSchedStrategy
226 std::unique_ptr<MachineSchedStrategy> SchedImpl;
251 ScheduleDAGMI(MachineSchedContext *C, std::unique_ptr<MachineSchedStrategy> S,
270 /// building and before MachineSchedStrategy initialization
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 80 void MachineSchedStrategy::anchor() {}
    [all...]

Completed in 276 milliseconds