Lines Matching defs:dep
357 * ie. a6xx+) in which case we consider each full precision dep
397 struct ir3_postsched_node *dep = dep_reg(state, num);
400 if (src_n >= 0 && dep && state->direction == F) {
403 unsigned d_soft = ir3_delayslots(dep->instr, node->instr, src_n, true);
404 d = ir3_delayslots_with_repeat(dep->instr, node->instr, dst_n, src_n);
406 if (is_sy_producer(dep->instr))
408 if (is_ss_producer(dep->instr))
412 add_dep(state, dep, node, d);
575 * false dep on the kill instruction.
583 * have the false-dep information in SSA form, so go ahead and add
724 * they are tangled up in false-dep's, etc, so it is easier just to