Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:NumSGPRs

2667   unsigned NumSGPRs = NextFreeSGPR;
2671 NumSGPRs > MaxAddressableNumSGPRs)
2674 NumSGPRs +=
2678 NumSGPRs > MaxAddressableNumSGPRs)
2682 NumSGPRs = IsaInfo::FIXED_NUM_SGPRS_FOR_INIT_BUG;
2685 SGPRBlocks = IsaInfo::getNumSGPRBlocks(Features, NumSGPRs);