Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1974 ArrayRef<MCPhysReg> ArgVGPRs = ArrayRef(AMDGPU::VGPR_32RegClass.begin(), 32); in allocateVGPR32Input() local
1975 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
1976 if (RegIdx == ArgVGPRs.size()) { in allocateVGPR32Input()
1983 unsigned Reg = ArgVGPRs[RegIdx]; in allocateVGPR32Input()