Lines Matching refs:def
72 * been created yet. If a def is requested for a block, a phi will need
75 * - A regular SSA def. This will be either the result of a phi node or
176 nir_block *block, nir_ssa_def *def)
178 _mesa_hash_table_insert(&val->ht, INDEX_TO_KEY(block->index), def);
202 nir_ssa_def *def;
214 def = &undef->def;
239 def = &phi->dest.ssa;
240 he->data = def;
242 /* In this case, we have an actual SSA def. It's either the result of a
246 def = (struct nir_ssa_def *) he->data;
249 /* Walk the chain and stash the def in all of the applicable blocks. We do
260 nir_phi_builder_value_set_block_def(val, dom, def);
263 return def;