Searched refs:n_alternatives (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | genoutput.c | 127 unsigned char n_alternatives; member 165 int n_alternatives; /* Number of alternatives in each constraint */ member 397 printf (" %d,\n", d->n_alternatives); in output_insn_data() 465 d->operand[opno].n_alternatives in scan_operands() 494 d->operand[opno].n_alternatives in scan_operands() 718 if (i != d->n_alternatives) in process_template() 744 if (d->operand[start].n_alternatives > 0) in validate_insn_alternatives() 806 n = d->operand[start].n_alternatives; in validate_insn_alternatives() 807 else if (n != d->operand[start].n_alternatives) in validate_insn_alternatives() 817 d->n_alternatives = n; in validate_insn_alternatives() [all …]
|
| HD | postreload.c | 388 if (recog_data.n_alternatives == 0 || recog_data.n_operands == 0) in reload_cse_simplify_operands() 395 alternative_reject = alloca (recog_data.n_alternatives * sizeof (int)); in reload_cse_simplify_operands() 396 alternative_nregs = alloca (recog_data.n_alternatives * sizeof (int)); in reload_cse_simplify_operands() 397 alternative_order = alloca (recog_data.n_alternatives * sizeof (int)); in reload_cse_simplify_operands() 398 memset (alternative_reject, 0, recog_data.n_alternatives * sizeof (int)); in reload_cse_simplify_operands() 399 memset (alternative_nregs, 0, recog_data.n_alternatives * sizeof (int)); in reload_cse_simplify_operands() 488 op_alt_regno[i] = alloca (recog_data.n_alternatives * sizeof (int)); in reload_cse_simplify_operands() 489 for (j = 0; j < recog_data.n_alternatives; j++) in reload_cse_simplify_operands() 591 for (i = j = 0; i < recog_data.n_alternatives; i++) in reload_cse_simplify_operands() 594 recog_data.n_alternatives = j; in reload_cse_simplify_operands() [all …]
|
| HD | recog.h | 202 char n_alternatives; member 262 const char n_alternatives; member
|
| HD | recog.c | 2019 recog_data.n_alternatives = 0; in extract_insn() 2062 recog_data.n_alternatives = 1; in extract_insn() 2064 recog_data.n_alternatives += (*p++ == ','); in extract_insn() 2080 recog_data.n_alternatives = insn_data[icode].n_alternatives; in extract_insn() 2100 gcc_assert (recog_data.n_alternatives <= MAX_RECOG_ALTERNATIVES); in extract_insn() 2112 memset (recog_op_alt[i], 0, (recog_data.n_alternatives in preprocess_constraints() 2123 for (j = 0; j < recog_data.n_alternatives; j++) in preprocess_constraints() 2283 if (recog_data.n_operands == 0 || recog_data.n_alternatives == 0) in constrain_operands() 2649 while (which_alternative < recog_data.n_alternatives); in constrain_operands()
|
| HD | gensupport.c | 107 static int n_alternatives (const char *); 521 n_alternatives (const char *s) in n_alternatives() function 546 i = n_alternatives (XSTR (pattern, 2)); in collect_insn_data() 604 if (n_alternatives (c) != 1) in alter_predicate_for_insn()
|
| HD | local-alloc.c | 1375 if (this_match == recog_data.n_alternatives) in block_alloc() 1398 if (n_matching_alts == recog_data.n_alternatives in block_alloc()
|
| HD | regclass.c | 1014 record_reg_classes (recog_data.n_alternatives, recog_data.n_operands, in record_operand_costs() 1019 record_reg_classes (recog_data.n_alternatives, recog_data.n_operands, in record_operand_costs()
|
| HD | reload.c | 2541 int n_alternatives; in find_reloads() local 2619 n_alternatives = recog_data.n_alternatives; in find_reloads() 2622 if (noperands == 0 || n_alternatives == 0) in find_reloads() 2895 this_alternative_number < n_alternatives; in find_reloads()
|
| HD | final.c | 2832 if (insn_data[num].n_alternatives > 1) in output_asm_name()
|
| HD | ChangeLog-1999 | 7591 n_operands, n_dups, n_alternatives `char' instead of `unsigned char'. 7593 n_alternatives, output_format.
|
| HD | ChangeLog-1998 | 13708 * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
|
| HD | ChangeLog-2000 | 19464 (n_alternatives, collect_insn_data): New.
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm.c | 8145 if (recog_data.n_alternatives == 0) in note_invalid_constants()
|