Searched refs:MEM_IN_STRUCT_P (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Drtl.h1132 #define MEM_IN_STRUCT_P(RTX) \
1133 (RTL_FLAG_CHECK1("MEM_IN_STRUCT_P", (RTX), MEM)->in_struct)
1144 /* If VAL is nonzero, set MEM_IN_STRUCT_P and clear MEM_SCALAR_P in
1152 MEM_IN_STRUCT_P (RTX) = 1; \
1157 MEM_IN_STRUCT_P (RTX) = 0; \
1211 MEM_IN_STRUCT_P (LHS) = MEM_IN_STRUCT_P (RHS), \
1129 #define MEM_IN_STRUCT_P macro
H A Dalias.c1863 if (MEM_SCALAR_P (mem1) && MEM_IN_STRUCT_P (mem2)
1869 if (MEM_IN_STRUCT_P (mem1) && MEM_SCALAR_P (mem2)
H A Difcvt.c1450 if (MEM_IN_STRUCT_P (if_info->a) && MEM_IN_STRUCT_P (if_info->b))
1451 MEM_IN_STRUCT_P (tmp) = 1;
H A Demit-rtl.c1469 MEM_IN_STRUCT_P (ref) = AGGREGATE_TYPE_P (type);
1685 if (MEM_IN_STRUCT_P (ref) || MEM_SCALAR_P (ref))
1693 MEM_IN_STRUCT_P (ref) = 1;
H A Dcse.c6703 && (MEM_IN_STRUCT_P (dest) || GET_MODE (dest) == BLKmode
H A Dreload1.c1146 MEM_IN_STRUCT_P (reg) = MEM_SCALAR_P (reg) = 0;

Completed in 155 milliseconds