| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-threadedge.cc | 351 enum tree_code cond_code; in simplify_control_stmt_condition() local 355 cond_code = gimple_cond_code (stmt); in simplify_control_stmt_condition() 385 = simplify_control_stmt_condition_1 (e, stmt, op0, cond_code, op1, in simplify_control_stmt_condition() 482 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument 495 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1() 503 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1() 527 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1() 530 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1() 536 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1() 539 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1() [all …]
|
| D | gimple-predicate-analysis.cc | 91 tree_code c1 = x1.cond_code, c2; in pred_neg_p() 93 c2 = invert_tree_comparison (x2.cond_code, false); in pred_neg_p() 95 c2 = x2.cond_code; in pred_neg_p() 180 fprintf (dump_file, " %s ", op_symbol_code (pred.cond_code)); in dump_pred_info() 344 tree_code code = get_cmp_code (pred.cond_code, false, pred.invert); in find_var_cmp_const() 642 tree_code cond_code = pred.cond_code; in build_pred_expr() local 647 cond_code = invert_tree_comparison (cond_code, false); in build_pred_expr() 649 return build2 (cond_code, TREE_TYPE (lhs), lhs, rhs); in build_pred_expr() 805 tree_code c1 = pred1.cond_code, c2; in pred_equal_p() 807 && TREE_CODE_CLASS (pred2.cond_code) == tcc_comparison) in pred_equal_p() [all …]
|
| D | omp-general.cc | 96 omp_adjust_for_condition (location_t loc, enum tree_code *cond_code, tree *n2, in omp_adjust_for_condition() argument 99 switch (*cond_code) in omp_adjust_for_condition() 110 *cond_code = LT_EXPR; in omp_adjust_for_condition() 114 *cond_code = GT_EXPR; in omp_adjust_for_condition() 122 *cond_code = LT_EXPR; in omp_adjust_for_condition() 127 *cond_code = GT_EXPR; in omp_adjust_for_condition() 139 *cond_code = LT_EXPR; in omp_adjust_for_condition() 147 *cond_code = GT_EXPR; in omp_adjust_for_condition() 419 loop->cond_code = gimple_omp_for_cond (for_stmt, i); in omp_extract_for_data() 421 gcc_assert (loop->cond_code != NE_EXPR in omp_extract_for_data() [all …]
|
| D | vr-values.cc | 514 enum tree_code cond_code, in extract_range_for_var_from_comparison_expr() argument 525 if ((POINTER_TYPE_P (type) && cond_code != NE_EXPR && cond_code != EQ_EXPR) in extract_range_for_var_from_comparison_expr() 592 if (cond_code == LE_EXPR) in extract_range_for_var_from_comparison_expr() 594 else if (cond_code == GT_EXPR) in extract_range_for_var_from_comparison_expr() 599 else if (cond_code == EQ_EXPR) in extract_range_for_var_from_comparison_expr() 624 else if (cond_code == NE_EXPR) in extract_range_for_var_from_comparison_expr() 669 else if (cond_code == LE_EXPR || cond_code == LT_EXPR) in extract_range_for_var_from_comparison_expr() 686 if (cond_code == LT_EXPR in extract_range_for_var_from_comparison_expr() 692 if (cond_code == LT_EXPR) in extract_range_for_var_from_comparison_expr() 709 else if (cond_code == GE_EXPR || cond_code == GT_EXPR) in extract_range_for_var_from_comparison_expr() [all …]
|
| D | omp-general.h | 58 enum tree_code cond_code; member 98 extern void omp_adjust_for_condition (location_t loc, enum tree_code *cond_code,
|
| D | omp-expand.cc | 790 if (fd.loop.cond_code == LT_EXPR) in expand_task_call() 1573 gcc_assert (loop->cond_code == LT_EXPR || loop->cond_code == GT_EXPR); in expand_oacc_collapse_init() 1605 bool up = loop->cond_code == LT_EXPR; in expand_oacc_collapse_init() 1852 t = fold_binary (fd->loops[i].cond_code, boolean_type_node, in expand_omp_for_init_counts() 1880 && ((t = fold_binary (fd->loops[i].cond_code, boolean_type_node, in expand_omp_for_init_counts() 1893 cond_stmt = expand_omp_build_cond (gsi, fd->loops[i].cond_code, in expand_omp_for_init_counts() 1932 t = build_int_cst (itype, (fd->loops[i].cond_code == LT_EXPR in expand_omp_for_init_counts() 1945 if (TYPE_UNSIGNED (itype) && fd->loops[i].cond_code == GT_EXPR) in expand_omp_for_init_counts() 2024 t = build_int_cst (itype, (fd->loops[o].cond_code in expand_omp_for_init_counts() 2030 && fd->loops[o].cond_code == GT_EXPR) in expand_omp_for_init_counts() [all …]
|
| D | gimple-predicate-analysis.h | 35 enum tree_code cond_code; member
|
| D | tree-ssa-threadedge.h | 98 tree_code cond_code,
|
| D | tree-vrp.cc | 1214 extract_code_and_val_from_cond_with_ops (tree name, enum tree_code cond_code, in extract_code_and_val_from_cond_with_ops() argument 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() 1422 enum tree_code cond_code, in register_edge_assert_for_2() argument 1429 if (!extract_code_and_val_from_cond_with_ops (name, cond_code, in register_edge_assert_for_2() 2066 is_masked_range_test (tree name, tree valt, enum tree_code cond_code, in is_masked_range_test() argument 2094 bool is_range = cond_code == EQ_EXPR; in is_masked_range_test() 2136 enum tree_code cond_code, tree cond_op0, in register_edge_assert_for() argument 2148 if (!extract_code_and_val_from_cond_with_ops (name, cond_code, in register_edge_assert_for() 2155 register_edge_assert_for_2 (name, e, cond_code, cond_op0, in register_edge_assert_for()
|
| D | tree-vect-stmts.cc | 10348 enum tree_code code, cond_code, bitop1 = NOP_EXPR, bitop2 = NOP_EXPR; in vectorizable_condition() local 10437 cond_code = TREE_CODE (cond_expr); in vectorizable_condition() 10456 tree_code new_code = invert_tree_comparison (cond_code, honor_nans); in vectorizable_condition() 10461 cond_code = new_code; in vectorizable_condition() 10477 switch (cond_code) in vectorizable_condition() 10507 cond_code = SSA_NAME; in vectorizable_condition() 10510 if (TREE_CODE_CLASS (cond_code) == tcc_comparison in vectorizable_condition() 10512 && !expand_vec_cmp_expr_p (comp_vectype, vec_cmp_type, cond_code)) in vectorizable_condition() 10544 else if (!expand_vec_cond_expr_p (vectype, comp_vectype, cond_code)) in vectorizable_condition() 10615 cond_code = cond.code; in vectorizable_condition() [all …]
|
| D | tree-parloops.cc | 799 enum tree_code cond_code = TREE_CODE (cond_expr); in parloops_is_simple_reduction() local 801 if (TREE_CODE_CLASS (cond_code) == tcc_comparison) in parloops_is_simple_reduction() 804 invert_code = invert_tree_comparison (cond_code, honor_nans); in parloops_is_simple_reduction()
|
| D | omp-low.cc | 6169 && fd->loop.cond_code == GT_EXPR) in lower_rec_input_clauses() 9810 gcc_assert (fd.loops[i].cond_code == LT_EXPR in lower_omp_ordered_clauses() 9811 || fd.loops[i].cond_code == GT_EXPR); in lower_omp_ordered_clauses() 9812 bool forward = fd.loops[i].cond_code == LT_EXPR; in lower_omp_ordered_clauses() 10456 enum tree_code cond_code; in lower_omp_for_lastprivate() local 10459 cond_code = fd->loop.cond_code; in lower_omp_for_lastprivate() 10460 cond_code = cond_code == LT_EXPR ? GE_EXPR : LE_EXPR; in lower_omp_for_lastprivate() 10468 cond_code = EQ_EXPR; in lower_omp_for_lastprivate() 10529 cond = build2 (cond_code, boolean_type_node, fd->loop.v, n2); in lower_omp_for_lastprivate() 10541 if (cond_code == EQ_EXPR in lower_omp_for_lastprivate()
|
| D | tree-vect-slp.cc | 1285 enum tree_code cond_code = TREE_CODE (cond_expr); in vect_build_slp_tree_1() local 1291 else if (TREE_CODE_CLASS (cond_code) == tcc_comparison) in vect_build_slp_tree_1() 1294 swap_code = swap_tree_comparison (cond_code); in vect_build_slp_tree_1() 1295 invert_code = invert_tree_comparison (cond_code, honor_nans); in vect_build_slp_tree_1() 1298 if (first_cond_code == cond_code) in vect_build_slp_tree_1()
|
| D | tree-ssa-strlen.cc | 5450 enum tree_code cond_code = TREE_CODE (cond); in handle_integral_assign() local 5452 if (cond_code == EQ_EXPR || cond_code == NE_EXPR) in handle_integral_assign()
|
| D | combine.cc | 5735 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1); in combine_simplify_rtx() local 5737 if (cond_code == NE && COMPARISON_P (cond)) in combine_simplify_rtx() 5760 x = simplify_gen_relational (cond_code, mode, VOIDmode, in combine_simplify_rtx() 5764 (cond_code, cond, cop1, NULL)) in combine_simplify_rtx() 5775 simplify_gen_relational (cond_code, in combine_simplify_rtx() 5783 (cond_code, cond, cop1, NULL)) in combine_simplify_rtx()
|
| D | ifcvt.cc | 3181 rtx_code cond_code = GET_CODE (cond); in try_emit_cmove_seq() local 3186 *temp_dest = noce_emit_cmove (if_info, temp, cond_code, in try_emit_cmove_seq()
|
| D | fold-const.cc | 7140 enum tree_code cond_code = COND_EXPR; in fold_binary_op_with_conditional_arg() local 7176 cond_code = VEC_COND_EXPR; in fold_binary_op_with_conditional_arg() 7209 return fold_build3_loc (loc, cond_code, type, test, lhs, rhs); in fold_binary_op_with_conditional_arg()
|
| D | ChangeLog-2008 | 17326 (struct omp_for_data): Remove v, n1, n2, step, cond_code fields.
|
| D | ChangeLog-2017 | 32260 variable cond_code.
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | z8k-dis.c | 49 unsigned long cond_code; member 397 instr_data->cond_code = instr_nibl; in unpack_instr() 585 sprintf (tmp_str, "%s", codes[instr_data->cond_code]); in unparse_instr()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | z8k-dis.c | 49 unsigned long cond_code; member 397 instr_data->cond_code = instr_nibl; in unpack_instr() 585 sprintf (tmp_str, "%s", codes[instr_data->cond_code]); in unparse_instr()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.md | 11938 enum rtx_code cond_code = GET_CODE (operands[1]); 11944 if (cond_code == GE || cond_code == LT) 11946 cond_code = swap_condition (cond_code); 11960 if (cond_code == LE) 11979 enum rtx_code cond_code = GET_CODE (operands[1]); 11985 if (cond_code == GEU || cond_code == LTU) 11987 cond_code = swap_condition (cond_code); 12002 if (cond_code == LEU) 12018 enum rtx_code cond_code = signed_condition (GET_CODE (operands[1])); 12027 if (cond_code == GT || cond_code == LE) [all …]
|
| D | rs6000.cc | 15345 rtx_code cond_code = GET_CODE (condition_rtx); in rs6000_emit_sCOND() local 15350 else if (cond_code == NE in rs6000_emit_sCOND() 15351 || cond_code == GE || cond_code == LE in rs6000_emit_sCOND() 15352 || cond_code == GEU || cond_code == LEU in rs6000_emit_sCOND() 15353 || cond_code == ORDERED || cond_code == UNGE || cond_code == UNLE) in rs6000_emit_sCOND() 15361 rev_cond_rtx = gen_rtx_fmt_ee (rs6000_reverse_condition (cc_mode, cond_code), in rs6000_emit_sCOND() 16193 enum rtx_code cond_code; in rs6000_emit_int_cmove() local 16210 cond_code = GET_CODE (condition_rtx); in rs6000_emit_int_cmove() 16218 switch (cond_code) in rs6000_emit_int_cmove() 16228 PUT_CODE (condition_rtx, reverse_condition (cond_code)); in rs6000_emit_int_cmove()
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | metag.h | 644 enum cond_code enum
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | metag.h | 644 enum cond_code enum
|