Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1516 ArrayRef<MCPhysReg> ArgVGPRs in allocateVGPR32Input() local
1518 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
1519 if (RegIdx == ArgVGPRs.size()) { in allocateVGPR32Input()
1526 unsigned Reg = ArgVGPRs[RegIdx]; in allocateVGPR32Input()