Lines Matching refs:def
161 ntq_init_ssa_def(struct vc4_compile *c, nir_ssa_def *def)
164 def->num_components);
165 _mesa_hash_table_insert(c->def_ht, def, qregs);
173 * If it's a NIR SSA def, then we just set the associated hash table entry to
217 /* Insert a MOV if the source wasn't an SSA def in the
1656 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def);
1657 for (int i = 0; i < instr->def.num_components; i++)
1660 _mesa_hash_table_insert(c->def_ht, &instr->def, qregs);
1666 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def);
1671 for (int i = 0; i < instr->def.num_components; i++)