Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp113 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
118 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
132 Cand.RPDelta.CriticalMax.setUnitInc(SGPRDelta); in initCandidate()
135 Cand.RPDelta.CriticalMax.setUnitInc(VGPRDelta); in initCandidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp693 I->setUnitInc(NewUnitInc); in addPressureChange()
985 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1020 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta()
1028 Delta.CurrentMax.setUnitInc(PNew - POld); in computeMaxPressureDelta()
1193 Delta.Excess.setUnitInc(ExcessInc); in getUpwardPressureDelta()
1207 Delta.CriticalMax.setUnitInc(CritInc); in getUpwardPressureDelta()
1214 Delta.CurrentMax.setUnitInc(MNew - MOld); in getUpwardPressureDelta()
DMachineScheduler.cpp1083 RegionCriticalPSets[CritIdx].setUnitInc(NewMaxPressure[ID]); in updateScheduledPressure()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h127 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc() function