Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dloop-invariant.c832 int px = commutative_operand_precedence (*rx); in compare_address_parts()
833 int py = commutative_operand_precedence (*ry); in compare_address_parts()
H A Drtlanal.c3446 commutative_operand_precedence (rtx op) in commutative_operand_precedence() function
3522 return (commutative_operand_precedence (x) in swap_commutative_operands_p()
3523 < commutative_operand_precedence (y)); in swap_commutative_operands_p()
H A Doptabs.c920 int op0_prec = commutative_operand_precedence (op0); in swap_commutative_operands_with_target()
921 int op1_prec = commutative_operand_precedence (op1); in swap_commutative_operands_with_target()
H A Dsimplify-rtx.c4434 result = (commutative_operand_precedence (y) in simplify_plus_minus_op_data_cmp()
4435 - commutative_operand_precedence (x)); in simplify_plus_minus_op_data_cmp()
H A Drtl.h3403 extern int commutative_operand_precedence (rtx);
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Drtlanal.c3098 commutative_operand_precedence (rtx op) in commutative_operand_precedence() function
3165 return (commutative_operand_precedence (x) in swap_commutative_operands_p()
3166 < commutative_operand_precedence (y)); in swap_commutative_operands_p()
H A Drtl.h1916 extern int commutative_operand_precedence (rtx);
H A Dsimplify-rtx.c3866 result = (commutative_operand_precedence (y) in simplify_plus_minus_op_data_cmp()
3867 - commutative_operand_precedence (x)); in simplify_plus_minus_op_data_cmp()
H A Doptabs.c1269 int op0_prec = commutative_operand_precedence (op0); in swap_commutative_operands_with_target()
1270 int op1_prec = commutative_operand_precedence (op1); in swap_commutative_operands_with_target()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dmd.texi6513 @code{commutative_operand_precedence} in @file{gcc/rtlanal.c}.