Home | History | Annotate | Download | only in CodeGen

Lines Matching full:numregs

232   /// NumRegs if they are all allocated.
233 unsigned getFirstUnallocated(const uint16_t *Regs, unsigned NumRegs) const {
234 for (unsigned i = 0; i != NumRegs; ++i)
237 return NumRegs;
260 unsigned AllocateReg(const uint16_t *Regs, unsigned NumRegs) {
261 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
262 if (FirstUnalloc == NumRegs)
273 unsigned NumRegs) {
274 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
275 if (FirstUnalloc == NumRegs)