Searched refs:temp (Results 101 - 125 of 744) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dcse.c7047 rtx temp;
7053 temp = cse_basic_block (insn, val.last, val.path);
7056 insn = temp;
7020 rtx temp; local
H A Ddf-core.c945 void *temp;
951 temp = df_get_bb_info (dflow, old_index);
954 df_set_bb_info (dflow, new_block->index, temp);
943 void *temp; local
H A Ddf-scan.c1207 rtx temp = XVECEXP (dst, 0, i);
1208 if (GET_CODE (temp) == EXPR_LIST || GET_CODE (temp) == CLOBBER
1209 || GET_CODE (temp) == SET)
1210 df_def_record_1 (dflow, temp, bb, insn,
1211 GET_CODE (temp) == CLOBBER
1371 rtx *temp = &XEXP (dst, 0);
1377 ? &SUBREG_REG (dst) : temp,
1203 rtx temp = XVECEXP (dst, 0, i); local
1367 rtx *temp = &XEXP (dst, 0); local
H A Ddojump.c165 rtx temp;
177 temp = integer_zerop (exp) ? if_false_label : if_true_label;
178 if (temp)
179 emit_jump (temp);
589 temp = expand_normal (exp);
592 if (GET_CODE (temp) == SUBREG)
595 if (SUBREG_PROMOTED_VAR_P (temp)
596 && REG_P (XEXP (temp, 0)))
597 temp = XEXP (temp,
164 rtx temp; local
[all...]
H A Ddwarf2out.c1398 to track stores to the stack via fp or a temp reg.
5701 var_loc_list *temp;
5707 temp = ggc_alloc_cleared (sizeof (var_loc_list));
5708 temp->decl_id = decl_id;
5709 *slot = temp;
5712 temp = *slot;
5714 if (temp->last)
5718 if (!rtx_equal_p (NOTE_VAR_LOCATION_LOC (temp->last->var_loc_note),
5722 temp->last->next = loc;
5723 temp
5694 var_loc_list *temp; local
9114 dw_loc_descr_ref temp; local
[all...]
H A Demit-rtl.c2670 rtx temp = gen_reg_rtx (GET_MODE (x));
2671 emit_move_insn (temp, x);
2672 return temp;
2658 rtx temp = gen_reg_rtx (GET_MODE (x)); local
H A Dexplow.c325 rtx temp;
348 temp = simplify_unary_operation (code, to_mode, x, from_mode);
349 if (temp)
350 return temp;
360 temp = gen_rtx_LABEL_REF (to_mode, XEXP (x, 0));
361 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x);
362 return temp;
366 temp = shallow_copy_rtx (x);
367 PUT_MODE (temp, to_mode);
368 return temp;
600 rtx temp = gen_reg_rtx (GET_MODE (x)); local
628 rtx temp = gen_reg_rtx (mode); local
652 rtx temp, insn, set; local
729 rtx temp; local
750 rtx temp; local
825 rtx temp; local
854 rtx temp; local
1427 rtx temp; local
[all...]
H A Dexpmed.c798 rtx temp;
927 temp = force_reg (mode, op0);
931 temp = expand_binop (mode, and_optab, temp,
934 temp = force_reg (mode, temp);
941 temp = expand_binop (mode, ior_optab, temp, value,
943 temp = force_reg (mode, temp);
796 rtx temp; local
2188 rtx op1, temp = 0; local
3154 rtx temp = expand_mult_const (mode, op0, -INTVAL (op1), local
3203 rtx temp = op0; local
3604 rtx result, temp, shift, label; local
3704 rtx temp, label; local
[all...]
H A Dexpr.c713 rtx temp = force_reg (to_mode, gen_lowpart (to_mode, from));
714 emit_move_insn (to, temp);
748 rtx temp;
837 temp = gen_reg_rtx (mode);
838 convert_move (temp, x, unsignedp);
839 return temp;
1915 rtx temp;
1927 temp = assign_stack_temp (GET_MODE (dst), ssize, 0);
1928 emit_group_store (temp, src, type, ssize);
1929 emit_group_load (dst, temp, typ
711 rtx temp = force_reg (to_mode, gen_lowpart (to_mode, from)); local
746 rtx temp; local
1910 rtx temp; local
1933 rtx temp; local
2916 rtx temp; local
3420 rtx temp; local
3616 rtx temp; local
4205 rtx temp; local
4274 rtx temp; local
4365 convert_move (SUBREG_REG (target), temp, local
5535 rtx temp; local
6022 rtx temp = expand_simple_binop (GET_MODE (value), code, local
6789 rtx op0, op1, temp, decl_rtl; local
9373 rtx temp, vector; local
[all...]
H A Dflow.c2322 rtx temp, canon_r;
2335 for (temp = pbi->mem_set_list; temp != 0; temp = XEXP (temp, 1))
2336 if (anti_dependence (r, XEXP (temp, 0)))
2338 rtx mem = XEXP (temp, 0);
2618 rtx temp = pbi->mem_set_list;
2622 while (temp)
2624 next = XEXP (temp,
2316 rtx temp, canon_r; local
2611 rtx temp = pbi->mem_set_list; local
3538 rtx insns, temp; local
4081 rtx temp = pbi->mem_set_list; local
[all...]
H A Dfold-const.c1350 tree temp = fold_convert (ntype, TREE_OPERAND (t, 0));
1351 temp = fold_build2 (RSHIFT_EXPR, ntype, temp, op1);
1352 return fold_convert (type, temp);
4421 int temp;
4440 temp = in0_p, in0_p = in1_p, in1_p = temp;
4997 tree temp;
5005 temp = const_binop (RSHIFT_EXPR, c, size_int (p - 1), 0);
5006 temp
1341 tree temp = fold_convert (ntype, TREE_OPERAND (t, 0)); local
4394 int temp; local
4967 tree temp; local
6223 tree temp; local
12544 tree temp = TARGET_EXPR_SLOT (t); local
[all...]
H A Dfunction.c530 cut_slot_from_list (struct temp_slot *temp, struct temp_slot **list)
532 if (temp->next)
533 temp->next->prev = temp->prev;
534 if (temp->prev)
535 temp->prev->next = temp->next;
537 *list = temp->next;
539 temp->prev = temp
525 cut_slot_from_list(struct temp_slot *temp, struct temp_slot **list) argument
540 insert_slot_to_list(struct temp_slot *temp, struct temp_slot **list) argument
582 move_slot_to_level(struct temp_slot *temp, int level) argument
592 make_slot_available(struct temp_slot *temp) argument
[all...]
H A Dgcc.c214 /* Nonzero means write "temp" files in source directory
1917 temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for
2284 /* This is the common prefix we use to make temp file names.
2287 Thus, all temp file names contain this prefix.
2288 In practice, all temp file names start with this prefix.
2327 struct temp_file *temp;
2328 for (temp = always_delete_queue; temp; temp = temp local
2313 struct temp_file *temp; local
2377 struct temp_file *temp; local
2389 struct temp_file *temp; local
3305 const char *temp; local
[all...]
H A Dgenattrtab.c2041 rtx temp; local
2060 temp = *pterm;
2061 left = simplify_and_tree (XEXP (exp, 0), &temp, insn_code, insn_index);
2062 left_eliminates_term = (temp == true_rtx);
2064 temp = *pterm;
2065 right = simplify_and_tree (XEXP (exp, 1), &temp, insn_code, insn_index);
2066 right_eliminates_term = (temp == true_rtx);
2171 rtx temp; local
2190 temp = *pterm;
2191 left = simplify_or_tree (XEXP (exp, 0), &temp, insn_cod
[all...]
H A Dgimplify.c109 tree temp; /* Value */ member in struct:gimple_temp_hash_elt
496 I.E. given <temp> = &A, return A. */
555 elt_p->temp = ret = create_tmp_from_val (val);
561 ret = elt_p->temp;
957 voidify_wrapper_expr (tree wrapper, tree temp)
1010 temp = NULL_TREE;
1011 else if (temp)
1015 gcc_assert (TREE_CODE (temp) == INIT_EXPR
1016 || TREE_CODE (temp) == MODIFY_EXPR);
1017 TREE_OPERAND (temp,
956 voidify_wrapper_expr(tree wrapper, tree temp) argument
1059 tree temp = voidify_wrapper_expr (bind_expr, NULL); local
3738 tree temp = voidify_wrapper_expr (*expr_p, NULL); local
4113 tree temp = voidify_wrapper_expr (*expr_p, NULL); local
4245 tree temp = TARGET_EXPR_SLOT (targ); local
5669 tree temp = NULL_TREE; local
[all...]
H A Dglobal.c979 HARD_REG_SET temp;
983 COPY_HARD_REG_SET (temp, allocno[num].hard_reg_conflicts);
986 IOR_HARD_REG_SET (temp, fixed_reg_set);
988 IOR_HARD_REG_SET (temp, call_used_reg_set);
991 (temp,
994 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_preferences, temp);
995 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_copy_preferences, temp);
996 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_full_preferences, temp);
1006 HARD_REG_SET temp, temp2;
1011 CLEAR_HARD_REG_SET (temp);
975 HARD_REG_SET temp; local
1002 HARD_REG_SET temp, temp2; local
[all...]
H A Dipa-prop.c112 ipa_methodlist_p temp; local
114 temp = ipa_create_methodlist_node ();
115 ipa_methodlist_method_set (temp, mt);
116 ipa_methodlist_next_method_set (temp, *wl);
117 *wl = temp;
603 tree temp; local
613 temp = ipa_method_get_tree (node, i);
614 if (TREE_CODE (temp) == PARM_DECL)
616 (*lang_hooks.decl_printable_name) (temp, 2));
628 bool temp; local
[all...]
H A Dlambda-code.c173 lambda_body_vector temp; local
181 temp = lambda_body_vector_new (depth);
182 LBV_DENOMINATOR (temp) =
186 LBV_COEFFICIENTS (temp));
187 LBV_SIZE (temp) = LBV_SIZE (vect);
188 return temp;
977 int temp; local
1000 temp = newsteps[j];
1002 newsteps[minimum_column] = temp;
1466 struct loop *temp local
1813 struct loop *temp; local
[all...]
H A Dlambda-mat.c346 lambda_matrix temp; local
350 temp = lambda_matrix_new (n, n);
351 lambda_matrix_copy (mat, temp, n, n);
359 row = temp[j];
365 lambda_matrix_col_negate (temp, n, i);
374 lambda_matrix_col_exchange (temp, n, j, min_col);
385 lambda_matrix_col_add (temp, n, j, i, factor);
400 row = temp[j];
427 lambda_matrix_col_add (temp, n, j, i, factor);
H A Dmodulo-sched.c926 int temp = reload_completed;
930 reload_completed = temp;
923 int temp = reload_completed; local
H A Dopt-gather.awk28 temp = ARRAY[j]
30 ARRAY[j-1] = temp
H A Doptabs.c380 rtx temp;
420 temp = gen_reg_rtx (wmode);
422 temp = target;
476 pat = GEN_FCN (icode) (temp, xop0, xop1, wxop);
479 pat = GEN_FCN (icode) (temp, xop0, xop1);
489 pat = GEN_FCN (icode) (temp, xop0, wxop);
492 pat = GEN_FCN (icode) (temp, xop0);
496 return temp;
518 rtx temp;
526 temp
376 rtx temp; local
514 rtx temp; local
1050 rtx product, adjust, product_high, temp; local
1207 rtx temp; local
1799 rtx temp = emit_move_insn (target, xtarget); local
1995 rtx temp; local
2333 rtx xop0, temp, last; local
2371 rtx xop0, temp, last; local
2424 rtx temp, insns; local
2535 rtx temp; local
2792 rtx temp; local
2817 rtx temp; local
2880 rtx temp, op1; local
3012 rtx temp, insns; local
3113 rtx temp; local
3162 rtx temp; local
3949 rtx temp = simplify_gen_relational (NE, word_mode, mode, x, x); local
4555 rtx temp; local
4728 rtx temp = gen_reg_rtx (GET_MODE (from)); local
[all...]
H A Dprefix.c95 char *temp = 0; local
102 prefix = getenv (temp = concat (key, "_ROOT", NULL));
107 if (temp)
108 free (temp);
H A Dprint-tree.c676 char temp[10];
678 sprintf (temp, "arg %d", i);
679 print_node (file, temp, TREE_OPERAND (node, i), indent + 4);
785 char temp[10];
786 sprintf (temp, "elt %d", i);
788 print_node_brief (file, temp, TREE_VEC_ELT (node, i), 0);
675 char temp[10]; local
784 char temp[10]; local
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex431 \def\temp{#3}%
432 \ifx\temp\empty
434 % thus we reuse \temp.
435 \let\temp\finishparsearg
437 \let\temp\argcheckspaces
440 \temp#1 #3\ArgTerm
520 \def\temp{#1}%
521 \ifx\thisenv\temp
530 \errmessage{This command can appear only \inenvironment\temp,
610 \def\temp{#
[all...]

Completed in 446 milliseconds

1234567891011>>