Home
last modified time | relevance | path

Searched refs:new_op1 (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c822 tree new_op1 = convert_to_void (op1, implicit); local
825 expr = build (COND_EXPR, TREE_TYPE (new_op1),
826 TREE_OPERAND (expr, 0), new_op1, new_op2);
834 tree new_op1 = convert_to_void (op1, implicit); local
836 if (new_op1 != op1)
838 tree t = build (COMPOUND_EXPR, TREE_TYPE (new_op1),
839 TREE_OPERAND (expr, 0), new_op1);
/openbsd/gnu/gcc/gcc/cp/
H A Dcvt.c821 tree new_op1 = convert_to_void in convert_to_void() local
828 expr = build3 (COND_EXPR, TREE_TYPE (new_op1), in convert_to_void()
829 TREE_OPERAND (expr, 0), new_op1, new_op2); in convert_to_void()
837 tree new_op1 = convert_to_void in convert_to_void() local
841 if (new_op1 != op1) in convert_to_void()
843 tree t = build2 (COMPOUND_EXPR, TREE_TYPE (new_op1), in convert_to_void()
844 TREE_OPERAND (expr, 0), new_op1); in convert_to_void()
/openbsd/gnu/gcc/gcc/
H A Ddojump.c1035 rtx new_op1 = gen_reg_rtx (mode); in do_compare_and_jump() local
1040 emit_insn (gen_canonicalize_funcptr_for_compare (new_op1, op1)); in do_compare_and_jump()
1041 op1 = new_op1; in do_compare_and_jump()
H A Dcombine.c8077 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; in distribute_and_simplify_rtx() local
8103 new_op1 = simplify_gen_binary (outer_code, mode, inner_op1, distributed); in distribute_and_simplify_rtx()
8109 new_op1 = simplify_gen_binary (outer_code, mode, distributed, inner_op1); in distribute_and_simplify_rtx()
8113 new_op0, new_op1)); in distribute_and_simplify_rtx()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c10784 rtx new_op1 = gen_reg_rtx (mode); local
10786 emit_insn (gen_canonicalize_funcptr_for_compare (new_op1, op1));
10787 op1 = new_op1;