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

  /external/llvm/lib/Target/R600/
R600MachineScheduler.cpp 28 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::getInstKind(SUnit* SU)
    [all...]
R600MachineScheduler.h 34 class R600SchedStrategy : public MachineSchedStrategy {
77 R600SchedStrategy() :
87 virtual ~R600SchedStrategy() {
AMDGPUTargetMachine.cpp 44 return new ScheduleDAGMI(C, new R600SchedStrategy());

Completed in 27 milliseconds