Home
last modified time | relevance | path

Searched refs:ArgVGPRs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2234 ArrayRef<MCPhysReg> ArgVGPRs = ArrayRef(AMDGPU::VGPR_32RegClass.begin(), 32); in allocateVGPR32Input() local
2235 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
2236 if (RegIdx == ArgVGPRs.size()) { in allocateVGPR32Input()
2243 unsigned Reg = ArgVGPRs[RegIdx]; in allocateVGPR32Input()