Searched refs:commutative_operand_precedence (Results 1 – 10 of 10) sorted by relevance
832 int px = commutative_operand_precedence (*rx); in compare_address_parts()833 int py = commutative_operand_precedence (*ry); in compare_address_parts()
3446 commutative_operand_precedence (rtx op) in commutative_operand_precedence() function3522 return (commutative_operand_precedence (x) in swap_commutative_operands_p()3523 < commutative_operand_precedence (y)); in swap_commutative_operands_p()
920 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()
4434 result = (commutative_operand_precedence (y) in simplify_plus_minus_op_data_cmp()4435 - commutative_operand_precedence (x)); in simplify_plus_minus_op_data_cmp()
3403 extern int commutative_operand_precedence (rtx);
3098 commutative_operand_precedence (rtx op) in commutative_operand_precedence() function3165 return (commutative_operand_precedence (x) in swap_commutative_operands_p()3166 < commutative_operand_precedence (y)); in swap_commutative_operands_p()
1916 extern int commutative_operand_precedence (rtx);
3866 result = (commutative_operand_precedence (y) in simplify_plus_minus_op_data_cmp()3867 - commutative_operand_precedence (x)); in simplify_plus_minus_op_data_cmp()
1269 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()
6513 @code{commutative_operand_precedence} in @file{gcc/rtlanal.c}.