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

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c154 tree orig_op0, orig_op1, orig_op2; local
260 orig_op0 = op0 = TREE_OPERAND (expr, 0);
266 if (op0 != orig_op0)
278 orig_op0 = op0 = TREE_OPERAND (expr, 0);
296 if (op0 != orig_op0 || op1 != orig_op1)
352 orig_op0 = op0 = TREE_OPERAND (expr, 0);
369 if (op0 != orig_op0 || op1 != orig_op1 || in_init)
381 && TREE_CODE (orig_op0) != INTEGER_CST
382 && TREE_CODE (TREE_TYPE (orig_op0)) == INTEGER_TYPE
385 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (orig_op0))
[all...]
H A Dc-typeck.c3965 tree orig_op0 = op0;
4037 TREE_TYPE (TREE_TYPE (orig_op0))))
11543 tree orig_op0, tree orig_op1, bool convert_p)
11623 op0 = orig_op0;
11626 op0_int_operands = EXPR_INT_CONST_OPERANDS (orig_op0);
11635 int_const_or_overflow = (TREE_CODE (orig_op0) == INTEGER_CST
11638 && !TREE_OVERFLOW (orig_op0)
11672 && reject_gcc_builtin (op0, EXPR_LOCATION (orig_op0)))
11746 enum stv_conv convert_flag = scalar_to_vector (location, code, orig_op0,
11862 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
3952 tree orig_op0 = op0; 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
260 orig_op0 = op0 = TREE_OPERAND (expr, 0);
266 if (op0 != orig_op0)
278 orig_op0 = op0 = TREE_OPERAND (expr, 0);
296 if (op0 != orig_op0 || op1 != orig_op1)
352 orig_op0 = op0 = TREE_OPERAND (expr, 0);
369 if (op0 != orig_op0 || op1 != orig_op1 || in_init)
381 && TREE_CODE (orig_op0) != INTEGER_CST
382 && TREE_CODE (TREE_TYPE (orig_op0)) == INTEGER_TYPE
385 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (orig_op0))
[all...]
H A Dc-typeck.cc3997 tree orig_op0 = op0;
4068 TREE_TYPE (TREE_TYPE (orig_op0))))
11755 tree orig_op0, tree orig_op1, bool convert_p)
11835 op0 = orig_op0;
11838 op0_int_operands = EXPR_INT_CONST_OPERANDS (orig_op0);
11847 int_const_or_overflow = (TREE_CODE (orig_op0) == INTEGER_CST
11850 && !TREE_OVERFLOW (orig_op0)
11884 && reject_gcc_builtin (op0, EXPR_LOCATION (orig_op0)))
11958 enum stv_conv convert_flag = scalar_to_vector (location, code, orig_op0,
12074 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
3984 tree orig_op0 = op0; 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))
2265 int op0_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op0));
2271 && TREE_CODE (TREE_TYPE (orig_op0)) == ENUMERAL_TYPE
2273 && TYPE_MAIN_VARIANT (TREE_TYPE (orig_op0))
2278 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1));
2295 sop = orig_op0, uop = orig_op1;
2297 sop = orig_op1, uop = orig_op0;
2331 "signedness: %qT and %qT", TREE_TYPE (orig_op0),
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,
4975 op0 = resolve_nondeduced_context (orig_op0, 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)
5056 || (!null_ptr_cst_p (orig_op0)
5453 tree stripped_orig_op0 = tree_strip_any_location_wrapper (orig_op0);
5463 && TREE_CODE (TREE_TYPE (orig_op0)) == ARRAY_TYPE
5500 && null_ptr_cst_p (orig_op0))
5512 if (char_type_p (TREE_TYPE (orig_op0)))
5528 else if (null_ptr_cst_p (orig_op0)
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
[all...]
H A Dconstexpr.cc5323 tree orig_op0 = TREE_OPERAND (t, 0); local
5339 orig_op0, &empty_base);
5343 tree op0 = cxx_eval_constant_expression (ctx, orig_op0,
5380 if (lval && op0 != orig_op0)
/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))
2267 int op0_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op0));
2285 sop = orig_op0, uop = orig_op1;
2287 sop = orig_op1, uop = orig_op0;
2321 "signedness: %qT and %qT", TREE_TYPE (orig_op0),
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.c552 rtx orig_op0 = XEXP (x, 0); local
554 RTX_CODE code0 = GET_CODE (orig_op0);
556 rtx op0 = orig_op0;
H A Dreload.c5585 rtx orig_op0 = XEXP (x, 0);
5587 RTX_CODE code0 = GET_CODE (orig_op0);
5589 rtx op0 = orig_op0;
5599 subreg_regno_offset (REGNO (SUBREG_REG (orig_op0)),
5600 GET_MODE (SUBREG_REG (orig_op0)),
5601 SUBREG_BYTE (orig_op0),
5602 GET_MODE (orig_op0))));
5636 find_reloads_address_1 (mode, as, orig_op0, 1, PLUS, SCRATCH,
5647 find_reloads_address_1 (mode, as, orig_op0, 0, PLUS, code1,
5663 find_reloads_address_1 (mode, as, orig_op0,
5566 rtx orig_op0 = XEXP (x, 0); local
[all...]
H A Dregrename.c1293 rtx orig_op0 = XEXP (x, 0); local
1295 RTX_CODE code0 = GET_CODE (orig_op0);
1297 rtx op0 = orig_op0;
H A Dexpr.c10724 rtx orig_op0, memloc;
10735 orig_op0 = op0
10913 if (op0 == orig_op0)
10921 if (op0 == orig_op0)
11084 if (op0 == orig_op0)
11091 && (MEM_P (orig_op0) || CONSTANT_P (orig_op0))))
11195 rtx orig_op0
11206 if (MEM_P (orig_op0))
11208 op0 = orig_op0;
10704 rtx orig_op0, memloc; local
11175 rtx orig_op0 local
[all...]
H A Dcfgexpand.c4595 rtx orig_op0; local
4600 orig_op0 = op0 = expand_debug_expr (tem);
4657 if (op0 == orig_op0)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc554 rtx orig_op0 = XEXP (x, 0); local
556 RTX_CODE code0 = GET_CODE (orig_op0);
558 rtx op0 = orig_op0;
H A Dreload.cc5556 rtx orig_op0 = XEXP (x, 0);
5558 RTX_CODE code0 = GET_CODE (orig_op0);
5560 rtx op0 = orig_op0;
5570 subreg_regno_offset (REGNO (SUBREG_REG (orig_op0)),
5571 GET_MODE (SUBREG_REG (orig_op0)),
5572 SUBREG_BYTE (orig_op0),
5573 GET_MODE (orig_op0))));
5608 find_reloads_address_1 (mode, as, orig_op0, 1, PLUS, SCRATCH,
5620 find_reloads_address_1 (mode, as, orig_op0, 0, PLUS, code1,
5636 find_reloads_address_1 (mode, as, orig_op0,
5537 rtx orig_op0 = XEXP (x, 0); local
[all...]
H A Dregrename.cc1313 rtx orig_op0 = XEXP (x, 0); local
1315 RTX_CODE code0 = GET_CODE (orig_op0);
1317 rtx op0 = orig_op0;
H A Dexpr.cc11120 rtx orig_op0, memloc;
11131 orig_op0 = op0
11309 if (op0 == orig_op0)
11317 if (op0 == orig_op0)
11480 if (op0 == orig_op0)
11487 && (MEM_P (orig_op0) || CONSTANT_P (orig_op0))))
11591 rtx orig_op0
11602 if (MEM_P (orig_op0))
11604 op0 = orig_op0;
11100 rtx orig_op0, memloc; local
11571 rtx orig_op0 local
[all...]
H A Dcfgexpand.cc4745 rtx orig_op0; local
4750 orig_op0 = op0 = expand_debug_expr (tem);
4807 if (op0 == orig_op0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4483 enum tree_code code, tree orig_op0, tree orig_op1,
4548 op0 = resolve_nondeduced_context (orig_op0, 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)
4629 || (!null_ptr_cst_p (orig_op0)
5020 tree stripped_orig_op0 = tree_strip_any_location_wrapper (orig_op0);
5062 && null_ptr_cst_p (orig_op0))
5074 if (char_type_p (TREE_TYPE (orig_op0)))
5090 else if (null_ptr_cst_p (orig_op0) && null_ptr_cst_p (orig_op1))
5152 else if (TYPE_PTRMEMFUNC_P (type1) && null_ptr_cst_p (orig_op0))
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
[all...]
H A Dconstexpr.c4537 tree orig_op0 = TREE_OPERAND (t, 0); local
4553 orig_op0, &empty_base);
4557 tree op0 = cxx_eval_constant_expression (ctx, orig_op0,
4594 if (lval && op0 != orig_op0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c1216 rtx orig_op0 = op0;
1313 orig_op0, 1, OPTAB_DIRECT);
1314 if (orig_op0 == op0)
1316 if (GET_MODE (orig_op0) == Pmode)
1318 return gen_lowpart (GET_MODE (orig_op0), op0);
1212 rtx orig_op0 = op0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc1216 rtx orig_op0 = op0;
1313 orig_op0, 1, OPTAB_DIRECT);
1314 if (orig_op0 == op0)
1316 if (GET_MODE (orig_op0) == Pmode)
1318 return gen_lowpart (GET_MODE (orig_op0), op0);
1212 rtx orig_op0 = op0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c446 rtx orig_op0 = NULL_RTX; local
456 orig_op0 = op0;
508 if (orig_op0)
509 emit_move_insn (orig_op0, gen_lowpart (GET_MODE (orig_op0), op0));

Completed in 944 milliseconds

12