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