Searched refs:MEM_NOTRAP_P (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Demit-rtl.c574 MEM_NOTRAP_P (mem) = 1;
585 MEM_NOTRAP_P (mem) = 1;
597 MEM_NOTRAP_P (mem) = 1;
1526 MEM_NOTRAP_P (ref) = !DECL_WEAK (base);
1528 MEM_NOTRAP_P (ref) = 1;
1531 MEM_NOTRAP_P (ref) = TREE_THIS_NOTRAP (base);
H A Drtl.h1132 #define MEM_NOTRAP_P(RTX) \
1133 (RTL_FLAG_CHECK1("MEM_NOTRAP_P", (RTX), MEM)->call)
1204 MEM_NOTRAP_P (LHS) = MEM_NOTRAP_P (RHS), \
1129 #define MEM_NOTRAP_P macro
H A Dfunction.c499 MEM_NOTRAP_P (x) = 1;
784 MEM_NOTRAP_P (slot) = 1;
4861 MEM_NOTRAP_P (retaddr) = 1;
H A Drtlanal.c2109 if (/* MEM_NOTRAP_P only relates to the actual position of the memory
2113 && MEM_NOTRAP_P (x)
H A Dreload1.c1149 MEM_NOTRAP_P (reg) = 1;
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin.c652 MEM_NOTRAP_P (target) = 1;
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c4497 MEM_NOTRAP_P (mem) = 1;
4540 MEM_NOTRAP_P (mem) = 1;
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c5756 MEM_NOTRAP_P (mem) = 1;
5791 MEM_NOTRAP_P (mem) = 1;

Completed in 157 milliseconds