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