Lines Matching refs:def
378 nir_load_const_instr_create(state->ns, lc->def.num_components,
379 lc->def.bit_size);
381 memcpy(&nlc->value, &lc->value, sizeof(*nlc->value) * lc->def.num_components);
383 add_remap(state, &nlc->def, &lc->def);
392 nir_ssa_undef_instr_create(state->ns, sa->def.num_components,
393 sa->def.bit_size);
395 add_remap(state, &nsa->def, &sa->def);
440 * def before it is defined. In order to handle this, we just copy over
447 * shader's use-def lists, we have to add the phi instruction *before* we