Searched refs:OtherUsedRegs (Results 1 – 1 of 1) sorted by relevance
475 BitVector OtherUsedRegs; in allocateVGPRSpillToAGPR() local476 OtherUsedRegs.resize(TRI->getNumRegs()); in allocateVGPRSpillToAGPR()481 OtherUsedRegs.setBitsInMask(CSRMask); in allocateVGPRSpillToAGPR()486 OtherUsedRegs.set(Reg); in allocateVGPRSpillToAGPR()488 OtherUsedRegs.set(Reg); in allocateVGPRSpillToAGPR()493 NextSpillReg, Regs.end(), [&MRI, &OtherUsedRegs](MCPhysReg Reg) { in allocateVGPRSpillToAGPR()495 !OtherUsedRegs[Reg]; in allocateVGPRSpillToAGPR()503 OtherUsedRegs.set(*NextSpillReg); in allocateVGPRSpillToAGPR()