Home
last modified time | relevance | path

Searched refs:do_jump (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Ddojump.c101 do_jump (exp, label, NULL_RTX); in jumpifnot()
109 do_jump (exp, NULL_RTX, label); in jumpif()
161 do_jump (tree exp, rtx if_false_label, rtx if_true_label) in do_jump() function
208 do_jump (TREE_OPERAND (exp, 0), if_false_label, if_true_label); in do_jump()
256 do_jump (build2 (BIT_AND_EXPR, argtype, arg, in do_jump()
303 do_jump (TREE_OPERAND (exp, 0), label1, NULL_RTX); in do_jump()
508 do_jump (cmp0, 0, if_true_label); in do_jump()
509 do_jump (cmp1, if_false_label, if_true_label); in do_jump()
525 do_jump (TREE_OPERAND (exp, 1), NULL_RTX, if_true_label); in do_jump()
529 do_jump (TREE_OPERAND (exp, 0), if_false_label, NULL_RTX); in do_jump()
[all …]
H A Dexpr.h531 extern void do_jump (tree, rtx, rtx);
H A Dexpr.c8601 do_jump (TREE_OPERAND (rhs, 1), in expand_expr_real_1()
H A Dbuiltins.c4709 do_jump (arg0, if_false_label, if_true_label); in expand_builtin_expect_jump()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c9116 do_jump (TREE_OPERAND (rhs, 1),
9872 do_jump (exp, label, NULL_RTX);
9882 do_jump (exp, NULL_RTX, label);
9898 do_jump (exp, if_false_label, if_true_label) in do_jump() function
10037 do_jump (TREE_OPERAND (exp, 0), NULL_RTX, if_true_label);
10099 do_jump (TREE_OPERAND (exp, 0), label1, NULL_RTX);
10103 do_jump (TREE_OPERAND (exp, 1),
10111 do_jump (TREE_OPERAND (exp, 2),
10127 do_jump
10167 do_jump
[all …]
H A Dexpr.h521 extern void do_jump PARAMS ((tree, rtx, rtx));
H A Dstmt.c2447 do_jump (cond, thiscond->data.cond.next_label, NULL_RTX);
2462 do_jump (cond, cond_stack->data.cond.next_label, NULL_RTX);
2487 do_jump (cond, cond_stack->data.cond.next_label, NULL_RTX);
2821 do_jump (cond, NULL_RTX, label);
3088 do_jump (TREE_OPERAND (retval_rhs, 0), label, NULL_RTX);
H A Dbuiltins.c3689 do_jump (arg0, if_false_label, if_true_label);
H A DFSFChangeLog1150 * expr.c (do_jump, case EQ_EXPR, NE_EXPR): When comparing complex
1339 * expr.c (do_jump, case EQ_EXPR, case NE_EXPR): Check for COMPLEX
H A DFSFChangeLog.116155 (do_jump, case TRUTH_{AND,OR}IF_EXPR): Likewise.
6156 (do_jump, case COND_EXPR): Likewise.
8923 (expand_assignment, do_jump): Pass new arg to get_inner_reference.
9735 * expr.c (do_jump): Conditionalize cleanups for the COND_EXPR case,
11327 * expr.c (do_jump, case TRUTH_ORIF_EXPR): Ensure end of an
11329 (do_jump, case TRUTH_ANDIF_EXPR): Likewise.
11422 * expr.c (expand_expr, {defer,expand}_cleanups_to, do_jump): Transform
H A DChangeLog.38544 (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
9033 (do_jump): Likewise.
11701 (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
13544 (store_constructor, store_field, expand_expr, do_jump): Likewise.
14669 * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
14891 (do_jump, do_store_flag): Likewise.
H A DFSFChangeLog.10953 * expr.c (do_jump, case COMPOUND_EXPR): Call preserve_temp_slots.
6337 (do_jump, case TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR): Likewise.
7866 * expr.c (do_jump, case EQ_EXPR, NE_EXPR): Fix typo for complex.
8082 * expr.c (do_jump, case EQ_EXPR, NE_EXPR): Properly compare complex.
H A DChangeLog.23855 (do_jump, case WITH_RECORD_EXPR): New case.
6719 (do_jump): Likewise.
10756 (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
H A DChangeLog.5981 * expr.c (do_jump): Special case __builtin_expect (<test>, 0) and
2226 (expand_expr, expand_expr_unaligned, do_jump): Likewise.
12296 * expr.c (do_jump): Treat VOIDmode CONST_DOUBLEs like CONST_INTs.
H A DChangeLog740 * expr.c (do_jump): If TREE_CONSTANT_OVERFLOW is set, don't
5472 * expr.c (do_jump): Handle UNSAVE_EXPR specially.
H A DChangeLog.02102 * expr.c (do_jump, case EQ_EXPR, NE_EXPR): When comparing complex
H A DChangeLog.712517 * expr.c (store_expr, store_constructor, expand_expr, do_jump,
/openbsd/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi385 is taken directly, much like the transformation done by @code{do_jump} in
H A Dgccint.info6644 directly, much like the transformation done by `do_jump' in the RTL