Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp126 int SGPRDelta = NewSGPRPressure - SGPRCriticalLimit; in initCandidate() local
129 if (SGPRDelta >= 0 || VGPRDelta >= 0) { in initCandidate()
130 if (SGPRDelta > VGPRDelta) { in initCandidate()
132 Cand.RPDelta.CriticalMax.setUnitInc(SGPRDelta); in initCandidate()