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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp900 int MaxUsed = HWReg + Width - 1; local
902 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR;
904 MaxAGPR = MaxUsed > MaxAGPR ? MaxUsed : MaxAGPR;
906 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR;

Completed in 104 milliseconds