Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
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.h76 mutable GCNUpwardRPTracker UPTracker;
DGCNIterativeScheduler.cpp283 GCNUpwardRPTracker RPTracker(*LIS); in getSchedulePressure()