Searched refs:AllSGPRs (Results 1 – 1 of 1) sorted by relevance
668 ArrayRef<MCPhysReg> AllSGPRs = TRI->getAllSGPR32(MF); in emitEntryFunctionPrologue() local670 AllSGPRs = AllSGPRs.slice( in emitEntryFunctionPrologue()671 std::min(static_cast<unsigned>(AllSGPRs.size()), NumPreloaded)); in emitEntryFunctionPrologue()673 for (MCPhysReg Reg : AllSGPRs) { in emitEntryFunctionPrologue()