Searched refs:MEM_SCALAR_P (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Drtl.h1137 #define MEM_SCALAR_P(RTX) \
1138 (RTL_FLAG_CHECK1("MEM_SCALAR_P", (RTX), MEM)->return_val)
1144 /* If VAL is nonzero, set MEM_IN_STRUCT_P and clear MEM_SCALAR_P in
1153 MEM_SCALAR_P (RTX) = 0; \
1158 MEM_SCALAR_P (RTX) = 1; \
1212 MEM_SCALAR_P (LHS) = MEM_SCALAR_P (RHS), \
1134 #define MEM_SCALAR_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.c1452 if (MEM_SCALAR_P (if_info->a) && MEM_SCALAR_P (if_info->b))
1453 MEM_SCALAR_P (tmp) = 1;
H A Demit-rtl.c1475 MEM_SCALAR_P (ref) = 1;
1685 if (MEM_IN_STRUCT_P (ref) || MEM_SCALAR_P (ref))
H A Dreload1.c1146 MEM_IN_STRUCT_P (reg) = MEM_SCALAR_P (reg) = 0;

Completed in 99 milliseconds