Home
last modified time | relevance | path

Searched refs:cond_code (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/dports/lang/gnat_util/gcc-6-20180516/gcc/c-family/
H A Dc-cilkplus.c100 enum tree_code cond_code; in cilk_for_number_of_iterations() local
112 cond_code = TREE_CODE (cond); in cilk_for_number_of_iterations()
114 switch (cond_code) in cilk_for_number_of_iterations()
126 cond_code = LT_EXPR; in cilk_for_number_of_iterations()
134 cond_code = GT_EXPR; in cilk_for_number_of_iterations()
177 if (cond_code == NE_EXPR) in cilk_for_number_of_iterations()
192 t = build_int_cst (itype, (cond_code == LT_EXPR ? -1 : 1)); in cilk_for_number_of_iterations()
199 if (TYPE_UNSIGNED (itype) && cond_code == GT_EXPR) in cilk_for_number_of_iterations()
205 else if (TYPE_UNSIGNED (itype) && cond_code == NE_EXPR) in cilk_for_number_of_iterations()
221 cond = fold_build2_loc (loc, cond_code, boolean_type_node, n1, n2); in cilk_for_number_of_iterations()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/c-family/
H A Dc-cilkplus.c100 enum tree_code cond_code; in cilk_for_number_of_iterations() local
112 cond_code = TREE_CODE (cond); in cilk_for_number_of_iterations()
114 switch (cond_code) in cilk_for_number_of_iterations()
126 cond_code = LT_EXPR; in cilk_for_number_of_iterations()
134 cond_code = GT_EXPR; in cilk_for_number_of_iterations()
177 if (cond_code == NE_EXPR) in cilk_for_number_of_iterations()
192 t = build_int_cst (itype, (cond_code == LT_EXPR ? -1 : 1)); in cilk_for_number_of_iterations()
199 if (TYPE_UNSIGNED (itype) && cond_code == GT_EXPR) in cilk_for_number_of_iterations()
205 else if (TYPE_UNSIGNED (itype) && cond_code == NE_EXPR) in cilk_for_number_of_iterations()
221 cond = fold_build2_loc (loc, cond_code, boolean_type_node, n1, n2); in cilk_for_number_of_iterations()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-forwprop.c188 if (cond_code != SSA_NAME in forward_propagate_into_cond_1()
189 && !((cond_code == EQ_EXPR || cond_code == NE_EXPR) in forward_propagate_into_cond_1()
196 if (cond_code == SSA_NAME) in forward_propagate_into_cond_1()
292 if ((cond_code == EQ_EXPR in forward_propagate_into_cond_1()
294 || (cond_code == NE_EXPR in forward_propagate_into_cond_1()
328 if (cond_code == SSA_NAME in forward_propagate_into_cond_1()
329 || (cond_code == NE_EXPR in forward_propagate_into_cond_1()
331 || (cond_code == EQ_EXPR in forward_propagate_into_cond_1()
380 if (cond_code == SSA_NAME in forward_propagate_into_cond_1()
381 || (cond_code == NE_EXPR in forward_propagate_into_cond_1()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-alloca.c161 enum tree_code cond_code = gimple_cond_code (last); in alloca_call_type_by_arg() local
165 cond_code = invert_tree_comparison (cond_code, false); in alloca_call_type_by_arg()
176 if ((cond_code == LE_EXPR in alloca_call_type_by_arg()
177 || cond_code == LT_EXPR in alloca_call_type_by_arg()
178 || cond_code == GT_EXPR in alloca_call_type_by_arg()
179 || cond_code == GE_EXPR) in alloca_call_type_by_arg()
187 if ((cond_code == LT_EXPR && tst == -1) in alloca_call_type_by_arg()
188 || (cond_code == LE_EXPR && (tst == -1 || tst == 0))) in alloca_call_type_by_arg()
195 if (cond_code == GT_EXPR || cond_code == GE_EXPR) in alloca_call_type_by_arg()
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-warn-alloca.c161 enum tree_code cond_code = gimple_cond_code (last); in alloca_call_type_by_arg() local
165 cond_code = invert_tree_comparison (cond_code, false); in alloca_call_type_by_arg()
176 if ((cond_code == LE_EXPR in alloca_call_type_by_arg()
177 || cond_code == LT_EXPR in alloca_call_type_by_arg()
178 || cond_code == GT_EXPR in alloca_call_type_by_arg()
179 || cond_code == GE_EXPR) in alloca_call_type_by_arg()
187 if ((cond_code == LT_EXPR && tst == -1) in alloca_call_type_by_arg()
188 || (cond_code == LE_EXPR && (tst == -1 || tst == 0))) in alloca_call_type_by_arg()
195 if (cond_code == GT_EXPR || cond_code == GE_EXPR) in alloca_call_type_by_arg()
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-alloca.c161 enum tree_code cond_code = gimple_cond_code (last); in alloca_call_type_by_arg() local
165 cond_code = invert_tree_comparison (cond_code, false); in alloca_call_type_by_arg()
176 if ((cond_code == LE_EXPR in alloca_call_type_by_arg()
177 || cond_code == LT_EXPR in alloca_call_type_by_arg()
178 || cond_code == GT_EXPR in alloca_call_type_by_arg()
179 || cond_code == GE_EXPR) in alloca_call_type_by_arg()
187 if ((cond_code == LT_EXPR && tst == -1) in alloca_call_type_by_arg()
188 || (cond_code == LE_EXPR && (tst == -1 || tst == 0))) in alloca_call_type_by_arg()
195 if (cond_code == GT_EXPR || cond_code == GE_EXPR) in alloca_call_type_by_arg()
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-alloca.c161 enum tree_code cond_code = gimple_cond_code (last); in alloca_call_type_by_arg() local
165 cond_code = invert_tree_comparison (cond_code, false); in alloca_call_type_by_arg()
176 if ((cond_code == LE_EXPR in alloca_call_type_by_arg()
177 || cond_code == LT_EXPR in alloca_call_type_by_arg()
178 || cond_code == GT_EXPR in alloca_call_type_by_arg()
179 || cond_code == GE_EXPR) in alloca_call_type_by_arg()
187 if ((cond_code == LT_EXPR && tst == -1) in alloca_call_type_by_arg()
188 || (cond_code == LE_EXPR && (tst == -1 || tst == 0))) in alloca_call_type_by_arg()
195 if (cond_code == GT_EXPR || cond_code == GE_EXPR) in alloca_call_type_by_arg()
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-warn-alloca.c161 enum tree_code cond_code = gimple_cond_code (last); in alloca_call_type_by_arg() local
165 cond_code = invert_tree_comparison (cond_code, false); in alloca_call_type_by_arg()
176 if ((cond_code == LE_EXPR in alloca_call_type_by_arg()
177 || cond_code == LT_EXPR in alloca_call_type_by_arg()
178 || cond_code == GT_EXPR in alloca_call_type_by_arg()
179 || cond_code == GE_EXPR) in alloca_call_type_by_arg()
187 if ((cond_code == LT_EXPR && tst == -1) in alloca_call_type_by_arg()
188 || (cond_code == LE_EXPR && (tst == -1 || tst == 0))) in alloca_call_type_by_arg()
195 if (cond_code == GT_EXPR || cond_code == GE_EXPR) in alloca_call_type_by_arg()
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-warn-alloca.c161 enum tree_code cond_code = gimple_cond_code (last); in alloca_call_type_by_arg() local
165 cond_code = invert_tree_comparison (cond_code, false); in alloca_call_type_by_arg()
176 if ((cond_code == LE_EXPR in alloca_call_type_by_arg()
177 || cond_code == LT_EXPR in alloca_call_type_by_arg()
178 || cond_code == GT_EXPR in alloca_call_type_by_arg()
179 || cond_code == GE_EXPR) in alloca_call_type_by_arg()
187 if ((cond_code == LT_EXPR && tst == -1) in alloca_call_type_by_arg()
188 || (cond_code == LE_EXPR && (tst == -1 || tst == 0))) in alloca_call_type_by_arg()
195 if (cond_code == GT_EXPR || cond_code == GE_EXPR) in alloca_call_type_by_arg()
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-threadedge.c454 enum tree_code cond_code; in simplify_control_stmt_condition() local
489 op0, cond_code, op1, in simplify_control_stmt_condition()
587 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
602 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
610 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
635 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
686 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
689 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
698 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
701 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-threadedge.c454 enum tree_code cond_code; in simplify_control_stmt_condition() local
489 op0, cond_code, op1, in simplify_control_stmt_condition()
587 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
602 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
610 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
635 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
686 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
689 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
698 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
701 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-threadedge.c454 enum tree_code cond_code; in simplify_control_stmt_condition() local
489 op0, cond_code, op1, in simplify_control_stmt_condition()
587 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
602 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
610 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
635 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
686 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
689 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
698 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
701 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]
H A Dgimple-ssa-warn-alloca.c208 enum tree_code cond_code = gimple_cond_code (last); in alloca_call_type_by_arg() local
212 cond_code = invert_tree_comparison (cond_code, false); in alloca_call_type_by_arg()
223 if ((cond_code == LE_EXPR in alloca_call_type_by_arg()
224 || cond_code == LT_EXPR in alloca_call_type_by_arg()
225 || cond_code == GT_EXPR in alloca_call_type_by_arg()
226 || cond_code == GE_EXPR) in alloca_call_type_by_arg()
234 if ((cond_code == LT_EXPR && tst == -1) in alloca_call_type_by_arg()
235 || (cond_code == LE_EXPR && (tst == -1 || tst == 0))) in alloca_call_type_by_arg()
242 if (cond_code == GT_EXPR || cond_code == GE_EXPR) in alloca_call_type_by_arg()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-threadedge.c448 enum tree_code cond_code; in simplify_control_stmt_condition() local
483 op0, cond_code, op1, in simplify_control_stmt_condition()
581 enum tree_code cond_code, in simplify_control_stmt_condition_1() argument
596 cond_code = swap_tree_comparison (cond_code); in simplify_control_stmt_condition_1()
604 if ((cond_code == EQ_EXPR || cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
629 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
680 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
683 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
692 if (cond_code == NE_EXPR) in simplify_control_stmt_condition_1()
695 if (cond_code == EQ_EXPR) in simplify_control_stmt_condition_1()
[all …]

12345678910>>...22