Home
last modified time | relevance | path

Searched refs:R600SchedStrategy (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DR600MachineScheduler.cpp26 void R600SchedStrategy::initialize(ScheduleDAGMI *dag) { in initialize()
45 void R600SchedStrategy::MoveUnits(std::vector<SUnit *> &QSrc, in MoveUnits()
58 SUnit* R600SchedStrategy::pickNode(bool &IsTopNode) { in pickNode()
141 void R600SchedStrategy::schedNode(SUnit *SU, bool IsTopNode) { in schedNode()
189 void R600SchedStrategy::releaseTopNode(SUnit *SU) { in releaseTopNode()
193 void R600SchedStrategy::releaseBottomNode(SUnit *SU) { in releaseBottomNode()
210 bool R600SchedStrategy::regBelongsToClass(unsigned Reg, in regBelongsToClass()
219 R600SchedStrategy::AluKind R600SchedStrategy::getAluKind(SUnit *SU) const { in getAluKind()
293 int R600SchedStrategy::getInstKind(SUnit* SU) { in getInstKind()
317 SUnit *R600SchedStrategy::PopInst(std::vector<SUnit *> &Q, bool AnyALU) { in PopInst()
[all …]
DR600MachineScheduler.h27 class R600SchedStrategy : public MachineSchedStrategy {
70 R600SchedStrategy() : in R600SchedStrategy() function
74 virtual ~R600SchedStrategy() { in ~R600SchedStrategy()
DAMDGPUTargetMachine.cpp45 return new ScheduleDAGMI(C, new R600SchedStrategy()); in createR600MachineScheduler()