Lines Matching refs:occupy
48 void occupy(DataFile f, int32_t reg, unsigned int size);
49 void occupy(const Value *);
167 RegisterSet::occupy(const Value *v)
169 occupy(v->reg.file, idToUnits(v), v->reg.size >> unit[v->reg.file]);
179 RegisterSet::occupy(DataFile f, int32_t reg, unsigned int size)
183 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size);
200 occupy(f, reg, size);
561 clobberSet.occupy(tmp);
1314 regs.occupy(n->f, n->reg, n->colors);
1464 regs.occupy(node->f, intf->reg, intf->colors);