Home | History | Annotate | Download | only in gcc

Lines Matching defs:cur_operand

136 static operand_rr_info *cur_operand;
205 /* Examine cur_operand, and if it is nonnull, record information about the
211 if (cur_operand == NULL || cur_operand->failed)
215 cur_operand->failed = true;
218 gcc_assert (cur_operand->n_chains < MAX_REGS_PER_ADDRESS);
219 cur_operand->heads[cur_operand->n_chains] = head;
220 cur_operand->chains[cur_operand->n_chains++] = this_du;
1626 cur_operand = insn_info->op_info + i;
1647 cur_operand = NULL;
1827 cur_operand = i == opn ? insn_info->op_info + i : NULL;
1834 cur_operand = NULL;