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/AMDGPU/
R600MachineScheduler.h 27 class R600SchedStrategy : public MachineSchedStrategy {
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 30 // plugin an alternate MachineSchedStrategy. The strategy is responsible for
148 /// MachineSchedStrategy. This can be overriden for each scheduling region
167 /// MachineSchedStrategy - Interface to the scheduling algorithm used by
172 class MachineSchedStrategy {
175 virtual ~MachineSchedStrategy() {}
203 /// Notify MachineSchedStrategy that ScheduleDAGMI has scheduled an
225 /// schedules machine instructions according to the given MachineSchedStrategy
232 std::unique_ptr<MachineSchedStrategy> SchedImpl;
257 ScheduleDAGMI(MachineSchedContext *C, std::unique_ptr<MachineSchedStrategy> S,
279 /// building and before MachineSchedStrategy initialization
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 88 void MachineSchedStrategy::anchor() {}
    [all...]

Completed in 64 milliseconds