Searched refs:ArgVGPRs (Results 1 – 1 of 1) sorted by relevance
2296 ArrayRef<MCPhysReg> ArgVGPRs = ArrayRef(AMDGPU::VGPR_32RegClass.begin(), 32); in allocateVGPR32Input() local2297 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()2298 if (RegIdx == ArgVGPRs.size()) { in allocateVGPR32Input()2305 unsigned Reg = ArgVGPRs[RegIdx]; in allocateVGPR32Input()