Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1932 ArrayRef<MCPhysReg> ArgVGPRs in allocateVGPR32Input() local
1934 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
1935 if (RegIdx == ArgVGPRs.size()) { in allocateVGPR32Input()
1942 unsigned Reg = ArgVGPRs[RegIdx]; in allocateVGPR32Input()