Home
last modified time | relevance | path

Searched refs:SGPRPressure (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp65 unsigned SGPRPressure, in initCandidate() argument
99 bool ShouldTrackSGPRs = !ShouldTrackVGPRs && SGPRPressure >= SGPRExcessLimit; in initCandidate()
148 unsigned SGPRPressure = Pressure[SRI->getSGPRPressureSet()]; in pickNodeFromQueue() local
155 SGPRPressure, VGPRPressure); in pickNodeFromQueue()
DGCNSchedStrategy.h42 unsigned SGPRPressure, unsigned VGPRPressure);