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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c154 tree orig_op0, orig_op1, orig_op2; local
279 orig_op1 = op1 = TREE_OPERAND (expr, 1);
296 if (op0 != orig_op0 || op1 != orig_op1)
353 orig_op1 = op1 = TREE_OPERAND (expr, 1);
369 if (op0 != orig_op0 || op1 != orig_op1 || in_init)
390 && TREE_CODE (orig_op1) != INTEGER_CST
392 && TREE_CODE (TREE_TYPE (orig_op1)) == INTEGER_TYPE
424 || (TREE_CODE (orig_op1) != INTEGER_CST
425 && TREE_CODE (TREE_TYPE (orig_op1)) == INTEGER_TYPE
435 && TREE_CODE (orig_op1) !
[all...]
H A Dc-typeck.c3966 tree orig_op1 = op1;
4034 if (!COMPLETE_OR_VOID_TYPE_P (TREE_TYPE (TREE_TYPE (orig_op1))))
4039 TREE_TYPE (TREE_TYPE (orig_op1)));
4043 if (pointer_to_zero_sized_aggr_p (TREE_TYPE (orig_op1)))
5179 tree orig_op1 = op1, orig_op2 = op2;
5184 op1_int_operands = EXPR_INT_CONST_OPERANDS (orig_op1);
5251 tree t1 = op1_original_type ? op1_original_type : TREE_TYPE (orig_op1);
5316 int unsigned_op1 = TYPE_UNSIGNED (TREE_TYPE (orig_op1));
5366 "operand", TREE_TYPE (orig_op1),
5373 TREE_TYPE (orig_op1));
3953 tree orig_op1 = op1; local
5162 tree orig_op1 = op1, orig_op2 = op2; local
11505 build_binary_op(location_t location, enum tree_code code, tree orig_op0, tree orig_op1, bool convert_p) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-fold.cc154 tree orig_op0, orig_op1, orig_op2; local
279 orig_op1 = op1 = TREE_OPERAND (expr, 1);
296 if (op0 != orig_op0 || op1 != orig_op1)
353 orig_op1 = op1 = TREE_OPERAND (expr, 1);
369 if (op0 != orig_op0 || op1 != orig_op1 || in_init)
390 && TREE_CODE (orig_op1) != INTEGER_CST
392 && TREE_CODE (TREE_TYPE (orig_op1)) == INTEGER_TYPE
424 || (TREE_CODE (orig_op1) != INTEGER_CST
425 && TREE_CODE (TREE_TYPE (orig_op1)) == INTEGER_TYPE
435 && TREE_CODE (orig_op1) !
[all...]
H A Dc-typeck.cc3998 tree orig_op1 = op1;
4065 if (!COMPLETE_OR_VOID_TYPE_P (TREE_TYPE (TREE_TYPE (orig_op1))))
4070 TREE_TYPE (TREE_TYPE (orig_op1)));
4074 if (pointer_to_zero_sized_aggr_p (TREE_TYPE (orig_op1)))
5217 tree orig_op1 = op1, orig_op2 = op2;
5222 op1_int_operands = EXPR_INT_CONST_OPERANDS (orig_op1);
5289 tree t1 = op1_original_type ? op1_original_type : TREE_TYPE (orig_op1);
5354 int unsigned_op1 = TYPE_UNSIGNED (TREE_TYPE (orig_op1));
5404 "operand", TREE_TYPE (orig_op1),
5411 TREE_TYPE (orig_op1));
3985 tree orig_op1 = op1; local
5200 tree orig_op1 = op1, orig_op2 = op2; local
11717 build_binary_op(location_t location, enum tree_code code, tree orig_op0, tree orig_op1, bool convert_p) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c2258 tree orig_op0, tree orig_op1,
2262 if (error_operand_p (orig_op0) || error_operand_p (orig_op1))
2266 int op1_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op1));
2272 && TREE_CODE (TREE_TYPE (orig_op1)) == ENUMERAL_TYPE
2274 != TYPE_MAIN_VARIANT (TREE_TYPE (orig_op1)))
2278 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1));
2295 sop = orig_op0, uop = orig_op1;
2297 sop = orig_op1, uop = orig_op0;
2332 TREE_TYPE (orig_op1));
2257 warn_for_sign_compare(location_t location, tree orig_op0, tree orig_op1, tree op0, tree op1, tree result_type, enum tree_code resultcode) argument
H A Dc-common.h1346 tree orig_op0, tree orig_op1,
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4910 enum tree_code code, tree orig_op0, tree orig_op1,
4976 op1 = resolve_nondeduced_context (orig_op1, complain);
5047 if ((null_node_p (orig_op0) || null_node_p (orig_op1))
5053 (null_ptr_cst_p (orig_op0) && null_ptr_cst_p (orig_op1)
5058 || (!null_ptr_cst_p (orig_op1)
5454 tree stripped_orig_op1 = tree_strip_any_location_wrapper (orig_op1);
5464 && TREE_CODE (TREE_TYPE (orig_op1)) == ARRAY_TYPE)
5476 && null_ptr_cst_p (orig_op1))
5488 if (char_type_p (TREE_TYPE (orig_op1)))
5528 else if (null_ptr_cst_p (orig_op0) && null_ptr_cst_p (orig_op1))
4901 cp_build_binary_op(const op_location_t &location, enum tree_code code, tree orig_op0, tree orig_op1, tsubst_flags_t complain) argument
7535 tree orig_op1 = op1; local
7659 tree orig_op1 = op1; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4483 enum tree_code code, tree orig_op0, tree orig_op1,
4549 op1 = resolve_nondeduced_context (orig_op1, complain);
4620 if ((null_node_p (orig_op0) || null_node_p (orig_op1))
4626 (null_ptr_cst_p (orig_op0) && null_ptr_cst_p (orig_op1)
4631 || (!null_ptr_cst_p (orig_op1)
5021 tree stripped_orig_op1 = tree_strip_any_location_wrapper (orig_op1);
5038 && null_ptr_cst_p (orig_op1))
5050 if (char_type_p (TREE_TYPE (orig_op1)))
5090 else if (null_ptr_cst_p (orig_op0) && null_ptr_cst_p (orig_op1))
5111 else if (TYPE_PTRMEMFUNC_P (type0) && null_ptr_cst_p (orig_op1))
4474 cp_build_binary_op(const op_location_t &location, enum tree_code code, tree orig_op0, tree orig_op1, tsubst_flags_t complain) argument
7030 tree orig_op1 = op1; local
7153 tree orig_op1 = op1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc2260 tree orig_op0, tree orig_op1,
2264 if (error_operand_p (orig_op0) || error_operand_p (orig_op1))
2268 int op1_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op1));
2285 sop = orig_op0, uop = orig_op1;
2287 sop = orig_op1, uop = orig_op0;
2322 TREE_TYPE (orig_op1));
2259 warn_for_sign_compare(location_t location, tree orig_op0, tree orig_op1, tree op0, tree op1, tree result_type, enum tree_code resultcode) argument
H A Dc-common.h1453 tree orig_op0, tree orig_op1,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c553 rtx orig_op1 = XEXP (x, 1); local
555 RTX_CODE code1 = GET_CODE (orig_op1);
557 rtx op1 = orig_op1;
H A Dreload.c5586 rtx orig_op1 = XEXP (x, 1);
5588 RTX_CODE code1 = GET_CODE (orig_op1);
5590 rtx op1 = orig_op1;
5614 subreg_regno_offset (REGNO (SUBREG_REG (orig_op1)),
5615 GET_MODE (SUBREG_REG (orig_op1)),
5616 SUBREG_BYTE (orig_op1),
5617 GET_MODE (orig_op1))));
5639 find_reloads_address_1 (mode, as, orig_op1, 0, PLUS, code0,
5650 find_reloads_address_1 (mode, as, orig_op1, 1, PLUS, SCRATCH,
5657 find_reloads_address_1 (mode, as, orig_op1,
5567 rtx orig_op1 = XEXP (x, 1); local
[all...]
H A Dregrename.c1294 rtx orig_op1 = XEXP (x, 1); local
1296 RTX_CODE code1 = GET_CODE (orig_op1);
1298 rtx op1 = orig_op1;
H A Dtree-ssa-reassoc.c679 tree orig_op1 = op1;
698 || orig_op1 == op2)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc555 rtx orig_op1 = XEXP (x, 1); local
557 RTX_CODE code1 = GET_CODE (orig_op1);
559 rtx op1 = orig_op1;
H A Dreload.cc5557 rtx orig_op1 = XEXP (x, 1);
5559 RTX_CODE code1 = GET_CODE (orig_op1);
5561 rtx op1 = orig_op1;
5585 subreg_regno_offset (REGNO (SUBREG_REG (orig_op1)),
5586 GET_MODE (SUBREG_REG (orig_op1)),
5587 SUBREG_BYTE (orig_op1),
5588 GET_MODE (orig_op1))));
5611 find_reloads_address_1 (mode, as, orig_op1, 0, PLUS, code0,
5623 find_reloads_address_1 (mode, as, orig_op1, 1, PLUS, SCRATCH,
5630 find_reloads_address_1 (mode, as, orig_op1,
5538 rtx orig_op1 = XEXP (x, 1); local
[all...]
H A Dregrename.cc1314 rtx orig_op1 = XEXP (x, 1); local
1316 RTX_CODE code1 = GET_CODE (orig_op1);
1318 rtx op1 = orig_op1;
H A Dtree-ssa-reassoc.cc746 tree orig_op1 = op1;
765 || orig_op1 == op2)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c1212 rtx orig_op1, HOST_WIDE_INT addend)
1296 op1 = orig_op1;
1207 ia64_expand_tls_address(enum tls_model tls_kind, rtx op0, rtx op1, rtx orig_op1, HOST_WIDE_INT addend) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc1212 rtx orig_op1, HOST_WIDE_INT addend)
1296 op1 = orig_op1;
1207 ia64_expand_tls_address(enum tls_model tls_kind, rtx op0, rtx op1, rtx orig_op1, HOST_WIDE_INT addend) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c19661 rtx orig_op1 = op1, orig_op2 = op2; local
19685 if (!const_vector_equal_evenodd_p (orig_op1))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc22585 rtx orig_op1 = op1, orig_op2 = op2;
22609 if (!const_vector_equal_evenodd_p (orig_op1))

Completed in 707 milliseconds