Searched refs:orig_op1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c3088 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
3145 op1 = orig_op1;
3404 || (TREE_CODE (orig_op1) == STRING_CST && !integer_zerop (op0)))
3520 || TREE_CODE (orig_op1) == STRING_CST)
3598 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1), code);
3749 int op1_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op1));
3757 && TREE_CODE (TREE_TYPE (orig_op1)) == ENUMERAL_TYPE
3759 != TYPE_MAIN_VARIANT (TREE_TYPE (orig_op1)))
3762 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1));
3783 || (op1_signed && tree_expr_nonnegative_p (orig_op1)))
3081 build_binary_op(enum tree_code code, tree orig_op0, tree orig_op1, int convert_p ATTRIBUTE_UNUSED) argument
4775 tree orig_op1 = op1; local
4827 tree orig_op1 = op1; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dregrename.c525 rtx orig_op1 = XEXP (x, 1); local
527 RTX_CODE code1 = GET_CODE (orig_op1);
529 rtx op1 = orig_op1;
1450 rtx orig_op1 = XEXP (x, 1);
1452 RTX_CODE code1 = GET_CODE (orig_op1);
1454 rtx op1 = orig_op1;
1449 rtx orig_op1 = XEXP (x, 1); local
H A Dc-typeck.c2822 tree orig_op1 = op1;
2884 if (!COMPLETE_OR_VOID_TYPE_P (TREE_TYPE (TREE_TYPE (orig_op1))))
3377 tree orig_op1 = op1, orig_op2 = op2;
3427 int unsigned_op1 = TYPE_UNSIGNED (TREE_TYPE (orig_op1));
3467 else if (null_pointer_constant_p (orig_op1))
3513 if (!null_pointer_constant_p (orig_op1))
3536 if (!null_pointer_constant_p (orig_op1))
8273 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
8329 op1 = default_conversion (orig_op1);
8334 op1 = orig_op1;
2808 tree orig_op1 = op1; local
3359 tree orig_op1 = op1, orig_op2 = op2; local
8235 build_binary_op(enum tree_code code, tree orig_op0, tree orig_op1, int convert_p) argument
[all...]
H A Dreload.c5408 rtx orig_op1 = XEXP (x, 1);
5410 RTX_CODE code1 = GET_CODE (orig_op1);
5412 rtx op1 = orig_op1;
5436 subreg_regno_offset (REGNO (SUBREG_REG (orig_op1)),
5437 GET_MODE (SUBREG_REG (orig_op1)),
5438 SUBREG_BYTE (orig_op1),
5439 GET_MODE (orig_op1))));
5461 find_reloads_address_1 (mode, orig_op1, 0, PLUS, code0,
5472 find_reloads_address_1 (mode, orig_op1, 1, PLUS, SCRATCH,
5479 find_reloads_address_1 (mode, orig_op1,
5389 rtx orig_op1 = XEXP (x, 1); local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c950 rtx orig_op1, HOST_WIDE_INT addend)
1033 op1 = orig_op1;
944 ia64_expand_tls_address(enum tls_model tls_kind, rtx op0, rtx op1, rtx orig_op1, HOST_WIDE_INT addend) argument

Completed in 257 milliseconds