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

  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 27 void R600SchedStrategy::initialize(ScheduleDAGMI *dag) {
28 assert(dag->hasVRegLiveness() && "R600SchedStrategy needs vreg liveness");
45 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 final : public MachineSchedStrategy {
69 R600SchedStrategy() :
73 virtual ~R600SchedStrategy() {}
AMDGPUTargetMachine.cpp 99 return new ScheduleDAGMILive(C, make_unique<R600SchedStrategy>());

Completed in 93 milliseconds