Lines Matching defs:reg
176 * If it's a NIR reg, then we need to update the existing qreg assigned to the
182 * its destination to be the NIR reg's destination
210 nir_register *reg = dest->reg.reg;
211 assert(dest->reg.base_offset == 0);
212 assert(reg->num_array_elems == 0);
214 _mesa_hash_table_search(c->def_ht, reg);
229 /* If we're in control flow, then make this update of the reg
257 nir_register *reg = src.reg.reg;
258 entry = _mesa_hash_table_search(c->def_ht, reg);
259 assert(reg->num_array_elems == 0);
260 assert(src.reg.base_offset == 0);
261 assert(i < reg->num_components);