Searched refs:CONSTANT_P (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-10.3-release/contrib/gcc/
H A Dalias.c901 if (GET_CODE (src_1) == CONST_INT || CONSTANT_P (src_0))
903 else if (GET_CODE (src_0) == CONST_INT || CONSTANT_P (src_1))
939 if (temp != 0 && CONSTANT_P (temp))
1398 if (temp != 0 && CONSTANT_P (temp))
1437 if (tmp1 == pic_offset_table_rtx && CONSTANT_P (tmp2))
1585 if (CONSTANT_P (l->loc))
1787 if (CONSTANT_P (x))
1809 if (CONSTANT_P (y))
2102 return ((CONSTANT_P (basex) && CONSTANT_P (base
[all...]
H A Dloop-iv.c632 if (code == PLUS && CONSTANT_P (op0))
638 || !CONSTANT_P (op1))
839 if (!CONSTANT_P (def))
914 if (CONSTANT_P (rhs)
952 if (!CONSTANT_P (mby))
958 if (!CONSTANT_P (mby))
965 if (!CONSTANT_P (mby))
1089 if (CONSTANT_P (op))
1360 if (CONSTANT_P (rhs)
1371 if (REG_P (op0) && CONSTANT_P (op
[all...]
H A Drecog.c966 if (CONSTANT_P (op))
1144 return (CONSTANT_P (op)
1189 return (general_operand (op, mode) && ! CONSTANT_P (op));
1197 if (CONSTANT_P (op))
1718 if (CONSTANT_P (op) && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op)))
1839 if (XEXP (*p, 0) && CONSTANT_P (XEXP (*p, 0))
1840 && XEXP (*p, 1) && CONSTANT_P (XEXP (*p, 1)))
2479 else if (strict < 0 && CONSTANT_P (op))
2522 if (CONSTANT_P (op))
2550 && !(CONSTANT_P (o
[all...]
H A Dreload.c115 (CONSTANT_P (X) \
799 if (CONSTANT_P (inner) || GET_CODE (inner) == PLUS)
1004 && (CONSTANT_P (SUBREG_REG (in))
1110 && (CONSTANT_P (SUBREG_REG (out))
1500 && (REG_P (in) || CONSTANT_P (in))
2339 && CONSTANT_P (XEXP (XEXP (addr, 1), 1)))
2356 if (CONSTANT_P (XEXP (addr, 0)))
2361 else if (CONSTANT_P (XEXP (addr, 1)))
2443 gcc_assert (CONSTANT_P (x));
2473 if (CONSTANT_P (xdat
[all...]
H A Dcse.c1552 elt->is_const = (CONSTANT_P (x) || fixed_base_plus_p (x));
3309 if (CONSTANT_P (elt->exp)
3383 if (!REG_P (op0) && ! CONSTANT_P (op0))
3399 || CONSTANT_P (XEXP (elt->exp, 0)))
3403 || CONSTANT_P (XEXP (elt->exp, 1))))
3408 if (op0 && !REG_P (op0) && ! CONSTANT_P (op0))
3414 if (op1 && !REG_P (op1) && ! CONSTANT_P (op1))
3533 if (CONSTANT_P (constant) && GET_CODE (constant) != CONST_INT)
3549 if (! CONSTANT_P (constant))
3766 if (CONSTANT_P (XEX
[all...]
H A Dexplow.c166 else if (CONSTANT_P (XEXP (x, 1)))
294 || (CONSTANT_P (x) && CONSTANT_ADDRESS_P (x)
414 if (! cse_not_expected && CONSTANT_P (x) && CONSTANT_ADDRESS_P (x))
682 if (CONSTANT_P (x)
H A Dexpr.c387 || (from_mode == VOIDmode && CONSTANT_P (from)))
944 if (!data.autinc_from && CONSTANT_P (from_addr))
958 if (!data.autinc_to && CONSTANT_P (to_addr))
1509 if (CONSTANT_P (x) && ! LEGITIMATE_CONSTANT_P (x))
1677 && (!CONSTANT_P (orig_src)
1717 if (! CONSTANT_P (tmps[i])
1747 else if (CONSTANT_P (src) && GET_MODE (dst) != BLKmode
1750 else if (CONSTANT_P (src)
2420 if ( !data->autinc_to && CONSTANT_P (to_addr))
3048 else if ((MEM_P (x) ? !CONSTANT_P (
[all...]
H A Dsimplify-rtx.c196 if (tem && CONSTANT_P (tem))
835 && (CONSTANT_P (op)
857 && (CONSTANT_P (op)
1532 if (CONSTANT_P (op0) && GET_MODE (op0) != VOIDmode
1535 else if (CONSTANT_P (op1) && GET_MODE (op1) != VOIDmode
2723 && CONSTANT_P (op0) && CONSTANT_P (op1))
3280 && CONSTANT_P (XEXP (XEXP (this_op, 0), 0))
3281 && CONSTANT_P (XEXP (XEXP (this_op, 0), 1)))
3407 if (tem && !CONSTANT_P (te
[all...]
H A Dregclass.c1093 && CONSTANT_P (recog_data.operand[1])
1636 if (CONSTANT_P (op)
1667 || (CONSTANT_P (op)
1796 else if (CONSTANT_P (op) && (allows_addr || allows_mem[i]))
2010 if (! CONSTANT_P (arg1))
H A Doptabs.c588 if (CONSTANT_P (op0) && CONSTANT_P (op1))
722 if (CONSTANT_P (op1) || shift_mask >= BITS_PER_WORD)
892 && !CONSTANT_P (op1))
910 if (!CONSTANT_P (op1) && shift_mask == BITS_PER_WORD - 1)
1237 if (CONSTANT_P (op0) && optimize
1245 if (CONSTANT_P (op1) && optimize
2164 if (CONSTANT_P (op0) && optimize
2168 if (CONSTANT_P (op1) && optimize
3621 if (CONSTANT_P (
[all...]
H A Dloop-unswitch.c205 if (CONSTANT_P (op[i]))
H A Ddojump.c823 if (CONSTANT_P (tem))
886 if (CONSTANT_P (tem))
H A Drtlanal.c308 if (XEXP (x, 0) == pic_offset_table_rtx && CONSTANT_P (XEXP (x, 1)))
375 && CONSTANT_P (XEXP (x, 1)))
1258 CONSTANT_P (x) with the switch statement below. */
1259 if (CONSTANT_P (in))
1329 gcc_assert (CONSTANT_P (x));
2128 if (!CONSTANT_P (XEXP (x, 1)) || (XEXP (x, 1) == const0_rtx))
2793 if (!CONSTANT_P (op))
4545 if (CONSTANT_P (op0))
H A Difcvt.c703 insn = (OBJECT_P (y) || CONSTANT_P (y) || GET_CODE (y) == SUBREG)
1246 if ((CONSTANT_P (if_info->a) || register_operand (if_info->a, VOIDmode))
1247 && (CONSTANT_P (if_info->b) || register_operand (if_info->b, VOIDmode)))
2434 if (!CONSTANT_P (src) && !register_operand (src, VOIDmode))
2465 if (!CONSTANT_P (src)
2530 if (!CONSTANT_P (then_vals[i])
2531 && !CONSTANT_P (else_vals[i])
H A Dreload1.c761 /* A function invariant is often CONSTANT_P but may
763 CONSTANT_P objects to LEGITIMATE_PIC_OPERAND_P. */
764 || (CONSTANT_P (x)
943 else if (CONSTANT_P (XEXP (x, 0))
950 && CONSTANT_P (XEXP (XEXP (x, 0), 1))))
2401 && CONSTANT_P (XEXP (x, 1)))
2771 && CONSTANT_P (XEXP (XEXP (x, 1), 1)))
5170 if (CONSTANT_P (x))
5176 && CONSTANT_P (XEXP (x, 1)))
5776 && (CONSTANT_P (rl
[all...]
H A Dpostreload.c275 if (CONSTANT_P (this_rtx) && ! references_value_p (this_rtx, 0))
415 || (CONSTANT_P (recog_data.operand[i])
H A Dregmove.c1925 if (note && CONSTANT_P (XEXP (note, 0)))
1954 if (q && set2 && SET_DEST (set2) == src && CONSTANT_P (SET_SRC (set2))
H A Dsdbout.c807 else if (MEM_P (value) && CONSTANT_P (XEXP (value, 0))
H A Dcombine.c1323 || (INSN_CUID (insn) < last_call_cuid && ! CONSTANT_P (src)))
3802 && CONSTANT_P (XEXP (SET_SRC (x), 1))
4364 if (CONSTANT_P (inner_op0) && COMMUTATIVE_ARITH_P (x))
4405 if (CONSTANT_P (SUBREG_REG (x))
4947 || (CONSTANT_P (true_rtx)
5240 else if (!CONSTANT_P (tmp))
7564 else if (CONSTANT_P (x)
7565 || ((cond0 = get_last_value (x)) != 0 && CONSTANT_P (cond0)))
12055 && (XEXP (note, 0) == 0 || CONSTANT_P (XEXP (note, 0))))
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Ddarwin.h383 ((CONSTANT_P (X) \
H A Drs6000.c774 /* `key' will satisfy CONSTANT_P; in fact, it will satisfy
2397 if (!CONSTANT_P (x))
2926 return CONSTANT_P (x);
2956 return CONSTANT_P (x);
3067 && CONSTANT_P (x)
3083 && CONSTANT_P (x)
3851 if (! CONSTANT_P (SET_SRC (set)))
4101 if (CONSTANT_P (operands[1])
4112 if (CONSTANT_P (operands[1])
4125 if (CONSTANT_P (operand
[all...]
/freebsd-10.3-release/contrib/gcc/config/sparc/
H A Dsparc.h1278 (CONSTANT_P (X) \
2052 if (CONSTANT_P (X) \
H A Dsparc.c942 && CONSTANT_P (operands[1])
967 if (flag_pic && CONSTANT_P (operands[1]))
998 if (CONSTANT_P (operands[1])
1031 if (!CONSTANT_P (operands[1])
2185 else if (CONSTANT_P (this_arg)
2792 satisfies CONSTANT_P. */
2873 that X satisfies CONSTANT_P or is a CONST_DOUBLE. */
2961 if (! CONSTANT_P (imm1) || SPARC_SYMBOL_REF_TLS_P (rs1))
2970 if (! CONSTANT_P (imm1) || SPARC_SYMBOL_REF_TLS_P (rs1))
3471 || CONSTANT_P (add
[all...]
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Darm.h1118 && (CONSTANT_P (X) || GET_CODE (X) == SYMBOL_REF)) \
1122 && CONSTANT_P (X)) \
1784 It is given that X satisfies CONSTANT_P or is a CONST_DOUBLE.
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Di386.c6404 satisfies CONSTANT_P. */
6502 return CONSTANT_P (x) && legitimate_address_p (Pmode, x, 1);
6507 that X satisfies CONSTANT_P or is a CONST_DOUBLE. */
7126 if (GET_CODE (new) == PLUS && CONSTANT_P (XEXP (new, 1)))
7428 && CONSTANT_P (XEXP (x, 1)))
9423 && CONSTANT_P (op1)
9644 if ((CONSTANT_P (src1)
9712 if (CONSTANT_P (operands[1]) && GET_RTX_CLASS (code) != RTX_COMM_ARITH)
10311 if (CONSTANT_P (op1))
10835 if (CONSTANT_P (ix86_compare_op
[all...]

Completed in 716 milliseconds

12