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