Searched refs:exp (Results 126 - 150 of 575) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dlanghooks.c122 lhd_safe_from_p (rtx ARG_UNUSED (x), tree ARG_UNUSED (exp))
130 lhd_staticp (tree ARG_UNUSED (exp))
425 lhd_expr_size (tree exp) argument
427 if (DECL_P (exp)
428 && DECL_SIZE_UNIT (exp) != 0)
429 return DECL_SIZE_UNIT (exp);
431 return size_in_bytes (TREE_TYPE (exp));
H A Dloop-iv.c1589 rtx rev, reve, exp = *expr; local
1591 if (!COMPARISON_P (exp))
1601 reve = reversed_condition (exp);
1604 exp = canon_condition (exp);
1610 if (rtx_equal_p (exp, cond))
1617 if (rev && rtx_equal_p (exp, rev))
1623 if (implies_p (cond, exp))
1637 if (rev && implies_p (exp, rev))
H A Domp-low.c4262 init_tmp_var (tree exp, tree_stmt_iterator *tsi)
4266 t = create_tmp_var (TREE_TYPE (exp), NULL);
4269 stmt = build2 (MODIFY_EXPR, TREE_TYPE (t), t, exp);
4280 save_tmp_var (tree exp, tree_stmt_iterator *tsi)
4284 t = create_tmp_var (TREE_TYPE (exp), NULL);
4287 stmt = build2 (MODIFY_EXPR, TREE_TYPE (t), exp, t);
4260 init_tmp_var(tree exp, tree_stmt_iterator *tsi) argument
4278 save_tmp_var(tree exp, tree_stmt_iterator *tsi) argument
H A Doptabs.c372 expand_widen_pattern_expr (tree exp, rtx op0, rtx op1, rtx wide_op, rtx target,
383 int nops = TREE_CODE_LENGTH (TREE_CODE (exp));
385 oprnd0 = TREE_OPERAND (exp, 0);
388 optab_for_tree_code (TREE_CODE (exp), TREE_TYPE (oprnd0));
395 oprnd1 = TREE_OPERAND (exp, 1);
410 oprnd2 = TREE_OPERAND (exp, 2);
368 expand_widen_pattern_expr(tree exp, rtx op0, rtx op1, rtx wide_op, rtx target, int unsignedp) argument
H A Doptabs.h516 extern rtx expand_widen_pattern_expr (tree exp, rtx op0, rtx op1, rtx wide_op,
H A Dpostreload-gcse.c303 struct expr *exp = (struct expr *) expp;
304 return exp->hash;
299 struct expr *exp = (struct expr *) expp; local
H A Dreal.c65 have guard digits or rounding, the computation of 10**exp can
483 int shift = 0, exp;
512 exp = REAL_EXP (r) - shift;
513 if (exp > MAX_EXP)
515 else if (exp < -MAX_EXP)
519 SET_REAL_EXP (r, exp);
533 int dexp, sign, exp;
599 exp = REAL_EXP (a);
639 if (++exp > MAX_EXP)
649 SET_REAL_EXP (r, exp);
481 int shift = 0, exp; local
530 int dexp, sign, exp; local
759 int exp = (REAL_EXP (a) - (2*SIGSZ-1-i)*(HOST_BITS_PER_LONG/2) local
807 int exp, sign = a->sign ^ b->sign; local
1130 real_ldexp(REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *op0, int exp) argument
1331 int exp; local
1727 int i, j, exp = REAL_EXP (r); local
1799 int exp = 0; local
2136 times_pten(REAL_VALUE_TYPE *r, int exp) argument
2661 unsigned long image, sig, exp; local
2730 int exp = (image >> 23) & 0xff; local
2824 unsigned long image_lo, image_hi, sig_lo, sig_hi, exp; local
2920 int exp; local
3114 int exp = REAL_EXP (r); local
3217 int exp; local
3543 unsigned long image3, image2, image1, image0, exp; local
3676 int exp; local
3844 unsigned long sign, exp, sig, image; local
3881 int exp = (image >> 7) & 0xff; local
3955 int exp; local
4055 int exp; local
4173 unsigned long sign, exp, sig, image; local
4206 int exp; local
4228 unsigned long sign, exp, image_hi, image_lo; local
4278 int exp; local
4494 unsigned long image, exp, sig; local
4536 int exp, sf; local
4567 unsigned long exp, sig; local
4618 int exp, sf; local
4747 int iter, exp; local
[all...]
H A Drecog.c3392 rtx exp = XVECEXP (out_pat, 0, i);
3394 if (GET_CODE (exp) == CLOBBER)
3397 gcc_assert (GET_CODE (exp) == SET);
3399 if (reg_mentioned_p (SET_DEST (exp), SET_DEST (in_set)))
3445 rtx exp = XVECEXP (out_pat, 0, i);
3447 if (GET_CODE (exp) == CLOBBER)
3450 gcc_assert (GET_CODE (exp) == SET);
3378 rtx exp = XVECEXP (out_pat, 0, i); local
3431 rtx exp = XVECEXP (out_pat, 0, i); local
H A Drtlanal.c2617 for_each_rtx_1 (rtx exp, int n, rtx_function f, void *data)
2620 const char *format = GET_RTX_FORMAT (GET_CODE (exp));
2629 x = &XEXP (exp, n);
2653 if (XVEC (exp, n) == 0)
2655 for (j = 0; j < XVECLEN (exp, n); ++j)
2658 x = &XVECEXP (exp, n, j);
2595 for_each_rtx_1(rtx exp, int n, rtx_function f, void *data) argument
H A Dsreal.c26 x = sig * 2 ^ exp
30 exp = exponent
44 -SREAL_MAX_EXP <= exp && exp <= SREAL_MAX_EXP
50 sig == 0 && exp == -SREAL_MAX_EXP
71 x->sig_hi, x->sig_lo, x->exp);
73 fprintf (file, "(" HOST_WIDE_INT_PRINT_UNSIGNED " * 2^%d)", x->sig, x->exp);
88 r->exp = a->exp;
102 gcc_assert (x->exp
271 sreal_init(sreal *r, unsigned HOST_WIDE_INT sig, signed int exp) argument
[all...]
H A Dsreal.h53 signed int exp; /* Exponent. */ member in struct:sreal
H A Dstmt.c24 above the level of expressions, using subroutines in exp*.c and emit-rtl.c.
195 expand_computed_goto (tree exp)
197 rtx x = expand_normal (exp);
1106 expand_asm_expr (tree exp)
1112 if (ASM_INPUT_P (exp))
1114 expand_asm (ASM_STRING (exp), ASM_VOLATILE_P (exp));
1118 outputs = ASM_OUTPUTS (exp);
1129 expand_asm_operands (ASM_STRING (exp), outputs, ASM_INPUTS (exp),
192 expand_computed_goto(tree exp) argument
1100 expand_asm_expr(tree exp) argument
1370 expand_expr_stmt(tree exp) argument
1407 warn_if_unused_value(tree exp, location_t locus) argument
2316 expand_case(tree exp) argument
[all...]
H A Dstub-objc.c470 objc_v2_component_ref_field_offset (tree ARG_UNUSED (exp))
476 objc_v2_bitfield_ivar_bitpos (tree ARG_UNUSED (exp))
483 objc_type_valid_for_messaging (tree ARG_UNUSED (exp))
541 objc_property_reference_expr (tree ARG_UNUSED (exp))
572 bool block_requires_copying (tree exp) argument
575 tree type = TREE_TYPE (exp);
H A Dsys-protos.h317 extern double exp(double);
H A Dtarget.h440 rtx (* expand_builtin) (tree exp, rtx target, rtx subtarget,
504 bool (*function_ok_for_sibcall) (tree decl, tree exp);
H A Dtree-cfg.c5673 gimplify_val (block_stmt_iterator *bsi, tree type, tree exp)
5677 if (is_gimple_val (exp))
5678 return exp;
5681 new_stmt = build2 (MODIFY_EXPR, type, t, exp);
5672 gimplify_val(block_stmt_iterator *bsi, tree type, tree exp) argument
H A Dtree-dfa.c861 get_ref_base_and_extent (tree exp, HOST_WIDE_INT *poffset, argument
871 gcc_assert (!SSA_VAR_P (exp));
874 if (TREE_CODE (exp) == COMPONENT_REF)
875 size_tree = DECL_SIZE (TREE_OPERAND (exp, 1));
876 else if (TREE_CODE (exp) == BIT_FIELD_REF)
877 size_tree = TREE_OPERAND (exp, 1);
880 enum machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
882 size_tree = TYPE_SIZE (TREE_TYPE (exp));
902 switch (TREE_CODE (exp))
906 TREE_OPERAND (exp,
[all...]
H A Dtree-if-conv.c1011 ifc_temp_var (tree type, tree exp) argument
1016 if (is_gimple_reg (exp))
1017 return exp;
1024 stmt = build2 (MODIFY_EXPR, type, var, exp);
H A Dtree-nested.c163 build_addr (tree exp, tree context) argument
165 tree base = exp;
184 retval = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (exp)), exp);
386 init_tmp_var (struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
390 t = create_tmp_var_for (info, TREE_TYPE (exp), NULL);
391 stmt = build2 (MODIFY_EXPR, TREE_TYPE (t), t, exp);
401 tsi_gimplify_val (struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
403 if (is_gimple_val (exp))
404 return exp;
413 save_tmp_var(struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
[all...]
H A Dtree-ssa-loop-ivopts.c649 abnormal_ssa_name_p (tree exp) argument
651 if (!exp)
654 if (TREE_CODE (exp) != SSA_NAME)
657 return SSA_NAME_OCCURS_IN_ABNORMAL_PHI (exp) != 0;
H A Dtree-ssa-loop-niter.c912 tree exp, cond; local
935 exp = tree_simplify_using_condition (cond, expr);
937 if (exp != expr)
943 expr = exp;
H A Dtree-ssa-structalias.c2561 tree exp = TREE_OPERAND (t, 0); local
2564 get_constraint_for (exp, results);
2568 if ((handled_component_p (exp)
2569 && ref_contains_array_ref (exp))
2570 || TREE_CODE (TREE_TYPE (exp)) == ARRAY_TYPE)
H A Dtree.c1551 really_constant_p (tree exp)
1554 while (TREE_CODE (exp) == NOP_EXPR
1555 || TREE_CODE (exp) == CONVERT_EXPR
1556 || TREE_CODE (exp) == NON_LVALUE_EXPR)
1557 exp = TREE_OPERAND (exp, 0);
1558 return TREE_CONSTANT (exp);
2197 contains_placeholder_p (tree exp)
2201 if (!exp)
2204 code = TREE_CODE (exp);
1546 really_constant_p(tree exp) argument
2182 contains_placeholder_p(tree exp) argument
2341 substitute_in_expr(tree exp, tree f, tree r) argument
2460 substitute_placeholder_in_expr(tree exp, tree obj) argument
[all...]
H A Dtree.h771 &__t->exp.operands[__i]; }))
781 &__t->exp.operands[__i]; }))
792 &__t->exp.operands[__i]; }))
851 #define TREE_OPERAND_CHECK(T, I) __PAST_END((T)->exp.operands, I)
852 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) __PAST_END((T)->exp.operands, I)
853 #define TREE_RTL_OPERAND_CHECK(T, CODE, I) (*(rtx *) &((T)->exp.operands[I]))
861 #define TREE_BLOCK(NODE) (EXPR_CHECK (NODE)->exp.block)
1458 #define TREE_COMPLEXITY(NODE) (EXPR_CHECK (NODE)->exp.complexity)
1468 (EXPR_P (NODE) ? (NODE)->exp.locus : UNKNOWN_LOCATION)
1470 (EXPR_CHECK (NODE)->exp
[all...]
H A Dunwind-dw2.c1006 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.exp = insn_ptr;
1056 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.exp = insn_ptr;
1287 const unsigned char *exp = fs->cfa_exp;
1290 exp = read_uleb128 (exp, &len);
1292 execute_stack_op (exp, exp + len, &orig_context, 0);
1326 const unsigned char *exp = fs->regs.reg[i].loc.exp;
1330 exp
1280 const unsigned char *exp = fs->cfa_exp; local
1319 const unsigned char *exp = fs->regs.reg[i].loc.exp; local
1338 const unsigned char *exp = fs->regs.reg[i].loc.exp; local
[all...]

Completed in 352 milliseconds

1234567891011>>