Searched refs:VGPRExcessLimit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h47 unsigned VGPRExcessLimit; member in class:llvm::final
H A DGCNSchedStrategy.cpp46 VGPRExcessLimit = Context->RegClassInfo
98 bool ShouldTrackVGPRs = VGPRPressure + MaxVGPRPressureInc >= VGPRExcessLimit;
111 if (ShouldTrackVGPRs && NewVGPRPressure >= VGPRExcessLimit) {
113 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit);

Completed in 96 milliseconds