Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp87 static cl::opt<unsigned> MaxNumRetRegs( variable
190 const unsigned MaxOutArgSizeBytes = 4 * MaxNumRetRegs; in isOutArgumentCandidate()
243 if (ReturnNumRegs >= MaxNumRetRegs) in runOnFunction()
298 if (ArgNumRegs + ReturnNumRegs > MaxNumRetRegs) in runOnFunction()