Home
last modified time | relevance | path

Searched refs:GCNUpwardRPTracker (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h136 class GCNUpwardRPTracker : public GCNRPTracker {
138 GCNUpwardRPTracker(const LiveIntervals &LIS_) : GCNRPTracker(LIS_) {} in GCNUpwardRPTracker() function
DGCNIterativeScheduler.h76 mutable GCNUpwardRPTracker UPTracker;
DGCNRegPressure.cpp306 void GCNUpwardRPTracker::reset(const MachineInstr &MI, in reset()
311 void GCNUpwardRPTracker::recede(const MachineInstr &MI) { in recede()
473 bool GCNUpwardRPTracker::isValid() const { in isValid()
DGCNIterativeScheduler.cpp283 GCNUpwardRPTracker RPTracker(*LIS); in getSchedulePressure()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h144 class GCNUpwardRPTracker : public GCNRPTracker {
146 GCNUpwardRPTracker(const LiveIntervals &LIS_) : GCNRPTracker(LIS_) {} in GCNUpwardRPTracker() function
DGCNIterativeScheduler.h84 mutable GCNUpwardRPTracker UPTracker;
DGCNRegPressure.cpp308 void GCNUpwardRPTracker::reset(const MachineInstr &MI, in reset()
313 void GCNUpwardRPTracker::recede(const MachineInstr &MI) { in recede()
475 bool GCNUpwardRPTracker::isValid() const { in isValid()
DGCNIterativeScheduler.cpp288 GCNUpwardRPTracker RPTracker(*LIS); in getSchedulePressure()