Home
last modified time | relevance | path

Searched refs:commutative_p (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Djump.cc1774 if (targetm.commutative_p (x, UNKNOWN)) in rtx_renumbered_equal_p()
H A Doptabs.cc1363 bool commutative_p; in expand_binop_directly() local
1370 commutative_p = commutative_optab_p (binoptab); in expand_binop_directly()
1371 if (commutative_p in expand_binop_directly()
1411 if (commutative_p in expand_binop_directly()
H A Dcselib.cc1126 && targetm.commutative_p (x, UNKNOWN) in rtx_equal_for_cselib_1()
H A DChangeLog-200512437 * target.h (struct gcc_target): Add commutative_p member.
12443 (rtx_renumbered_equal_p): Use targetm.commutative_p.
H A DChangeLog-20079863 commutative_p, use_blocks_for_constant_p,
H A DChangeLog-201133639 and original commutative_p handling. Use maybe_gen_insn.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Djump.c1815 if (targetm.commutative_p (x, UNKNOWN)) in rtx_renumbered_equal_p()
H A Doptabs.c1043 bool commutative_p; in expand_binop_directly() local
1050 commutative_p = commutative_optab_p (binoptab); in expand_binop_directly()
1051 if (commutative_p in expand_binop_directly()
1091 if (commutative_p in expand_binop_directly()
H A Dcselib.c1125 && targetm.commutative_p (x, UNKNOWN) in rtx_equal_for_cselib_1()
H A Dtarget.def2761 (commutative_p,