Lines Matching refs:temp

1352     rtx temp;
1356 temp = expand_builtin_apply_args_1 ();
1360 apply_args_value = temp;
1369 return temp;
1953 tree arg0, arg1, temp, narg;
2002 temp = build_tree_list (NULL_TREE, narg);
2006 temp = TREE_CHAIN (arglist);
2012 arglist = tree_cons (NULL_TREE, narg, temp);
2016 arglist = tree_cons (NULL_TREE, arg0, temp);
4717 rtx insn, drop_through_label, temp;
4770 temp = XEXP (SET_SRC (pc_set (next)), 0);
4772 temp = next;
4776 if (temp == if_false_label)
4778 else if (temp == if_true_label)
4788 temp = XEXP (SET_SRC (pc_set (next)), 0);
4790 temp = next;
4792 if (temp == if_false_label)
4794 else if (temp == if_true_label)
5225 rtx temp, addend, mask;
5233 temp = gen_reg_rtx (Pmode);
5237 temp = expand_simple_binop (Pmode, PLUS, tramp, addend,
5238 temp, 0, OPTAB_LIB_WIDEN);
5239 tramp = expand_simple_binop (Pmode, AND, temp, mask,
5240 temp, 0, OPTAB_LIB_WIDEN);
5312 rtx temp;
5337 temp = expand_normal (arg);
5343 temp = gen_lowpart (imode, temp);
5353 temp = operand_subword_force (temp, word, fmode);
5360 temp = force_reg (imode, temp);
5380 temp = gen_lowpart (rmode, temp);
5381 temp = expand_binop (rmode, and_optab, temp,
5390 temp = expand_shift (RSHIFT_EXPR, imode, temp,
5392 temp = gen_lowpart (rmode, temp);
5393 temp = expand_binop (rmode, and_optab, temp, const1_rtx,
5397 return temp;
8480 tree temp = fold_convert (integer_type_node,
8484 return fold_build1 (NEGATE_EXPR, integer_type_node, temp);
8556 tree temp = fold_convert (integer_type_node,
8560 return fold_build1 (NEGATE_EXPR, integer_type_node, temp);
8592 tree arg, temp;
8606 temp = REAL_VALUE_NEGATIVE (c) ? integer_one_node : integer_zero_node;
8607 return fold_convert (type, temp);
10489 tree temp = fold_convert (TREE_TYPE (dest), len);
10490 temp = fold_build2 (PLUS_EXPR, TREE_TYPE (dest), dest, temp);
10491 return fold_convert (TREE_TYPE (TREE_TYPE (fndecl)), temp);