Searched refs:orig_op0 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dregrename.c524 rtx orig_op0 = XEXP (x, 0); local
526 RTX_CODE code0 = GET_CODE (orig_op0);
528 rtx op0 = orig_op0;
1449 rtx orig_op0 = XEXP (x, 0);
1451 RTX_CODE code0 = GET_CODE (orig_op0);
1453 rtx op0 = orig_op0;
1448 rtx orig_op0 = XEXP (x, 0); local
H A Dreload.c5407 rtx orig_op0 = XEXP (x, 0);
5409 RTX_CODE code0 = GET_CODE (orig_op0);
5411 rtx op0 = orig_op0;
5421 subreg_regno_offset (REGNO (SUBREG_REG (orig_op0)),
5422 GET_MODE (SUBREG_REG (orig_op0)),
5423 SUBREG_BYTE (orig_op0),
5424 GET_MODE (orig_op0))));
5458 find_reloads_address_1 (mode, orig_op0, 1, PLUS, SCRATCH,
5469 find_reloads_address_1 (mode, orig_op0, 0, PLUS, code1,
5485 find_reloads_address_1 (mode, orig_op0,
5388 rtx orig_op0 = XEXP (x, 0); local
[all...]
H A Dc-typeck.c8273 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
8328 op0 = default_conversion (orig_op0);
8333 op0 = orig_op0;
8423 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
8450 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
8569 /* op0 != orig_op0 detects the case of something
8571 if (pedantic && !null_pointer_constant_p (orig_op0)
8609 else if (code1 == POINTER_TYPE && null_pointer_constant_p (orig_op0))
8633 else if (code1 == BLOCK_POINTER_TYPE && null_pointer_constant_p (orig_op0))
8670 else if (code1 == POINTER_TYPE && null_pointer_constant_p (orig_op0))
8235 build_binary_op(enum tree_code code, tree orig_op0, tree orig_op1, int convert_p) argument
[all...]
H A Dexpr.c7464 rtx orig_op0;
7475 orig_op0 = op0
7564 if (op0 == orig_op0)
7704 if (op0 == orig_op0)
7444 rtx orig_op0; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c3088 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
3144 op0 = orig_op0;
3403 if ((TREE_CODE (orig_op0) == STRING_CST && !integer_zerop (op1))
3519 if (TREE_CODE (orig_op0) == STRING_CST
3598 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1), code);
3748 int op0_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op0));
3756 if (TREE_CODE (TREE_TYPE (orig_op0)) == ENUMERAL_TYPE
3758 && TYPE_MAIN_VARIANT (TREE_TYPE (orig_op0))
3762 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1));
3782 else if ((op0_signed && tree_expr_nonnegative_p (orig_op0))
3081 build_binary_op(enum tree_code code, tree orig_op0, tree orig_op1, int convert_p ATTRIBUTE_UNUSED) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c953 rtx orig_op0 = op0;
1050 orig_op0, 1, OPTAB_DIRECT);
1051 if (orig_op0 == op0)
1053 if (GET_MODE (orig_op0) == Pmode)
1055 return gen_lowpart (GET_MODE (orig_op0), op0);
948 rtx orig_op0 = op0; local

Completed in 181 milliseconds