Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp68 static cl::opt<unsigned> MaxNumRetRegs( variable
151 const unsigned MaxOutArgSizeBytes = 4 * MaxNumRetRegs; in getOutArgumentType()
191 if (ReturnNumRegs >= MaxNumRetRegs) in runOnFunction()
247 if (ArgNumRegs + ReturnNumRegs > MaxNumRetRegs) in runOnFunction()