Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp98 bool ShouldTrackVGPRs = VGPRPressure + MaxVGPRPressureInc >= VGPRExcessLimit; in initCandidate() local
99 bool ShouldTrackSGPRs = !ShouldTrackVGPRs && SGPRPressure >= SGPRExcessLimit; in initCandidate()
111 if (ShouldTrackVGPRs && NewVGPRPressure >= VGPRExcessLimit) { in initCandidate()