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 26 void R600SchedStrategy::initialize(ScheduleDAGMI *dag) {
27 assert(dag->hasVRegLiveness() && "R600SchedStrategy needs vreg liveness");
44 void R600SchedStrategy::MoveUnits(std::vector<SUnit *> &QSrc,
57 SUnit* R600SchedStrategy::pickNode(bool &IsTopNode) {
144 void R600SchedStrategy::schedNode(SUnit *SU, bool IsTopNode) {
192 void R600SchedStrategy::releaseTopNode(SUnit *SU) {
196 void R600SchedStrategy::releaseBottomNode(SUnit *SU) {
213 bool R600SchedStrategy::regBelongsToClass(unsigned Reg,
222 R600SchedStrategy::AluKind R600SchedStrategy::getAluKind(SUnit *SU) const
    [all...]
R600MachineScheduler.h 27 class R600SchedStrategy : public MachineSchedStrategy {
70 R600SchedStrategy() :
74 virtual ~R600SchedStrategy() {}
AMDGPUTargetMachine.cpp 47 return new ScheduleDAGMILive(C, make_unique<R600SchedStrategy>());

Completed in 108 milliseconds