Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp69 static cl::opt<unsigned> PromoteAllocaToVectorMaxRegs( variable
291 "amdgpu-promote-alloca-to-vector-max-regs", PromoteAllocaToVectorMaxRegs); in setFunctionLimits()
292 if (PromoteAllocaToVectorMaxRegs.getNumOccurrences()) in setFunctionLimits()
293 MaxVectorRegs = PromoteAllocaToVectorMaxRegs; in setFunctionLimits()