Searched refs:occupy (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 48 void occupy(DataFile f, int32_t reg, unsigned int size); 49 void occupy(const Value *); 167 RegisterSet::occupy(const Value *v) in occupy() function in nv50_ir::RegisterSet 169 occupy(v->reg.file, idToUnits(v), v->reg.size >> unit[v->reg.file]); in occupy() 179 RegisterSet::occupy(DataFile f, int32_t reg, unsigned int size) in occupy() function in nv50_ir::RegisterSet 183 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size); in occupy() 200 occupy(f, reg, size); in testOccupy() 561 clobberSet.occupy(tmp); in visit() 1314 regs.occupy(n->f, n->reg, n->colors); in calculateSpillWeights() 1464 regs.occupy(nod in checkInterference() [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 43 procedure is assumed to occupy a single, contiguous range of
|
H A D | unw_get_proc_info.tex | 77 procedure is assumed to occupy a single, contiguous range of
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbrdsp.asm | 154 ; BW does not actually occupy a register, so shift by 1
|
Completed in 6 milliseconds