Home
last modified time | relevance | path

Searched refs:MEM_IN_STRUCT_P (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Drtl.h1048 #define MEM_IN_STRUCT_P(RTX) \ macro
1068 MEM_IN_STRUCT_P (RTX) = 1; \
1073 MEM_IN_STRUCT_P (RTX) = 0; \
1127 MEM_IN_STRUCT_P (LHS) = MEM_IN_STRUCT_P (RHS), \
H A Difcvt.c1445 if (MEM_IN_STRUCT_P (if_info->a) && MEM_IN_STRUCT_P (if_info->b)) in noce_try_cmove_arith()
1446 MEM_IN_STRUCT_P (tmp) = 1; in noce_try_cmove_arith()
H A Dalias.c1915 if (MEM_SCALAR_P (mem1) && MEM_IN_STRUCT_P (mem2) in fixed_scalar_and_varying_struct_p()
1921 if (MEM_IN_STRUCT_P (mem1) && MEM_SCALAR_P (mem2) in fixed_scalar_and_varying_struct_p()
H A Demit-rtl.c1552 MEM_IN_STRUCT_P (ref) = AGGREGATE_TYPE_P (type); in set_mem_attributes_minus_bitpos()
1767 if (MEM_IN_STRUCT_P (ref) || MEM_SCALAR_P (ref)) in set_mem_attributes_minus_bitpos()
1775 MEM_IN_STRUCT_P (ref) = 1; in set_mem_attributes_minus_bitpos()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Drtl.h1131 #define MEM_IN_STRUCT_P(RTX) \ macro
1151 MEM_IN_STRUCT_P (RTX) = 1; \
1156 MEM_IN_STRUCT_P (RTX) = 0; \
1210 MEM_IN_STRUCT_P (LHS) = MEM_IN_STRUCT_P (RHS), \
H A Difcvt.c1322 if (MEM_IN_STRUCT_P (if_info->a) && MEM_IN_STRUCT_P (if_info->b)) in noce_try_cmove_arith()
1323 MEM_IN_STRUCT_P (tmp) = 1; in noce_try_cmove_arith()
H A Dalias.c1894 if (MEM_SCALAR_P (mem1) && MEM_IN_STRUCT_P (mem2) in fixed_scalar_and_varying_struct_p()
1900 if (MEM_IN_STRUCT_P (mem1) && MEM_SCALAR_P (mem2) in fixed_scalar_and_varying_struct_p()
H A Demit-rtl.c1596 MEM_IN_STRUCT_P (ref) = AGGREGATE_TYPE_P (type); in set_mem_attributes_minus_bitpos()
1776 if (MEM_IN_STRUCT_P (ref) || MEM_SCALAR_P (ref)) in set_mem_attributes_minus_bitpos()
1784 MEM_IN_STRUCT_P (ref) = 1; in set_mem_attributes_minus_bitpos()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Drtl.h1131 #define MEM_IN_STRUCT_P(RTX) \ macro
1151 MEM_IN_STRUCT_P (RTX) = 1; \
1156 MEM_IN_STRUCT_P (RTX) = 0; \
1210 MEM_IN_STRUCT_P (LHS) = MEM_IN_STRUCT_P (RHS), \
H A Difcvt.c1322 if (MEM_IN_STRUCT_P (if_info->a) && MEM_IN_STRUCT_P (if_info->b)) in noce_try_cmove_arith()
1323 MEM_IN_STRUCT_P (tmp) = 1; in noce_try_cmove_arith()
H A Dalias.c1894 if (MEM_SCALAR_P (mem1) && MEM_IN_STRUCT_P (mem2) in fixed_scalar_and_varying_struct_p()
1900 if (MEM_IN_STRUCT_P (mem1) && MEM_SCALAR_P (mem2) in fixed_scalar_and_varying_struct_p()
H A Demit-rtl.c1596 MEM_IN_STRUCT_P (ref) = AGGREGATE_TYPE_P (type); in set_mem_attributes_minus_bitpos()
1776 if (MEM_IN_STRUCT_P (ref) || MEM_SCALAR_P (ref)) in set_mem_attributes_minus_bitpos()
1784 MEM_IN_STRUCT_P (ref) = 1; in set_mem_attributes_minus_bitpos()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/mcore/
H A Dmcore.c1853 MEM_IN_STRUCT_P (src_mem) ? mode[next] : BLKmode, in block_move_sequence()
1862 MEM_IN_STRUCT_P (srcp) = 1; in block_move_sequence()
1874 MEM_IN_STRUCT_P (dst_mem) ? mode[phase] : BLKmode, in block_move_sequence()
1883 MEM_IN_STRUCT_P (dstp) = 1; in block_move_sequence()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/mcore/
H A Dmcore.c1853 MEM_IN_STRUCT_P (src_mem) ? mode[next] : BLKmode, in block_move_sequence()
1862 MEM_IN_STRUCT_P (srcp) = 1; in block_move_sequence()
1874 MEM_IN_STRUCT_P (dst_mem) ? mode[phase] : BLKmode, in block_move_sequence()
1883 MEM_IN_STRUCT_P (dstp) = 1; in block_move_sequence()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/xtensa/
H A Dxtensa.c1482 int from_struct = MEM_IN_STRUCT_P (src); in xtensa_emit_block_move()
1483 int to_struct = MEM_IN_STRUCT_P (dest); in xtensa_emit_block_move()
1534 MEM_IN_STRUCT_P (mem) = from_struct; in xtensa_emit_block_move()
1544 MEM_IN_STRUCT_P (mem) = to_struct; in xtensa_emit_block_move()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/xtensa/
H A Dxtensa.c1482 int from_struct = MEM_IN_STRUCT_P (src); in xtensa_emit_block_move()
1483 int to_struct = MEM_IN_STRUCT_P (dest); in xtensa_emit_block_move()
1534 MEM_IN_STRUCT_P (mem) = from_struct; in xtensa_emit_block_move()
1544 MEM_IN_STRUCT_P (mem) = to_struct; in xtensa_emit_block_move()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/arm/
H A Darm.c5188 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_load_multiple()
5217 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_load_multiple()
5248 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_store_multiple()
5277 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_store_multiple()
5356 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
5375 MEM_IN_STRUCT_P (mem) = src_in_struct_p; in arm_gen_movstrqi()
5382 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
5399 MEM_IN_STRUCT_P (mem) = src_in_struct_p; in arm_gen_movstrqi()
5420 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
5439 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/arm/
H A Darm.c5188 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_load_multiple()
5217 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_load_multiple()
5248 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_store_multiple()
5277 MEM_IN_STRUCT_P (mem) = in_struct_p; in arm_gen_store_multiple()
5356 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
5375 MEM_IN_STRUCT_P (mem) = src_in_struct_p; in arm_gen_movstrqi()
5382 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
5399 MEM_IN_STRUCT_P (mem) = src_in_struct_p; in arm_gen_movstrqi()
5420 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
5439 MEM_IN_STRUCT_P (mem) = dst_in_struct_p; in arm_gen_movstrqi()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/mt/
H A Dmt.c1402 MEM_IN_STRUCT_P (x) = in_struct_p; in mt_set_memflags_1()
1430 in_struct_p = MEM_IN_STRUCT_P (ref); in mt_set_memflags()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DFSFChangeLog446 anything where MEM_IN_STRUCT_P doesn't match.
1309 * reload1.c (reload): Get MEM_IN_STRUCT_P and RTX_UNCHANGING_P
2434 address is used; remove bogus set of MEM_IN_STRUCT_P.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A DFSFChangeLog446 anything where MEM_IN_STRUCT_P doesn't match.
1309 * reload1.c (reload): Get MEM_IN_STRUCT_P and RTX_UNCHANGING_P
2434 address is used; remove bogus set of MEM_IN_STRUCT_P.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/alpha/
H A Dalpha.c1662 MEM_IN_STRUCT_P (x) = MEM_IN_STRUCT_P (orig); in alpha_set_memflags_1()
1694 && !MEM_IN_STRUCT_P (ref) in alpha_set_memflags()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DFSFChangeLog446 anything where MEM_IN_STRUCT_P doesn't match.
1309 * reload1.c (reload): Get MEM_IN_STRUCT_P and RTX_UNCHANGING_P
2434 address is used; remove bogus set of MEM_IN_STRUCT_P.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DFSFChangeLog446 anything where MEM_IN_STRUCT_P doesn't match.
1309 * reload1.c (reload): Get MEM_IN_STRUCT_P and RTX_UNCHANGING_P
2434 address is used; remove bogus set of MEM_IN_STRUCT_P.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DFSFChangeLog446 anything where MEM_IN_STRUCT_P doesn't match.
1309 * reload1.c (reload): Get MEM_IN_STRUCT_P and RTX_UNCHANGING_P
2434 address is used; remove bogus set of MEM_IN_STRUCT_P.

12345678910>>...12