Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp77 static cl::opt<unsigned> PromoteAllocaToVectorVGPRRatio( variable
296 PromoteAllocaToVectorVGPRRatio); in setFunctionLimits()
297 if (PromoteAllocaToVectorVGPRRatio.getNumOccurrences()) in setFunctionLimits()
298 VGPRBudgetRatio = PromoteAllocaToVectorVGPRRatio; in setFunctionLimits()