Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1918 ArrayRef<MCPhysReg> ArgVGPRs in allocateVGPR32Input() local
1920 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
1921 if (RegIdx == ArgVGPRs.size()) { in allocateVGPR32Input()
1928 unsigned Reg = ArgVGPRs[RegIdx]; in allocateVGPR32Input()