Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:NumRegs

110   /// NumRegs if they are all allocated.
111 unsigned getFirstUnallocated(const unsigned *Regs, unsigned NumRegs) const {
112 for (unsigned i = 0; i != NumRegs; ++i)
115 return NumRegs;
138 unsigned AllocateReg(const unsigned *Regs, unsigned NumRegs) {
139 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
140 if (FirstUnalloc == NumRegs)
151 unsigned NumRegs) {
152 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
153 if (FirstUnalloc == NumRegs)