Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1446 ArrayRef<MCPhysReg> ArgSGPRs = makeArrayRef(RC->begin(), 32); in allocateSGPR32InputImpl() local
1447 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgSGPRs); in allocateSGPR32InputImpl()
1448 if (RegIdx == ArgSGPRs.size()) in allocateSGPR32InputImpl()
1451 unsigned Reg = ArgSGPRs[RegIdx]; in allocateSGPR32InputImpl()