Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp694 I->setUnitInc(NewUnitInc); in addPressureChange()
986 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1021 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta()
1029 Delta.CurrentMax.setUnitInc(PNew - POld); in computeMaxPressureDelta()
1194 Delta.Excess.setUnitInc(ExcessInc); in getUpwardPressureDelta()
1208 Delta.CriticalMax.setUnitInc(CritInc); in getUpwardPressureDelta()
1215 Delta.CurrentMax.setUnitInc(MNew - MOld); in getUpwardPressureDelta()
H A DMachineScheduler.cpp1105 RegionCriticalPSets[CritIdx].setUnitInc(NewMaxPressure[ID]); in updateScheduledPressure()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp158 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
164 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
180 Cand.RPDelta.CriticalMax.setUnitInc(SGPRDelta); in initCandidate()
184 Cand.RPDelta.CriticalMax.setUnitInc(VGPRDelta); in initCandidate()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h126 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc() function