| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | rtlhooks.c | 62 if (GET_MODE_SIZE (GET_MODE (x)) <= UNITS_PER_WORD in gen_lowpart_general() 69 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD) in gen_lowpart_general() 70 - MAX (GET_MODE_SIZE (mode), UNITS_PER_WORD)); in gen_lowpart_general() 75 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_general() 76 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_general() 146 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD) in gen_lowpart_if_possible() 147 - MAX (GET_MODE_SIZE (mode), UNITS_PER_WORD)); in gen_lowpart_if_possible() 151 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_if_possible() 152 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_if_possible()
|
| HD | lower-subreg.c | 144 && (mode_for_size (GET_MODE_SIZE (mode) * BITS_PER_UNIT, MODE_INT, 0) in simple_move() 176 if (GET_MODE_SIZE (GET_MODE (dest)) <= UNITS_PER_WORD) in find_pseudo_copy() 270 outer_size = GET_MODE_SIZE (GET_MODE (x)); in find_decomposable_subregs() 271 inner_size = GET_MODE_SIZE (GET_MODE (inner)); in find_decomposable_subregs() 326 && GET_MODE_SIZE (GET_MODE (x)) > UNITS_PER_WORD) in find_decomposable_subregs() 374 words = GET_MODE_SIZE (GET_MODE (reg)); in decompose_register() 405 gcc_assert (byte % GET_MODE_SIZE (outermode) == 0); in simplify_subreg_concatn() 408 gcc_assert (byte < GET_MODE_SIZE (innermode)); in simplify_subreg_concatn() 409 gcc_assert (GET_MODE_SIZE (outermode) <= GET_MODE_SIZE (innermode)); in simplify_subreg_concatn() 411 inner_size = GET_MODE_SIZE (innermode) / XVECLEN (op, 0); in simplify_subreg_concatn() [all …]
|
| HD | simplify-rtx.c | 248 && offset >= 0 && offset < GET_MODE_SIZE (cmode)) in avoid_constant_pool_reference() 660 && (GET_MODE_SIZE (GET_MODE (op)) in simplify_unary_operation_1() 661 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (op)))) in simplify_unary_operation_1() 896 return simplify_gen_unary (GET_MODE_SIZE (GET_MODE (XEXP (op, in simplify_unary_operation_1() 898 > GET_MODE_SIZE (mode) in simplify_unary_operation_1() 1103 && GET_MODE_SIZE (mode) <= GET_MODE_SIZE (GET_MODE (XEXP (op, 0)))) in simplify_unary_operation_1() 1165 && GET_MODE_SIZE (mode) <= GET_MODE_SIZE (GET_MODE (XEXP (op, 0)))) in simplify_unary_operation_1() 1282 int elt_size = GET_MODE_SIZE (GET_MODE_INNER (mode)); in simplify_const_unary_operation() 1283 unsigned n_elts = (GET_MODE_SIZE (mode) / elt_size); in simplify_const_unary_operation() 1293 int in_elt_size = GET_MODE_SIZE (GET_MODE_INNER (inmode)); in simplify_const_unary_operation() [all …]
|
| HD | machmode.h | 180 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_size[MODE]) macro 181 #define GET_MODE_BITSIZE(MODE) ((unsigned short) (GET_MODE_SIZE (MODE) * BITS_PER_UNIT)) 211 ? GET_MODE_SIZE (MODE) \ 212 : GET_MODE_SIZE (GET_MODE_INNER (MODE)))
|
| HD | reload.c | 611 = assign_stack_local (mode, GET_MODE_SIZE (mode), 0); in get_secondary_mem() 825 && GET_MODE_SIZE (mode) <= UNITS_PER_WORD in reload_inner_reg_of_subreg() 826 && GET_MODE_SIZE (GET_MODE (inner)) > UNITS_PER_WORD in reload_inner_reg_of_subreg() 827 && ((GET_MODE_SIZE (GET_MODE (inner)) / UNITS_PER_WORD) in reload_inner_reg_of_subreg() 1029 || (GET_MODE_SIZE (inmode) <= UNITS_PER_WORD in push_reload() 1030 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) in push_reload() 1040 && ((GET_MODE_SIZE (inmode) - 1) / UNITS_PER_WORD == in push_reload() 1041 ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) - 1) in push_reload() 1050 && ((GET_MODE_SIZE (inmode) <= UNITS_PER_WORD in push_reload() 1051 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) in push_reload() [all …]
|
| HD | rtlanal.c | 247 && GET_MODE_SIZE (mode) != 0) in rtx_addr_can_trap_p_1() 259 if (actual_offset % GET_MODE_SIZE (mode) != 0) in rtx_addr_can_trap_p_1() 276 size = GET_MODE_SIZE (mode); in rtx_addr_can_trap_p_1() 531 && offset < (int) GET_MODE_SIZE (get_pool_mode (symbol))) in offset_within_block_p() 763 && (((GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (body)))) in reg_referenced_p() 765 == ((GET_MODE_SIZE (GET_MODE (SET_DEST (body))) in reg_referenced_p() 1645 && (((GET_MODE_SIZE (GET_MODE (dest)) in covers_regno_no_parallel_p() 1647 == ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (dest))) in covers_regno_no_parallel_p() 2975 int size = GET_MODE_SIZE (GET_MODE (data->mem)); in for_each_inc_dec_find_inc_dec() 2984 int size = GET_MODE_SIZE (GET_MODE (data->mem)); in for_each_inc_dec_find_inc_dec() [all …]
|
| HD | caller-save.c | 600 && (GET_MODE_SIZE (regno_save_mode[regno][1]) in setup_save_areas() 601 <= GET_MODE_SIZE (regno_save_mode in setup_save_areas() 624 if (GET_MODE_SIZE (regno_save_mode[regno][1]) in setup_save_areas() 625 <= GET_MODE_SIZE (GET_MODE (slot)) in setup_save_areas() 650 GET_MODE_SIZE (regno_save_mode[regno][1]), 0, in setup_save_areas() 708 GET_MODE_SIZE (regno_save_mode[i][j]), in setup_save_areas() 1002 && ((GET_MODE_SIZE (GET_MODE (*loc)) in mark_referenced_regs() 1003 >= GET_MODE_SIZE (GET_MODE (SUBREG_REG (*loc)))) in mark_referenced_regs() 1004 || (GET_MODE_SIZE (GET_MODE (SUBREG_REG (*loc))) in mark_referenced_regs() 1103 offset = (MAX (GET_MODE_SIZE (GET_MODE (mem)), UNITS_PER_WORD) in replace_reg_with_saved_mem() [all …]
|
| HD | regcprop.c | 353 && (GET_MODE_SIZE (vd->e[sr].mode) > UNITS_PER_WORD in copy_value() 382 if (GET_MODE_SIZE (orig_mode) < GET_MODE_SIZE (new_mode)) in mode_change_ok() 402 if (GET_MODE_SIZE (copy_mode) < GET_MODE_SIZE (orig_mode) in maybe_mode_change() 403 && GET_MODE_SIZE (copy_mode) < GET_MODE_SIZE (new_mode)) in maybe_mode_change() 413 = GET_MODE_SIZE (copy_mode) / copy_nregs * (copy_nregs - use_nregs); in maybe_mode_change() 415 = GET_MODE_SIZE (orig_mode) - GET_MODE_SIZE (new_mode) - copy_offset; in maybe_mode_change() 851 && (GET_MODE_SIZE (vd->e[regno].mode) > UNITS_PER_WORD in copyprop_hardreg_forward_1()
|
| HD | ree.c | 385 if (GET_MODE_SIZE (GET_MODE (dstreg)) >= GET_MODE_SIZE (cand->mode)) in transform_ifelse() 626 if (GET_MODE_SIZE (GET_MODE (SET_DEST (*sub_rtx))) in merge_def_and_ext() 627 >= GET_MODE_SIZE (cand->mode)) in merge_def_and_ext() 684 gcc_assert (GET_MODE_SIZE (mode) >= GET_MODE_SIZE (cand->mode)); in combine_reaching_defs()
|
| HD | expr.c | 471 && GET_MODE_SIZE (from_mode) < GET_MODE_SIZE (to_mode)) in convert_move() 490 int nwords = CEIL (GET_MODE_SIZE (to_mode), UNITS_PER_WORD); in convert_move() 551 for (i = GET_MODE_SIZE (lowpart_mode) / UNITS_PER_WORD; i < nwords; i++) in convert_move() 626 || (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (intermediate) in convert_move() 710 && GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))) >= GET_MODE_SIZE (mode) in convert_modes() 810 if (GET_MODE_SIZE (tmode) > max_pieces in alignment_for_piecewise_move() 830 if (GET_MODE_SIZE (tmode) < size) in widest_int_mode_for_size() 976 max_size = GET_MODE_SIZE (mode); in move_by_pieces() 1036 n_insns += l / GET_MODE_SIZE (mode), l %= GET_MODE_SIZE (mode); in move_by_pieces_ninsns() 1038 max_size = GET_MODE_SIZE (mode); in move_by_pieces_ninsns() [all …]
|
| HD | expmed.c | 367 int inner_mode_size = GET_MODE_SIZE (GET_MODE (SUBREG_REG (op0))); in store_bit_field_1() 368 int outer_mode_size = GET_MODE_SIZE (GET_MODE (op0)); in store_bit_field_1() 432 ? ((GET_MODE_SIZE (fieldmode) >= UNITS_PER_WORD in store_bit_field_1() 433 || GET_MODE_SIZE (GET_MODE (op0)) == GET_MODE_SIZE (fieldmode)) in store_bit_field_1() 554 ? GET_MODE_SIZE (fieldmode) / UNITS_PER_WORD in store_bit_field_1() 599 || GET_MODE_SIZE (GET_MODE (op0)) > UNITS_PER_WORD) in store_bit_field_1() 608 && (GET_MODE_SIZE (GET_MODE (op0)) in store_bit_field_1() 609 == GET_MODE_SIZE (GET_MODE (SUBREG_REG (op0))))); in store_bit_field_1() 712 if (GET_MODE_SIZE (GET_MODE (value)) < GET_MODE_SIZE (op_mode)) in store_bit_field_1() 768 && GET_MODE_SIZE (GET_MODE (op0)) > GET_MODE_SIZE (op_mode))) in store_bit_field_1() [all …]
|
| HD | tree-switch-conversion.c | 525 if (GET_MODE_SIZE (TYPE_MODE (type)) <= GET_MODE_SIZE (mode)) in array_value_type() 566 || GET_MODE_SIZE (mode) >= GET_MODE_SIZE (TYPE_MODE (type))) in array_value_type() 574 if (GET_MODE_SIZE (TYPE_MODE (type)) in array_value_type() 575 <= GET_MODE_SIZE (TYPE_MODE (smaller_type))) in array_value_type()
|
| HD | combine.c | 556 && (((GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (x)))) in find_single_use_1() 558 == ((GET_MODE_SIZE (GET_MODE (SET_DEST (x))) in find_single_use_1() 2114 && (GET_MODE_SIZE (GET_MODE (subdest)) in combinable_i3pat() 2115 >= GET_MODE_SIZE (GET_MODE (SUBREG_REG (subdest))))) in combinable_i3pat() 2409 ? GET_MODE_SIZE (mem_mode) in cleanup_auto_inc_dec() 2410 : -GET_MODE_SIZE (mem_mode))); in cleanup_auto_inc_dec() 6561 && (((GET_MODE_SIZE (GET_MODE (src)) + (UNITS_PER_WORD - 1)) in simplify_set() 6563 == ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (src))) in simplify_set() 6566 && (GET_MODE_SIZE (GET_MODE (src)) in simplify_set() 6567 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (src)))) in simplify_set() [all …]
|
| HD | regs.h | 156 ((GET_MODE_SIZE (PSEUDO_REGNO_MODE (N)) + UNITS_PER_WORD - 1) \ 162 GET_MODE_SIZE (PSEUDO_REGNO_MODE (N))
|
| HD | recog.c | 651 && GET_MODE_SIZE (wanted_mode) < GET_MODE_SIZE (is_mode)) in simplify_while_replacing() 660 (GET_MODE_SIZE (is_mode) - GET_MODE_SIZE (wanted_mode) - in simplify_while_replacing() 974 && GET_MODE_SIZE (mode) > GET_MODE_SIZE (GET_MODE (sub))) in general_operand() 990 && GET_MODE_SIZE (GET_MODE (op)) > GET_MODE_SIZE (GET_MODE (sub))) in general_operand() 1065 && GET_MODE_SIZE (GET_MODE (op)) > GET_MODE_SIZE (GET_MODE (sub))) in register_operand() 1208 unsigned int rounded_size = GET_MODE_SIZE (mode); in push_operand() 1222 if (rounded_size == GET_MODE_SIZE (mode)) in push_operand() 1939 unsigned int mode_sz = GET_MODE_SIZE (mode); in offsettable_address_addr_space_p()
|
| HD | optabs.c | 231 if (GET_MODE_SIZE (GET_MODE (op0)) in add_equal_note() 232 > GET_MODE_SIZE (GET_MODE (target))) in add_equal_note() 266 else if (m0 == VOIDmode || GET_MODE_SIZE (m0) < GET_MODE_SIZE (m1)) in widened_mode() 271 if (GET_MODE_SIZE (result) > GET_MODE_SIZE (to_mode)) in widened_mode() 290 && GET_MODE_SIZE (from_mode) <= GET_MODE_SIZE (to_mode) in find_widening_optab_handler_and_mode() 334 if (GET_MODE_SIZE (mode) <= UNITS_PER_WORD) in widen_operand() 1679 && GET_MODE_SIZE (mode) > UNITS_PER_WORD in expand_binop() 1726 && GET_MODE_SIZE (mode) == 2 * UNITS_PER_WORD in expand_binop() 1916 && GET_MODE_SIZE (mode) >= 2 * UNITS_PER_WORD in expand_binop() 2042 && GET_MODE_SIZE (mode) == 2 * UNITS_PER_WORD in expand_binop() [all …]
|
| HD | cse.c | 760 && (GET_MODE_SIZE (GET_MODE (x)) in notreg_cost() 761 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) in notreg_cost() 2023 unsigned int end = offset + (GET_MODE_SIZE (mode) - 1); in remove_invalid_subreg_refs() 2036 + (GET_MODE_SIZE (GET_MODE (exp)) - 1)) >= offset) in remove_invalid_subreg_refs() 3775 if (GET_MODE_SIZE (mode) < GET_MODE_SIZE (word_mode) in equiv_constant() 3776 && GET_MODE_SIZE (word_mode) < GET_MODE_SIZE (imode)) in equiv_constant() 3934 && (GET_MODE_SIZE (GET_MODE (op0)) in record_jump_cond() 3935 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (op0))))) in record_jump_cond() 3946 && (GET_MODE_SIZE (GET_MODE (op1)) in record_jump_cond() 3947 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (op1))))) in record_jump_cond() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | reginfo.c | 643 && maybe_gt (GET_MODE_SIZE (mode), GET_MODE_SIZE (found_mode))) in choose_hard_reg_mode() 651 && maybe_gt (GET_MODE_SIZE (mode), GET_MODE_SIZE (found_mode))) in choose_hard_reg_mode() 659 && maybe_gt (GET_MODE_SIZE (mode), GET_MODE_SIZE (found_mode))) in choose_hard_reg_mode() 667 && maybe_gt (GET_MODE_SIZE (mode), GET_MODE_SIZE (found_mode))) in choose_hard_reg_mode() 1305 GET_MODE_SIZE (shape.outer_mode)); in record_subregs_of_mode() 1306 gcc_checking_assert (known_lt (size, GET_MODE_SIZE (shape.inner_mode))); in record_subregs_of_mode()
|
| HD | optabs-query.c | 216 if (maybe_gt (GET_MODE_SIZE (mode), GET_MODE_SIZE (field_mode)) in get_best_extraction_insn() 359 && mode_for_vector (QImode, GET_MODE_SIZE (mode)).exists (&qimode) in qimode_for_vec_perm() 591 (GET_MODE_NUNITS (vmode), GET_MODE_SIZE (vmode)).exists (&mask_mode)) in can_vec_mask_load_store_p() 601 if (!multiple_p (cur, GET_MODE_SIZE (smode), &nunits)) in can_vec_mask_load_store_p()
|
| HD | lra-spills.c | 138 poly_int64 total_size = GET_MODE_SIZE (wider_mode); in assign_mem_slot() 212 poly_int64 total_size1 = GET_MODE_SIZE (lra_reg_info[regno1].biggest_mode); in pseudo_reg_slot_compare() 213 poly_int64 total_size2 = GET_MODE_SIZE (lra_reg_info[regno2].biggest_mode); in pseudo_reg_slot_compare() 332 GET_MODE_SIZE (mode)); in add_pseudo_to_slot() 382 && (GET_MODE_SIZE (mode).is_constant () in assign_stack_slot_num_and_sort_pseudos() 607 print_dec (GET_MODE_SIZE (GET_MODE (slots[i].mem)), in lra_spill()
|
| HD | reload.c | 584 = assign_stack_local (mode, GET_MODE_SIZE (mode), 0); in get_secondary_mem() 827 return (known_le (GET_MODE_SIZE (outer_mode), UNITS_PER_WORD) in complex_word_subreg_p() 828 && maybe_gt (GET_MODE_SIZE (inner_mode), UNITS_PER_WORD) in complex_word_subreg_p() 829 && !known_equal_after_align_up (GET_MODE_SIZE (inner_mode), in complex_word_subreg_p() 1066 || (known_le (GET_MODE_SIZE (inmode), UNITS_PER_WORD) in push_reload() 1069 && GET_MODE_SIZE (inner_mode) <= UNITS_PER_WORD in push_reload() 1075 (GET_MODE_SIZE (inmode) - 1, in push_reload() 1076 GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) - 1, in push_reload() 1105 gcc_assert (known_le (GET_MODE_SIZE (GET_MODE (in)), in push_reload() 1106 GET_MODE_SIZE (inmode))); in push_reload() [all …]
|
| HD | expr.c | 408 && GET_MODE_SIZE (from_mode) < GET_MODE_SIZE (to_mode)) in convert_mode_scalar() 427 int nwords = CEIL (GET_MODE_SIZE (to_mode), UNITS_PER_WORD); in convert_mode_scalar() 491 for (i = GET_MODE_SIZE (lowpart_mode) / UNITS_PER_WORD; i < nwords; i++) in convert_mode_scalar() 570 || (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (intermediate) in convert_mode_scalar() 731 if (GET_MODE_SIZE (tmode) > max_pieces in alignment_for_piecewise_move() 754 if (GET_MODE_SIZE (tmode.require ()) < size) in widest_int_mode_for_size() 797 unsigned int modesize = GET_MODE_SIZE (mode); in by_pieces_ninsns() 1096 unsigned int size = GET_MODE_SIZE (mode); in run() 1124 m_max_size = GET_MODE_SIZE (mode); in run() 1337 unsigned int size = GET_MODE_SIZE (mode); in can_store_by_pieces() [all …]
|
| HD | regs.h | 150 ((GET_MODE_SIZE (PSEUDO_REGNO_MODE (N)) + UNITS_PER_WORD - 1) \ 156 GET_MODE_SIZE (PSEUDO_REGNO_MODE (N))
|
| HD | explow.c | 320 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode)) in convert_memory_address_addr_space_1() 363 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode) in convert_memory_address_addr_space_1() 1072 *psave = sa = assign_stack_local (mode, GET_MODE_SIZE (mode), 0); in emit_stack_save() 1980 - GET_MODE_SIZE (word_mode)))); in anti_adjust_stack_and_probe_stack_clash() 1997 - GET_MODE_SIZE (word_mode)))); in anti_adjust_stack_and_probe_stack_clash() 2022 -GET_MODE_SIZE (word_mode))); in anti_adjust_stack_and_probe_stack_clash() 2215 if (GET_MODE_SIZE (tmpmode.require ()) >= bytes) in hard_function_value()
|
| HD | optabs-tree.c | 330 if (maybe_ne (GET_MODE_SIZE (value_mode), GET_MODE_SIZE (cmp_op_mode)) in expand_vec_cond_expr_p()
|