| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | ldmstm.md | 37 "TARGET_32BIT && XVECLEN (operands[0], 0) == 4" 55 "TARGET_THUMB1 && XVECLEN (operands[0], 0) == 4" 74 "TARGET_32BIT && XVECLEN (operands[0], 0) == 5" 94 "TARGET_THUMB1 && XVECLEN (operands[0], 0) == 5" 108 "TARGET_32BIT && XVECLEN (operands[0], 0) == 4" 125 "TARGET_32BIT && XVECLEN (operands[0], 0) == 5" 142 "TARGET_THUMB1 && XVECLEN (operands[0], 0) == 5" 160 "TARGET_ARM && XVECLEN (operands[0], 0) == 4" 181 "TARGET_ARM && XVECLEN (operands[0], 0) == 5" 196 "TARGET_ARM && XVECLEN (operands[0], 0) == 4" [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genconfig.cc | 165 for (j = 0; j < XVECLEN (part, i); j++) in walk_insn_part() 181 for (i = 0; i < XVECLEN (insn, 1); i++) in gen_insn() 203 for (i = 0; i < XVECLEN (insn, 1); i++) in gen_expand() 227 for (i = 0; i < XVECLEN (split, 0); i++) in gen_split() 230 if (XVECLEN (split, 2) > max_insns_per_split) in gen_split() 231 max_insns_per_split = XVECLEN (split, 2); in gen_split() 242 for (i = 0; i < XVECLEN (peep, 0); i++) in gen_peephole() 254 for (i = XVECLEN (peep, 0) - 1; i >= 0; --i) in gen_peephole2() 258 for (i = XVECLEN (peep, 0) - 1, n = 0; i >= 0; --i) in gen_peephole2()
|
| D | genemit.cc | 116 for (i = 0; i < XVECLEN (x, 1); i++) in gen_exp() 123 for (i = 0; i < XVECLEN (x, 1); i++) in gen_exp() 133 for (i = 0; i < XVECLEN (x, 2); i++) in gen_exp() 137 for (i = 0; i < XVECLEN (x, 2); i++) in gen_exp() 258 printf ("gen_rtvec (%d", XVECLEN (x, i)); in gen_exp() 259 for (j = 0; j < XVECLEN (x, i); j++) in gen_exp() 342 for (i = XVECLEN (insn, 1) - 1; i > 0; i--) in gen_insn() 353 if (i != XVECLEN (insn, 1) - 1) in gen_insn() 367 || XVECLEN (p->pattern, 1) != XVECLEN (insn, 1)) in gen_insn() 370 for (j = i + 1; j < XVECLEN (insn, 1); j++) in gen_insn() [all …]
|
| D | gensupport.cc | 483 for (j = 0; j < XVECLEN (part, i); j++) in remove_constraints() 526 XVEC (newx, i) = rtvec_alloc (XVECLEN (x, i)); in replace_operands_with_dups() 527 for (int j = 0; j < XVECLEN (x, i); j++) in replace_operands_with_dups() 604 i = XVECLEN (desc, 1); in process_rtx() 892 if (XVECLEN (x, x_vecexp_pos) != XVECLEN (pt, 2)) in subst_pattern_match() 894 for (j = 0; j < XVECLEN (pt, 2); j++) in subst_pattern_match() 907 if (GET_RTX_LENGTH (code) != XVECLEN (pt, 2)) in subst_pattern_match() 909 for (j = 0; j < XVECLEN (pt, 2); j++) in subst_pattern_match() 964 if (XVECLEN (x, i) != XVECLEN (pt, i)) in subst_pattern_match() 966 for (j = 0; j < XVECLEN (pt, i); j++) in subst_pattern_match() [all …]
|
| D | genpeep.cc | 57 int ninsns = XVECLEN (peep, 0); in gen_peephole() 171 for (i = 0; i < XVECLEN (x, 1); i++) in match_rtx() 194 for (i = 0; i < XVECLEN (x, 2); i++) in match_rtx() 218 for (i = 0; i < XVECLEN (x, 2); i++) in match_rtx() 256 i, XVECLEN (x, i), fail_label); in match_rtx() 257 for (j = 0; j < XVECLEN (x, i); j++) in match_rtx()
|
| D | rtl.cc | 349 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_rtx() 350 for (j = 0; j < XVECLEN (copy, i); j++) in copy_rtx() 527 if (XVECLEN (x, i) != XVECLEN (y, i)) in rtx_equal_p_cb() 531 for (j = 0; j < XVECLEN (x, i); j++) in rtx_equal_p_cb() 674 if (XVECLEN (x, i) != XVECLEN (y, i)) in rtx_equal_p() 678 for (j = 0; j < XVECLEN (x, i); j++) in rtx_equal_p() 783 for (j = XVECLEN (x, 0) - 1; j >= 0; j--) in classify_insn()
|
| D | genextract.cc | 115 if (XVECLEN (insn, 1) == 1) in gen_insn() 118 for (i = XVECLEN (insn, 1) - 1; i >= 0; i--) in gen_insn() 255 for (i = XVECLEN (x, 2) - 1; i >= 0; i--) in walk_rtx() 272 for (i = XVECLEN (x, 1) - 1; i >= 0; i--) in walk_rtx() 297 for (j = XVECLEN (x, i) - 1; j >= 0; j--) in walk_rtx()
|
| D | rtlanal.cc | 256 for (j = 0; j < XVECLEN (x, i); j++) in rtx_unstable_p() 338 for (j = 0; j < XVECLEN (x, i); j++) in rtx_varies_p() 811 for (j = 0; j < XVECLEN (x, i); j++) in rtx_addr_varies_p() 1033 for (j = 0; j < XVECLEN (x, i); j++) in count_occurrences() 1113 for (j = XVECLEN (in, i) - 1; j >= 0; j--) in reg_mentioned_p() 1205 for (i = XVECLEN (body, 0) - 1; i >= 0; i--) in reg_referenced_p() 1211 for (i = XVECLEN (body, 0) - 1; i >= 0; i--) in reg_referenced_p() 1259 for (int i = 0; i < XVECLEN (PATTERN (insn), 0); ++i) in reg_set_p() 1350 for (j = XVECLEN (x, i) - 1; j >= 0; j--) in modified_between_p() 1403 for (j = XVECLEN (x, i) - 1; j >= 0; j--) in modified_in_p() [all …]
|
| D | rtlhash.cc | 95 j = XVECLEN (x, i); in add_rtx() 97 for (j = 0; j < XVECLEN (x, i); j++) in add_rtx()
|
| D | genattrtab.cc | 940 if (XVECLEN (exp, 0) % 2 != 0) in check_attr_value() 946 for (i = 0; i < XVECLEN (exp, 0); i += 2) in check_attr_value() 1000 if (XVECLEN (exp, 1) != num_alt) in convert_set_attr_alternative() 1003 " was %d expected %d", XVECLEN (exp, 1), num_alt); in convert_set_attr_alternative() 1074 for (i = 0; i < XVECLEN (id->def, id->vec_idx); i++) in check_defs() 1173 if (XVECLEN (exp, 0) == 0) in make_canonical() 1177 for (i = 0; i < XVECLEN (exp, 0); i += 2) in make_canonical() 1295 = make_numeric_value (XVECLEN (delay->def, 1) / 3); in expand_delays() 1321 for (i = 0; i < XVECLEN (delay->def, 1); i += 3) in expand_delays() 1384 for (i = 0; i < XVECLEN (id->def, id->vec_idx); i++) in fill_attr() [all …]
|
| D | recog.cc | 234 && (new_len < 0 || XVECLEN (new_rtx, 0) == new_len)) in validate_change_1() 258 changes[num_changes].old_len = (new_len >= 0 ? XVECLEN (new_rtx, 0) : -1); in validate_change_1() 262 XVECLEN (new_rtx, 0) = new_len; in validate_change_1() 479 && GET_CODE (XVECEXP (pat, 0, XVECLEN (pat, 0) - 1)) == CLOBBER in verify_changes() 484 if (XVECLEN (pat, 0) == 2) in verify_changes() 492 rtvec_alloc (XVECLEN (pat, 0) - 1)); in verify_changes() 493 for (j = 0; j < XVECLEN (newpat, 0); j++) in verify_changes() 597 XVECLEN (*changes[i].loc, 0) = changes[i].old_len; in cancel_changes() 613 std::swap (XVECLEN (*changes[num].loc, 0), changes[num].old_len); in swap_change() 849 for (j = XVECLEN (x, 0) - 1; j >= 0; j--) in validate_replace_rtx_1() [all …]
|
| D | genflags.cc | 74 for (j = 0; j < XVECLEN (x, i); j++) in max_operand_1() 83 int len = XVECLEN (insn, 1); in num_operands()
|
| D | reorg.cc | 605 trial = emit_delay_sequence (trial, delay_list, XVECLEN (seq, 0) - 2); in delete_from_delay_slot() 1031 if (XVECLEN (seq, 0) - 1 > slots_remaining in steal_delay_list_from_target() 1042 redundant = XALLOCAVEC (rtx_insn *, XVECLEN (seq, 0)); in steal_delay_list_from_target() 1210 int num_slots = XVECLEN (PATTERN (insn), 0); in try_merge_delay_insns() 1376 for (int i = 0; i < XVECLEN (PATTERN (insn), 0); i++) in try_merge_delay_insns() 1512 for (i = 1; i < XVECLEN (PATTERN (target), 0); i++) in redundant_insn() 2935 for (i = 0; i < XVECLEN (pat, 0); i++) in delete_prior_computation() 2944 if (i == XVECLEN (pat, 0)) in delete_prior_computation() 3246 for (i = 0; i < XVECLEN (pat, 0); i++) in relax_delay_slots() 3370 for (i = 0; i < XVECLEN (pat, 0); i++) in relax_delay_slots() [all …]
|
| D | genoutput.cc | 498 for (i = 0; i < XVECLEN (part, 2); i++) in scan_operands() 521 for (j = 0; j < XVECLEN (part, i); j++) in scan_operands() 892 for (i = 0; i < XVECLEN (insn, 1); i++) in gen_insn() 934 for (i = 0; i < XVECLEN (peep, 0); i++) in gen_peephole() 977 for (i = 0; i < XVECLEN (insn, 1); i++) in gen_expand()
|
| D | print-rtl.cc | 383 if (XVECLEN (in_rtx, idx)) in print_rtx_operand_codes_E_and_V() 386 int barrier = XVECLEN (in_rtx, idx); in print_rtx_operand_codes_E_and_V() 391 for (int j = 0; j < XVECLEN (in_rtx, idx); j++) in print_rtx_operand_codes_E_and_V() 410 int limit = MIN (barrier, XVECLEN (in_rtx, idx)); in print_rtx_operand_codes_E_and_V() 422 if (barrier < XVECLEN (in_rtx, idx)) in print_rtx_operand_codes_E_and_V() 1589 for (i = 0; i < XVECLEN (x, 0); i++) in print_exp() 1826 for (i = 0; i < XVECLEN (x, 0); i++) in print_pattern() 1870 for (int i = 0; i < XVECLEN (x, 0); i++) in print_pattern() 1877 for (int i = 0; i < XVECLEN (x, 1); i++) in print_pattern()
|
| D | jump.cc | 1153 for (i = 0; i < XVECLEN (x, eltnum); i++) in mark_jump_label_1() 1176 for (j = XVECLEN (x, i) - 1; j >= 0; j--) in mark_jump_label_1() 1432 for (j = 0; j < XVECLEN (x, i); j++) in redirect_exp_1() 1837 if (XVECLEN (x, i) != XVECLEN (y, i)) in rtx_renumbered_equal_p() 1839 for (j = XVECLEN (x, i) - 1; j >= 0; j--) in rtx_renumbered_equal_p()
|
| D | cfgcleanup.cc | 363 for (i = 0; i < (unsigned)XVECLEN (pat, 0); i++) in thread_jump() 921 if (XVECLEN (x, i) != XVECLEN (y, i)) in merge_memattrs() 924 for (j = 0; j < XVECLEN (x, i); j++) in merge_memattrs() 952 if (XVECLEN (p1, 0) != XVECLEN (p2, 0)) in equal_different_set_p() 955 for (i = 0; i < XVECLEN (p1, 0); i++) in equal_different_set_p() 1760 && (XVECLEN (p1, 1) == XVECLEN (p2, 1)) in outgoing_edges_match() 1767 for (i = XVECLEN (p1, 1) - 1; i >= 0 && identical; i--) in outgoing_edges_match()
|
| D | reg-stack.cc | 293 for (j = XVECLEN (pat, i) - 1; j >= 0; j--) in stack_regs_mentioned_p() 513 clobber_reg = XALLOCAVEC (rtx, XVECLEN (body, 0)); in check_asm_stack_operands() 515 for (i = 0; i < XVECLEN (body, 0); i++) in check_asm_stack_operands() 1187 && XVECLEN (pat, 0) == 2 in move_for_stack_reg() 1246 for (j = XVECLEN (pat, i) - 1; j >= 0; j--) in swap_rtx_condition_1() 2232 clobber_reg = XALLOCAVEC (rtx, XVECLEN (body, 0)); in subst_asm_stack_regs() 2233 clobber_loc = XALLOCAVEC (rtx *, XVECLEN (body, 0)); in subst_asm_stack_regs() 2235 for (i = 0; i < XVECLEN (body, 0); i++) in subst_asm_stack_regs() 2487 for (i = 0; i < XVECLEN (PATTERN (insn), 0); i++) in subst_stack_regs()
|
| D | compare-elim.cc | 178 for (int i = 0; i < XVECLEN (XEXP (src, 1), 0); i++) in conforming_compare() 203 if (GET_CODE (pat) == PARALLEL && XVECLEN (pat, 0) == 2) in arithmetic_flags_clobber_p() 791 const int len = XVECLEN (cmp->in_b, 0); in try_eliminate_compare()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | proepi.md | 36 XVECLEN (operands[0], 0) - 2)); 48 XVECLEN (operands[0], 0) - 2)); 61 XVECLEN (operands[0], 0) - 2));
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | x86-tune-sched.cc | 142 && XVECLEN (PATTERN (dep_insn), 0) == 2 in ix86_flags_dependent() 203 for (j = 0; j < XVECLEN (insn, i); j++) in exact_dependency_1() 575 for (i = 0; i < XVECLEN (pat, 0); i++) in ix86_macro_fusion_pair_p()
|
| D | predicates.md | 1566 unsigned nelt = XVECLEN (op, 0); 1599 if ((unsigned) XVECLEN (op, 0) != 1 + nregs) 1685 if (XVECLEN (XEXP (op, 1), 0) != nunits) 1700 int nelt = XVECLEN (op, 0); 1823 int nelt = XVECLEN (op, 0); 1854 int i, nelt = XVECLEN (op, 0); 1868 int i, nelt = XVECLEN (op, 0); 1884 int i, nelt = XVECLEN (op, 0); 1919 const unsigned len = XVECLEN (op, 0); 1960 const unsigned len = XVECLEN (op, 0); [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| D | m68kelf.h | 136 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | predicates.md | 391 int count = XVECLEN (op, 0); 461 if (XVECLEN (pattern, 0) == 2) 467 rtvec vec = rtvec_alloc (XVECLEN (pattern, 0) - 1); 470 for (i = 0; i < XVECLEN (pattern, 0) - 1; i++) 494 int count = XVECLEN (op, 0);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/ |
| D | predicates.md | 97 int count = XVECLEN (op, 0); 167 int count = XVECLEN (op, 0); 232 int count = XVECLEN (op, 0);
|