Searched refs:memory_operand (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Drecog.c1328 memory_operand (rtx op, enum machine_mode mode)
1353 /* Before reload, a SUBREG isn't in memory (see memory_operand, above). */
1376 && memory_operand (op, mode)
1659 if (memory_operand (op, VOIDmode))
1672 is not a memory_operand.
1795 && memory_operand (op, VOIDmode))
1321 memory_operand (rtx op, enum machine_mode mode) function
H A Dreload.c5719 && memory_operand (equiv, GET_MODE (equiv))
H A Dreload1.c772 if (memory_operand (x, VOIDmode))
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c653 return memory_operand(value, VOIDmode) && !MEM_VOLATILE_P (value);
664 && (reload_in_progress || memory_operand (value, VOIDmode)));
705 memory_operand. So check the code directly and don't worry about
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.c2297 if (memory_operand (op0, GET_MODE (op0))
4001 && memory_operand (dest, VOIDmode)
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c2359 if (!memory_operand (src, VOIDmode))
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c18436 if (TARGET_64BIT && !memory_operand (xops[0], Pmode))

Completed in 451 milliseconds