Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp352 BitVector OtherUsedRegs; in allocateVGPRSpillToAGPR() local
353 OtherUsedRegs.resize(TRI->getNumRegs()); in allocateVGPRSpillToAGPR()
358 OtherUsedRegs.setBitsInMask(CSRMask); in allocateVGPRSpillToAGPR()
363 OtherUsedRegs.set(Reg); in allocateVGPRSpillToAGPR()
365 OtherUsedRegs.set(Reg); in allocateVGPRSpillToAGPR()
370 NextSpillReg, Regs.end(), [&MRI, &OtherUsedRegs](MCPhysReg Reg) { in allocateVGPRSpillToAGPR()
372 !OtherUsedRegs[Reg]; in allocateVGPRSpillToAGPR()
380 OtherUsedRegs.set(*NextSpillReg); in allocateVGPRSpillToAGPR()