Lines Matching defs:first
167 * destination or first source.
304 nir_alu_instr *first = NULL;
311 if (first == NULL) {
312 first = alu;
314 if (!nir_instrs_equal(&first->instr, &alu->instr))
319 return first;
899 * however if the loop condition is false on the first iteration
900 * get_iteration's assumption is broken. Handle such loops first.
1196 /* If this is the first run or we have found a smaller amount of
1328 /* Induction analysis needs invariance information so get that first */