Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h134 class GCNUpwardRPTracker : public GCNRPTracker {
136 GCNUpwardRPTracker(const LiveIntervals &LIS_) : GCNRPTracker(LIS_) {} in GCNUpwardRPTracker() function
DGCNRegPressure.cpp303 void GCNUpwardRPTracker::reset(const MachineInstr &MI, in reset()
308 void GCNUpwardRPTracker::recede(const MachineInstr &MI) { in recede()
471 bool GCNUpwardRPTracker::isValid() const { in isValid()
DGCNIterativeScheduler.h77 mutable GCNUpwardRPTracker UPTracker;
DGCNIterativeScheduler.cpp284 GCNUpwardRPTracker RPTracker(*LIS); in getSchedulePressure()