Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp668 ArrayRef<MCPhysReg> AllSGPRs = TRI->getAllSGPR32(MF); in emitEntryFunctionPrologue() local
670 AllSGPRs = AllSGPRs.slice( in emitEntryFunctionPrologue()
671 std::min(static_cast<unsigned>(AllSGPRs.size()), NumPreloaded)); in emitEntryFunctionPrologue()
673 for (MCPhysReg Reg : AllSGPRs) { in emitEntryFunctionPrologue()