Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Djump.cc1774 if (targetm.commutative_p (x, UNKNOWN)) in rtx_renumbered_equal_p()
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()
Dcselib.cc1126 && targetm.commutative_p (x, UNKNOWN) in rtx_equal_for_cselib_1()
Dtarget.def2777 (commutative_p,
DChangeLog-200512437 * target.h (struct gcc_target): Add commutative_p member.
12443 (rtx_renumbered_equal_p): Use targetm.commutative_p.
DChangeLog-20079863 commutative_p, use_blocks_for_constant_p,
DChangeLog-201133639 and original commutative_p handling. Use maybe_gen_insn.