Searched refs:comp_code (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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 …]
|
| 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()
|
| D | tree-vrp.h | 28 enum tree_code comp_code; member
|
| 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()
|
| 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 …]
|
| D | ChangeLog-2021 | 21981 Exand arg0 into comp_code, arg00, and arg01.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| 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 …]
|