| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | expmed.c | 437 : (! SLOW_UNALIGNED_ACCESS (fieldmode, MEM_ALIGN (op0)) in store_bit_field_1() 439 && MEM_ALIGN (op0) % GET_MODE_BITSIZE (fieldmode) == 0)))) in store_bit_field_1() 771 MEM_ALIGN (op0), in store_bit_field_1() 780 && !(SLOW_UNALIGNED_ACCESS (bestmode, MEM_ALIGN (op0)) in store_bit_field_1() 781 && GET_MODE_BITSIZE (bestmode) > MEM_ALIGN (op0))) in store_bit_field_1() 858 MEM_ALIGN (str_rtx), in store_bit_field() 937 MEM_ALIGN (op0), mode, MEM_VOLATILE_P (op0)); in store_fixed_bit_field() 1077 unit = MIN (MEM_ALIGN (op0), BITS_PER_WORD); in store_split_bit_field() 1424 && (! SLOW_UNALIGNED_ACCESS (mode, MEM_ALIGN (op0)) in extract_bit_field_1() 1426 && MEM_ALIGN (op0) % bitsize == 0))))) in extract_bit_field_1() [all …]
|
| HD | print-rtl.c | 614 if (MEM_ALIGN (in_rtx) != 1) in print_rtx() 615 fprintf (outfile, " A%u", MEM_ALIGN (in_rtx)); in print_rtx()
|
| HD | expr.c | 877 align = MIN (to ? MEM_ALIGN (to) : align, MEM_ALIGN (from)); in move_by_pieces() 1155 align = MIN (MEM_ALIGN (x), MEM_ALIGN (y)); in emit_block_move_hints() 1680 && (! SLOW_UNALIGNED_ACCESS (mode, MEM_ALIGN (src)) in emit_group_load_1() 1681 || MEM_ALIGN (src) >= GET_MODE_ALIGNMENT (mode)) in emit_group_load_1() 2070 && (! SLOW_UNALIGNED_ACCESS (mode, MEM_ALIGN (dest)) in emit_group_store() 2071 || MEM_ALIGN (dest) >= GET_MODE_ALIGNMENT (mode)) in emit_group_store() 2685 align = MEM_ALIGN (object); in clear_storage_hints() 4036 && MEM_ALIGN (xinner) >= align in emit_push_insn() 4331 MEM_ALIGN (str_rtx), str_mode, 0); in optimize_bitfield_assignment_op() 4750 && MEM_ALIGN (to_rtx) == GET_MODE_ALIGNMENT (mode1)) in expand_assignment() [all …]
|
| HD | caller-save.c | 1208 GET_MODE_ALIGNMENT (GET_MODE (mem))) <= MEM_ALIGN (mem)); in insert_restore() 1289 GET_MODE_ALIGNMENT (GET_MODE (mem))) <= MEM_ALIGN (mem)); in insert_save()
|
| HD | cfgcleanup.c | 921 set_mem_align (x, MIN (MEM_ALIGN (x), MEM_ALIGN (y))); in merge_memattrs() 922 set_mem_align (y, MEM_ALIGN (x)); in merge_memattrs()
|
| HD | function.c | 2701 && GET_MODE_ALIGNMENT (data->nominal_mode) > MEM_ALIGN (stack_parm)) in assign_parm_adjust_stack_rtl() 2703 && TYPE_ALIGN (data->nominal_type) > MEM_ALIGN (stack_parm) in assign_parm_adjust_stack_rtl() 2704 && MEM_ALIGN (stack_parm) < PREFERRED_STACK_BOUNDARY))) in assign_parm_adjust_stack_rtl()
|
| HD | ifcvt.c | 1674 MIN (MEM_ALIGN (if_info->a), MEM_ALIGN (if_info->b))); in noce_try_cmove_arith()
|
| HD | reload1.c | 2250 && MEM_ALIGN (spill_stack_slot[from_reg]) >= min_align) in alter_reg() 2267 if (MEM_ALIGN (spill_stack_slot[from_reg]) > min_align) in alter_reg() 2268 min_align = MEM_ALIGN (spill_stack_slot[from_reg]); in alter_reg()
|
| HD | rtl.h | 1379 #define MEM_ALIGN(RTX) (get_mem_attrs (RTX)->align) macro
|
| HD | calls.c | 962 && (MEM_ALIGN (args[i].value) in store_unaligned_arguments_into_pseudos()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | expr.c | 1063 align = MIN (to ? MEM_ALIGN (to) : align, in op_by_pieces_d() 1064 from ? MEM_ALIGN (from) : align); in op_by_pieces_d() 1604 align = MIN (MEM_ALIGN (x), MEM_ALIGN (y)); in emit_block_move_hints() 1987 unsigned int align = MIN (MEM_ALIGN (x), MEM_ALIGN (y)); in emit_block_cmp_hints() 2194 && (! targetm.slow_unaligned_access (mode, MEM_ALIGN (src)) in emit_group_load_1() 2195 || MEM_ALIGN (src) >= GET_MODE_ALIGNMENT (mode)) in emit_group_load_1() 2604 && (!targetm.slow_unaligned_access (mode, MEM_ALIGN (dest)) in emit_group_store() 2605 || MEM_ALIGN (dest) >= GET_MODE_ALIGNMENT (mode)) in emit_group_store() 2675 && (!targetm.slow_unaligned_access (mode, MEM_ALIGN (target)) in copy_blkmode_from_reg() 2676 || MEM_ALIGN (target) >= GET_MODE_ALIGNMENT (mode)) in copy_blkmode_from_reg() [all …]
|
| HD | expmed.c | 478 bitregion_end, MEM_ALIGN (op0), in adjust_bit_field_mem_for_reg() 561 if (MEM_ALIGN (op0) < modesize) in strict_volatile_bitfield_p() 585 && (!targetm.slow_unaligned_access (mode, MEM_ALIGN (op0)) in simple_mem_bitfield_p() 587 && MEM_ALIGN (op0) >= GET_MODE_ALIGNMENT (mode)))); in simple_mem_bitfield_p() 1147 MEM_ALIGN (str_rtx), INT_MAX, in store_bit_field() 1190 MEM_ALIGN (op0), max_bitsize, MEM_VOLATILE_P (op0), in store_fixed_bit_field() 1336 unit = MIN (MEM_ALIGN (op0), BITS_PER_WORD); in store_split_bit_field() 2121 if (!get_best_mode (bitsize, bitnum, 0, 0, MEM_ALIGN (op0), in extract_fixed_bit_field() 2256 unit = MIN (MEM_ALIGN (op0), BITS_PER_WORD); in extract_split_bit_field()
|
| HD | caller-save.c | 1235 GET_MODE_ALIGNMENT (GET_MODE (mem))) <= MEM_ALIGN (mem)); in insert_restore() 1314 GET_MODE_ALIGNMENT (GET_MODE (mem))) <= MEM_ALIGN (mem)); in insert_save()
|
| HD | print-rtl.c | 913 if (MEM_ALIGN (in_rtx) != 1) in print_rtx() 914 fprintf (m_outfile, " A%u", MEM_ALIGN (in_rtx)); in print_rtx()
|
| HD | cfgcleanup.c | 880 set_mem_align (x, MIN (MEM_ALIGN (x), MEM_ALIGN (y))); in merge_memattrs() 881 set_mem_align (y, MEM_ALIGN (x)); in merge_memattrs()
|
| HD | calls.c | 1161 && (MEM_ALIGN (args[i].value) in store_unaligned_arguments_into_pseudos() 2966 || MEM_ALIGN (mem) % BITS_PER_WORD == 0) in load_register_parameters() 3575 || !(MEM_ALIGN (target) < TYPE_ALIGN (rettype) in expand_call() 3577 MEM_ALIGN (target))))) in expand_call()
|
| HD | lra-constraints.c | 1559 && (!(MEM_ALIGN (subst) < GET_MODE_ALIGNMENT (mode) in simplify_operand_subreg() 1560 && targetm.slow_unaligned_access (mode, MEM_ALIGN (subst))) in simplify_operand_subreg() 1561 || (MEM_ALIGN (reg) < GET_MODE_ALIGNMENT (innermode) in simplify_operand_subreg() 1563 MEM_ALIGN (reg))))) in simplify_operand_subreg()
|
| HD | function.c | 2848 && GET_MODE_ALIGNMENT (data->nominal_mode) > MEM_ALIGN (stack_parm)) in assign_parm_adjust_stack_rtl() 2850 && TYPE_ALIGN (data->nominal_type) > MEM_ALIGN (stack_parm) in assign_parm_adjust_stack_rtl() 2851 && MEM_ALIGN (stack_parm) < PREFERRED_STACK_BOUNDARY))) in assign_parm_adjust_stack_rtl()
|
| HD | read-rtl-function.c | 2150 ASSERT_EQ (128, MEM_ALIGN (mem1)); in test_loading_mem()
|
| HD | ifcvt.c | 2273 MIN (MEM_ALIGN (if_info->a), MEM_ALIGN (if_info->b))); in noce_try_cmove_arith()
|
| HD | reload1.c | 2219 && MEM_ALIGN (spill_stack_slot[from_reg]) >= min_align) in alter_reg() 2236 if (MEM_ALIGN (spill_stack_slot[from_reg]) > min_align) in alter_reg() 2237 min_align = MEM_ALIGN (spill_stack_slot[from_reg]); in alter_reg()
|
| HD | optabs.c | 3840 = GEN_INT (MIN (MEM_ALIGN (x), MEM_ALIGN (y)) / BITS_PER_UNIT); in prepare_cmp_insn()
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | predicates.md | 1038 (match_test "MEM_ALIGN (op) >= GET_MODE_ALIGNMENT (mode)")))) 1223 if (MEM_ALIGN (op) >= 32) 1472 (match_test "MEM_ALIGN (op) < GET_MODE_BITSIZE (mode)")))
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | predicates.md | 894 if (MEM_ALIGN (op) >= 32) 1191 (match_test "MEM_ALIGN (op) < GET_MODE_ALIGNMENT (mode)")))
|
| HD | i386.c | 15760 && ((MEM_P (op0) && (MEM_ALIGN (op0) < align)) in ix86_expand_vector_move() 15761 || (MEM_P (op1) && (MEM_ALIGN (op1) < align)))) in ix86_expand_vector_move() 21904 if (MEM_ALIGN (dst) < 2 * BITS_PER_UNIT) in expand_constant_movmem_prologue() 21908 && MEM_ALIGN (src) < 2 * BITS_PER_UNIT) in expand_constant_movmem_prologue() 21917 if (MEM_ALIGN (dst) < 4 * BITS_PER_UNIT) in expand_constant_movmem_prologue() 21926 if (MEM_ALIGN (src) < src_align * BITS_PER_UNIT) in expand_constant_movmem_prologue() 21934 if (MEM_ALIGN (dst) < (unsigned int) desired_align * BITS_PER_UNIT) in expand_constant_movmem_prologue() 21947 if (MEM_ALIGN (src) < src_align * BITS_PER_UNIT) in expand_constant_movmem_prologue() 22012 if (MEM_ALIGN (dst) < 2 * BITS_PER_UNIT) in expand_constant_setmem_prologue() 22021 if (MEM_ALIGN (dst) < 4 * BITS_PER_UNIT) in expand_constant_setmem_prologue() [all …]
|