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