Lines Matching refs:def
195 hash = HASH(hash, instr->def.num_components);
197 if (instr->def.bit_size == 1) {
198 for (unsigned i = 0; i < instr->def.num_components; i++) {
203 unsigned size = instr->def.num_components * sizeof(*instr->value);
685 if (load1->def.num_components != load2->def.num_components)
688 if (load1->def.bit_size != load2->def.bit_size)
691 if (load1->def.bit_size == 1) {
692 for (unsigned i = 0; i < load1->def.num_components; ++i) {
697 unsigned size = load1->def.num_components * sizeof(*load1->value);
775 return &nir_instr_as_load_const(instr)->def;
823 nir_ssa_def *def = nir_instr_get_dest_ssa_def(instr);
834 nir_ssa_def_rewrite_uses(def, new_def);