Lines Matching defs:IntRegs
228 static const MCPhysReg IntRegs[] = {Xtensa::A2, Xtensa::A3, Xtensa::A4,
247 while (State.AllocateReg(IntRegs))
270 Register = State.AllocateReg(IntRegs);
275 Register = State.AllocateReg(IntRegs);
279 while ((Register = State.AllocateReg(IntRegs)))
284 Register = State.AllocateReg(IntRegs);
287 Register = State.AllocateReg(IntRegs);
288 State.AllocateReg(IntRegs);
385 unsigned Idx = CCInfo.getFirstUnallocated(IntRegs);
386 unsigned ArgRegsNum = std::size(IntRegs);
422 RegInfo.addLiveIn(IntRegs[I], Reg);