Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp741 int MaxUsed = HWReg + Width - 1; in analyzeResourceUsage() local
743 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; in analyzeResourceUsage()
745 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR; in analyzeResourceUsage()