Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2318 ArrayRef<MCPhysReg> ArgSGPRs = ArrayRef(RC->begin(), 32); in allocateSGPR32InputImpl() local
2319 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgSGPRs); in allocateSGPR32InputImpl()
2320 if (RegIdx == ArgSGPRs.size()) in allocateSGPR32InputImpl()
2323 unsigned Reg = ArgSGPRs[RegIdx]; in allocateSGPR32InputImpl()