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

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

Completed in 44 milliseconds