Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1424 ArrayRef<MCPhysReg> ArgVGPRs in allocateVGPR32Input() local
1426 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
1427 if (RegIdx == ArgVGPRs.size()) { in allocateVGPR32Input()
1434 unsigned Reg = ArgVGPRs[RegIdx]; in allocateVGPR32Input()