/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | regrename.c | 536 rtx orig_op0 = XEXP (x, 0); local 538 RTX_CODE code0 = GET_CODE (orig_op0); 540 rtx op0 = orig_op0; 1446 rtx orig_op0 = XEXP (x, 0); local 1448 RTX_CODE code0 = GET_CODE (orig_op0); 1450 rtx op0 = orig_op0;
|
H A D | reload.c | 5273 rtx orig_op0 = XEXP (x, 0); local 5275 RTX_CODE code0 = GET_CODE (orig_op0); 5277 rtx op0 = orig_op0; 5287 subreg_regno_offset (REGNO (SUBREG_REG (orig_op0)), 5288 GET_MODE (SUBREG_REG (orig_op0)), 5289 SUBREG_BYTE (orig_op0), 5290 GET_MODE (orig_op0)))); 5324 find_reloads_address_1 (mode, orig_op0, 1, &XEXP (x, 0), opnum, 5333 find_reloads_address_1 (mode, orig_op0, 0, &XEXP (x, 0), opnum, 5346 find_reloads_address_1 (mode, orig_op0, 0, &XEXP (x, 0), opnum, [all …]
|
H A D | c-typeck.c | 1884 build_binary_op (code, orig_op0, orig_op1, convert_p) in build_binary_op() argument 1886 tree orig_op0, orig_op1; 1937 op0 = default_conversion (orig_op0); 1942 op0 = orig_op0; 2016 shorten = (TREE_UNSIGNED (TREE_TYPE (orig_op0)) 2044 shorten = (TREE_UNSIGNED (TREE_TYPE (orig_op0)) 2174 if (pedantic && (!integer_zerop (op0) || op0 != orig_op0) 2444 int op0_signed = ! TREE_UNSIGNED (TREE_TYPE (orig_op0)); 2450 xop0 = orig_op0;
|
H A D | expr.c | 7401 rtx orig_op0; local 7413 orig_op0 = op0 7509 if (op0 == orig_op0) 7634 if (op0 == orig_op0)
|
/openbsd/gnu/gcc/gcc/ |
H A D | regrename.c | 524 rtx orig_op0 = XEXP (x, 0); in scan_rtx_address() local 526 RTX_CODE code0 = GET_CODE (orig_op0); in scan_rtx_address() 528 rtx op0 = orig_op0; in scan_rtx_address() 1448 rtx orig_op0 = XEXP (x, 0); in replace_oldest_value_addr() local 1450 RTX_CODE code0 = GET_CODE (orig_op0); in replace_oldest_value_addr() 1452 rtx op0 = orig_op0; in replace_oldest_value_addr()
|
H A D | reload.c | 5388 rtx orig_op0 = XEXP (x, 0); in find_reloads_address_1() local 5390 RTX_CODE code0 = GET_CODE (orig_op0); in find_reloads_address_1() 5392 rtx op0 = orig_op0; in find_reloads_address_1() 5402 subreg_regno_offset (REGNO (SUBREG_REG (orig_op0)), in find_reloads_address_1() 5403 GET_MODE (SUBREG_REG (orig_op0)), in find_reloads_address_1() 5404 SUBREG_BYTE (orig_op0), in find_reloads_address_1() 5405 GET_MODE (orig_op0)))); in find_reloads_address_1() 5450 find_reloads_address_1 (mode, orig_op0, 0, PLUS, code1, in find_reloads_address_1() 5466 find_reloads_address_1 (mode, orig_op0, 0, PLUS, code1, in find_reloads_address_1() 5496 find_reloads_address_1 (mode, orig_op0, 1, PLUS, SCRATCH, in find_reloads_address_1() [all …]
|
H A D | c-typeck.c | 7808 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1, in build_binary_op() argument 7863 op0 = default_conversion (orig_op0); in build_binary_op() 7868 op0 = orig_op0; in build_binary_op() 7958 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0)) in build_binary_op() 7985 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0)) in build_binary_op() 8093 if (pedantic && !null_pointer_constant_p (orig_op0) in build_binary_op() 8124 else if (code1 == POINTER_TYPE && null_pointer_constant_p (orig_op0)) in build_binary_op() 8179 else if (code1 == POINTER_TYPE && null_pointer_constant_p (orig_op0)) in build_binary_op() 8377 int op0_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op0)); in build_binary_op() 8383 xop0 = orig_op0; in build_binary_op()
|
H A D | expr.c | 7399 rtx orig_op0; in expand_expr_real_1() local 7410 orig_op0 = op0 in expand_expr_real_1() 7499 if (op0 == orig_op0) in expand_expr_real_1() 7639 if (op0 == orig_op0) in expand_expr_real_1()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 3017 op0 = orig_op0; in build_binary_op() 3385 if (TREE_CODE (orig_op0) == STRING_CST in build_binary_op() 3464 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1), code); in build_binary_op() 3614 int op0_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op0)); in build_binary_op() 3622 if (TREE_CODE (TREE_TYPE (orig_op0)) == ENUMERAL_TYPE in build_binary_op() 3624 && TYPE_MAIN_VARIANT (TREE_TYPE (orig_op0)) in build_binary_op() 3628 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1)); in build_binary_op() 3658 || (op1_signed && TREE_CODE (orig_op0) == INTEGER_CST in build_binary_op() 3659 && int_fits_type_p (orig_op0, c_common_signed_type in build_binary_op() 3730 (orig_op0 == null_node in build_binary_op() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 2977 build_binary_op (code, orig_op0, orig_op1, convert_p) in build_binary_op() argument 2979 tree orig_op0, orig_op1; 3029 op0 = orig_op0; 3551 if (TREE_CODE (TREE_TYPE (orig_op0)) == ENUMERAL_TYPE 3553 && TYPE_MAIN_VARIANT (TREE_TYPE (orig_op0)) 3557 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1)); 3587 || (op1_signed && TREE_CODE (orig_op0) == INTEGER_CST 3588 && int_fits_type_p (orig_op0, c_common_signed_type 3658 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1), code); 3667 (orig_op0 == null_node [all …]
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.c | 948 rtx orig_op0 = op0; in ia64_expand_tls_address() local 1045 orig_op0, 1, OPTAB_DIRECT); in ia64_expand_tls_address() 1046 if (orig_op0 == op0) in ia64_expand_tls_address() 1048 if (GET_MODE (orig_op0) == Pmode) in ia64_expand_tls_address() 1050 return gen_lowpart (GET_MODE (orig_op0), op0); in ia64_expand_tls_address()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64.c | 1152 rtx orig_op0 = op0; local 1246 if (orig_op0 == op0) 1248 if (GET_MODE (orig_op0) == Pmode) 1250 return gen_lowpart (GET_MODE (orig_op0), op0);
|