Lines Matching defs:tmp
1296 nir_instr *tmp = pos;
1299 tmp = nir_instr_prev(tmp);
1301 tmp = nir_instr_next(tmp);
1303 if (!tmp || tmp == inst)
1307 if (tmp->type != nir_instr_type_intrinsic)
1311 nir_instr_as_intrinsic(tmp);
1333 pos = tmp;
1340 pos = tmp;
1356 tmp = inst;
1357 while ((tmp = nir_instr_prev(tmp)) != NULL) {
1358 if (pos == tmp) {
1366 if (intr->src[1].ssa->parent_instr == tmp) {
1367 offset_inst = tmp;