Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2186 unsigned NumRequiredSystemSGPRs = Info.hasWorkGroupIDX() + in allocateSystemSGPRs() local
2190 for (unsigned i = NumRequiredSystemSGPRs + CurrentUserSGPRs; i < 16; ++i) { in allocateSystemSGPRs()