/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vrp.cc | 1155 fprintf (file, "] %s ", get_tree_code_name (assert.comp_code)); in dump_assert_info() 1189 tree name, tree expr, enum tree_code comp_code, tree val) in add_assert_info() argument 1192 info.comp_code = comp_code; in add_assert_info() 1202 name, expr, op_symbol_code (comp_code), val); in add_assert_info() 1219 enum tree_code comp_code; in extract_code_and_val_from_cond_with_ops() local 1229 comp_code = swap_tree_comparison (cond_code); in extract_code_and_val_from_cond_with_ops() 1236 comp_code = cond_code; in extract_code_and_val_from_cond_with_ops() 1244 comp_code = invert_tree_comparison (comp_code, 0); in extract_code_and_val_from_cond_with_ops() 1255 if ((comp_code == GT_EXPR || comp_code == LT_EXPR) in extract_code_and_val_from_cond_with_ops() 1261 if (comp_code == GT_EXPR in extract_code_and_val_from_cond_with_ops() [all …]
|
H A D | gimple-ssa-evrp-analyze.cc | 192 asserts[i].comp_code, in record_ranges_from_incoming_edge() 355 enum tree_code comp_code; in record_ranges_from_stmt() local 360 if (infer_value_range (stmt, op, &comp_code, &value)) in record_ranges_from_stmt() 367 if (comp_code == NE_EXPR && integer_zerop (value)) in record_ranges_from_stmt() 384 = try_find_new_range (t, t, comp_code, value); in record_ranges_from_stmt() 391 comp_code, value); in record_ranges_from_stmt()
|
H A D | tree-vrp.h | 28 enum tree_code comp_code; member
|
H A D | tree-ssa-phiopt.cc | 881 enum tree_code comp_code = gimple_cond_code (comp_stmt); in gimple_simplify_phiopt() local 890 tree cond = build2_loc (loc, comp_code, boolean_type_node, in gimple_simplify_phiopt() 915 comp_code = invert_tree_comparison (comp_code, HONOR_NANS (cmp0)); in gimple_simplify_phiopt() 917 if (comp_code == ERROR_MARK) in gimple_simplify_phiopt() 921 comp_code, boolean_type_node, in gimple_simplify_phiopt()
|
H A D | fold-const.cc | 5821 enum tree_code comp_code, in fold_cond_expr_with_comparison() argument 5863 switch (comp_code) in fold_cond_expr_with_comparison() 5909 gcc_assert (TREE_CODE_CLASS (comp_code) == tcc_comparison); in fold_cond_expr_with_comparison() 5921 if (comp_code == NE_EXPR) in fold_cond_expr_with_comparison() 5923 else if (comp_code == EQ_EXPR) in fold_cond_expr_with_comparison() 5968 switch (comp_code) in fold_cond_expr_with_comparison() 5986 tem = (comp_code == LE_EXPR || comp_code == UNLE_EXPR) in fold_cond_expr_with_comparison() 6001 tem = (comp_code == GE_EXPR || comp_code == UNGE_EXPR) in fold_cond_expr_with_comparison() 6017 gcc_assert (TREE_CODE_CLASS (comp_code) == tcc_comparison); in fold_cond_expr_with_comparison() 12953 enum tree_code comp_code = TREE_CODE (arg0); in fold_ternary_loc() local [all …]
|
H A D | ChangeLog-2021 | 21981 Exand arg0 into comp_code, arg00, and arg01.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vrp.c | 306 enum tree_code comp_code; member 1392 fprintf (file, " %s ", get_tree_code_name (loc->comp_code)); in dump_asserts_for() 1443 fprintf (file, "] %s ", get_tree_code_name (assert.comp_code)); in dump_assert_info() 1477 tree name, tree expr, enum tree_code comp_code, tree val) in add_assert_info() argument 1480 info.comp_code = comp_code; in add_assert_info() 1490 name, expr, op_symbol_code (comp_code), val); in add_assert_info() 1506 enum tree_code comp_code, in register_new_assert_for() argument 1559 if (loc->comp_code == comp_code in register_new_assert_for() 1591 n->comp_code = comp_code; in register_new_assert_for() 1618 enum tree_code comp_code; in extract_code_and_val_from_cond_with_ops() local [all …]
|
H A D | gimple-ssa-evrp-analyze.c | 194 asserts[i].comp_code, in record_ranges_from_incoming_edge() 358 enum tree_code comp_code; in record_ranges_from_stmt() local 363 if (infer_value_range (stmt, op, &comp_code, &value)) in record_ranges_from_stmt() 370 if (comp_code == NE_EXPR && integer_zerop (value)) in record_ranges_from_stmt() 387 = try_find_new_range (t, t, comp_code, value); in record_ranges_from_stmt() 394 comp_code, value); in record_ranges_from_stmt()
|
H A D | tree-vrp.h | 98 enum tree_code comp_code; member
|
H A D | fold-const.c | 5739 enum tree_code comp_code = TREE_CODE (arg0); in fold_cond_expr_with_comparison() local 5781 switch (comp_code) in fold_cond_expr_with_comparison() 5827 gcc_assert (TREE_CODE_CLASS (comp_code) == tcc_comparison); in fold_cond_expr_with_comparison() 5839 if (comp_code == NE_EXPR) in fold_cond_expr_with_comparison() 5841 else if (comp_code == EQ_EXPR) in fold_cond_expr_with_comparison() 5886 switch (comp_code) in fold_cond_expr_with_comparison() 5904 tem = (comp_code == LE_EXPR || comp_code == UNLE_EXPR) in fold_cond_expr_with_comparison() 5919 tem = (comp_code == GE_EXPR || comp_code == UNGE_EXPR) in fold_cond_expr_with_comparison() 5935 gcc_assert (TREE_CODE_CLASS (comp_code) == tcc_comparison); in fold_cond_expr_with_comparison()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 10027 enum rtx_code comp_code = GET_CODE (x); in aarch64_get_condition_code() local 10030 mode = SELECT_CC_MODE (comp_code, XEXP (x, 0), XEXP (x, 1)); in aarch64_get_condition_code() 10031 return aarch64_get_condition_code_1 (mode, comp_code); in aarch64_get_condition_code() 10035 aarch64_get_condition_code_1 (machine_mode mode, enum rtx_code comp_code) in aarch64_get_condition_code_1() argument 10041 switch (comp_code) in aarch64_get_condition_code_1() 10060 switch (comp_code) in aarch64_get_condition_code_1() 10077 switch (comp_code) in aarch64_get_condition_code_1() 10094 switch (comp_code) in aarch64_get_condition_code_1() 10109 switch (comp_code) in aarch64_get_condition_code_1() 10120 switch (comp_code) in aarch64_get_condition_code_1() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 11477 enum rtx_code comp_code = GET_CODE (x); in aarch64_get_condition_code() local 11480 mode = SELECT_CC_MODE (comp_code, XEXP (x, 0), XEXP (x, 1)); in aarch64_get_condition_code() 11481 return aarch64_get_condition_code_1 (mode, comp_code); in aarch64_get_condition_code() 11485 aarch64_get_condition_code_1 (machine_mode mode, enum rtx_code comp_code) in aarch64_get_condition_code_1() argument 11491 switch (comp_code) in aarch64_get_condition_code_1() 11510 switch (comp_code) in aarch64_get_condition_code_1() 11527 switch (comp_code) in aarch64_get_condition_code_1() 11544 switch (comp_code) in aarch64_get_condition_code_1() 11559 switch (comp_code) in aarch64_get_condition_code_1() 11570 switch (comp_code) in aarch64_get_condition_code_1() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 24696 enum rtx_code comp_code = GET_CODE (comparison); in maybe_get_arm_condition_code() local 24699 mode = SELECT_CC_MODE (comp_code, XEXP (comparison, 0), in maybe_get_arm_condition_code() 24716 if (comp_code == EQ) in maybe_get_arm_condition_code() 24718 if (comp_code == NE) in maybe_get_arm_condition_code() 24723 switch (comp_code) in maybe_get_arm_condition_code() 24733 switch (comp_code) in maybe_get_arm_condition_code() 24741 switch (comp_code) in maybe_get_arm_condition_code() 24751 switch (comp_code) in maybe_get_arm_condition_code() 24772 switch (comp_code) in maybe_get_arm_condition_code() 24788 switch (comp_code) in maybe_get_arm_condition_code() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 24941 enum rtx_code comp_code = GET_CODE (comparison); in maybe_get_arm_condition_code() local 24944 mode = SELECT_CC_MODE (comp_code, XEXP (comparison, 0), in maybe_get_arm_condition_code() 24961 if (comp_code == EQ) in maybe_get_arm_condition_code() 24963 if (comp_code == NE) in maybe_get_arm_condition_code() 24968 switch (comp_code) in maybe_get_arm_condition_code() 24978 switch (comp_code) in maybe_get_arm_condition_code() 24986 switch (comp_code) in maybe_get_arm_condition_code() 24996 switch (comp_code) in maybe_get_arm_condition_code() 25017 switch (comp_code) in maybe_get_arm_condition_code() 25033 switch (comp_code) in maybe_get_arm_condition_code() [all …]
|