Searched defs:occupy (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
H A Dregister-allocator-unittest.cc573 auto occupy = EmitOI(Reg(0)); local
580 Use(occupy);
597 auto occupy = EmitOI(Reg(0)); local
601 Use(occupy);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp46 bool occupy(DataFile f, int32_t reg, unsigned int size);
47 bool occupy(const Value *);
158 RegisterSet::occupy(const Value *v) function in class:nv50_ir::RegisterSet
160 return occupy(v->reg.file, v->reg.data.id, v->reg.size >> unit[v->reg.file]);
170 RegisterSet::occupy(DataFile f, int32_t reg, unsigned int size) function in class:nv50_ir::RegisterSet
177 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size);
422 clobberSet.occupy(tmp);
429 if (clobberSet.occupy(*it)) {
1090 regs.occupy(n->f, n->reg, n->colors);
1238 regs.occupy(nod
[all...]

Completed in 104 milliseconds