Lines Matching defs:use
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
77 * to schedule any remaining instructions that use that value first.
82 * Also, in general it is general it might be best not to re-use load_immed
85 * TODO we can use (abs)/(neg) src modifiers in a lot of cases to reduce
117 * wait for all outstanding instructions before scheduling a use).
413 * by use of addr/predicate register, etc.
435 * NOTE if any instructions use pred register and have other
473 * register is currently in use, we need to defer until it is
521 /* Find the instr->ip of the closest use of an instruction, in
536 foreach_ssa_use (use, instr)
537 if (!is_scheduled(use))
538 nearest = MIN2(nearest, use->ip);
553 struct ir3_instruction *use)
556 if (other_use != use && !is_scheduled(other_use))
1093 foreach_ssa_use (use, instr) {
1094 if (use->opc != OPC_END && use->opc != OPC_CHMASK)
1101 /* Is it's only use as output? */
1105 foreach_ssa_use (use, instr)
1106 if (!is_output_collect(use))