Searched refs:ArgSGPRs (Results 1 – 1 of 1) sorted by relevance
2421 ArrayRef<MCPhysReg> ArgSGPRs = ArrayRef(RC->begin(), 32); in allocateSGPR32InputImpl() local2422 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgSGPRs); in allocateSGPR32InputImpl()2423 if (RegIdx == ArgSGPRs.size()) in allocateSGPR32InputImpl()2426 unsigned Reg = ArgSGPRs[RegIdx]; in allocateSGPR32InputImpl()