D | nv50_ir_ra.cpp | 60 void occupy(DataFile f, int32_t reg, unsigned int size); 61 void occupy(const Value *); 179 RegisterSet::occupy(const Value *v) in occupy() function in nv50_ir::RegisterSet 181 occupy(v->reg.file, idToUnits(v), v->reg.size >> unit[v->reg.file]); in occupy() 191 RegisterSet::occupy(DataFile f, int32_t reg, unsigned int size) in occupy() function in nv50_ir::RegisterSet 212 occupy(f, reg, size); in testOccupy() 572 clobberSet.occupy(tmp); in visit() 1304 regs.occupy(n->f, n->reg, n->colors); in calculateSpillWeights() 1454 regs.occupy(node->f, intf->reg, intf->colors); in checkInterference()
|