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

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp28 void R600SchedStrategy::initialize(ScheduleDAGMI *dag) {
51 void R600SchedStrategy::MoveUnits(ReadyQueue *QSrc, ReadyQueue *QDst)
63 SUnit* R600SchedStrategy::pickNode(bool &IsTopNode) {
121 void R600SchedStrategy::schedNode(SUnit *SU, bool IsTopNode) {
164 void R600SchedStrategy::releaseTopNode(SUnit *SU) {
173 void R600SchedStrategy::releaseBottomNode(SUnit *SU) {
176 bool R600SchedStrategy::regBelongsToClass(unsigned Reg,
185 R600SchedStrategy::AluKind R600SchedStrategy::getAluKind(SUnit *SU) const {
246 int R600SchedStrategy
[all...]
H A DR600MachineScheduler.h34 class R600SchedStrategy : public MachineSchedStrategy { class in namespace:llvm
77 R600SchedStrategy() : function in class:llvm::R600SchedStrategy
87 virtual ~R600SchedStrategy() {
H A DAMDGPUTargetMachine.cpp44 return new ScheduleDAGMI(C, new R600SchedStrategy());

Completed in 60 milliseconds