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

/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck.c2969 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
3026 op1 = orig_op1;
3285 || (TREE_CODE (orig_op1) == STRING_CST && !integer_zerop (op0)))
3394 || TREE_CODE (orig_op1) == STRING_CST)
3472 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1), code);
3623 int op1_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op1));
3631 && TREE_CODE (TREE_TYPE (orig_op1)) == ENUMERAL_TYPE
3633 != TYPE_MAIN_VARIANT (TREE_TYPE (orig_op1)))
3636 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1));
3657 || (op1_signed && tree_expr_nonnegative_p (orig_op1)))
2961 build_binary_op(enum tree_code code, tree orig_op0, tree orig_op1, int convert_p ATTRIBUTE_UNUSED) argument
4642 tree orig_op1 = op1; local
4694 tree orig_op1 = op1; local
[all...]
/freebsd-10.0-release/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 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...]
H A Dc-typeck.c2745 tree orig_op1 = op1;
2807 if (!COMPLETE_OR_VOID_TYPE_P (TREE_TYPE (TREE_TYPE (orig_op1))))
3298 tree orig_op1 = op1, orig_op2 = op2;
3348 int unsigned_op1 = TYPE_UNSIGNED (TREE_TYPE (orig_op1));
3383 else if (null_pointer_constant_p (orig_op1))
3421 if (!null_pointer_constant_p (orig_op1))
7824 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
7880 op1 = default_conversion (orig_op1);
7885 op1 = orig_op1;
8116 if (pedantic && !null_pointer_constant_p (orig_op1)
2731 tree orig_op1 = op1; local
3280 tree orig_op1 = op1, orig_op2 = op2; local
7786 build_binary_op(enum tree_code code, tree orig_op0, tree orig_op1, int convert_p) argument
[all...]
/freebsd-10.0-release/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 226 milliseconds