2010-11-13 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / gcc / builtins.c
blobe193791ccc76d69eb6c68474c92d79f3201ce1a6
1 /* Expand builtin functions.
2 Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4 Free Software Foundation, Inc.
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 3, or (at your option) any later
11 version.
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
22 #include "config.h"
23 #include "system.h"
24 #include "coretypes.h"
25 #include "tm.h"
26 #include "machmode.h"
27 #include "rtl.h"
28 #include "tree.h"
29 #include "realmpfr.h"
30 #include "gimple.h"
31 #include "flags.h"
32 #include "regs.h"
33 #include "hard-reg-set.h"
34 #include "except.h"
35 #include "function.h"
36 #include "insn-config.h"
37 #include "expr.h"
38 #include "optabs.h"
39 #include "libfuncs.h"
40 #include "recog.h"
41 #include "output.h"
42 #include "typeclass.h"
43 #include "toplev.h"
44 #include "predict.h"
45 #include "tm_p.h"
46 #include "target.h"
47 #include "langhooks.h"
48 #include "basic-block.h"
49 #include "tree-mudflap.h"
50 #include "tree-flow.h"
51 #include "value-prof.h"
52 #include "diagnostic-core.h"
53 #include "builtins.h"
55 #ifndef SLOW_UNALIGNED_ACCESS
56 #define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) STRICT_ALIGNMENT
57 #endif
59 #ifndef PAD_VARARGS_DOWN
60 #define PAD_VARARGS_DOWN BYTES_BIG_ENDIAN
61 #endif
62 static tree do_mpc_arg1 (tree, tree, int (*)(mpc_ptr, mpc_srcptr, mpc_rnd_t));
64 struct target_builtins default_target_builtins;
65 #if SWITCHABLE_TARGET
66 struct target_builtins *this_target_builtins = &default_target_builtins;
67 #endif
69 /* Define the names of the builtin function types and codes. */
70 const char *const built_in_class_names[4]
71 = {"NOT_BUILT_IN", "BUILT_IN_FRONTEND", "BUILT_IN_MD", "BUILT_IN_NORMAL"};
73 #define DEF_BUILTIN(X, N, C, T, LT, B, F, NA, AT, IM, COND) #X,
74 const char * built_in_names[(int) END_BUILTINS] =
76 #include "builtins.def"
78 #undef DEF_BUILTIN
80 /* Setup an array of _DECL trees, make sure each element is
81 initialized to NULL_TREE. */
82 tree built_in_decls[(int) END_BUILTINS];
83 /* Declarations used when constructing the builtin implicitly in the compiler.
84 It may be NULL_TREE when this is invalid (for instance runtime is not
85 required to implement the function call in all cases). */
86 tree implicit_built_in_decls[(int) END_BUILTINS];
88 static const char *c_getstr (tree);
89 static rtx c_readstr (const char *, enum machine_mode);
90 static int target_char_cast (tree, char *);
91 static rtx get_memory_rtx (tree, tree);
92 static int apply_args_size (void);
93 static int apply_result_size (void);
94 #if defined (HAVE_untyped_call) || defined (HAVE_untyped_return)
95 static rtx result_vector (int, rtx);
96 #endif
97 static void expand_builtin_update_setjmp_buf (rtx);
98 static void expand_builtin_prefetch (tree);
99 static rtx expand_builtin_apply_args (void);
100 static rtx expand_builtin_apply_args_1 (void);
101 static rtx expand_builtin_apply (rtx, rtx, rtx);
102 static void expand_builtin_return (rtx);
103 static enum type_class type_to_class (tree);
104 static rtx expand_builtin_classify_type (tree);
105 static void expand_errno_check (tree, rtx);
106 static rtx expand_builtin_mathfn (tree, rtx, rtx);
107 static rtx expand_builtin_mathfn_2 (tree, rtx, rtx);
108 static rtx expand_builtin_mathfn_3 (tree, rtx, rtx);
109 static rtx expand_builtin_mathfn_ternary (tree, rtx, rtx);
110 static rtx expand_builtin_interclass_mathfn (tree, rtx);
111 static rtx expand_builtin_sincos (tree);
112 static rtx expand_builtin_cexpi (tree, rtx);
113 static rtx expand_builtin_int_roundingfn (tree, rtx);
114 static rtx expand_builtin_int_roundingfn_2 (tree, rtx);
115 static rtx expand_builtin_next_arg (void);
116 static rtx expand_builtin_va_start (tree);
117 static rtx expand_builtin_va_end (tree);
118 static rtx expand_builtin_va_copy (tree);
119 static rtx expand_builtin_memcmp (tree, rtx, enum machine_mode);
120 static rtx expand_builtin_strcmp (tree, rtx);
121 static rtx expand_builtin_strncmp (tree, rtx, enum machine_mode);
122 static rtx builtin_memcpy_read_str (void *, HOST_WIDE_INT, enum machine_mode);
123 static rtx expand_builtin_memcpy (tree, rtx);
124 static rtx expand_builtin_mempcpy (tree, rtx, enum machine_mode);
125 static rtx expand_builtin_mempcpy_args (tree, tree, tree, rtx,
126 enum machine_mode, int);
127 static rtx expand_builtin_strcpy (tree, rtx);
128 static rtx expand_builtin_strcpy_args (tree, tree, rtx);
129 static rtx expand_builtin_stpcpy (tree, rtx, enum machine_mode);
130 static rtx expand_builtin_strncpy (tree, rtx);
131 static rtx builtin_memset_gen_str (void *, HOST_WIDE_INT, enum machine_mode);
132 static rtx expand_builtin_memset (tree, rtx, enum machine_mode);
133 static rtx expand_builtin_memset_args (tree, tree, tree, rtx, enum machine_mode, tree);
134 static rtx expand_builtin_bzero (tree);
135 static rtx expand_builtin_strlen (tree, rtx, enum machine_mode);
136 static rtx expand_builtin_alloca (tree, bool);
137 static rtx expand_builtin_unop (enum machine_mode, tree, rtx, rtx, optab);
138 static rtx expand_builtin_frame_address (tree, tree);
139 static tree stabilize_va_list_loc (location_t, tree, int);
140 static rtx expand_builtin_expect (tree, rtx);
141 static tree fold_builtin_constant_p (tree);
142 static tree fold_builtin_expect (location_t, tree, tree);
143 static tree fold_builtin_classify_type (tree);
144 static tree fold_builtin_strlen (location_t, tree, tree);
145 static tree fold_builtin_inf (location_t, tree, int);
146 static tree fold_builtin_nan (tree, tree, int);
147 static tree rewrite_call_expr (location_t, tree, int, tree, int, ...);
148 static bool validate_arg (const_tree, enum tree_code code);
149 static bool integer_valued_real_p (tree);
150 static tree fold_trunc_transparent_mathfn (location_t, tree, tree);
151 static bool readonly_data_expr (tree);
152 static rtx expand_builtin_fabs (tree, rtx, rtx);
153 static rtx expand_builtin_signbit (tree, rtx);
154 static tree fold_builtin_sqrt (location_t, tree, tree);
155 static tree fold_builtin_cbrt (location_t, tree, tree);
156 static tree fold_builtin_pow (location_t, tree, tree, tree, tree);
157 static tree fold_builtin_powi (location_t, tree, tree, tree, tree);
158 static tree fold_builtin_cos (location_t, tree, tree, tree);
159 static tree fold_builtin_cosh (location_t, tree, tree, tree);
160 static tree fold_builtin_tan (tree, tree);
161 static tree fold_builtin_trunc (location_t, tree, tree);
162 static tree fold_builtin_floor (location_t, tree, tree);
163 static tree fold_builtin_ceil (location_t, tree, tree);
164 static tree fold_builtin_round (location_t, tree, tree);
165 static tree fold_builtin_int_roundingfn (location_t, tree, tree);
166 static tree fold_builtin_bitop (tree, tree);
167 static tree fold_builtin_memory_op (location_t, tree, tree, tree, tree, bool, int);
168 static tree fold_builtin_strchr (location_t, tree, tree, tree);
169 static tree fold_builtin_memchr (location_t, tree, tree, tree, tree);
170 static tree fold_builtin_memcmp (location_t, tree, tree, tree);
171 static tree fold_builtin_strcmp (location_t, tree, tree);
172 static tree fold_builtin_strncmp (location_t, tree, tree, tree);
173 static tree fold_builtin_signbit (location_t, tree, tree);
174 static tree fold_builtin_copysign (location_t, tree, tree, tree, tree);
175 static tree fold_builtin_isascii (location_t, tree);
176 static tree fold_builtin_toascii (location_t, tree);
177 static tree fold_builtin_isdigit (location_t, tree);
178 static tree fold_builtin_fabs (location_t, tree, tree);
179 static tree fold_builtin_abs (location_t, tree, tree);
180 static tree fold_builtin_unordered_cmp (location_t, tree, tree, tree, enum tree_code,
181 enum tree_code);
182 static tree fold_builtin_n (location_t, tree, tree *, int, bool);
183 static tree fold_builtin_0 (location_t, tree, bool);
184 static tree fold_builtin_1 (location_t, tree, tree, bool);
185 static tree fold_builtin_2 (location_t, tree, tree, tree, bool);
186 static tree fold_builtin_3 (location_t, tree, tree, tree, tree, bool);
187 static tree fold_builtin_4 (location_t, tree, tree, tree, tree, tree, bool);
188 static tree fold_builtin_varargs (location_t, tree, tree, bool);
190 static tree fold_builtin_strpbrk (location_t, tree, tree, tree);
191 static tree fold_builtin_strstr (location_t, tree, tree, tree);
192 static tree fold_builtin_strrchr (location_t, tree, tree, tree);
193 static tree fold_builtin_strcat (location_t, tree, tree);
194 static tree fold_builtin_strncat (location_t, tree, tree, tree);
195 static tree fold_builtin_strspn (location_t, tree, tree);
196 static tree fold_builtin_strcspn (location_t, tree, tree);
197 static tree fold_builtin_sprintf (location_t, tree, tree, tree, int);
199 static rtx expand_builtin_object_size (tree);
200 static rtx expand_builtin_memory_chk (tree, rtx, enum machine_mode,
201 enum built_in_function);
202 static void maybe_emit_chk_warning (tree, enum built_in_function);
203 static void maybe_emit_sprintf_chk_warning (tree, enum built_in_function);
204 static void maybe_emit_free_warning (tree);
205 static tree fold_builtin_object_size (tree, tree);
206 static tree fold_builtin_strcat_chk (location_t, tree, tree, tree, tree);
207 static tree fold_builtin_strncat_chk (location_t, tree, tree, tree, tree, tree);
208 static tree fold_builtin_sprintf_chk (location_t, tree, enum built_in_function);
209 static tree fold_builtin_printf (location_t, tree, tree, tree, bool, enum built_in_function);
210 static tree fold_builtin_fprintf (location_t, tree, tree, tree, tree, bool,
211 enum built_in_function);
212 static bool init_target_chars (void);
214 static unsigned HOST_WIDE_INT target_newline;
215 static unsigned HOST_WIDE_INT target_percent;
216 static unsigned HOST_WIDE_INT target_c;
217 static unsigned HOST_WIDE_INT target_s;
218 static char target_percent_c[3];
219 static char target_percent_s[3];
220 static char target_percent_s_newline[4];
221 static tree do_mpfr_arg1 (tree, tree, int (*)(mpfr_ptr, mpfr_srcptr, mp_rnd_t),
222 const REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *, bool);
223 static tree do_mpfr_arg2 (tree, tree, tree,
224 int (*)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t));
225 static tree do_mpfr_arg3 (tree, tree, tree, tree,
226 int (*)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t));
227 static tree do_mpfr_sincos (tree, tree, tree);
228 static tree do_mpfr_bessel_n (tree, tree, tree,
229 int (*)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t),
230 const REAL_VALUE_TYPE *, bool);
231 static tree do_mpfr_remquo (tree, tree, tree);
232 static tree do_mpfr_lgamma_r (tree, tree, tree);
234 /* Return true if NAME starts with __builtin_ or __sync_. */
236 bool
237 is_builtin_name (const char *name)
239 if (strncmp (name, "__builtin_", 10) == 0)
240 return true;
241 if (strncmp (name, "__sync_", 7) == 0)
242 return true;
243 return false;
247 /* Return true if DECL is a function symbol representing a built-in. */
249 bool
250 is_builtin_fn (tree decl)
252 return TREE_CODE (decl) == FUNCTION_DECL && DECL_BUILT_IN (decl);
256 /* Return true if NODE should be considered for inline expansion regardless
257 of the optimization level. This means whenever a function is invoked with
258 its "internal" name, which normally contains the prefix "__builtin". */
260 static bool
261 called_as_built_in (tree node)
263 /* Note that we must use DECL_NAME, not DECL_ASSEMBLER_NAME_SET_P since
264 we want the name used to call the function, not the name it
265 will have. */
266 const char *name = IDENTIFIER_POINTER (DECL_NAME (node));
267 return is_builtin_name (name);
270 /* Return the alignment in bits of EXP, an object.
271 Don't return more than MAX_ALIGN no matter what. */
273 unsigned int
274 get_object_alignment (tree exp, unsigned int max_align)
276 HOST_WIDE_INT bitsize, bitpos;
277 tree offset;
278 enum machine_mode mode;
279 int unsignedp, volatilep;
280 unsigned int align, inner;
282 /* Get the innermost object and the constant (bitpos) and possibly
283 variable (offset) offset of the access. */
284 exp = get_inner_reference (exp, &bitsize, &bitpos, &offset,
285 &mode, &unsignedp, &volatilep, true);
287 /* Extract alignment information from the innermost object and
288 possibly adjust bitpos and offset. */
289 if (TREE_CODE (exp) == CONST_DECL)
290 exp = DECL_INITIAL (exp);
291 if (DECL_P (exp)
292 && TREE_CODE (exp) != LABEL_DECL)
293 align = DECL_ALIGN (exp);
294 else if (CONSTANT_CLASS_P (exp))
296 align = TYPE_ALIGN (TREE_TYPE (exp));
297 #ifdef CONSTANT_ALIGNMENT
298 align = (unsigned)CONSTANT_ALIGNMENT (exp, align);
299 #endif
301 else if (TREE_CODE (exp) == VIEW_CONVERT_EXPR)
302 align = TYPE_ALIGN (TREE_TYPE (exp));
303 else if (TREE_CODE (exp) == INDIRECT_REF)
304 align = TYPE_ALIGN (TREE_TYPE (exp));
305 else if (TREE_CODE (exp) == MEM_REF)
307 tree addr = TREE_OPERAND (exp, 0);
308 struct ptr_info_def *pi;
309 if (TREE_CODE (addr) == BIT_AND_EXPR
310 && TREE_CODE (TREE_OPERAND (addr, 1)) == INTEGER_CST)
312 align = (TREE_INT_CST_LOW (TREE_OPERAND (addr, 1))
313 & -TREE_INT_CST_LOW (TREE_OPERAND (addr, 1)));
314 align *= BITS_PER_UNIT;
315 addr = TREE_OPERAND (addr, 0);
317 else
318 align = BITS_PER_UNIT;
319 if (TREE_CODE (addr) == SSA_NAME
320 && (pi = SSA_NAME_PTR_INFO (addr)))
322 bitpos += (pi->misalign * BITS_PER_UNIT) & ~(align - 1);
323 align = MAX (pi->align * BITS_PER_UNIT, align);
325 else if (TREE_CODE (addr) == ADDR_EXPR)
326 align = MAX (align, get_object_alignment (TREE_OPERAND (addr, 0),
327 max_align));
328 bitpos += mem_ref_offset (exp).low * BITS_PER_UNIT;
330 else if (TREE_CODE (exp) == TARGET_MEM_REF)
332 struct ptr_info_def *pi;
333 tree addr = TMR_BASE (exp);
334 if (TREE_CODE (addr) == BIT_AND_EXPR
335 && TREE_CODE (TREE_OPERAND (addr, 1)) == INTEGER_CST)
337 align = (TREE_INT_CST_LOW (TREE_OPERAND (addr, 1))
338 & -TREE_INT_CST_LOW (TREE_OPERAND (addr, 1)));
339 align *= BITS_PER_UNIT;
340 addr = TREE_OPERAND (addr, 0);
342 else
343 align = BITS_PER_UNIT;
344 if (TREE_CODE (addr) == SSA_NAME
345 && (pi = SSA_NAME_PTR_INFO (addr)))
347 bitpos += (pi->misalign * BITS_PER_UNIT) & ~(align - 1);
348 align = MAX (pi->align * BITS_PER_UNIT, align);
350 else if (TREE_CODE (addr) == ADDR_EXPR)
351 align = MAX (align, get_object_alignment (TREE_OPERAND (addr, 0),
352 max_align));
353 if (TMR_OFFSET (exp))
354 bitpos += TREE_INT_CST_LOW (TMR_OFFSET (exp)) * BITS_PER_UNIT;
355 if (TMR_INDEX (exp) && TMR_STEP (exp))
357 unsigned HOST_WIDE_INT step = TREE_INT_CST_LOW (TMR_STEP (exp));
358 align = MIN (align, (step & -step) * BITS_PER_UNIT);
360 else if (TMR_INDEX (exp))
361 align = BITS_PER_UNIT;
362 if (TMR_INDEX2 (exp))
363 align = BITS_PER_UNIT;
365 else
366 align = BITS_PER_UNIT;
368 /* If there is a non-constant offset part extract the maximum
369 alignment that can prevail. */
370 inner = max_align;
371 while (offset)
373 tree next_offset;
375 if (TREE_CODE (offset) == PLUS_EXPR)
377 next_offset = TREE_OPERAND (offset, 0);
378 offset = TREE_OPERAND (offset, 1);
380 else
381 next_offset = NULL;
382 if (host_integerp (offset, 1))
384 /* Any overflow in calculating offset_bits won't change
385 the alignment. */
386 unsigned offset_bits
387 = ((unsigned) tree_low_cst (offset, 1) * BITS_PER_UNIT);
389 if (offset_bits)
390 inner = MIN (inner, (offset_bits & -offset_bits));
392 else if (TREE_CODE (offset) == MULT_EXPR
393 && host_integerp (TREE_OPERAND (offset, 1), 1))
395 /* Any overflow in calculating offset_factor won't change
396 the alignment. */
397 unsigned offset_factor
398 = ((unsigned) tree_low_cst (TREE_OPERAND (offset, 1), 1)
399 * BITS_PER_UNIT);
401 if (offset_factor)
402 inner = MIN (inner, (offset_factor & -offset_factor));
404 else
406 inner = MIN (inner, BITS_PER_UNIT);
407 break;
409 offset = next_offset;
412 /* Alignment is innermost object alignment adjusted by the constant
413 and non-constant offset parts. */
414 align = MIN (align, inner);
415 bitpos = bitpos & (align - 1);
417 /* align and bitpos now specify known low bits of the pointer.
418 ptr & (align - 1) == bitpos. */
420 if (bitpos != 0)
421 align = (bitpos & -bitpos);
423 return MIN (align, max_align);
426 /* Returns true iff we can trust that alignment information has been
427 calculated properly. */
429 bool
430 can_trust_pointer_alignment (void)
432 /* We rely on TER to compute accurate alignment information. */
433 return (optimize && flag_tree_ter);
436 /* Return the alignment in bits of EXP, a pointer valued expression.
437 But don't return more than MAX_ALIGN no matter what.
438 The alignment returned is, by default, the alignment of the thing that
439 EXP points to. If it is not a POINTER_TYPE, 0 is returned.
441 Otherwise, look at the expression to see if we can do better, i.e., if the
442 expression is actually pointing at an object whose alignment is tighter. */
444 unsigned int
445 get_pointer_alignment (tree exp, unsigned int max_align)
447 STRIP_NOPS (exp);
449 if (TREE_CODE (exp) == ADDR_EXPR)
450 return get_object_alignment (TREE_OPERAND (exp, 0), max_align);
451 else if (TREE_CODE (exp) == SSA_NAME
452 && POINTER_TYPE_P (TREE_TYPE (exp)))
454 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (exp);
455 unsigned align;
456 if (!pi)
457 return BITS_PER_UNIT;
458 if (pi->misalign != 0)
459 align = (pi->misalign & -pi->misalign);
460 else
461 align = pi->align;
462 return MIN (max_align, align * BITS_PER_UNIT);
465 return POINTER_TYPE_P (TREE_TYPE (exp)) ? BITS_PER_UNIT : 0;
468 /* Compute the length of a C string. TREE_STRING_LENGTH is not the right
469 way, because it could contain a zero byte in the middle.
470 TREE_STRING_LENGTH is the size of the character array, not the string.
472 ONLY_VALUE should be nonzero if the result is not going to be emitted
473 into the instruction stream and zero if it is going to be expanded.
474 E.g. with i++ ? "foo" : "bar", if ONLY_VALUE is nonzero, constant 3
475 is returned, otherwise NULL, since
476 len = c_strlen (src, 1); if (len) expand_expr (len, ...); would not
477 evaluate the side-effects.
479 The value returned is of type `ssizetype'.
481 Unfortunately, string_constant can't access the values of const char
482 arrays with initializers, so neither can we do so here. */
484 tree
485 c_strlen (tree src, int only_value)
487 tree offset_node;
488 HOST_WIDE_INT offset;
489 int max;
490 const char *ptr;
491 location_t loc;
493 STRIP_NOPS (src);
494 if (TREE_CODE (src) == COND_EXPR
495 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0))))
497 tree len1, len2;
499 len1 = c_strlen (TREE_OPERAND (src, 1), only_value);
500 len2 = c_strlen (TREE_OPERAND (src, 2), only_value);
501 if (tree_int_cst_equal (len1, len2))
502 return len1;
505 if (TREE_CODE (src) == COMPOUND_EXPR
506 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0))))
507 return c_strlen (TREE_OPERAND (src, 1), only_value);
509 loc = EXPR_LOC_OR_HERE (src);
511 src = string_constant (src, &offset_node);
512 if (src == 0)
513 return NULL_TREE;
515 max = TREE_STRING_LENGTH (src) - 1;
516 ptr = TREE_STRING_POINTER (src);
518 if (offset_node && TREE_CODE (offset_node) != INTEGER_CST)
520 /* If the string has an internal zero byte (e.g., "foo\0bar"), we can't
521 compute the offset to the following null if we don't know where to
522 start searching for it. */
523 int i;
525 for (i = 0; i < max; i++)
526 if (ptr[i] == 0)
527 return NULL_TREE;
529 /* We don't know the starting offset, but we do know that the string
530 has no internal zero bytes. We can assume that the offset falls
531 within the bounds of the string; otherwise, the programmer deserves
532 what he gets. Subtract the offset from the length of the string,
533 and return that. This would perhaps not be valid if we were dealing
534 with named arrays in addition to literal string constants. */
536 return size_diffop_loc (loc, size_int (max), offset_node);
539 /* We have a known offset into the string. Start searching there for
540 a null character if we can represent it as a single HOST_WIDE_INT. */
541 if (offset_node == 0)
542 offset = 0;
543 else if (! host_integerp (offset_node, 0))
544 offset = -1;
545 else
546 offset = tree_low_cst (offset_node, 0);
548 /* If the offset is known to be out of bounds, warn, and call strlen at
549 runtime. */
550 if (offset < 0 || offset > max)
552 /* Suppress multiple warnings for propagated constant strings. */
553 if (! TREE_NO_WARNING (src))
555 warning_at (loc, 0, "offset outside bounds of constant string");
556 TREE_NO_WARNING (src) = 1;
558 return NULL_TREE;
561 /* Use strlen to search for the first zero byte. Since any strings
562 constructed with build_string will have nulls appended, we win even
563 if we get handed something like (char[4])"abcd".
565 Since OFFSET is our starting index into the string, no further
566 calculation is needed. */
567 return ssize_int (strlen (ptr + offset));
570 /* Return a char pointer for a C string if it is a string constant
571 or sum of string constant and integer constant. */
573 static const char *
574 c_getstr (tree src)
576 tree offset_node;
578 src = string_constant (src, &offset_node);
579 if (src == 0)
580 return 0;
582 if (offset_node == 0)
583 return TREE_STRING_POINTER (src);
584 else if (!host_integerp (offset_node, 1)
585 || compare_tree_int (offset_node, TREE_STRING_LENGTH (src) - 1) > 0)
586 return 0;
588 return TREE_STRING_POINTER (src) + tree_low_cst (offset_node, 1);
591 /* Return a CONST_INT or CONST_DOUBLE corresponding to target reading
592 GET_MODE_BITSIZE (MODE) bits from string constant STR. */
594 static rtx
595 c_readstr (const char *str, enum machine_mode mode)
597 HOST_WIDE_INT c[2];
598 HOST_WIDE_INT ch;
599 unsigned int i, j;
601 gcc_assert (GET_MODE_CLASS (mode) == MODE_INT);
603 c[0] = 0;
604 c[1] = 0;
605 ch = 1;
606 for (i = 0; i < GET_MODE_SIZE (mode); i++)
608 j = i;
609 if (WORDS_BIG_ENDIAN)
610 j = GET_MODE_SIZE (mode) - i - 1;
611 if (BYTES_BIG_ENDIAN != WORDS_BIG_ENDIAN
612 && GET_MODE_SIZE (mode) > UNITS_PER_WORD)
613 j = j + UNITS_PER_WORD - 2 * (j % UNITS_PER_WORD) - 1;
614 j *= BITS_PER_UNIT;
615 gcc_assert (j < 2 * HOST_BITS_PER_WIDE_INT);
617 if (ch)
618 ch = (unsigned char) str[i];
619 c[j / HOST_BITS_PER_WIDE_INT] |= ch << (j % HOST_BITS_PER_WIDE_INT);
621 return immed_double_const (c[0], c[1], mode);
624 /* Cast a target constant CST to target CHAR and if that value fits into
625 host char type, return zero and put that value into variable pointed to by
626 P. */
628 static int
629 target_char_cast (tree cst, char *p)
631 unsigned HOST_WIDE_INT val, hostval;
633 if (!host_integerp (cst, 1)
634 || CHAR_TYPE_SIZE > HOST_BITS_PER_WIDE_INT)
635 return 1;
637 val = tree_low_cst (cst, 1);
638 if (CHAR_TYPE_SIZE < HOST_BITS_PER_WIDE_INT)
639 val &= (((unsigned HOST_WIDE_INT) 1) << CHAR_TYPE_SIZE) - 1;
641 hostval = val;
642 if (HOST_BITS_PER_CHAR < HOST_BITS_PER_WIDE_INT)
643 hostval &= (((unsigned HOST_WIDE_INT) 1) << HOST_BITS_PER_CHAR) - 1;
645 if (val != hostval)
646 return 1;
648 *p = hostval;
649 return 0;
652 /* Similar to save_expr, but assumes that arbitrary code is not executed
653 in between the multiple evaluations. In particular, we assume that a
654 non-addressable local variable will not be modified. */
656 static tree
657 builtin_save_expr (tree exp)
659 if (TREE_ADDRESSABLE (exp) == 0
660 && (TREE_CODE (exp) == PARM_DECL
661 || (TREE_CODE (exp) == VAR_DECL && !TREE_STATIC (exp))))
662 return exp;
664 return save_expr (exp);
667 /* Given TEM, a pointer to a stack frame, follow the dynamic chain COUNT
668 times to get the address of either a higher stack frame, or a return
669 address located within it (depending on FNDECL_CODE). */
671 static rtx
672 expand_builtin_return_addr (enum built_in_function fndecl_code, int count)
674 int i;
676 #ifdef INITIAL_FRAME_ADDRESS_RTX
677 rtx tem = INITIAL_FRAME_ADDRESS_RTX;
678 #else
679 rtx tem;
681 /* For a zero count with __builtin_return_address, we don't care what
682 frame address we return, because target-specific definitions will
683 override us. Therefore frame pointer elimination is OK, and using
684 the soft frame pointer is OK.
686 For a nonzero count, or a zero count with __builtin_frame_address,
687 we require a stable offset from the current frame pointer to the
688 previous one, so we must use the hard frame pointer, and
689 we must disable frame pointer elimination. */
690 if (count == 0 && fndecl_code == BUILT_IN_RETURN_ADDRESS)
691 tem = frame_pointer_rtx;
692 else
694 tem = hard_frame_pointer_rtx;
696 /* Tell reload not to eliminate the frame pointer. */
697 crtl->accesses_prior_frames = 1;
699 #endif
701 /* Some machines need special handling before we can access
702 arbitrary frames. For example, on the SPARC, we must first flush
703 all register windows to the stack. */
704 #ifdef SETUP_FRAME_ADDRESSES
705 if (count > 0)
706 SETUP_FRAME_ADDRESSES ();
707 #endif
709 /* On the SPARC, the return address is not in the frame, it is in a
710 register. There is no way to access it off of the current frame
711 pointer, but it can be accessed off the previous frame pointer by
712 reading the value from the register window save area. */
713 #ifdef RETURN_ADDR_IN_PREVIOUS_FRAME
714 if (fndecl_code == BUILT_IN_RETURN_ADDRESS)
715 count--;
716 #endif
718 /* Scan back COUNT frames to the specified frame. */
719 for (i = 0; i < count; i++)
721 /* Assume the dynamic chain pointer is in the word that the
722 frame address points to, unless otherwise specified. */
723 #ifdef DYNAMIC_CHAIN_ADDRESS
724 tem = DYNAMIC_CHAIN_ADDRESS (tem);
725 #endif
726 tem = memory_address (Pmode, tem);
727 tem = gen_frame_mem (Pmode, tem);
728 tem = copy_to_reg (tem);
731 /* For __builtin_frame_address, return what we've got. But, on
732 the SPARC for example, we may have to add a bias. */
733 if (fndecl_code == BUILT_IN_FRAME_ADDRESS)
734 #ifdef FRAME_ADDR_RTX
735 return FRAME_ADDR_RTX (tem);
736 #else
737 return tem;
738 #endif
740 /* For __builtin_return_address, get the return address from that frame. */
741 #ifdef RETURN_ADDR_RTX
742 tem = RETURN_ADDR_RTX (count, tem);
743 #else
744 tem = memory_address (Pmode,
745 plus_constant (tem, GET_MODE_SIZE (Pmode)));
746 tem = gen_frame_mem (Pmode, tem);
747 #endif
748 return tem;
751 /* Alias set used for setjmp buffer. */
752 static alias_set_type setjmp_alias_set = -1;
754 /* Construct the leading half of a __builtin_setjmp call. Control will
755 return to RECEIVER_LABEL. This is also called directly by the SJLJ
756 exception handling code. */
758 void
759 expand_builtin_setjmp_setup (rtx buf_addr, rtx receiver_label)
761 enum machine_mode sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
762 rtx stack_save;
763 rtx mem;
765 if (setjmp_alias_set == -1)
766 setjmp_alias_set = new_alias_set ();
768 buf_addr = convert_memory_address (Pmode, buf_addr);
770 buf_addr = force_reg (Pmode, force_operand (buf_addr, NULL_RTX));
772 /* We store the frame pointer and the address of receiver_label in
773 the buffer and use the rest of it for the stack save area, which
774 is machine-dependent. */
776 mem = gen_rtx_MEM (Pmode, buf_addr);
777 set_mem_alias_set (mem, setjmp_alias_set);
778 emit_move_insn (mem, targetm.builtin_setjmp_frame_value ());
780 mem = gen_rtx_MEM (Pmode, plus_constant (buf_addr, GET_MODE_SIZE (Pmode))),
781 set_mem_alias_set (mem, setjmp_alias_set);
783 emit_move_insn (validize_mem (mem),
784 force_reg (Pmode, gen_rtx_LABEL_REF (Pmode, receiver_label)));
786 stack_save = gen_rtx_MEM (sa_mode,
787 plus_constant (buf_addr,
788 2 * GET_MODE_SIZE (Pmode)));
789 set_mem_alias_set (stack_save, setjmp_alias_set);
790 emit_stack_save (SAVE_NONLOCAL, &stack_save, NULL_RTX);
792 /* If there is further processing to do, do it. */
793 #ifdef HAVE_builtin_setjmp_setup
794 if (HAVE_builtin_setjmp_setup)
795 emit_insn (gen_builtin_setjmp_setup (buf_addr));
796 #endif
798 /* Tell optimize_save_area_alloca that extra work is going to
799 need to go on during alloca. */
800 cfun->calls_setjmp = 1;
802 /* We have a nonlocal label. */
803 cfun->has_nonlocal_label = 1;
806 /* Construct the trailing part of a __builtin_setjmp call. This is
807 also called directly by the SJLJ exception handling code. */
809 void
810 expand_builtin_setjmp_receiver (rtx receiver_label ATTRIBUTE_UNUSED)
812 rtx chain;
814 /* Clobber the FP when we get here, so we have to make sure it's
815 marked as used by this function. */
816 emit_use (hard_frame_pointer_rtx);
818 /* Mark the static chain as clobbered here so life information
819 doesn't get messed up for it. */
820 chain = targetm.calls.static_chain (current_function_decl, true);
821 if (chain && REG_P (chain))
822 emit_clobber (chain);
824 /* Now put in the code to restore the frame pointer, and argument
825 pointer, if needed. */
826 #ifdef HAVE_nonlocal_goto
827 if (! HAVE_nonlocal_goto)
828 #endif
830 emit_move_insn (virtual_stack_vars_rtx, hard_frame_pointer_rtx);
831 /* This might change the hard frame pointer in ways that aren't
832 apparent to early optimization passes, so force a clobber. */
833 emit_clobber (hard_frame_pointer_rtx);
836 #if !HARD_FRAME_POINTER_IS_ARG_POINTER
837 if (fixed_regs[ARG_POINTER_REGNUM])
839 #ifdef ELIMINABLE_REGS
840 size_t i;
841 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS;
843 for (i = 0; i < ARRAY_SIZE (elim_regs); i++)
844 if (elim_regs[i].from == ARG_POINTER_REGNUM
845 && elim_regs[i].to == HARD_FRAME_POINTER_REGNUM)
846 break;
848 if (i == ARRAY_SIZE (elim_regs))
849 #endif
851 /* Now restore our arg pointer from the address at which it
852 was saved in our stack frame. */
853 emit_move_insn (crtl->args.internal_arg_pointer,
854 copy_to_reg (get_arg_pointer_save_area ()));
857 #endif
859 #ifdef HAVE_builtin_setjmp_receiver
860 if (HAVE_builtin_setjmp_receiver)
861 emit_insn (gen_builtin_setjmp_receiver (receiver_label));
862 else
863 #endif
864 #ifdef HAVE_nonlocal_goto_receiver
865 if (HAVE_nonlocal_goto_receiver)
866 emit_insn (gen_nonlocal_goto_receiver ());
867 else
868 #endif
869 { /* Nothing */ }
871 /* We must not allow the code we just generated to be reordered by
872 scheduling. Specifically, the update of the frame pointer must
873 happen immediately, not later. */
874 emit_insn (gen_blockage ());
877 /* __builtin_longjmp is passed a pointer to an array of five words (not
878 all will be used on all machines). It operates similarly to the C
879 library function of the same name, but is more efficient. Much of
880 the code below is copied from the handling of non-local gotos. */
882 static void
883 expand_builtin_longjmp (rtx buf_addr, rtx value)
885 rtx fp, lab, stack, insn, last;
886 enum machine_mode sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
888 /* DRAP is needed for stack realign if longjmp is expanded to current
889 function */
890 if (SUPPORTS_STACK_ALIGNMENT)
891 crtl->need_drap = true;
893 if (setjmp_alias_set == -1)
894 setjmp_alias_set = new_alias_set ();
896 buf_addr = convert_memory_address (Pmode, buf_addr);
898 buf_addr = force_reg (Pmode, buf_addr);
900 /* We require that the user must pass a second argument of 1, because
901 that is what builtin_setjmp will return. */
902 gcc_assert (value == const1_rtx);
904 last = get_last_insn ();
905 #ifdef HAVE_builtin_longjmp
906 if (HAVE_builtin_longjmp)
907 emit_insn (gen_builtin_longjmp (buf_addr));
908 else
909 #endif
911 fp = gen_rtx_MEM (Pmode, buf_addr);
912 lab = gen_rtx_MEM (Pmode, plus_constant (buf_addr,
913 GET_MODE_SIZE (Pmode)));
915 stack = gen_rtx_MEM (sa_mode, plus_constant (buf_addr,
916 2 * GET_MODE_SIZE (Pmode)));
917 set_mem_alias_set (fp, setjmp_alias_set);
918 set_mem_alias_set (lab, setjmp_alias_set);
919 set_mem_alias_set (stack, setjmp_alias_set);
921 /* Pick up FP, label, and SP from the block and jump. This code is
922 from expand_goto in stmt.c; see there for detailed comments. */
923 #ifdef HAVE_nonlocal_goto
924 if (HAVE_nonlocal_goto)
925 /* We have to pass a value to the nonlocal_goto pattern that will
926 get copied into the static_chain pointer, but it does not matter
927 what that value is, because builtin_setjmp does not use it. */
928 emit_insn (gen_nonlocal_goto (value, lab, stack, fp));
929 else
930 #endif
932 lab = copy_to_reg (lab);
934 emit_clobber (gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (VOIDmode)));
935 emit_clobber (gen_rtx_MEM (BLKmode, hard_frame_pointer_rtx));
937 emit_move_insn (hard_frame_pointer_rtx, fp);
938 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
940 emit_use (hard_frame_pointer_rtx);
941 emit_use (stack_pointer_rtx);
942 emit_indirect_jump (lab);
946 /* Search backwards and mark the jump insn as a non-local goto.
947 Note that this precludes the use of __builtin_longjmp to a
948 __builtin_setjmp target in the same function. However, we've
949 already cautioned the user that these functions are for
950 internal exception handling use only. */
951 for (insn = get_last_insn (); insn; insn = PREV_INSN (insn))
953 gcc_assert (insn != last);
955 if (JUMP_P (insn))
957 add_reg_note (insn, REG_NON_LOCAL_GOTO, const0_rtx);
958 break;
960 else if (CALL_P (insn))
961 break;
965 /* Expand a call to __builtin_nonlocal_goto. We're passed the target label
966 and the address of the save area. */
968 static rtx
969 expand_builtin_nonlocal_goto (tree exp)
971 tree t_label, t_save_area;
972 rtx r_label, r_save_area, r_fp, r_sp, insn;
974 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
975 return NULL_RTX;
977 t_label = CALL_EXPR_ARG (exp, 0);
978 t_save_area = CALL_EXPR_ARG (exp, 1);
980 r_label = expand_normal (t_label);
981 r_label = convert_memory_address (Pmode, r_label);
982 r_save_area = expand_normal (t_save_area);
983 r_save_area = convert_memory_address (Pmode, r_save_area);
984 /* Copy the address of the save location to a register just in case it was based
985 on the frame pointer. */
986 r_save_area = copy_to_reg (r_save_area);
987 r_fp = gen_rtx_MEM (Pmode, r_save_area);
988 r_sp = gen_rtx_MEM (STACK_SAVEAREA_MODE (SAVE_NONLOCAL),
989 plus_constant (r_save_area, GET_MODE_SIZE (Pmode)));
991 crtl->has_nonlocal_goto = 1;
993 #ifdef HAVE_nonlocal_goto
994 /* ??? We no longer need to pass the static chain value, afaik. */
995 if (HAVE_nonlocal_goto)
996 emit_insn (gen_nonlocal_goto (const0_rtx, r_label, r_sp, r_fp));
997 else
998 #endif
1000 r_label = copy_to_reg (r_label);
1002 emit_clobber (gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (VOIDmode)));
1003 emit_clobber (gen_rtx_MEM (BLKmode, hard_frame_pointer_rtx));
1005 /* Restore frame pointer for containing function.
1006 This sets the actual hard register used for the frame pointer
1007 to the location of the function's incoming static chain info.
1008 The non-local goto handler will then adjust it to contain the
1009 proper value and reload the argument pointer, if needed. */
1010 emit_move_insn (hard_frame_pointer_rtx, r_fp);
1011 emit_stack_restore (SAVE_NONLOCAL, r_sp, NULL_RTX);
1013 /* USE of hard_frame_pointer_rtx added for consistency;
1014 not clear if really needed. */
1015 emit_use (hard_frame_pointer_rtx);
1016 emit_use (stack_pointer_rtx);
1018 /* If the architecture is using a GP register, we must
1019 conservatively assume that the target function makes use of it.
1020 The prologue of functions with nonlocal gotos must therefore
1021 initialize the GP register to the appropriate value, and we
1022 must then make sure that this value is live at the point
1023 of the jump. (Note that this doesn't necessarily apply
1024 to targets with a nonlocal_goto pattern; they are free
1025 to implement it in their own way. Note also that this is
1026 a no-op if the GP register is a global invariant.) */
1027 if ((unsigned) PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM
1028 && fixed_regs[PIC_OFFSET_TABLE_REGNUM])
1029 emit_use (pic_offset_table_rtx);
1031 emit_indirect_jump (r_label);
1034 /* Search backwards to the jump insn and mark it as a
1035 non-local goto. */
1036 for (insn = get_last_insn (); insn; insn = PREV_INSN (insn))
1038 if (JUMP_P (insn))
1040 add_reg_note (insn, REG_NON_LOCAL_GOTO, const0_rtx);
1041 break;
1043 else if (CALL_P (insn))
1044 break;
1047 return const0_rtx;
1050 /* __builtin_update_setjmp_buf is passed a pointer to an array of five words
1051 (not all will be used on all machines) that was passed to __builtin_setjmp.
1052 It updates the stack pointer in that block to correspond to the current
1053 stack pointer. */
1055 static void
1056 expand_builtin_update_setjmp_buf (rtx buf_addr)
1058 enum machine_mode sa_mode = Pmode;
1059 rtx stack_save;
1062 #ifdef HAVE_save_stack_nonlocal
1063 if (HAVE_save_stack_nonlocal)
1064 sa_mode = insn_data[(int) CODE_FOR_save_stack_nonlocal].operand[0].mode;
1065 #endif
1066 #ifdef STACK_SAVEAREA_MODE
1067 sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
1068 #endif
1070 stack_save
1071 = gen_rtx_MEM (sa_mode,
1072 memory_address
1073 (sa_mode,
1074 plus_constant (buf_addr, 2 * GET_MODE_SIZE (Pmode))));
1076 #ifdef HAVE_setjmp
1077 if (HAVE_setjmp)
1078 emit_insn (gen_setjmp ());
1079 #endif
1081 emit_stack_save (SAVE_NONLOCAL, &stack_save, NULL_RTX);
1084 /* Expand a call to __builtin_prefetch. For a target that does not support
1085 data prefetch, evaluate the memory address argument in case it has side
1086 effects. */
1088 static void
1089 expand_builtin_prefetch (tree exp)
1091 tree arg0, arg1, arg2;
1092 int nargs;
1093 rtx op0, op1, op2;
1095 if (!validate_arglist (exp, POINTER_TYPE, 0))
1096 return;
1098 arg0 = CALL_EXPR_ARG (exp, 0);
1100 /* Arguments 1 and 2 are optional; argument 1 (read/write) defaults to
1101 zero (read) and argument 2 (locality) defaults to 3 (high degree of
1102 locality). */
1103 nargs = call_expr_nargs (exp);
1104 if (nargs > 1)
1105 arg1 = CALL_EXPR_ARG (exp, 1);
1106 else
1107 arg1 = integer_zero_node;
1108 if (nargs > 2)
1109 arg2 = CALL_EXPR_ARG (exp, 2);
1110 else
1111 arg2 = integer_three_node;
1113 /* Argument 0 is an address. */
1114 op0 = expand_expr (arg0, NULL_RTX, Pmode, EXPAND_NORMAL);
1116 /* Argument 1 (read/write flag) must be a compile-time constant int. */
1117 if (TREE_CODE (arg1) != INTEGER_CST)
1119 error ("second argument to %<__builtin_prefetch%> must be a constant");
1120 arg1 = integer_zero_node;
1122 op1 = expand_normal (arg1);
1123 /* Argument 1 must be either zero or one. */
1124 if (INTVAL (op1) != 0 && INTVAL (op1) != 1)
1126 warning (0, "invalid second argument to %<__builtin_prefetch%>;"
1127 " using zero");
1128 op1 = const0_rtx;
1131 /* Argument 2 (locality) must be a compile-time constant int. */
1132 if (TREE_CODE (arg2) != INTEGER_CST)
1134 error ("third argument to %<__builtin_prefetch%> must be a constant");
1135 arg2 = integer_zero_node;
1137 op2 = expand_normal (arg2);
1138 /* Argument 2 must be 0, 1, 2, or 3. */
1139 if (INTVAL (op2) < 0 || INTVAL (op2) > 3)
1141 warning (0, "invalid third argument to %<__builtin_prefetch%>; using zero");
1142 op2 = const0_rtx;
1145 #ifdef HAVE_prefetch
1146 if (HAVE_prefetch)
1148 if ((! (*insn_data[(int) CODE_FOR_prefetch].operand[0].predicate)
1149 (op0,
1150 insn_data[(int) CODE_FOR_prefetch].operand[0].mode))
1151 || (GET_MODE (op0) != Pmode))
1153 op0 = convert_memory_address (Pmode, op0);
1154 op0 = force_reg (Pmode, op0);
1156 emit_insn (gen_prefetch (op0, op1, op2));
1158 #endif
1160 /* Don't do anything with direct references to volatile memory, but
1161 generate code to handle other side effects. */
1162 if (!MEM_P (op0) && side_effects_p (op0))
1163 emit_insn (op0);
1166 /* Get a MEM rtx for expression EXP which is the address of an operand
1167 to be used in a string instruction (cmpstrsi, movmemsi, ..). LEN is
1168 the maximum length of the block of memory that might be accessed or
1169 NULL if unknown. */
1171 static rtx
1172 get_memory_rtx (tree exp, tree len)
1174 tree orig_exp = exp;
1175 rtx addr, mem;
1176 HOST_WIDE_INT off;
1178 /* When EXP is not resolved SAVE_EXPR, MEM_ATTRS can be still derived
1179 from its expression, for expr->a.b only <variable>.a.b is recorded. */
1180 if (TREE_CODE (exp) == SAVE_EXPR && !SAVE_EXPR_RESOLVED_P (exp))
1181 exp = TREE_OPERAND (exp, 0);
1183 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL);
1184 mem = gen_rtx_MEM (BLKmode, memory_address (BLKmode, addr));
1186 /* Get an expression we can use to find the attributes to assign to MEM.
1187 If it is an ADDR_EXPR, use the operand. Otherwise, dereference it if
1188 we can. First remove any nops. */
1189 while (CONVERT_EXPR_P (exp)
1190 && POINTER_TYPE_P (TREE_TYPE (TREE_OPERAND (exp, 0))))
1191 exp = TREE_OPERAND (exp, 0);
1193 off = 0;
1194 if (TREE_CODE (exp) == POINTER_PLUS_EXPR
1195 && TREE_CODE (TREE_OPERAND (exp, 0)) == ADDR_EXPR
1196 && host_integerp (TREE_OPERAND (exp, 1), 0)
1197 && (off = tree_low_cst (TREE_OPERAND (exp, 1), 0)) > 0)
1198 exp = TREE_OPERAND (TREE_OPERAND (exp, 0), 0);
1199 else if (TREE_CODE (exp) == ADDR_EXPR)
1200 exp = TREE_OPERAND (exp, 0);
1201 else if (POINTER_TYPE_P (TREE_TYPE (exp)))
1202 exp = build1 (INDIRECT_REF, TREE_TYPE (TREE_TYPE (exp)), exp);
1203 else
1204 exp = NULL;
1206 /* Honor attributes derived from exp, except for the alias set
1207 (as builtin stringops may alias with anything) and the size
1208 (as stringops may access multiple array elements). */
1209 if (exp)
1211 set_mem_attributes (mem, exp, 0);
1213 if (off)
1214 mem = adjust_automodify_address_nv (mem, BLKmode, NULL, off);
1216 /* Allow the string and memory builtins to overflow from one
1217 field into another, see http://gcc.gnu.org/PR23561.
1218 Thus avoid COMPONENT_REFs in MEM_EXPR unless we know the whole
1219 memory accessed by the string or memory builtin will fit
1220 within the field. */
1221 if (MEM_EXPR (mem) && TREE_CODE (MEM_EXPR (mem)) == COMPONENT_REF)
1223 tree mem_expr = MEM_EXPR (mem);
1224 HOST_WIDE_INT offset = -1, length = -1;
1225 tree inner = exp;
1227 while (TREE_CODE (inner) == ARRAY_REF
1228 || CONVERT_EXPR_P (inner)
1229 || TREE_CODE (inner) == VIEW_CONVERT_EXPR
1230 || TREE_CODE (inner) == SAVE_EXPR)
1231 inner = TREE_OPERAND (inner, 0);
1233 gcc_assert (TREE_CODE (inner) == COMPONENT_REF);
1235 if (MEM_OFFSET (mem)
1236 && CONST_INT_P (MEM_OFFSET (mem)))
1237 offset = INTVAL (MEM_OFFSET (mem));
1239 if (offset >= 0 && len && host_integerp (len, 0))
1240 length = tree_low_cst (len, 0);
1242 while (TREE_CODE (inner) == COMPONENT_REF)
1244 tree field = TREE_OPERAND (inner, 1);
1245 gcc_assert (TREE_CODE (mem_expr) == COMPONENT_REF);
1246 gcc_assert (field == TREE_OPERAND (mem_expr, 1));
1248 /* Bitfields are generally not byte-addressable. */
1249 gcc_assert (!DECL_BIT_FIELD (field)
1250 || ((tree_low_cst (DECL_FIELD_BIT_OFFSET (field), 1)
1251 % BITS_PER_UNIT) == 0
1252 && host_integerp (DECL_SIZE (field), 0)
1253 && (TREE_INT_CST_LOW (DECL_SIZE (field))
1254 % BITS_PER_UNIT) == 0));
1256 /* If we can prove that the memory starting at XEXP (mem, 0) and
1257 ending at XEXP (mem, 0) + LENGTH will fit into this field, we
1258 can keep the COMPONENT_REF in MEM_EXPR. But be careful with
1259 fields without DECL_SIZE_UNIT like flexible array members. */
1260 if (length >= 0
1261 && DECL_SIZE_UNIT (field)
1262 && host_integerp (DECL_SIZE_UNIT (field), 0))
1264 HOST_WIDE_INT size
1265 = TREE_INT_CST_LOW (DECL_SIZE_UNIT (field));
1266 if (offset <= size
1267 && length <= size
1268 && offset + length <= size)
1269 break;
1272 if (offset >= 0
1273 && host_integerp (DECL_FIELD_OFFSET (field), 0))
1274 offset += TREE_INT_CST_LOW (DECL_FIELD_OFFSET (field))
1275 + tree_low_cst (DECL_FIELD_BIT_OFFSET (field), 1)
1276 / BITS_PER_UNIT;
1277 else
1279 offset = -1;
1280 length = -1;
1283 mem_expr = TREE_OPERAND (mem_expr, 0);
1284 inner = TREE_OPERAND (inner, 0);
1287 if (mem_expr == NULL)
1288 offset = -1;
1289 if (mem_expr != MEM_EXPR (mem))
1291 set_mem_expr (mem, mem_expr);
1292 set_mem_offset (mem, offset >= 0 ? GEN_INT (offset) : NULL_RTX);
1295 set_mem_alias_set (mem, 0);
1296 set_mem_size (mem, NULL_RTX);
1299 return mem;
1302 /* Built-in functions to perform an untyped call and return. */
1304 #define apply_args_mode \
1305 (this_target_builtins->x_apply_args_mode)
1306 #define apply_result_mode \
1307 (this_target_builtins->x_apply_result_mode)
1309 /* Return the size required for the block returned by __builtin_apply_args,
1310 and initialize apply_args_mode. */
1312 static int
1313 apply_args_size (void)
1315 static int size = -1;
1316 int align;
1317 unsigned int regno;
1318 enum machine_mode mode;
1320 /* The values computed by this function never change. */
1321 if (size < 0)
1323 /* The first value is the incoming arg-pointer. */
1324 size = GET_MODE_SIZE (Pmode);
1326 /* The second value is the structure value address unless this is
1327 passed as an "invisible" first argument. */
1328 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1329 size += GET_MODE_SIZE (Pmode);
1331 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1332 if (FUNCTION_ARG_REGNO_P (regno))
1334 mode = targetm.calls.get_raw_arg_mode (regno);
1336 gcc_assert (mode != VOIDmode);
1338 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1339 if (size % align != 0)
1340 size = CEIL (size, align) * align;
1341 size += GET_MODE_SIZE (mode);
1342 apply_args_mode[regno] = mode;
1344 else
1346 apply_args_mode[regno] = VOIDmode;
1349 return size;
1352 /* Return the size required for the block returned by __builtin_apply,
1353 and initialize apply_result_mode. */
1355 static int
1356 apply_result_size (void)
1358 static int size = -1;
1359 int align, regno;
1360 enum machine_mode mode;
1362 /* The values computed by this function never change. */
1363 if (size < 0)
1365 size = 0;
1367 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1368 if (targetm.calls.function_value_regno_p (regno))
1370 mode = targetm.calls.get_raw_result_mode (regno);
1372 gcc_assert (mode != VOIDmode);
1374 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1375 if (size % align != 0)
1376 size = CEIL (size, align) * align;
1377 size += GET_MODE_SIZE (mode);
1378 apply_result_mode[regno] = mode;
1380 else
1381 apply_result_mode[regno] = VOIDmode;
1383 /* Allow targets that use untyped_call and untyped_return to override
1384 the size so that machine-specific information can be stored here. */
1385 #ifdef APPLY_RESULT_SIZE
1386 size = APPLY_RESULT_SIZE;
1387 #endif
1389 return size;
1392 #if defined (HAVE_untyped_call) || defined (HAVE_untyped_return)
1393 /* Create a vector describing the result block RESULT. If SAVEP is true,
1394 the result block is used to save the values; otherwise it is used to
1395 restore the values. */
1397 static rtx
1398 result_vector (int savep, rtx result)
1400 int regno, size, align, nelts;
1401 enum machine_mode mode;
1402 rtx reg, mem;
1403 rtx *savevec = XALLOCAVEC (rtx, FIRST_PSEUDO_REGISTER);
1405 size = nelts = 0;
1406 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1407 if ((mode = apply_result_mode[regno]) != VOIDmode)
1409 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1410 if (size % align != 0)
1411 size = CEIL (size, align) * align;
1412 reg = gen_rtx_REG (mode, savep ? regno : INCOMING_REGNO (regno));
1413 mem = adjust_address (result, mode, size);
1414 savevec[nelts++] = (savep
1415 ? gen_rtx_SET (VOIDmode, mem, reg)
1416 : gen_rtx_SET (VOIDmode, reg, mem));
1417 size += GET_MODE_SIZE (mode);
1419 return gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (nelts, savevec));
1421 #endif /* HAVE_untyped_call or HAVE_untyped_return */
1423 /* Save the state required to perform an untyped call with the same
1424 arguments as were passed to the current function. */
1426 static rtx
1427 expand_builtin_apply_args_1 (void)
1429 rtx registers, tem;
1430 int size, align, regno;
1431 enum machine_mode mode;
1432 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1);
1434 /* Create a block where the arg-pointer, structure value address,
1435 and argument registers can be saved. */
1436 registers = assign_stack_local (BLKmode, apply_args_size (), -1);
1438 /* Walk past the arg-pointer and structure value address. */
1439 size = GET_MODE_SIZE (Pmode);
1440 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1441 size += GET_MODE_SIZE (Pmode);
1443 /* Save each register used in calling a function to the block. */
1444 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1445 if ((mode = apply_args_mode[regno]) != VOIDmode)
1447 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1448 if (size % align != 0)
1449 size = CEIL (size, align) * align;
1451 tem = gen_rtx_REG (mode, INCOMING_REGNO (regno));
1453 emit_move_insn (adjust_address (registers, mode, size), tem);
1454 size += GET_MODE_SIZE (mode);
1457 /* Save the arg pointer to the block. */
1458 tem = copy_to_reg (crtl->args.internal_arg_pointer);
1459 #ifdef STACK_GROWS_DOWNWARD
1460 /* We need the pointer as the caller actually passed them to us, not
1461 as we might have pretended they were passed. Make sure it's a valid
1462 operand, as emit_move_insn isn't expected to handle a PLUS. */
1464 = force_operand (plus_constant (tem, crtl->args.pretend_args_size),
1465 NULL_RTX);
1466 #endif
1467 emit_move_insn (adjust_address (registers, Pmode, 0), tem);
1469 size = GET_MODE_SIZE (Pmode);
1471 /* Save the structure value address unless this is passed as an
1472 "invisible" first argument. */
1473 if (struct_incoming_value)
1475 emit_move_insn (adjust_address (registers, Pmode, size),
1476 copy_to_reg (struct_incoming_value));
1477 size += GET_MODE_SIZE (Pmode);
1480 /* Return the address of the block. */
1481 return copy_addr_to_reg (XEXP (registers, 0));
1484 /* __builtin_apply_args returns block of memory allocated on
1485 the stack into which is stored the arg pointer, structure
1486 value address, static chain, and all the registers that might
1487 possibly be used in performing a function call. The code is
1488 moved to the start of the function so the incoming values are
1489 saved. */
1491 static rtx
1492 expand_builtin_apply_args (void)
1494 /* Don't do __builtin_apply_args more than once in a function.
1495 Save the result of the first call and reuse it. */
1496 if (apply_args_value != 0)
1497 return apply_args_value;
1499 /* When this function is called, it means that registers must be
1500 saved on entry to this function. So we migrate the
1501 call to the first insn of this function. */
1502 rtx temp;
1503 rtx seq;
1505 start_sequence ();
1506 temp = expand_builtin_apply_args_1 ();
1507 seq = get_insns ();
1508 end_sequence ();
1510 apply_args_value = temp;
1512 /* Put the insns after the NOTE that starts the function.
1513 If this is inside a start_sequence, make the outer-level insn
1514 chain current, so the code is placed at the start of the
1515 function. If internal_arg_pointer is a non-virtual pseudo,
1516 it needs to be placed after the function that initializes
1517 that pseudo. */
1518 push_topmost_sequence ();
1519 if (REG_P (crtl->args.internal_arg_pointer)
1520 && REGNO (crtl->args.internal_arg_pointer) > LAST_VIRTUAL_REGISTER)
1521 emit_insn_before (seq, parm_birth_insn);
1522 else
1523 emit_insn_before (seq, NEXT_INSN (entry_of_function ()));
1524 pop_topmost_sequence ();
1525 return temp;
1529 /* Perform an untyped call and save the state required to perform an
1530 untyped return of whatever value was returned by the given function. */
1532 static rtx
1533 expand_builtin_apply (rtx function, rtx arguments, rtx argsize)
1535 int size, align, regno;
1536 enum machine_mode mode;
1537 rtx incoming_args, result, reg, dest, src, call_insn;
1538 rtx old_stack_level = 0;
1539 rtx call_fusage = 0;
1540 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
1542 arguments = convert_memory_address (Pmode, arguments);
1544 /* Create a block where the return registers can be saved. */
1545 result = assign_stack_local (BLKmode, apply_result_size (), -1);
1547 /* Fetch the arg pointer from the ARGUMENTS block. */
1548 incoming_args = gen_reg_rtx (Pmode);
1549 emit_move_insn (incoming_args, gen_rtx_MEM (Pmode, arguments));
1550 #ifndef STACK_GROWS_DOWNWARD
1551 incoming_args = expand_simple_binop (Pmode, MINUS, incoming_args, argsize,
1552 incoming_args, 0, OPTAB_LIB_WIDEN);
1553 #endif
1555 /* Push a new argument block and copy the arguments. Do not allow
1556 the (potential) memcpy call below to interfere with our stack
1557 manipulations. */
1558 do_pending_stack_adjust ();
1559 NO_DEFER_POP;
1561 /* Save the stack with nonlocal if available. */
1562 #ifdef HAVE_save_stack_nonlocal
1563 if (HAVE_save_stack_nonlocal)
1564 emit_stack_save (SAVE_NONLOCAL, &old_stack_level, NULL_RTX);
1565 else
1566 #endif
1567 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX);
1569 /* Allocate a block of memory onto the stack and copy the memory
1570 arguments to the outgoing arguments address. We can pass TRUE
1571 as the 4th argument because we just saved the stack pointer
1572 and will restore it right after the call. */
1573 allocate_dynamic_stack_space (argsize, 0, BIGGEST_ALIGNMENT, true);
1575 /* Set DRAP flag to true, even though allocate_dynamic_stack_space
1576 may have already set current_function_calls_alloca to true.
1577 current_function_calls_alloca won't be set if argsize is zero,
1578 so we have to guarantee need_drap is true here. */
1579 if (SUPPORTS_STACK_ALIGNMENT)
1580 crtl->need_drap = true;
1582 dest = virtual_outgoing_args_rtx;
1583 #ifndef STACK_GROWS_DOWNWARD
1584 if (CONST_INT_P (argsize))
1585 dest = plus_constant (dest, -INTVAL (argsize));
1586 else
1587 dest = gen_rtx_PLUS (Pmode, dest, negate_rtx (Pmode, argsize));
1588 #endif
1589 dest = gen_rtx_MEM (BLKmode, dest);
1590 set_mem_align (dest, PARM_BOUNDARY);
1591 src = gen_rtx_MEM (BLKmode, incoming_args);
1592 set_mem_align (src, PARM_BOUNDARY);
1593 emit_block_move (dest, src, argsize, BLOCK_OP_NORMAL);
1595 /* Refer to the argument block. */
1596 apply_args_size ();
1597 arguments = gen_rtx_MEM (BLKmode, arguments);
1598 set_mem_align (arguments, PARM_BOUNDARY);
1600 /* Walk past the arg-pointer and structure value address. */
1601 size = GET_MODE_SIZE (Pmode);
1602 if (struct_value)
1603 size += GET_MODE_SIZE (Pmode);
1605 /* Restore each of the registers previously saved. Make USE insns
1606 for each of these registers for use in making the call. */
1607 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1608 if ((mode = apply_args_mode[regno]) != VOIDmode)
1610 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1611 if (size % align != 0)
1612 size = CEIL (size, align) * align;
1613 reg = gen_rtx_REG (mode, regno);
1614 emit_move_insn (reg, adjust_address (arguments, mode, size));
1615 use_reg (&call_fusage, reg);
1616 size += GET_MODE_SIZE (mode);
1619 /* Restore the structure value address unless this is passed as an
1620 "invisible" first argument. */
1621 size = GET_MODE_SIZE (Pmode);
1622 if (struct_value)
1624 rtx value = gen_reg_rtx (Pmode);
1625 emit_move_insn (value, adjust_address (arguments, Pmode, size));
1626 emit_move_insn (struct_value, value);
1627 if (REG_P (struct_value))
1628 use_reg (&call_fusage, struct_value);
1629 size += GET_MODE_SIZE (Pmode);
1632 /* All arguments and registers used for the call are set up by now! */
1633 function = prepare_call_address (NULL, function, NULL, &call_fusage, 0, 0);
1635 /* Ensure address is valid. SYMBOL_REF is already valid, so no need,
1636 and we don't want to load it into a register as an optimization,
1637 because prepare_call_address already did it if it should be done. */
1638 if (GET_CODE (function) != SYMBOL_REF)
1639 function = memory_address (FUNCTION_MODE, function);
1641 /* Generate the actual call instruction and save the return value. */
1642 #ifdef HAVE_untyped_call
1643 if (HAVE_untyped_call)
1644 emit_call_insn (gen_untyped_call (gen_rtx_MEM (FUNCTION_MODE, function),
1645 result, result_vector (1, result)));
1646 else
1647 #endif
1648 #ifdef HAVE_call_value
1649 if (HAVE_call_value)
1651 rtx valreg = 0;
1653 /* Locate the unique return register. It is not possible to
1654 express a call that sets more than one return register using
1655 call_value; use untyped_call for that. In fact, untyped_call
1656 only needs to save the return registers in the given block. */
1657 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1658 if ((mode = apply_result_mode[regno]) != VOIDmode)
1660 gcc_assert (!valreg); /* HAVE_untyped_call required. */
1662 valreg = gen_rtx_REG (mode, regno);
1665 emit_call_insn (GEN_CALL_VALUE (valreg,
1666 gen_rtx_MEM (FUNCTION_MODE, function),
1667 const0_rtx, NULL_RTX, const0_rtx));
1669 emit_move_insn (adjust_address (result, GET_MODE (valreg), 0), valreg);
1671 else
1672 #endif
1673 gcc_unreachable ();
1675 /* Find the CALL insn we just emitted, and attach the register usage
1676 information. */
1677 call_insn = last_call_insn ();
1678 add_function_usage_to (call_insn, call_fusage);
1680 /* Restore the stack. */
1681 #ifdef HAVE_save_stack_nonlocal
1682 if (HAVE_save_stack_nonlocal)
1683 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX);
1684 else
1685 #endif
1686 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX);
1688 OK_DEFER_POP;
1690 /* Return the address of the result block. */
1691 result = copy_addr_to_reg (XEXP (result, 0));
1692 return convert_memory_address (ptr_mode, result);
1695 /* Perform an untyped return. */
1697 static void
1698 expand_builtin_return (rtx result)
1700 int size, align, regno;
1701 enum machine_mode mode;
1702 rtx reg;
1703 rtx call_fusage = 0;
1705 result = convert_memory_address (Pmode, result);
1707 apply_result_size ();
1708 result = gen_rtx_MEM (BLKmode, result);
1710 #ifdef HAVE_untyped_return
1711 if (HAVE_untyped_return)
1713 emit_jump_insn (gen_untyped_return (result, result_vector (0, result)));
1714 emit_barrier ();
1715 return;
1717 #endif
1719 /* Restore the return value and note that each value is used. */
1720 size = 0;
1721 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1722 if ((mode = apply_result_mode[regno]) != VOIDmode)
1724 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1725 if (size % align != 0)
1726 size = CEIL (size, align) * align;
1727 reg = gen_rtx_REG (mode, INCOMING_REGNO (regno));
1728 emit_move_insn (reg, adjust_address (result, mode, size));
1730 push_to_sequence (call_fusage);
1731 emit_use (reg);
1732 call_fusage = get_insns ();
1733 end_sequence ();
1734 size += GET_MODE_SIZE (mode);
1737 /* Put the USE insns before the return. */
1738 emit_insn (call_fusage);
1740 /* Return whatever values was restored by jumping directly to the end
1741 of the function. */
1742 expand_naked_return ();
1745 /* Used by expand_builtin_classify_type and fold_builtin_classify_type. */
1747 static enum type_class
1748 type_to_class (tree type)
1750 switch (TREE_CODE (type))
1752 case VOID_TYPE: return void_type_class;
1753 case INTEGER_TYPE: return integer_type_class;
1754 case ENUMERAL_TYPE: return enumeral_type_class;
1755 case BOOLEAN_TYPE: return boolean_type_class;
1756 case POINTER_TYPE: return pointer_type_class;
1757 case REFERENCE_TYPE: return reference_type_class;
1758 case OFFSET_TYPE: return offset_type_class;
1759 case REAL_TYPE: return real_type_class;
1760 case COMPLEX_TYPE: return complex_type_class;
1761 case FUNCTION_TYPE: return function_type_class;
1762 case METHOD_TYPE: return method_type_class;
1763 case RECORD_TYPE: return record_type_class;
1764 case UNION_TYPE:
1765 case QUAL_UNION_TYPE: return union_type_class;
1766 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type)
1767 ? string_type_class : array_type_class);
1768 case LANG_TYPE: return lang_type_class;
1769 default: return no_type_class;
1773 /* Expand a call EXP to __builtin_classify_type. */
1775 static rtx
1776 expand_builtin_classify_type (tree exp)
1778 if (call_expr_nargs (exp))
1779 return GEN_INT (type_to_class (TREE_TYPE (CALL_EXPR_ARG (exp, 0))));
1780 return GEN_INT (no_type_class);
1783 /* This helper macro, meant to be used in mathfn_built_in below,
1784 determines which among a set of three builtin math functions is
1785 appropriate for a given type mode. The `F' and `L' cases are
1786 automatically generated from the `double' case. */
1787 #define CASE_MATHFN(BUILT_IN_MATHFN) \
1788 case BUILT_IN_MATHFN: case BUILT_IN_MATHFN##F: case BUILT_IN_MATHFN##L: \
1789 fcode = BUILT_IN_MATHFN; fcodef = BUILT_IN_MATHFN##F ; \
1790 fcodel = BUILT_IN_MATHFN##L ; break;
1791 /* Similar to above, but appends _R after any F/L suffix. */
1792 #define CASE_MATHFN_REENT(BUILT_IN_MATHFN) \
1793 case BUILT_IN_MATHFN##_R: case BUILT_IN_MATHFN##F_R: case BUILT_IN_MATHFN##L_R: \
1794 fcode = BUILT_IN_MATHFN##_R; fcodef = BUILT_IN_MATHFN##F_R ; \
1795 fcodel = BUILT_IN_MATHFN##L_R ; break;
1797 /* Return mathematic function equivalent to FN but operating directly
1798 on TYPE, if available. If IMPLICIT is true find the function in
1799 implicit_built_in_decls[], otherwise use built_in_decls[]. If we
1800 can't do the conversion, return zero. */
1802 static tree
1803 mathfn_built_in_1 (tree type, enum built_in_function fn, bool implicit)
1805 tree const *const fn_arr
1806 = implicit ? implicit_built_in_decls : built_in_decls;
1807 enum built_in_function fcode, fcodef, fcodel;
1809 switch (fn)
1811 CASE_MATHFN (BUILT_IN_ACOS)
1812 CASE_MATHFN (BUILT_IN_ACOSH)
1813 CASE_MATHFN (BUILT_IN_ASIN)
1814 CASE_MATHFN (BUILT_IN_ASINH)
1815 CASE_MATHFN (BUILT_IN_ATAN)
1816 CASE_MATHFN (BUILT_IN_ATAN2)
1817 CASE_MATHFN (BUILT_IN_ATANH)
1818 CASE_MATHFN (BUILT_IN_CBRT)
1819 CASE_MATHFN (BUILT_IN_CEIL)
1820 CASE_MATHFN (BUILT_IN_CEXPI)
1821 CASE_MATHFN (BUILT_IN_COPYSIGN)
1822 CASE_MATHFN (BUILT_IN_COS)
1823 CASE_MATHFN (BUILT_IN_COSH)
1824 CASE_MATHFN (BUILT_IN_DREM)
1825 CASE_MATHFN (BUILT_IN_ERF)
1826 CASE_MATHFN (BUILT_IN_ERFC)
1827 CASE_MATHFN (BUILT_IN_EXP)
1828 CASE_MATHFN (BUILT_IN_EXP10)
1829 CASE_MATHFN (BUILT_IN_EXP2)
1830 CASE_MATHFN (BUILT_IN_EXPM1)
1831 CASE_MATHFN (BUILT_IN_FABS)
1832 CASE_MATHFN (BUILT_IN_FDIM)
1833 CASE_MATHFN (BUILT_IN_FLOOR)
1834 CASE_MATHFN (BUILT_IN_FMA)
1835 CASE_MATHFN (BUILT_IN_FMAX)
1836 CASE_MATHFN (BUILT_IN_FMIN)
1837 CASE_MATHFN (BUILT_IN_FMOD)
1838 CASE_MATHFN (BUILT_IN_FREXP)
1839 CASE_MATHFN (BUILT_IN_GAMMA)
1840 CASE_MATHFN_REENT (BUILT_IN_GAMMA) /* GAMMA_R */
1841 CASE_MATHFN (BUILT_IN_HUGE_VAL)
1842 CASE_MATHFN (BUILT_IN_HYPOT)
1843 CASE_MATHFN (BUILT_IN_ILOGB)
1844 CASE_MATHFN (BUILT_IN_INF)
1845 CASE_MATHFN (BUILT_IN_ISINF)
1846 CASE_MATHFN (BUILT_IN_J0)
1847 CASE_MATHFN (BUILT_IN_J1)
1848 CASE_MATHFN (BUILT_IN_JN)
1849 CASE_MATHFN (BUILT_IN_LCEIL)
1850 CASE_MATHFN (BUILT_IN_LDEXP)
1851 CASE_MATHFN (BUILT_IN_LFLOOR)
1852 CASE_MATHFN (BUILT_IN_LGAMMA)
1853 CASE_MATHFN_REENT (BUILT_IN_LGAMMA) /* LGAMMA_R */
1854 CASE_MATHFN (BUILT_IN_LLCEIL)
1855 CASE_MATHFN (BUILT_IN_LLFLOOR)
1856 CASE_MATHFN (BUILT_IN_LLRINT)
1857 CASE_MATHFN (BUILT_IN_LLROUND)
1858 CASE_MATHFN (BUILT_IN_LOG)
1859 CASE_MATHFN (BUILT_IN_LOG10)
1860 CASE_MATHFN (BUILT_IN_LOG1P)
1861 CASE_MATHFN (BUILT_IN_LOG2)
1862 CASE_MATHFN (BUILT_IN_LOGB)
1863 CASE_MATHFN (BUILT_IN_LRINT)
1864 CASE_MATHFN (BUILT_IN_LROUND)
1865 CASE_MATHFN (BUILT_IN_MODF)
1866 CASE_MATHFN (BUILT_IN_NAN)
1867 CASE_MATHFN (BUILT_IN_NANS)
1868 CASE_MATHFN (BUILT_IN_NEARBYINT)
1869 CASE_MATHFN (BUILT_IN_NEXTAFTER)
1870 CASE_MATHFN (BUILT_IN_NEXTTOWARD)
1871 CASE_MATHFN (BUILT_IN_POW)
1872 CASE_MATHFN (BUILT_IN_POWI)
1873 CASE_MATHFN (BUILT_IN_POW10)
1874 CASE_MATHFN (BUILT_IN_REMAINDER)
1875 CASE_MATHFN (BUILT_IN_REMQUO)
1876 CASE_MATHFN (BUILT_IN_RINT)
1877 CASE_MATHFN (BUILT_IN_ROUND)
1878 CASE_MATHFN (BUILT_IN_SCALB)
1879 CASE_MATHFN (BUILT_IN_SCALBLN)
1880 CASE_MATHFN (BUILT_IN_SCALBN)
1881 CASE_MATHFN (BUILT_IN_SIGNBIT)
1882 CASE_MATHFN (BUILT_IN_SIGNIFICAND)
1883 CASE_MATHFN (BUILT_IN_SIN)
1884 CASE_MATHFN (BUILT_IN_SINCOS)
1885 CASE_MATHFN (BUILT_IN_SINH)
1886 CASE_MATHFN (BUILT_IN_SQRT)
1887 CASE_MATHFN (BUILT_IN_TAN)
1888 CASE_MATHFN (BUILT_IN_TANH)
1889 CASE_MATHFN (BUILT_IN_TGAMMA)
1890 CASE_MATHFN (BUILT_IN_TRUNC)
1891 CASE_MATHFN (BUILT_IN_Y0)
1892 CASE_MATHFN (BUILT_IN_Y1)
1893 CASE_MATHFN (BUILT_IN_YN)
1895 default:
1896 return NULL_TREE;
1899 if (TYPE_MAIN_VARIANT (type) == double_type_node)
1900 return fn_arr[fcode];
1901 else if (TYPE_MAIN_VARIANT (type) == float_type_node)
1902 return fn_arr[fcodef];
1903 else if (TYPE_MAIN_VARIANT (type) == long_double_type_node)
1904 return fn_arr[fcodel];
1905 else
1906 return NULL_TREE;
1909 /* Like mathfn_built_in_1(), but always use the implicit array. */
1911 tree
1912 mathfn_built_in (tree type, enum built_in_function fn)
1914 return mathfn_built_in_1 (type, fn, /*implicit=*/ 1);
1917 /* If errno must be maintained, expand the RTL to check if the result,
1918 TARGET, of a built-in function call, EXP, is NaN, and if so set
1919 errno to EDOM. */
1921 static void
1922 expand_errno_check (tree exp, rtx target)
1924 rtx lab = gen_label_rtx ();
1926 /* Test the result; if it is NaN, set errno=EDOM because
1927 the argument was not in the domain. */
1928 do_compare_rtx_and_jump (target, target, EQ, 0, GET_MODE (target),
1929 NULL_RTX, NULL_RTX, lab,
1930 /* The jump is very likely. */
1931 REG_BR_PROB_BASE - (REG_BR_PROB_BASE / 2000 - 1));
1933 #ifdef TARGET_EDOM
1934 /* If this built-in doesn't throw an exception, set errno directly. */
1935 if (TREE_NOTHROW (TREE_OPERAND (CALL_EXPR_FN (exp), 0)))
1937 #ifdef GEN_ERRNO_RTX
1938 rtx errno_rtx = GEN_ERRNO_RTX;
1939 #else
1940 rtx errno_rtx
1941 = gen_rtx_MEM (word_mode, gen_rtx_SYMBOL_REF (Pmode, "errno"));
1942 #endif
1943 emit_move_insn (errno_rtx, GEN_INT (TARGET_EDOM));
1944 emit_label (lab);
1945 return;
1947 #endif
1949 /* Make sure the library call isn't expanded as a tail call. */
1950 CALL_EXPR_TAILCALL (exp) = 0;
1952 /* We can't set errno=EDOM directly; let the library call do it.
1953 Pop the arguments right away in case the call gets deleted. */
1954 NO_DEFER_POP;
1955 expand_call (exp, target, 0);
1956 OK_DEFER_POP;
1957 emit_label (lab);
1960 /* Expand a call to one of the builtin math functions (sqrt, exp, or log).
1961 Return NULL_RTX if a normal call should be emitted rather than expanding
1962 the function in-line. EXP is the expression that is a call to the builtin
1963 function; if convenient, the result should be placed in TARGET.
1964 SUBTARGET may be used as the target for computing one of EXP's operands. */
1966 static rtx
1967 expand_builtin_mathfn (tree exp, rtx target, rtx subtarget)
1969 optab builtin_optab;
1970 rtx op0, insns;
1971 tree fndecl = get_callee_fndecl (exp);
1972 enum machine_mode mode;
1973 bool errno_set = false;
1974 tree arg;
1976 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
1977 return NULL_RTX;
1979 arg = CALL_EXPR_ARG (exp, 0);
1981 switch (DECL_FUNCTION_CODE (fndecl))
1983 CASE_FLT_FN (BUILT_IN_SQRT):
1984 errno_set = ! tree_expr_nonnegative_p (arg);
1985 builtin_optab = sqrt_optab;
1986 break;
1987 CASE_FLT_FN (BUILT_IN_EXP):
1988 errno_set = true; builtin_optab = exp_optab; break;
1989 CASE_FLT_FN (BUILT_IN_EXP10):
1990 CASE_FLT_FN (BUILT_IN_POW10):
1991 errno_set = true; builtin_optab = exp10_optab; break;
1992 CASE_FLT_FN (BUILT_IN_EXP2):
1993 errno_set = true; builtin_optab = exp2_optab; break;
1994 CASE_FLT_FN (BUILT_IN_EXPM1):
1995 errno_set = true; builtin_optab = expm1_optab; break;
1996 CASE_FLT_FN (BUILT_IN_LOGB):
1997 errno_set = true; builtin_optab = logb_optab; break;
1998 CASE_FLT_FN (BUILT_IN_LOG):
1999 errno_set = true; builtin_optab = log_optab; break;
2000 CASE_FLT_FN (BUILT_IN_LOG10):
2001 errno_set = true; builtin_optab = log10_optab; break;
2002 CASE_FLT_FN (BUILT_IN_LOG2):
2003 errno_set = true; builtin_optab = log2_optab; break;
2004 CASE_FLT_FN (BUILT_IN_LOG1P):
2005 errno_set = true; builtin_optab = log1p_optab; break;
2006 CASE_FLT_FN (BUILT_IN_ASIN):
2007 builtin_optab = asin_optab; break;
2008 CASE_FLT_FN (BUILT_IN_ACOS):
2009 builtin_optab = acos_optab; break;
2010 CASE_FLT_FN (BUILT_IN_TAN):
2011 builtin_optab = tan_optab; break;
2012 CASE_FLT_FN (BUILT_IN_ATAN):
2013 builtin_optab = atan_optab; break;
2014 CASE_FLT_FN (BUILT_IN_FLOOR):
2015 builtin_optab = floor_optab; break;
2016 CASE_FLT_FN (BUILT_IN_CEIL):
2017 builtin_optab = ceil_optab; break;
2018 CASE_FLT_FN (BUILT_IN_TRUNC):
2019 builtin_optab = btrunc_optab; break;
2020 CASE_FLT_FN (BUILT_IN_ROUND):
2021 builtin_optab = round_optab; break;
2022 CASE_FLT_FN (BUILT_IN_NEARBYINT):
2023 builtin_optab = nearbyint_optab;
2024 if (flag_trapping_math)
2025 break;
2026 /* Else fallthrough and expand as rint. */
2027 CASE_FLT_FN (BUILT_IN_RINT):
2028 builtin_optab = rint_optab; break;
2029 CASE_FLT_FN (BUILT_IN_SIGNIFICAND):
2030 builtin_optab = significand_optab; break;
2031 default:
2032 gcc_unreachable ();
2035 /* Make a suitable register to place result in. */
2036 mode = TYPE_MODE (TREE_TYPE (exp));
2038 if (! flag_errno_math || ! HONOR_NANS (mode))
2039 errno_set = false;
2041 /* Before working hard, check whether the instruction is available. */
2042 if (optab_handler (builtin_optab, mode) != CODE_FOR_nothing)
2044 target = gen_reg_rtx (mode);
2046 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2047 need to expand the argument again. This way, we will not perform
2048 side-effects more the once. */
2049 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2051 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
2053 start_sequence ();
2055 /* Compute into TARGET.
2056 Set TARGET to wherever the result comes back. */
2057 target = expand_unop (mode, builtin_optab, op0, target, 0);
2059 if (target != 0)
2061 if (errno_set)
2062 expand_errno_check (exp, target);
2064 /* Output the entire sequence. */
2065 insns = get_insns ();
2066 end_sequence ();
2067 emit_insn (insns);
2068 return target;
2071 /* If we were unable to expand via the builtin, stop the sequence
2072 (without outputting the insns) and call to the library function
2073 with the stabilized argument list. */
2074 end_sequence ();
2077 return expand_call (exp, target, target == const0_rtx);
2080 /* Expand a call to the builtin binary math functions (pow and atan2).
2081 Return NULL_RTX if a normal call should be emitted rather than expanding the
2082 function in-line. EXP is the expression that is a call to the builtin
2083 function; if convenient, the result should be placed in TARGET.
2084 SUBTARGET may be used as the target for computing one of EXP's
2085 operands. */
2087 static rtx
2088 expand_builtin_mathfn_2 (tree exp, rtx target, rtx subtarget)
2090 optab builtin_optab;
2091 rtx op0, op1, insns;
2092 int op1_type = REAL_TYPE;
2093 tree fndecl = get_callee_fndecl (exp);
2094 tree arg0, arg1;
2095 enum machine_mode mode;
2096 bool errno_set = true;
2098 switch (DECL_FUNCTION_CODE (fndecl))
2100 CASE_FLT_FN (BUILT_IN_SCALBN):
2101 CASE_FLT_FN (BUILT_IN_SCALBLN):
2102 CASE_FLT_FN (BUILT_IN_LDEXP):
2103 op1_type = INTEGER_TYPE;
2104 default:
2105 break;
2108 if (!validate_arglist (exp, REAL_TYPE, op1_type, VOID_TYPE))
2109 return NULL_RTX;
2111 arg0 = CALL_EXPR_ARG (exp, 0);
2112 arg1 = CALL_EXPR_ARG (exp, 1);
2114 switch (DECL_FUNCTION_CODE (fndecl))
2116 CASE_FLT_FN (BUILT_IN_POW):
2117 builtin_optab = pow_optab; break;
2118 CASE_FLT_FN (BUILT_IN_ATAN2):
2119 builtin_optab = atan2_optab; break;
2120 CASE_FLT_FN (BUILT_IN_SCALB):
2121 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (exp)))->b != 2)
2122 return 0;
2123 builtin_optab = scalb_optab; break;
2124 CASE_FLT_FN (BUILT_IN_SCALBN):
2125 CASE_FLT_FN (BUILT_IN_SCALBLN):
2126 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (exp)))->b != 2)
2127 return 0;
2128 /* Fall through... */
2129 CASE_FLT_FN (BUILT_IN_LDEXP):
2130 builtin_optab = ldexp_optab; break;
2131 CASE_FLT_FN (BUILT_IN_FMOD):
2132 builtin_optab = fmod_optab; break;
2133 CASE_FLT_FN (BUILT_IN_REMAINDER):
2134 CASE_FLT_FN (BUILT_IN_DREM):
2135 builtin_optab = remainder_optab; break;
2136 default:
2137 gcc_unreachable ();
2140 /* Make a suitable register to place result in. */
2141 mode = TYPE_MODE (TREE_TYPE (exp));
2143 /* Before working hard, check whether the instruction is available. */
2144 if (optab_handler (builtin_optab, mode) == CODE_FOR_nothing)
2145 return NULL_RTX;
2147 target = gen_reg_rtx (mode);
2149 if (! flag_errno_math || ! HONOR_NANS (mode))
2150 errno_set = false;
2152 /* Always stabilize the argument list. */
2153 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0);
2154 CALL_EXPR_ARG (exp, 1) = arg1 = builtin_save_expr (arg1);
2156 op0 = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL);
2157 op1 = expand_normal (arg1);
2159 start_sequence ();
2161 /* Compute into TARGET.
2162 Set TARGET to wherever the result comes back. */
2163 target = expand_binop (mode, builtin_optab, op0, op1,
2164 target, 0, OPTAB_DIRECT);
2166 /* If we were unable to expand via the builtin, stop the sequence
2167 (without outputting the insns) and call to the library function
2168 with the stabilized argument list. */
2169 if (target == 0)
2171 end_sequence ();
2172 return expand_call (exp, target, target == const0_rtx);
2175 if (errno_set)
2176 expand_errno_check (exp, target);
2178 /* Output the entire sequence. */
2179 insns = get_insns ();
2180 end_sequence ();
2181 emit_insn (insns);
2183 return target;
2186 /* Expand a call to the builtin trinary math functions (fma).
2187 Return NULL_RTX if a normal call should be emitted rather than expanding the
2188 function in-line. EXP is the expression that is a call to the builtin
2189 function; if convenient, the result should be placed in TARGET.
2190 SUBTARGET may be used as the target for computing one of EXP's
2191 operands. */
2193 static rtx
2194 expand_builtin_mathfn_ternary (tree exp, rtx target, rtx subtarget)
2196 optab builtin_optab;
2197 rtx op0, op1, op2, insns;
2198 tree fndecl = get_callee_fndecl (exp);
2199 tree arg0, arg1, arg2;
2200 enum machine_mode mode;
2202 if (!validate_arglist (exp, REAL_TYPE, REAL_TYPE, REAL_TYPE, VOID_TYPE))
2203 return NULL_RTX;
2205 arg0 = CALL_EXPR_ARG (exp, 0);
2206 arg1 = CALL_EXPR_ARG (exp, 1);
2207 arg2 = CALL_EXPR_ARG (exp, 2);
2209 switch (DECL_FUNCTION_CODE (fndecl))
2211 CASE_FLT_FN (BUILT_IN_FMA):
2212 builtin_optab = fma_optab; break;
2213 default:
2214 gcc_unreachable ();
2217 /* Make a suitable register to place result in. */
2218 mode = TYPE_MODE (TREE_TYPE (exp));
2220 /* Before working hard, check whether the instruction is available. */
2221 if (optab_handler (builtin_optab, mode) == CODE_FOR_nothing)
2222 return NULL_RTX;
2224 target = gen_reg_rtx (mode);
2226 /* Always stabilize the argument list. */
2227 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0);
2228 CALL_EXPR_ARG (exp, 1) = arg1 = builtin_save_expr (arg1);
2229 CALL_EXPR_ARG (exp, 2) = arg2 = builtin_save_expr (arg2);
2231 op0 = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL);
2232 op1 = expand_normal (arg1);
2233 op2 = expand_normal (arg2);
2235 start_sequence ();
2237 /* Compute into TARGET.
2238 Set TARGET to wherever the result comes back. */
2239 target = expand_ternary_op (mode, builtin_optab, op0, op1, op2,
2240 target, 0);
2242 /* If we were unable to expand via the builtin, stop the sequence
2243 (without outputting the insns) and call to the library function
2244 with the stabilized argument list. */
2245 if (target == 0)
2247 end_sequence ();
2248 return expand_call (exp, target, target == const0_rtx);
2251 /* Output the entire sequence. */
2252 insns = get_insns ();
2253 end_sequence ();
2254 emit_insn (insns);
2256 return target;
2259 /* Expand a call to the builtin sin and cos math functions.
2260 Return NULL_RTX if a normal call should be emitted rather than expanding the
2261 function in-line. EXP is the expression that is a call to the builtin
2262 function; if convenient, the result should be placed in TARGET.
2263 SUBTARGET may be used as the target for computing one of EXP's
2264 operands. */
2266 static rtx
2267 expand_builtin_mathfn_3 (tree exp, rtx target, rtx subtarget)
2269 optab builtin_optab;
2270 rtx op0, insns;
2271 tree fndecl = get_callee_fndecl (exp);
2272 enum machine_mode mode;
2273 tree arg;
2275 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2276 return NULL_RTX;
2278 arg = CALL_EXPR_ARG (exp, 0);
2280 switch (DECL_FUNCTION_CODE (fndecl))
2282 CASE_FLT_FN (BUILT_IN_SIN):
2283 CASE_FLT_FN (BUILT_IN_COS):
2284 builtin_optab = sincos_optab; break;
2285 default:
2286 gcc_unreachable ();
2289 /* Make a suitable register to place result in. */
2290 mode = TYPE_MODE (TREE_TYPE (exp));
2292 /* Check if sincos insn is available, otherwise fallback
2293 to sin or cos insn. */
2294 if (optab_handler (builtin_optab, mode) == CODE_FOR_nothing)
2295 switch (DECL_FUNCTION_CODE (fndecl))
2297 CASE_FLT_FN (BUILT_IN_SIN):
2298 builtin_optab = sin_optab; break;
2299 CASE_FLT_FN (BUILT_IN_COS):
2300 builtin_optab = cos_optab; break;
2301 default:
2302 gcc_unreachable ();
2305 /* Before working hard, check whether the instruction is available. */
2306 if (optab_handler (builtin_optab, mode) != CODE_FOR_nothing)
2308 target = gen_reg_rtx (mode);
2310 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2311 need to expand the argument again. This way, we will not perform
2312 side-effects more the once. */
2313 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2315 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
2317 start_sequence ();
2319 /* Compute into TARGET.
2320 Set TARGET to wherever the result comes back. */
2321 if (builtin_optab == sincos_optab)
2323 int result;
2325 switch (DECL_FUNCTION_CODE (fndecl))
2327 CASE_FLT_FN (BUILT_IN_SIN):
2328 result = expand_twoval_unop (builtin_optab, op0, 0, target, 0);
2329 break;
2330 CASE_FLT_FN (BUILT_IN_COS):
2331 result = expand_twoval_unop (builtin_optab, op0, target, 0, 0);
2332 break;
2333 default:
2334 gcc_unreachable ();
2336 gcc_assert (result);
2338 else
2340 target = expand_unop (mode, builtin_optab, op0, target, 0);
2343 if (target != 0)
2345 /* Output the entire sequence. */
2346 insns = get_insns ();
2347 end_sequence ();
2348 emit_insn (insns);
2349 return target;
2352 /* If we were unable to expand via the builtin, stop the sequence
2353 (without outputting the insns) and call to the library function
2354 with the stabilized argument list. */
2355 end_sequence ();
2358 target = expand_call (exp, target, target == const0_rtx);
2360 return target;
2363 /* Given an interclass math builtin decl FNDECL and it's argument ARG
2364 return an RTL instruction code that implements the functionality.
2365 If that isn't possible or available return CODE_FOR_nothing. */
2367 static enum insn_code
2368 interclass_mathfn_icode (tree arg, tree fndecl)
2370 bool errno_set = false;
2371 optab builtin_optab = 0;
2372 enum machine_mode mode;
2374 switch (DECL_FUNCTION_CODE (fndecl))
2376 CASE_FLT_FN (BUILT_IN_ILOGB):
2377 errno_set = true; builtin_optab = ilogb_optab; break;
2378 CASE_FLT_FN (BUILT_IN_ISINF):
2379 builtin_optab = isinf_optab; break;
2380 case BUILT_IN_ISNORMAL:
2381 case BUILT_IN_ISFINITE:
2382 CASE_FLT_FN (BUILT_IN_FINITE):
2383 case BUILT_IN_FINITED32:
2384 case BUILT_IN_FINITED64:
2385 case BUILT_IN_FINITED128:
2386 case BUILT_IN_ISINFD32:
2387 case BUILT_IN_ISINFD64:
2388 case BUILT_IN_ISINFD128:
2389 /* These builtins have no optabs (yet). */
2390 break;
2391 default:
2392 gcc_unreachable ();
2395 /* There's no easy way to detect the case we need to set EDOM. */
2396 if (flag_errno_math && errno_set)
2397 return CODE_FOR_nothing;
2399 /* Optab mode depends on the mode of the input argument. */
2400 mode = TYPE_MODE (TREE_TYPE (arg));
2402 if (builtin_optab)
2403 return optab_handler (builtin_optab, mode);
2404 return CODE_FOR_nothing;
2407 /* Expand a call to one of the builtin math functions that operate on
2408 floating point argument and output an integer result (ilogb, isinf,
2409 isnan, etc).
2410 Return 0 if a normal call should be emitted rather than expanding the
2411 function in-line. EXP is the expression that is a call to the builtin
2412 function; if convenient, the result should be placed in TARGET. */
2414 static rtx
2415 expand_builtin_interclass_mathfn (tree exp, rtx target)
2417 enum insn_code icode = CODE_FOR_nothing;
2418 rtx op0;
2419 tree fndecl = get_callee_fndecl (exp);
2420 enum machine_mode mode;
2421 tree arg;
2423 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2424 return NULL_RTX;
2426 arg = CALL_EXPR_ARG (exp, 0);
2427 icode = interclass_mathfn_icode (arg, fndecl);
2428 mode = TYPE_MODE (TREE_TYPE (arg));
2430 if (icode != CODE_FOR_nothing)
2432 rtx last = get_last_insn ();
2433 tree orig_arg = arg;
2434 /* Make a suitable register to place result in. */
2435 if (!target
2436 || GET_MODE (target) != TYPE_MODE (TREE_TYPE (exp))
2437 || !insn_data[icode].operand[0].predicate (target, GET_MODE (target)))
2438 target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
2440 gcc_assert (insn_data[icode].operand[0].predicate
2441 (target, GET_MODE (target)));
2443 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2444 need to expand the argument again. This way, we will not perform
2445 side-effects more the once. */
2446 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2448 op0 = expand_expr (arg, NULL_RTX, VOIDmode, EXPAND_NORMAL);
2450 if (mode != GET_MODE (op0))
2451 op0 = convert_to_mode (mode, op0, 0);
2453 /* Compute into TARGET.
2454 Set TARGET to wherever the result comes back. */
2455 if (maybe_emit_unop_insn (icode, target, op0, UNKNOWN))
2456 return target;
2457 delete_insns_since (last);
2458 CALL_EXPR_ARG (exp, 0) = orig_arg;
2461 return NULL_RTX;
2464 /* Expand a call to the builtin sincos math function.
2465 Return NULL_RTX if a normal call should be emitted rather than expanding the
2466 function in-line. EXP is the expression that is a call to the builtin
2467 function. */
2469 static rtx
2470 expand_builtin_sincos (tree exp)
2472 rtx op0, op1, op2, target1, target2;
2473 enum machine_mode mode;
2474 tree arg, sinp, cosp;
2475 int result;
2476 location_t loc = EXPR_LOCATION (exp);
2477 tree alias_type, alias_off;
2479 if (!validate_arglist (exp, REAL_TYPE,
2480 POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
2481 return NULL_RTX;
2483 arg = CALL_EXPR_ARG (exp, 0);
2484 sinp = CALL_EXPR_ARG (exp, 1);
2485 cosp = CALL_EXPR_ARG (exp, 2);
2487 /* Make a suitable register to place result in. */
2488 mode = TYPE_MODE (TREE_TYPE (arg));
2490 /* Check if sincos insn is available, otherwise emit the call. */
2491 if (optab_handler (sincos_optab, mode) == CODE_FOR_nothing)
2492 return NULL_RTX;
2494 target1 = gen_reg_rtx (mode);
2495 target2 = gen_reg_rtx (mode);
2497 op0 = expand_normal (arg);
2498 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true);
2499 alias_off = build_int_cst (alias_type, 0);
2500 op1 = expand_normal (fold_build2_loc (loc, MEM_REF, TREE_TYPE (arg),
2501 sinp, alias_off));
2502 op2 = expand_normal (fold_build2_loc (loc, MEM_REF, TREE_TYPE (arg),
2503 cosp, alias_off));
2505 /* Compute into target1 and target2.
2506 Set TARGET to wherever the result comes back. */
2507 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2508 gcc_assert (result);
2510 /* Move target1 and target2 to the memory locations indicated
2511 by op1 and op2. */
2512 emit_move_insn (op1, target1);
2513 emit_move_insn (op2, target2);
2515 return const0_rtx;
2518 /* Expand a call to the internal cexpi builtin to the sincos math function.
2519 EXP is the expression that is a call to the builtin function; if convenient,
2520 the result should be placed in TARGET. */
2522 static rtx
2523 expand_builtin_cexpi (tree exp, rtx target)
2525 tree fndecl = get_callee_fndecl (exp);
2526 tree arg, type;
2527 enum machine_mode mode;
2528 rtx op0, op1, op2;
2529 location_t loc = EXPR_LOCATION (exp);
2531 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2532 return NULL_RTX;
2534 arg = CALL_EXPR_ARG (exp, 0);
2535 type = TREE_TYPE (arg);
2536 mode = TYPE_MODE (TREE_TYPE (arg));
2538 /* Try expanding via a sincos optab, fall back to emitting a libcall
2539 to sincos or cexp. We are sure we have sincos or cexp because cexpi
2540 is only generated from sincos, cexp or if we have either of them. */
2541 if (optab_handler (sincos_optab, mode) != CODE_FOR_nothing)
2543 op1 = gen_reg_rtx (mode);
2544 op2 = gen_reg_rtx (mode);
2546 op0 = expand_expr (arg, NULL_RTX, VOIDmode, EXPAND_NORMAL);
2548 /* Compute into op1 and op2. */
2549 expand_twoval_unop (sincos_optab, op0, op2, op1, 0);
2551 else if (TARGET_HAS_SINCOS)
2553 tree call, fn = NULL_TREE;
2554 tree top1, top2;
2555 rtx op1a, op2a;
2557 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2558 fn = built_in_decls[BUILT_IN_SINCOSF];
2559 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2560 fn = built_in_decls[BUILT_IN_SINCOS];
2561 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2562 fn = built_in_decls[BUILT_IN_SINCOSL];
2563 else
2564 gcc_unreachable ();
2566 op1 = assign_temp (TREE_TYPE (arg), 0, 1, 1);
2567 op2 = assign_temp (TREE_TYPE (arg), 0, 1, 1);
2568 op1a = copy_to_mode_reg (Pmode, XEXP (op1, 0));
2569 op2a = copy_to_mode_reg (Pmode, XEXP (op2, 0));
2570 top1 = make_tree (build_pointer_type (TREE_TYPE (arg)), op1a);
2571 top2 = make_tree (build_pointer_type (TREE_TYPE (arg)), op2a);
2573 /* Make sure not to fold the sincos call again. */
2574 call = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn);
2575 expand_normal (build_call_nary (TREE_TYPE (TREE_TYPE (fn)),
2576 call, 3, arg, top1, top2));
2578 else
2580 tree call, fn = NULL_TREE, narg;
2581 tree ctype = build_complex_type (type);
2583 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2584 fn = built_in_decls[BUILT_IN_CEXPF];
2585 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2586 fn = built_in_decls[BUILT_IN_CEXP];
2587 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2588 fn = built_in_decls[BUILT_IN_CEXPL];
2589 else
2590 gcc_unreachable ();
2592 /* If we don't have a decl for cexp create one. This is the
2593 friendliest fallback if the user calls __builtin_cexpi
2594 without full target C99 function support. */
2595 if (fn == NULL_TREE)
2597 tree fntype;
2598 const char *name = NULL;
2600 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2601 name = "cexpf";
2602 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2603 name = "cexp";
2604 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2605 name = "cexpl";
2607 fntype = build_function_type_list (ctype, ctype, NULL_TREE);
2608 fn = build_fn_decl (name, fntype);
2611 narg = fold_build2_loc (loc, COMPLEX_EXPR, ctype,
2612 build_real (type, dconst0), arg);
2614 /* Make sure not to fold the cexp call again. */
2615 call = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn);
2616 return expand_expr (build_call_nary (ctype, call, 1, narg),
2617 target, VOIDmode, EXPAND_NORMAL);
2620 /* Now build the proper return type. */
2621 return expand_expr (build2 (COMPLEX_EXPR, build_complex_type (type),
2622 make_tree (TREE_TYPE (arg), op2),
2623 make_tree (TREE_TYPE (arg), op1)),
2624 target, VOIDmode, EXPAND_NORMAL);
2627 /* Conveniently construct a function call expression. FNDECL names the
2628 function to be called, N is the number of arguments, and the "..."
2629 parameters are the argument expressions. Unlike build_call_exr
2630 this doesn't fold the call, hence it will always return a CALL_EXPR. */
2632 static tree
2633 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...)
2635 va_list ap;
2636 tree fntype = TREE_TYPE (fndecl);
2637 tree fn = build1 (ADDR_EXPR, build_pointer_type (fntype), fndecl);
2639 va_start (ap, n);
2640 fn = build_call_valist (TREE_TYPE (fntype), fn, n, ap);
2641 va_end (ap);
2642 SET_EXPR_LOCATION (fn, loc);
2643 return fn;
2646 /* Expand a call to one of the builtin rounding functions gcc defines
2647 as an extension (lfloor and lceil). As these are gcc extensions we
2648 do not need to worry about setting errno to EDOM.
2649 If expanding via optab fails, lower expression to (int)(floor(x)).
2650 EXP is the expression that is a call to the builtin function;
2651 if convenient, the result should be placed in TARGET. */
2653 static rtx
2654 expand_builtin_int_roundingfn (tree exp, rtx target)
2656 convert_optab builtin_optab;
2657 rtx op0, insns, tmp;
2658 tree fndecl = get_callee_fndecl (exp);
2659 enum built_in_function fallback_fn;
2660 tree fallback_fndecl;
2661 enum machine_mode mode;
2662 tree arg;
2664 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2665 gcc_unreachable ();
2667 arg = CALL_EXPR_ARG (exp, 0);
2669 switch (DECL_FUNCTION_CODE (fndecl))
2671 CASE_FLT_FN (BUILT_IN_LCEIL):
2672 CASE_FLT_FN (BUILT_IN_LLCEIL):
2673 builtin_optab = lceil_optab;
2674 fallback_fn = BUILT_IN_CEIL;
2675 break;
2677 CASE_FLT_FN (BUILT_IN_LFLOOR):
2678 CASE_FLT_FN (BUILT_IN_LLFLOOR):
2679 builtin_optab = lfloor_optab;
2680 fallback_fn = BUILT_IN_FLOOR;
2681 break;
2683 default:
2684 gcc_unreachable ();
2687 /* Make a suitable register to place result in. */
2688 mode = TYPE_MODE (TREE_TYPE (exp));
2690 target = gen_reg_rtx (mode);
2692 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2693 need to expand the argument again. This way, we will not perform
2694 side-effects more the once. */
2695 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2697 op0 = expand_expr (arg, NULL, VOIDmode, EXPAND_NORMAL);
2699 start_sequence ();
2701 /* Compute into TARGET. */
2702 if (expand_sfix_optab (target, op0, builtin_optab))
2704 /* Output the entire sequence. */
2705 insns = get_insns ();
2706 end_sequence ();
2707 emit_insn (insns);
2708 return target;
2711 /* If we were unable to expand via the builtin, stop the sequence
2712 (without outputting the insns). */
2713 end_sequence ();
2715 /* Fall back to floating point rounding optab. */
2716 fallback_fndecl = mathfn_built_in (TREE_TYPE (arg), fallback_fn);
2718 /* For non-C99 targets we may end up without a fallback fndecl here
2719 if the user called __builtin_lfloor directly. In this case emit
2720 a call to the floor/ceil variants nevertheless. This should result
2721 in the best user experience for not full C99 targets. */
2722 if (fallback_fndecl == NULL_TREE)
2724 tree fntype;
2725 const char *name = NULL;
2727 switch (DECL_FUNCTION_CODE (fndecl))
2729 case BUILT_IN_LCEIL:
2730 case BUILT_IN_LLCEIL:
2731 name = "ceil";
2732 break;
2733 case BUILT_IN_LCEILF:
2734 case BUILT_IN_LLCEILF:
2735 name = "ceilf";
2736 break;
2737 case BUILT_IN_LCEILL:
2738 case BUILT_IN_LLCEILL:
2739 name = "ceill";
2740 break;
2741 case BUILT_IN_LFLOOR:
2742 case BUILT_IN_LLFLOOR:
2743 name = "floor";
2744 break;
2745 case BUILT_IN_LFLOORF:
2746 case BUILT_IN_LLFLOORF:
2747 name = "floorf";
2748 break;
2749 case BUILT_IN_LFLOORL:
2750 case BUILT_IN_LLFLOORL:
2751 name = "floorl";
2752 break;
2753 default:
2754 gcc_unreachable ();
2757 fntype = build_function_type_list (TREE_TYPE (arg),
2758 TREE_TYPE (arg), NULL_TREE);
2759 fallback_fndecl = build_fn_decl (name, fntype);
2762 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg);
2764 tmp = expand_normal (exp);
2766 /* Truncate the result of floating point optab to integer
2767 via expand_fix (). */
2768 target = gen_reg_rtx (mode);
2769 expand_fix (target, tmp, 0);
2771 return target;
2774 /* Expand a call to one of the builtin math functions doing integer
2775 conversion (lrint).
2776 Return 0 if a normal call should be emitted rather than expanding the
2777 function in-line. EXP is the expression that is a call to the builtin
2778 function; if convenient, the result should be placed in TARGET. */
2780 static rtx
2781 expand_builtin_int_roundingfn_2 (tree exp, rtx target)
2783 convert_optab builtin_optab;
2784 rtx op0, insns;
2785 tree fndecl = get_callee_fndecl (exp);
2786 tree arg;
2787 enum machine_mode mode;
2789 /* There's no easy way to detect the case we need to set EDOM. */
2790 if (flag_errno_math)
2791 return NULL_RTX;
2793 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2794 gcc_unreachable ();
2796 arg = CALL_EXPR_ARG (exp, 0);
2798 switch (DECL_FUNCTION_CODE (fndecl))
2800 CASE_FLT_FN (BUILT_IN_LRINT):
2801 CASE_FLT_FN (BUILT_IN_LLRINT):
2802 builtin_optab = lrint_optab; break;
2803 CASE_FLT_FN (BUILT_IN_LROUND):
2804 CASE_FLT_FN (BUILT_IN_LLROUND):
2805 builtin_optab = lround_optab; break;
2806 default:
2807 gcc_unreachable ();
2810 /* Make a suitable register to place result in. */
2811 mode = TYPE_MODE (TREE_TYPE (exp));
2813 target = gen_reg_rtx (mode);
2815 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2816 need to expand the argument again. This way, we will not perform
2817 side-effects more the once. */
2818 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2820 op0 = expand_expr (arg, NULL, VOIDmode, EXPAND_NORMAL);
2822 start_sequence ();
2824 if (expand_sfix_optab (target, op0, builtin_optab))
2826 /* Output the entire sequence. */
2827 insns = get_insns ();
2828 end_sequence ();
2829 emit_insn (insns);
2830 return target;
2833 /* If we were unable to expand via the builtin, stop the sequence
2834 (without outputting the insns) and call to the library function
2835 with the stabilized argument list. */
2836 end_sequence ();
2838 target = expand_call (exp, target, target == const0_rtx);
2840 return target;
2843 /* To evaluate powi(x,n), the floating point value x raised to the
2844 constant integer exponent n, we use a hybrid algorithm that
2845 combines the "window method" with look-up tables. For an
2846 introduction to exponentiation algorithms and "addition chains",
2847 see section 4.6.3, "Evaluation of Powers" of Donald E. Knuth,
2848 "Seminumerical Algorithms", Vol. 2, "The Art of Computer Programming",
2849 3rd Edition, 1998, and Daniel M. Gordon, "A Survey of Fast Exponentiation
2850 Methods", Journal of Algorithms, Vol. 27, pp. 129-146, 1998. */
2852 /* Provide a default value for POWI_MAX_MULTS, the maximum number of
2853 multiplications to inline before calling the system library's pow
2854 function. powi(x,n) requires at worst 2*bits(n)-2 multiplications,
2855 so this default never requires calling pow, powf or powl. */
2857 #ifndef POWI_MAX_MULTS
2858 #define POWI_MAX_MULTS (2*HOST_BITS_PER_WIDE_INT-2)
2859 #endif
2861 /* The size of the "optimal power tree" lookup table. All
2862 exponents less than this value are simply looked up in the
2863 powi_table below. This threshold is also used to size the
2864 cache of pseudo registers that hold intermediate results. */
2865 #define POWI_TABLE_SIZE 256
2867 /* The size, in bits of the window, used in the "window method"
2868 exponentiation algorithm. This is equivalent to a radix of
2869 (1<<POWI_WINDOW_SIZE) in the corresponding "m-ary method". */
2870 #define POWI_WINDOW_SIZE 3
2872 /* The following table is an efficient representation of an
2873 "optimal power tree". For each value, i, the corresponding
2874 value, j, in the table states than an optimal evaluation
2875 sequence for calculating pow(x,i) can be found by evaluating
2876 pow(x,j)*pow(x,i-j). An optimal power tree for the first
2877 100 integers is given in Knuth's "Seminumerical algorithms". */
2879 static const unsigned char powi_table[POWI_TABLE_SIZE] =
2881 0, 1, 1, 2, 2, 3, 3, 4, /* 0 - 7 */
2882 4, 6, 5, 6, 6, 10, 7, 9, /* 8 - 15 */
2883 8, 16, 9, 16, 10, 12, 11, 13, /* 16 - 23 */
2884 12, 17, 13, 18, 14, 24, 15, 26, /* 24 - 31 */
2885 16, 17, 17, 19, 18, 33, 19, 26, /* 32 - 39 */
2886 20, 25, 21, 40, 22, 27, 23, 44, /* 40 - 47 */
2887 24, 32, 25, 34, 26, 29, 27, 44, /* 48 - 55 */
2888 28, 31, 29, 34, 30, 60, 31, 36, /* 56 - 63 */
2889 32, 64, 33, 34, 34, 46, 35, 37, /* 64 - 71 */
2890 36, 65, 37, 50, 38, 48, 39, 69, /* 72 - 79 */
2891 40, 49, 41, 43, 42, 51, 43, 58, /* 80 - 87 */
2892 44, 64, 45, 47, 46, 59, 47, 76, /* 88 - 95 */
2893 48, 65, 49, 66, 50, 67, 51, 66, /* 96 - 103 */
2894 52, 70, 53, 74, 54, 104, 55, 74, /* 104 - 111 */
2895 56, 64, 57, 69, 58, 78, 59, 68, /* 112 - 119 */
2896 60, 61, 61, 80, 62, 75, 63, 68, /* 120 - 127 */
2897 64, 65, 65, 128, 66, 129, 67, 90, /* 128 - 135 */
2898 68, 73, 69, 131, 70, 94, 71, 88, /* 136 - 143 */
2899 72, 128, 73, 98, 74, 132, 75, 121, /* 144 - 151 */
2900 76, 102, 77, 124, 78, 132, 79, 106, /* 152 - 159 */
2901 80, 97, 81, 160, 82, 99, 83, 134, /* 160 - 167 */
2902 84, 86, 85, 95, 86, 160, 87, 100, /* 168 - 175 */
2903 88, 113, 89, 98, 90, 107, 91, 122, /* 176 - 183 */
2904 92, 111, 93, 102, 94, 126, 95, 150, /* 184 - 191 */
2905 96, 128, 97, 130, 98, 133, 99, 195, /* 192 - 199 */
2906 100, 128, 101, 123, 102, 164, 103, 138, /* 200 - 207 */
2907 104, 145, 105, 146, 106, 109, 107, 149, /* 208 - 215 */
2908 108, 200, 109, 146, 110, 170, 111, 157, /* 216 - 223 */
2909 112, 128, 113, 130, 114, 182, 115, 132, /* 224 - 231 */
2910 116, 200, 117, 132, 118, 158, 119, 206, /* 232 - 239 */
2911 120, 240, 121, 162, 122, 147, 123, 152, /* 240 - 247 */
2912 124, 166, 125, 214, 126, 138, 127, 153, /* 248 - 255 */
2916 /* Return the number of multiplications required to calculate
2917 powi(x,n) where n is less than POWI_TABLE_SIZE. This is a
2918 subroutine of powi_cost. CACHE is an array indicating
2919 which exponents have already been calculated. */
2921 static int
2922 powi_lookup_cost (unsigned HOST_WIDE_INT n, bool *cache)
2924 /* If we've already calculated this exponent, then this evaluation
2925 doesn't require any additional multiplications. */
2926 if (cache[n])
2927 return 0;
2929 cache[n] = true;
2930 return powi_lookup_cost (n - powi_table[n], cache)
2931 + powi_lookup_cost (powi_table[n], cache) + 1;
2934 /* Return the number of multiplications required to calculate
2935 powi(x,n) for an arbitrary x, given the exponent N. This
2936 function needs to be kept in sync with expand_powi below. */
2938 static int
2939 powi_cost (HOST_WIDE_INT n)
2941 bool cache[POWI_TABLE_SIZE];
2942 unsigned HOST_WIDE_INT digit;
2943 unsigned HOST_WIDE_INT val;
2944 int result;
2946 if (n == 0)
2947 return 0;
2949 /* Ignore the reciprocal when calculating the cost. */
2950 val = (n < 0) ? -n : n;
2952 /* Initialize the exponent cache. */
2953 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool));
2954 cache[1] = true;
2956 result = 0;
2958 while (val >= POWI_TABLE_SIZE)
2960 if (val & 1)
2962 digit = val & ((1 << POWI_WINDOW_SIZE) - 1);
2963 result += powi_lookup_cost (digit, cache)
2964 + POWI_WINDOW_SIZE + 1;
2965 val >>= POWI_WINDOW_SIZE;
2967 else
2969 val >>= 1;
2970 result++;
2974 return result + powi_lookup_cost (val, cache);
2977 /* Recursive subroutine of expand_powi. This function takes the array,
2978 CACHE, of already calculated exponents and an exponent N and returns
2979 an RTX that corresponds to CACHE[1]**N, as calculated in mode MODE. */
2981 static rtx
2982 expand_powi_1 (enum machine_mode mode, unsigned HOST_WIDE_INT n, rtx *cache)
2984 unsigned HOST_WIDE_INT digit;
2985 rtx target, result;
2986 rtx op0, op1;
2988 if (n < POWI_TABLE_SIZE)
2990 if (cache[n])
2991 return cache[n];
2993 target = gen_reg_rtx (mode);
2994 cache[n] = target;
2996 op0 = expand_powi_1 (mode, n - powi_table[n], cache);
2997 op1 = expand_powi_1 (mode, powi_table[n], cache);
2999 else if (n & 1)
3001 target = gen_reg_rtx (mode);
3002 digit = n & ((1 << POWI_WINDOW_SIZE) - 1);
3003 op0 = expand_powi_1 (mode, n - digit, cache);
3004 op1 = expand_powi_1 (mode, digit, cache);
3006 else
3008 target = gen_reg_rtx (mode);
3009 op0 = expand_powi_1 (mode, n >> 1, cache);
3010 op1 = op0;
3013 result = expand_mult (mode, op0, op1, target, 0);
3014 if (result != target)
3015 emit_move_insn (target, result);
3016 return target;
3019 /* Expand the RTL to evaluate powi(x,n) in mode MODE. X is the
3020 floating point operand in mode MODE, and N is the exponent. This
3021 function needs to be kept in sync with powi_cost above. */
3023 static rtx
3024 expand_powi (rtx x, enum machine_mode mode, HOST_WIDE_INT n)
3026 rtx cache[POWI_TABLE_SIZE];
3027 rtx result;
3029 if (n == 0)
3030 return CONST1_RTX (mode);
3032 memset (cache, 0, sizeof (cache));
3033 cache[1] = x;
3035 result = expand_powi_1 (mode, (n < 0) ? -n : n, cache);
3037 /* If the original exponent was negative, reciprocate the result. */
3038 if (n < 0)
3039 result = expand_binop (mode, sdiv_optab, CONST1_RTX (mode),
3040 result, NULL_RTX, 0, OPTAB_LIB_WIDEN);
3042 return result;
3045 /* Fold a builtin function call to pow, powf, or powl into a series of sqrts or
3046 cbrts. Return NULL_RTX if no simplification can be made or expand the tree
3047 if we can simplify it. */
3048 static rtx
3049 expand_builtin_pow_root (location_t loc, tree arg0, tree arg1, tree type,
3050 rtx subtarget)
3052 if (TREE_CODE (arg1) == REAL_CST
3053 && !TREE_OVERFLOW (arg1)
3054 && flag_unsafe_math_optimizations)
3056 enum machine_mode mode = TYPE_MODE (type);
3057 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
3058 tree cbrtfn = mathfn_built_in (type, BUILT_IN_CBRT);
3059 REAL_VALUE_TYPE c = TREE_REAL_CST (arg1);
3060 tree op = NULL_TREE;
3062 if (sqrtfn)
3064 /* Optimize pow (x, 0.5) into sqrt. */
3065 if (REAL_VALUES_EQUAL (c, dconsthalf))
3066 op = build_call_nofold_loc (loc, sqrtfn, 1, arg0);
3068 else
3070 REAL_VALUE_TYPE dconst1_4 = dconst1;
3071 REAL_VALUE_TYPE dconst3_4;
3072 SET_REAL_EXP (&dconst1_4, REAL_EXP (&dconst1_4) - 2);
3074 real_from_integer (&dconst3_4, VOIDmode, 3, 0, 0);
3075 SET_REAL_EXP (&dconst3_4, REAL_EXP (&dconst3_4) - 2);
3077 /* Optimize pow (x, 0.25) into sqrt (sqrt (x)). Assume on most
3078 machines that a builtin sqrt instruction is smaller than a
3079 call to pow with 0.25, so do this optimization even if
3080 -Os. */
3081 if (REAL_VALUES_EQUAL (c, dconst1_4))
3083 op = build_call_nofold_loc (loc, sqrtfn, 1, arg0);
3084 op = build_call_nofold_loc (loc, sqrtfn, 1, op);
3087 /* Optimize pow (x, 0.75) = sqrt (x) * sqrt (sqrt (x)) unless we
3088 are optimizing for space. */
3089 else if (optimize_insn_for_speed_p ()
3090 && !TREE_SIDE_EFFECTS (arg0)
3091 && REAL_VALUES_EQUAL (c, dconst3_4))
3093 tree sqrt1 = build_call_expr_loc (loc, sqrtfn, 1, arg0);
3094 tree sqrt2 = builtin_save_expr (sqrt1);
3095 tree sqrt3 = build_call_expr_loc (loc, sqrtfn, 1, sqrt1);
3096 op = fold_build2_loc (loc, MULT_EXPR, type, sqrt2, sqrt3);
3101 /* Check whether we can do cbrt insstead of pow (x, 1./3.) and
3102 cbrt/sqrts instead of pow (x, 1./6.). */
3103 if (cbrtfn && ! op
3104 && (tree_expr_nonnegative_p (arg0) || !HONOR_NANS (mode)))
3106 /* First try 1/3. */
3107 REAL_VALUE_TYPE dconst1_3
3108 = real_value_truncate (mode, dconst_third ());
3110 if (REAL_VALUES_EQUAL (c, dconst1_3))
3111 op = build_call_nofold_loc (loc, cbrtfn, 1, arg0);
3113 /* Now try 1/6. */
3114 else if (optimize_insn_for_speed_p ())
3116 REAL_VALUE_TYPE dconst1_6 = dconst1_3;
3117 SET_REAL_EXP (&dconst1_6, REAL_EXP (&dconst1_6) - 1);
3119 if (REAL_VALUES_EQUAL (c, dconst1_6))
3121 op = build_call_nofold_loc (loc, sqrtfn, 1, arg0);
3122 op = build_call_nofold_loc (loc, cbrtfn, 1, op);
3127 if (op)
3128 return expand_expr (op, subtarget, mode, EXPAND_NORMAL);
3131 return NULL_RTX;
3134 /* Expand a call to the pow built-in mathematical function. Return NULL_RTX if
3135 a normal call should be emitted rather than expanding the function
3136 in-line. EXP is the expression that is a call to the builtin
3137 function; if convenient, the result should be placed in TARGET. */
3139 static rtx
3140 expand_builtin_pow (tree exp, rtx target, rtx subtarget)
3142 tree arg0, arg1;
3143 tree fn, narg0;
3144 tree type = TREE_TYPE (exp);
3145 REAL_VALUE_TYPE cint, c, c2;
3146 HOST_WIDE_INT n;
3147 rtx op, op2;
3148 enum machine_mode mode = TYPE_MODE (type);
3150 if (! validate_arglist (exp, REAL_TYPE, REAL_TYPE, VOID_TYPE))
3151 return NULL_RTX;
3153 arg0 = CALL_EXPR_ARG (exp, 0);
3154 arg1 = CALL_EXPR_ARG (exp, 1);
3156 if (TREE_CODE (arg1) != REAL_CST
3157 || TREE_OVERFLOW (arg1))
3158 return expand_builtin_mathfn_2 (exp, target, subtarget);
3160 /* Handle constant exponents. */
3162 /* For integer valued exponents we can expand to an optimal multiplication
3163 sequence using expand_powi. */
3164 c = TREE_REAL_CST (arg1);
3165 n = real_to_integer (&c);
3166 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
3167 if (real_identical (&c, &cint)
3168 && ((n >= -1 && n <= 2)
3169 || (flag_unsafe_math_optimizations
3170 && optimize_insn_for_speed_p ()
3171 && powi_cost (n) <= POWI_MAX_MULTS)))
3173 op = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL);
3174 if (n != 1)
3176 op = force_reg (mode, op);
3177 op = expand_powi (op, mode, n);
3179 return op;
3182 narg0 = builtin_save_expr (arg0);
3184 /* If the exponent is not integer valued, check if it is half of an integer.
3185 In this case we can expand to sqrt (x) * x**(n/2). */
3186 fn = mathfn_built_in (type, BUILT_IN_SQRT);
3187 if (fn != NULL_TREE)
3189 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2);
3190 n = real_to_integer (&c2);
3191 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
3192 if (real_identical (&c2, &cint)
3193 && ((flag_unsafe_math_optimizations
3194 && optimize_insn_for_speed_p ()
3195 && powi_cost (n/2) <= POWI_MAX_MULTS)
3196 /* Even the c == 0.5 case cannot be done unconditionally
3197 when we need to preserve signed zeros, as
3198 pow (-0, 0.5) is +0, while sqrt(-0) is -0. */
3199 || (!HONOR_SIGNED_ZEROS (mode) && n == 1)
3200 /* For c == 1.5 we can assume that x * sqrt (x) is always
3201 smaller than pow (x, 1.5) if sqrt will not be expanded
3202 as a call. */
3203 || (n == 3
3204 && optab_handler (sqrt_optab, mode) != CODE_FOR_nothing)))
3206 tree call_expr = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 1,
3207 narg0);
3208 /* Use expand_expr in case the newly built call expression
3209 was folded to a non-call. */
3210 op = expand_expr (call_expr, subtarget, mode, EXPAND_NORMAL);
3211 if (n != 1)
3213 op2 = expand_expr (narg0, subtarget, VOIDmode, EXPAND_NORMAL);
3214 op2 = force_reg (mode, op2);
3215 op2 = expand_powi (op2, mode, abs (n / 2));
3216 op = expand_simple_binop (mode, MULT, op, op2, NULL_RTX,
3217 0, OPTAB_LIB_WIDEN);
3218 /* If the original exponent was negative, reciprocate the
3219 result. */
3220 if (n < 0)
3221 op = expand_binop (mode, sdiv_optab, CONST1_RTX (mode),
3222 op, NULL_RTX, 0, OPTAB_LIB_WIDEN);
3224 return op;
3228 /* Check whether we can do a series of sqrt or cbrt's instead of the pow
3229 call. */
3230 op = expand_builtin_pow_root (EXPR_LOCATION (exp), arg0, arg1, type,
3231 subtarget);
3232 if (op)
3233 return op;
3235 /* Try if the exponent is a third of an integer. In this case
3236 we can expand to x**(n/3) * cbrt(x)**(n%3). As cbrt (x) is
3237 different from pow (x, 1./3.) due to rounding and behavior
3238 with negative x we need to constrain this transformation to
3239 unsafe math and positive x or finite math. */
3240 fn = mathfn_built_in (type, BUILT_IN_CBRT);
3241 if (fn != NULL_TREE
3242 && flag_unsafe_math_optimizations
3243 && (tree_expr_nonnegative_p (arg0)
3244 || !HONOR_NANS (mode)))
3246 REAL_VALUE_TYPE dconst3;
3247 real_from_integer (&dconst3, VOIDmode, 3, 0, 0);
3248 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3);
3249 real_round (&c2, mode, &c2);
3250 n = real_to_integer (&c2);
3251 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
3252 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3);
3253 real_convert (&c2, mode, &c2);
3254 if (real_identical (&c2, &c)
3255 && ((optimize_insn_for_speed_p ()
3256 && powi_cost (n/3) <= POWI_MAX_MULTS)
3257 || n == 1))
3259 tree call_expr = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 1,
3260 narg0);
3261 op = expand_builtin (call_expr, NULL_RTX, subtarget, mode, 0);
3262 if (abs (n) % 3 == 2)
3263 op = expand_simple_binop (mode, MULT, op, op, op,
3264 0, OPTAB_LIB_WIDEN);
3265 if (n != 1)
3267 op2 = expand_expr (narg0, subtarget, VOIDmode, EXPAND_NORMAL);
3268 op2 = force_reg (mode, op2);
3269 op2 = expand_powi (op2, mode, abs (n / 3));
3270 op = expand_simple_binop (mode, MULT, op, op2, NULL_RTX,
3271 0, OPTAB_LIB_WIDEN);
3272 /* If the original exponent was negative, reciprocate the
3273 result. */
3274 if (n < 0)
3275 op = expand_binop (mode, sdiv_optab, CONST1_RTX (mode),
3276 op, NULL_RTX, 0, OPTAB_LIB_WIDEN);
3278 return op;
3282 /* Fall back to optab expansion. */
3283 return expand_builtin_mathfn_2 (exp, target, subtarget);
3286 /* Expand a call to the powi built-in mathematical function. Return NULL_RTX if
3287 a normal call should be emitted rather than expanding the function
3288 in-line. EXP is the expression that is a call to the builtin
3289 function; if convenient, the result should be placed in TARGET. */
3291 static rtx
3292 expand_builtin_powi (tree exp, rtx target)
3294 tree arg0, arg1;
3295 rtx op0, op1;
3296 enum machine_mode mode;
3297 enum machine_mode mode2;
3299 if (! validate_arglist (exp, REAL_TYPE, INTEGER_TYPE, VOID_TYPE))
3300 return NULL_RTX;
3302 arg0 = CALL_EXPR_ARG (exp, 0);
3303 arg1 = CALL_EXPR_ARG (exp, 1);
3304 mode = TYPE_MODE (TREE_TYPE (exp));
3306 /* Handle constant power. */
3308 if (TREE_CODE (arg1) == INTEGER_CST
3309 && !TREE_OVERFLOW (arg1))
3311 HOST_WIDE_INT n = TREE_INT_CST_LOW (arg1);
3313 /* If the exponent is -1, 0, 1 or 2, then expand_powi is exact.
3314 Otherwise, check the number of multiplications required. */
3315 if ((TREE_INT_CST_HIGH (arg1) == 0
3316 || TREE_INT_CST_HIGH (arg1) == -1)
3317 && ((n >= -1 && n <= 2)
3318 || (optimize_insn_for_speed_p ()
3319 && powi_cost (n) <= POWI_MAX_MULTS)))
3321 op0 = expand_expr (arg0, NULL_RTX, VOIDmode, EXPAND_NORMAL);
3322 op0 = force_reg (mode, op0);
3323 return expand_powi (op0, mode, n);
3327 /* Emit a libcall to libgcc. */
3329 /* Mode of the 2nd argument must match that of an int. */
3330 mode2 = mode_for_size (INT_TYPE_SIZE, MODE_INT, 0);
3332 if (target == NULL_RTX)
3333 target = gen_reg_rtx (mode);
3335 op0 = expand_expr (arg0, NULL_RTX, mode, EXPAND_NORMAL);
3336 if (GET_MODE (op0) != mode)
3337 op0 = convert_to_mode (mode, op0, 0);
3338 op1 = expand_expr (arg1, NULL_RTX, mode2, EXPAND_NORMAL);
3339 if (GET_MODE (op1) != mode2)
3340 op1 = convert_to_mode (mode2, op1, 0);
3342 target = emit_library_call_value (optab_libfunc (powi_optab, mode),
3343 target, LCT_CONST, mode, 2,
3344 op0, mode, op1, mode2);
3346 return target;
3349 /* Expand expression EXP which is a call to the strlen builtin. Return
3350 NULL_RTX if we failed the caller should emit a normal call, otherwise
3351 try to get the result in TARGET, if convenient. */
3353 static rtx
3354 expand_builtin_strlen (tree exp, rtx target,
3355 enum machine_mode target_mode)
3357 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
3358 return NULL_RTX;
3359 else
3361 rtx pat;
3362 tree len;
3363 tree src = CALL_EXPR_ARG (exp, 0);
3364 rtx result, src_reg, char_rtx, before_strlen;
3365 enum machine_mode insn_mode = target_mode, char_mode;
3366 enum insn_code icode = CODE_FOR_nothing;
3367 unsigned int align;
3369 /* If the length can be computed at compile-time, return it. */
3370 len = c_strlen (src, 0);
3371 if (len)
3372 return expand_expr (len, target, target_mode, EXPAND_NORMAL);
3374 /* If the length can be computed at compile-time and is constant
3375 integer, but there are side-effects in src, evaluate
3376 src for side-effects, then return len.
3377 E.g. x = strlen (i++ ? "xfoo" + 1 : "bar");
3378 can be optimized into: i++; x = 3; */
3379 len = c_strlen (src, 1);
3380 if (len && TREE_CODE (len) == INTEGER_CST)
3382 expand_expr (src, const0_rtx, VOIDmode, EXPAND_NORMAL);
3383 return expand_expr (len, target, target_mode, EXPAND_NORMAL);
3386 align = get_pointer_alignment (src, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
3388 /* If SRC is not a pointer type, don't do this operation inline. */
3389 if (align == 0)
3390 return NULL_RTX;
3392 /* Bail out if we can't compute strlen in the right mode. */
3393 while (insn_mode != VOIDmode)
3395 icode = optab_handler (strlen_optab, insn_mode);
3396 if (icode != CODE_FOR_nothing)
3397 break;
3399 insn_mode = GET_MODE_WIDER_MODE (insn_mode);
3401 if (insn_mode == VOIDmode)
3402 return NULL_RTX;
3404 /* Make a place to write the result of the instruction. */
3405 result = target;
3406 if (! (result != 0
3407 && REG_P (result)
3408 && GET_MODE (result) == insn_mode
3409 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
3410 result = gen_reg_rtx (insn_mode);
3412 /* Make a place to hold the source address. We will not expand
3413 the actual source until we are sure that the expansion will
3414 not fail -- there are trees that cannot be expanded twice. */
3415 src_reg = gen_reg_rtx (Pmode);
3417 /* Mark the beginning of the strlen sequence so we can emit the
3418 source operand later. */
3419 before_strlen = get_last_insn ();
3421 char_rtx = const0_rtx;
3422 char_mode = insn_data[(int) icode].operand[2].mode;
3423 if (! (*insn_data[(int) icode].operand[2].predicate) (char_rtx,
3424 char_mode))
3425 char_rtx = copy_to_mode_reg (char_mode, char_rtx);
3427 pat = GEN_FCN (icode) (result, gen_rtx_MEM (BLKmode, src_reg),
3428 char_rtx, GEN_INT (align));
3429 if (! pat)
3430 return NULL_RTX;
3431 emit_insn (pat);
3433 /* Now that we are assured of success, expand the source. */
3434 start_sequence ();
3435 pat = expand_expr (src, src_reg, ptr_mode, EXPAND_NORMAL);
3436 if (pat != src_reg)
3437 emit_move_insn (src_reg, pat);
3438 pat = get_insns ();
3439 end_sequence ();
3441 if (before_strlen)
3442 emit_insn_after (pat, before_strlen);
3443 else
3444 emit_insn_before (pat, get_insns ());
3446 /* Return the value in the proper mode for this function. */
3447 if (GET_MODE (result) == target_mode)
3448 target = result;
3449 else if (target != 0)
3450 convert_move (target, result, 0);
3451 else
3452 target = convert_to_mode (target_mode, result, 0);
3454 return target;
3458 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
3459 bytes from constant string DATA + OFFSET and return it as target
3460 constant. */
3462 static rtx
3463 builtin_memcpy_read_str (void *data, HOST_WIDE_INT offset,
3464 enum machine_mode mode)
3466 const char *str = (const char *) data;
3468 gcc_assert (offset >= 0
3469 && ((unsigned HOST_WIDE_INT) offset + GET_MODE_SIZE (mode)
3470 <= strlen (str) + 1));
3472 return c_readstr (str + offset, mode);
3475 /* Expand a call EXP to the memcpy builtin.
3476 Return NULL_RTX if we failed, the caller should emit a normal call,
3477 otherwise try to get the result in TARGET, if convenient (and in
3478 mode MODE if that's convenient). */
3480 static rtx
3481 expand_builtin_memcpy (tree exp, rtx target)
3483 if (!validate_arglist (exp,
3484 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3485 return NULL_RTX;
3486 else
3488 tree dest = CALL_EXPR_ARG (exp, 0);
3489 tree src = CALL_EXPR_ARG (exp, 1);
3490 tree len = CALL_EXPR_ARG (exp, 2);
3491 const char *src_str;
3492 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
3493 unsigned int dest_align
3494 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3495 rtx dest_mem, src_mem, dest_addr, len_rtx;
3496 HOST_WIDE_INT expected_size = -1;
3497 unsigned int expected_align = 0;
3499 /* If DEST is not a pointer type, call the normal function. */
3500 if (dest_align == 0)
3501 return NULL_RTX;
3503 /* If either SRC is not a pointer type, don't do this
3504 operation in-line. */
3505 if (src_align == 0)
3506 return NULL_RTX;
3508 if (currently_expanding_gimple_stmt)
3509 stringop_block_profile (currently_expanding_gimple_stmt,
3510 &expected_align, &expected_size);
3512 if (expected_align < dest_align)
3513 expected_align = dest_align;
3514 dest_mem = get_memory_rtx (dest, len);
3515 set_mem_align (dest_mem, dest_align);
3516 len_rtx = expand_normal (len);
3517 src_str = c_getstr (src);
3519 /* If SRC is a string constant and block move would be done
3520 by pieces, we can avoid loading the string from memory
3521 and only stored the computed constants. */
3522 if (src_str
3523 && CONST_INT_P (len_rtx)
3524 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1
3525 && can_store_by_pieces (INTVAL (len_rtx), builtin_memcpy_read_str,
3526 CONST_CAST (char *, src_str),
3527 dest_align, false))
3529 dest_mem = store_by_pieces (dest_mem, INTVAL (len_rtx),
3530 builtin_memcpy_read_str,
3531 CONST_CAST (char *, src_str),
3532 dest_align, false, 0);
3533 dest_mem = force_operand (XEXP (dest_mem, 0), target);
3534 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3535 return dest_mem;
3538 src_mem = get_memory_rtx (src, len);
3539 set_mem_align (src_mem, src_align);
3541 /* Copy word part most expediently. */
3542 dest_addr = emit_block_move_hints (dest_mem, src_mem, len_rtx,
3543 CALL_EXPR_TAILCALL (exp)
3544 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL,
3545 expected_align, expected_size);
3547 if (dest_addr == 0)
3549 dest_addr = force_operand (XEXP (dest_mem, 0), target);
3550 dest_addr = convert_memory_address (ptr_mode, dest_addr);
3552 return dest_addr;
3556 /* Expand a call EXP to the mempcpy builtin.
3557 Return NULL_RTX if we failed; the caller should emit a normal call,
3558 otherwise try to get the result in TARGET, if convenient (and in
3559 mode MODE if that's convenient). If ENDP is 0 return the
3560 destination pointer, if ENDP is 1 return the end pointer ala
3561 mempcpy, and if ENDP is 2 return the end pointer minus one ala
3562 stpcpy. */
3564 static rtx
3565 expand_builtin_mempcpy (tree exp, rtx target, enum machine_mode mode)
3567 if (!validate_arglist (exp,
3568 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3569 return NULL_RTX;
3570 else
3572 tree dest = CALL_EXPR_ARG (exp, 0);
3573 tree src = CALL_EXPR_ARG (exp, 1);
3574 tree len = CALL_EXPR_ARG (exp, 2);
3575 return expand_builtin_mempcpy_args (dest, src, len,
3576 target, mode, /*endp=*/ 1);
3580 /* Helper function to do the actual work for expand_builtin_mempcpy. The
3581 arguments to the builtin_mempcpy call DEST, SRC, and LEN are broken out
3582 so that this can also be called without constructing an actual CALL_EXPR.
3583 The other arguments and return value are the same as for
3584 expand_builtin_mempcpy. */
3586 static rtx
3587 expand_builtin_mempcpy_args (tree dest, tree src, tree len,
3588 rtx target, enum machine_mode mode, int endp)
3590 /* If return value is ignored, transform mempcpy into memcpy. */
3591 if (target == const0_rtx && implicit_built_in_decls[BUILT_IN_MEMCPY])
3593 tree fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
3594 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3,
3595 dest, src, len);
3596 return expand_expr (result, target, mode, EXPAND_NORMAL);
3598 else
3600 const char *src_str;
3601 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
3602 unsigned int dest_align
3603 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3604 rtx dest_mem, src_mem, len_rtx;
3606 /* If either SRC or DEST is not a pointer type, don't do this
3607 operation in-line. */
3608 if (dest_align == 0 || src_align == 0)
3609 return NULL_RTX;
3611 /* If LEN is not constant, call the normal function. */
3612 if (! host_integerp (len, 1))
3613 return NULL_RTX;
3615 len_rtx = expand_normal (len);
3616 src_str = c_getstr (src);
3618 /* If SRC is a string constant and block move would be done
3619 by pieces, we can avoid loading the string from memory
3620 and only stored the computed constants. */
3621 if (src_str
3622 && CONST_INT_P (len_rtx)
3623 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1
3624 && can_store_by_pieces (INTVAL (len_rtx), builtin_memcpy_read_str,
3625 CONST_CAST (char *, src_str),
3626 dest_align, false))
3628 dest_mem = get_memory_rtx (dest, len);
3629 set_mem_align (dest_mem, dest_align);
3630 dest_mem = store_by_pieces (dest_mem, INTVAL (len_rtx),
3631 builtin_memcpy_read_str,
3632 CONST_CAST (char *, src_str),
3633 dest_align, false, endp);
3634 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
3635 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3636 return dest_mem;
3639 if (CONST_INT_P (len_rtx)
3640 && can_move_by_pieces (INTVAL (len_rtx),
3641 MIN (dest_align, src_align)))
3643 dest_mem = get_memory_rtx (dest, len);
3644 set_mem_align (dest_mem, dest_align);
3645 src_mem = get_memory_rtx (src, len);
3646 set_mem_align (src_mem, src_align);
3647 dest_mem = move_by_pieces (dest_mem, src_mem, INTVAL (len_rtx),
3648 MIN (dest_align, src_align), endp);
3649 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
3650 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3651 return dest_mem;
3654 return NULL_RTX;
3658 #ifndef HAVE_movstr
3659 # define HAVE_movstr 0
3660 # define CODE_FOR_movstr CODE_FOR_nothing
3661 #endif
3663 /* Expand into a movstr instruction, if one is available. Return NULL_RTX if
3664 we failed, the caller should emit a normal call, otherwise try to
3665 get the result in TARGET, if convenient. If ENDP is 0 return the
3666 destination pointer, if ENDP is 1 return the end pointer ala
3667 mempcpy, and if ENDP is 2 return the end pointer minus one ala
3668 stpcpy. */
3670 static rtx
3671 expand_movstr (tree dest, tree src, rtx target, int endp)
3673 rtx end;
3674 rtx dest_mem;
3675 rtx src_mem;
3676 rtx insn;
3677 const struct insn_data_d * data;
3679 if (!HAVE_movstr)
3680 return NULL_RTX;
3682 dest_mem = get_memory_rtx (dest, NULL);
3683 src_mem = get_memory_rtx (src, NULL);
3684 data = insn_data + CODE_FOR_movstr;
3685 if (!endp)
3687 target = force_reg (Pmode, XEXP (dest_mem, 0));
3688 dest_mem = replace_equiv_address (dest_mem, target);
3689 end = gen_reg_rtx (Pmode);
3691 else
3693 if (target == 0
3694 || target == const0_rtx
3695 || ! (*data->operand[0].predicate) (target, Pmode))
3697 end = gen_reg_rtx (Pmode);
3698 if (target != const0_rtx)
3699 target = end;
3701 else
3702 end = target;
3705 if (data->operand[0].mode != VOIDmode)
3706 end = gen_lowpart (data->operand[0].mode, end);
3708 insn = data->genfun (end, dest_mem, src_mem);
3710 gcc_assert (insn);
3712 emit_insn (insn);
3714 /* movstr is supposed to set end to the address of the NUL
3715 terminator. If the caller requested a mempcpy-like return value,
3716 adjust it. */
3717 if (endp == 1 && target != const0_rtx)
3719 rtx tem = plus_constant (gen_lowpart (GET_MODE (target), end), 1);
3720 emit_move_insn (target, force_operand (tem, NULL_RTX));
3723 return target;
3726 /* Expand expression EXP, which is a call to the strcpy builtin. Return
3727 NULL_RTX if we failed the caller should emit a normal call, otherwise
3728 try to get the result in TARGET, if convenient (and in mode MODE if that's
3729 convenient). */
3731 static rtx
3732 expand_builtin_strcpy (tree exp, rtx target)
3734 if (validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
3736 tree dest = CALL_EXPR_ARG (exp, 0);
3737 tree src = CALL_EXPR_ARG (exp, 1);
3738 return expand_builtin_strcpy_args (dest, src, target);
3740 return NULL_RTX;
3743 /* Helper function to do the actual work for expand_builtin_strcpy. The
3744 arguments to the builtin_strcpy call DEST and SRC are broken out
3745 so that this can also be called without constructing an actual CALL_EXPR.
3746 The other arguments and return value are the same as for
3747 expand_builtin_strcpy. */
3749 static rtx
3750 expand_builtin_strcpy_args (tree dest, tree src, rtx target)
3752 return expand_movstr (dest, src, target, /*endp=*/0);
3755 /* Expand a call EXP to the stpcpy builtin.
3756 Return NULL_RTX if we failed the caller should emit a normal call,
3757 otherwise try to get the result in TARGET, if convenient (and in
3758 mode MODE if that's convenient). */
3760 static rtx
3761 expand_builtin_stpcpy (tree exp, rtx target, enum machine_mode mode)
3763 tree dst, src;
3764 location_t loc = EXPR_LOCATION (exp);
3766 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
3767 return NULL_RTX;
3769 dst = CALL_EXPR_ARG (exp, 0);
3770 src = CALL_EXPR_ARG (exp, 1);
3772 /* If return value is ignored, transform stpcpy into strcpy. */
3773 if (target == const0_rtx && implicit_built_in_decls[BUILT_IN_STRCPY])
3775 tree fn = implicit_built_in_decls[BUILT_IN_STRCPY];
3776 tree result = build_call_nofold_loc (loc, fn, 2, dst, src);
3777 return expand_expr (result, target, mode, EXPAND_NORMAL);
3779 else
3781 tree len, lenp1;
3782 rtx ret;
3784 /* Ensure we get an actual string whose length can be evaluated at
3785 compile-time, not an expression containing a string. This is
3786 because the latter will potentially produce pessimized code
3787 when used to produce the return value. */
3788 if (! c_getstr (src) || ! (len = c_strlen (src, 0)))
3789 return expand_movstr (dst, src, target, /*endp=*/2);
3791 lenp1 = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
3792 ret = expand_builtin_mempcpy_args (dst, src, lenp1,
3793 target, mode, /*endp=*/2);
3795 if (ret)
3796 return ret;
3798 if (TREE_CODE (len) == INTEGER_CST)
3800 rtx len_rtx = expand_normal (len);
3802 if (CONST_INT_P (len_rtx))
3804 ret = expand_builtin_strcpy_args (dst, src, target);
3806 if (ret)
3808 if (! target)
3810 if (mode != VOIDmode)
3811 target = gen_reg_rtx (mode);
3812 else
3813 target = gen_reg_rtx (GET_MODE (ret));
3815 if (GET_MODE (target) != GET_MODE (ret))
3816 ret = gen_lowpart (GET_MODE (target), ret);
3818 ret = plus_constant (ret, INTVAL (len_rtx));
3819 ret = emit_move_insn (target, force_operand (ret, NULL_RTX));
3820 gcc_assert (ret);
3822 return target;
3827 return expand_movstr (dst, src, target, /*endp=*/2);
3831 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
3832 bytes from constant string DATA + OFFSET and return it as target
3833 constant. */
3836 builtin_strncpy_read_str (void *data, HOST_WIDE_INT offset,
3837 enum machine_mode mode)
3839 const char *str = (const char *) data;
3841 if ((unsigned HOST_WIDE_INT) offset > strlen (str))
3842 return const0_rtx;
3844 return c_readstr (str + offset, mode);
3847 /* Expand expression EXP, which is a call to the strncpy builtin. Return
3848 NULL_RTX if we failed the caller should emit a normal call. */
3850 static rtx
3851 expand_builtin_strncpy (tree exp, rtx target)
3853 location_t loc = EXPR_LOCATION (exp);
3855 if (validate_arglist (exp,
3856 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3858 tree dest = CALL_EXPR_ARG (exp, 0);
3859 tree src = CALL_EXPR_ARG (exp, 1);
3860 tree len = CALL_EXPR_ARG (exp, 2);
3861 tree slen = c_strlen (src, 1);
3863 /* We must be passed a constant len and src parameter. */
3864 if (!host_integerp (len, 1) || !slen || !host_integerp (slen, 1))
3865 return NULL_RTX;
3867 slen = size_binop_loc (loc, PLUS_EXPR, slen, ssize_int (1));
3869 /* We're required to pad with trailing zeros if the requested
3870 len is greater than strlen(s2)+1. In that case try to
3871 use store_by_pieces, if it fails, punt. */
3872 if (tree_int_cst_lt (slen, len))
3874 unsigned int dest_align
3875 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3876 const char *p = c_getstr (src);
3877 rtx dest_mem;
3879 if (!p || dest_align == 0 || !host_integerp (len, 1)
3880 || !can_store_by_pieces (tree_low_cst (len, 1),
3881 builtin_strncpy_read_str,
3882 CONST_CAST (char *, p),
3883 dest_align, false))
3884 return NULL_RTX;
3886 dest_mem = get_memory_rtx (dest, len);
3887 store_by_pieces (dest_mem, tree_low_cst (len, 1),
3888 builtin_strncpy_read_str,
3889 CONST_CAST (char *, p), dest_align, false, 0);
3890 dest_mem = force_operand (XEXP (dest_mem, 0), target);
3891 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3892 return dest_mem;
3895 return NULL_RTX;
3898 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
3899 bytes from constant string DATA + OFFSET and return it as target
3900 constant. */
3903 builtin_memset_read_str (void *data, HOST_WIDE_INT offset ATTRIBUTE_UNUSED,
3904 enum machine_mode mode)
3906 const char *c = (const char *) data;
3907 char *p = XALLOCAVEC (char, GET_MODE_SIZE (mode));
3909 memset (p, *c, GET_MODE_SIZE (mode));
3911 return c_readstr (p, mode);
3914 /* Callback routine for store_by_pieces. Return the RTL of a register
3915 containing GET_MODE_SIZE (MODE) consecutive copies of the unsigned
3916 char value given in the RTL register data. For example, if mode is
3917 4 bytes wide, return the RTL for 0x01010101*data. */
3919 static rtx
3920 builtin_memset_gen_str (void *data, HOST_WIDE_INT offset ATTRIBUTE_UNUSED,
3921 enum machine_mode mode)
3923 rtx target, coeff;
3924 size_t size;
3925 char *p;
3927 size = GET_MODE_SIZE (mode);
3928 if (size == 1)
3929 return (rtx) data;
3931 p = XALLOCAVEC (char, size);
3932 memset (p, 1, size);
3933 coeff = c_readstr (p, mode);
3935 target = convert_to_mode (mode, (rtx) data, 1);
3936 target = expand_mult (mode, target, coeff, NULL_RTX, 1);
3937 return force_reg (mode, target);
3940 /* Expand expression EXP, which is a call to the memset builtin. Return
3941 NULL_RTX if we failed the caller should emit a normal call, otherwise
3942 try to get the result in TARGET, if convenient (and in mode MODE if that's
3943 convenient). */
3945 static rtx
3946 expand_builtin_memset (tree exp, rtx target, enum machine_mode mode)
3948 if (!validate_arglist (exp,
3949 POINTER_TYPE, INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
3950 return NULL_RTX;
3951 else
3953 tree dest = CALL_EXPR_ARG (exp, 0);
3954 tree val = CALL_EXPR_ARG (exp, 1);
3955 tree len = CALL_EXPR_ARG (exp, 2);
3956 return expand_builtin_memset_args (dest, val, len, target, mode, exp);
3960 /* Helper function to do the actual work for expand_builtin_memset. The
3961 arguments to the builtin_memset call DEST, VAL, and LEN are broken out
3962 so that this can also be called without constructing an actual CALL_EXPR.
3963 The other arguments and return value are the same as for
3964 expand_builtin_memset. */
3966 static rtx
3967 expand_builtin_memset_args (tree dest, tree val, tree len,
3968 rtx target, enum machine_mode mode, tree orig_exp)
3970 tree fndecl, fn;
3971 enum built_in_function fcode;
3972 char c;
3973 unsigned int dest_align;
3974 rtx dest_mem, dest_addr, len_rtx;
3975 HOST_WIDE_INT expected_size = -1;
3976 unsigned int expected_align = 0;
3978 dest_align = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3980 /* If DEST is not a pointer type, don't do this operation in-line. */
3981 if (dest_align == 0)
3982 return NULL_RTX;
3984 if (currently_expanding_gimple_stmt)
3985 stringop_block_profile (currently_expanding_gimple_stmt,
3986 &expected_align, &expected_size);
3988 if (expected_align < dest_align)
3989 expected_align = dest_align;
3991 /* If the LEN parameter is zero, return DEST. */
3992 if (integer_zerop (len))
3994 /* Evaluate and ignore VAL in case it has side-effects. */
3995 expand_expr (val, const0_rtx, VOIDmode, EXPAND_NORMAL);
3996 return expand_expr (dest, target, mode, EXPAND_NORMAL);
3999 /* Stabilize the arguments in case we fail. */
4000 dest = builtin_save_expr (dest);
4001 val = builtin_save_expr (val);
4002 len = builtin_save_expr (len);
4004 len_rtx = expand_normal (len);
4005 dest_mem = get_memory_rtx (dest, len);
4007 if (TREE_CODE (val) != INTEGER_CST)
4009 rtx val_rtx;
4011 val_rtx = expand_normal (val);
4012 val_rtx = convert_to_mode (TYPE_MODE (unsigned_char_type_node),
4013 val_rtx, 0);
4015 /* Assume that we can memset by pieces if we can store
4016 * the coefficients by pieces (in the required modes).
4017 * We can't pass builtin_memset_gen_str as that emits RTL. */
4018 c = 1;
4019 if (host_integerp (len, 1)
4020 && can_store_by_pieces (tree_low_cst (len, 1),
4021 builtin_memset_read_str, &c, dest_align,
4022 true))
4024 val_rtx = force_reg (TYPE_MODE (unsigned_char_type_node),
4025 val_rtx);
4026 store_by_pieces (dest_mem, tree_low_cst (len, 1),
4027 builtin_memset_gen_str, val_rtx, dest_align,
4028 true, 0);
4030 else if (!set_storage_via_setmem (dest_mem, len_rtx, val_rtx,
4031 dest_align, expected_align,
4032 expected_size))
4033 goto do_libcall;
4035 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4036 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4037 return dest_mem;
4040 if (target_char_cast (val, &c))
4041 goto do_libcall;
4043 if (c)
4045 if (host_integerp (len, 1)
4046 && can_store_by_pieces (tree_low_cst (len, 1),
4047 builtin_memset_read_str, &c, dest_align,
4048 true))
4049 store_by_pieces (dest_mem, tree_low_cst (len, 1),
4050 builtin_memset_read_str, &c, dest_align, true, 0);
4051 else if (!set_storage_via_setmem (dest_mem, len_rtx, GEN_INT (c),
4052 dest_align, expected_align,
4053 expected_size))
4054 goto do_libcall;
4056 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4057 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4058 return dest_mem;
4061 set_mem_align (dest_mem, dest_align);
4062 dest_addr = clear_storage_hints (dest_mem, len_rtx,
4063 CALL_EXPR_TAILCALL (orig_exp)
4064 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL,
4065 expected_align, expected_size);
4067 if (dest_addr == 0)
4069 dest_addr = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4070 dest_addr = convert_memory_address (ptr_mode, dest_addr);
4073 return dest_addr;
4075 do_libcall:
4076 fndecl = get_callee_fndecl (orig_exp);
4077 fcode = DECL_FUNCTION_CODE (fndecl);
4078 if (fcode == BUILT_IN_MEMSET)
4079 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3,
4080 dest, val, len);
4081 else if (fcode == BUILT_IN_BZERO)
4082 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2,
4083 dest, len);
4084 else
4085 gcc_unreachable ();
4086 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4087 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp);
4088 return expand_call (fn, target, target == const0_rtx);
4091 /* Expand expression EXP, which is a call to the bzero builtin. Return
4092 NULL_RTX if we failed the caller should emit a normal call. */
4094 static rtx
4095 expand_builtin_bzero (tree exp)
4097 tree dest, size;
4098 location_t loc = EXPR_LOCATION (exp);
4100 if (!validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4101 return NULL_RTX;
4103 dest = CALL_EXPR_ARG (exp, 0);
4104 size = CALL_EXPR_ARG (exp, 1);
4106 /* New argument list transforming bzero(ptr x, int y) to
4107 memset(ptr x, int 0, size_t y). This is done this way
4108 so that if it isn't expanded inline, we fallback to
4109 calling bzero instead of memset. */
4111 return expand_builtin_memset_args (dest, integer_zero_node,
4112 fold_convert_loc (loc, sizetype, size),
4113 const0_rtx, VOIDmode, exp);
4116 /* Expand expression EXP, which is a call to the memcmp built-in function.
4117 Return NULL_RTX if we failed and the
4118 caller should emit a normal call, otherwise try to get the result in
4119 TARGET, if convenient (and in mode MODE, if that's convenient). */
4121 static rtx
4122 expand_builtin_memcmp (tree exp, ATTRIBUTE_UNUSED rtx target,
4123 ATTRIBUTE_UNUSED enum machine_mode mode)
4125 location_t loc ATTRIBUTE_UNUSED = EXPR_LOCATION (exp);
4127 if (!validate_arglist (exp,
4128 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4129 return NULL_RTX;
4131 #if defined HAVE_cmpmemsi || defined HAVE_cmpstrnsi
4133 rtx arg1_rtx, arg2_rtx, arg3_rtx;
4134 rtx result;
4135 rtx insn;
4136 tree arg1 = CALL_EXPR_ARG (exp, 0);
4137 tree arg2 = CALL_EXPR_ARG (exp, 1);
4138 tree len = CALL_EXPR_ARG (exp, 2);
4140 unsigned int arg1_align
4141 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4142 unsigned int arg2_align
4143 = get_pointer_alignment (arg2, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4144 enum machine_mode insn_mode;
4146 #ifdef HAVE_cmpmemsi
4147 if (HAVE_cmpmemsi)
4148 insn_mode = insn_data[(int) CODE_FOR_cmpmemsi].operand[0].mode;
4149 else
4150 #endif
4151 #ifdef HAVE_cmpstrnsi
4152 if (HAVE_cmpstrnsi)
4153 insn_mode = insn_data[(int) CODE_FOR_cmpstrnsi].operand[0].mode;
4154 else
4155 #endif
4156 return NULL_RTX;
4158 /* If we don't have POINTER_TYPE, call the function. */
4159 if (arg1_align == 0 || arg2_align == 0)
4160 return NULL_RTX;
4162 /* Make a place to write the result of the instruction. */
4163 result = target;
4164 if (! (result != 0
4165 && REG_P (result) && GET_MODE (result) == insn_mode
4166 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4167 result = gen_reg_rtx (insn_mode);
4169 arg1_rtx = get_memory_rtx (arg1, len);
4170 arg2_rtx = get_memory_rtx (arg2, len);
4171 arg3_rtx = expand_normal (fold_convert_loc (loc, sizetype, len));
4173 /* Set MEM_SIZE as appropriate. */
4174 if (CONST_INT_P (arg3_rtx))
4176 set_mem_size (arg1_rtx, arg3_rtx);
4177 set_mem_size (arg2_rtx, arg3_rtx);
4180 #ifdef HAVE_cmpmemsi
4181 if (HAVE_cmpmemsi)
4182 insn = gen_cmpmemsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4183 GEN_INT (MIN (arg1_align, arg2_align)));
4184 else
4185 #endif
4186 #ifdef HAVE_cmpstrnsi
4187 if (HAVE_cmpstrnsi)
4188 insn = gen_cmpstrnsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4189 GEN_INT (MIN (arg1_align, arg2_align)));
4190 else
4191 #endif
4192 gcc_unreachable ();
4194 if (insn)
4195 emit_insn (insn);
4196 else
4197 emit_library_call_value (memcmp_libfunc, result, LCT_PURE,
4198 TYPE_MODE (integer_type_node), 3,
4199 XEXP (arg1_rtx, 0), Pmode,
4200 XEXP (arg2_rtx, 0), Pmode,
4201 convert_to_mode (TYPE_MODE (sizetype), arg3_rtx,
4202 TYPE_UNSIGNED (sizetype)),
4203 TYPE_MODE (sizetype));
4205 /* Return the value in the proper mode for this function. */
4206 mode = TYPE_MODE (TREE_TYPE (exp));
4207 if (GET_MODE (result) == mode)
4208 return result;
4209 else if (target != 0)
4211 convert_move (target, result, 0);
4212 return target;
4214 else
4215 return convert_to_mode (mode, result, 0);
4217 #endif
4219 return NULL_RTX;
4222 /* Expand expression EXP, which is a call to the strcmp builtin. Return NULL_RTX
4223 if we failed the caller should emit a normal call, otherwise try to get
4224 the result in TARGET, if convenient. */
4226 static rtx
4227 expand_builtin_strcmp (tree exp, ATTRIBUTE_UNUSED rtx target)
4229 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
4230 return NULL_RTX;
4232 #if defined HAVE_cmpstrsi || defined HAVE_cmpstrnsi
4233 if (direct_optab_handler (cmpstr_optab, SImode) != CODE_FOR_nothing
4234 || direct_optab_handler (cmpstrn_optab, SImode) != CODE_FOR_nothing)
4236 rtx arg1_rtx, arg2_rtx;
4237 rtx result, insn = NULL_RTX;
4238 tree fndecl, fn;
4239 tree arg1 = CALL_EXPR_ARG (exp, 0);
4240 tree arg2 = CALL_EXPR_ARG (exp, 1);
4242 unsigned int arg1_align
4243 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4244 unsigned int arg2_align
4245 = get_pointer_alignment (arg2, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4247 /* If we don't have POINTER_TYPE, call the function. */
4248 if (arg1_align == 0 || arg2_align == 0)
4249 return NULL_RTX;
4251 /* Stabilize the arguments in case gen_cmpstr(n)si fail. */
4252 arg1 = builtin_save_expr (arg1);
4253 arg2 = builtin_save_expr (arg2);
4255 arg1_rtx = get_memory_rtx (arg1, NULL);
4256 arg2_rtx = get_memory_rtx (arg2, NULL);
4258 #ifdef HAVE_cmpstrsi
4259 /* Try to call cmpstrsi. */
4260 if (HAVE_cmpstrsi)
4262 enum machine_mode insn_mode
4263 = insn_data[(int) CODE_FOR_cmpstrsi].operand[0].mode;
4265 /* Make a place to write the result of the instruction. */
4266 result = target;
4267 if (! (result != 0
4268 && REG_P (result) && GET_MODE (result) == insn_mode
4269 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4270 result = gen_reg_rtx (insn_mode);
4272 insn = gen_cmpstrsi (result, arg1_rtx, arg2_rtx,
4273 GEN_INT (MIN (arg1_align, arg2_align)));
4275 #endif
4276 #ifdef HAVE_cmpstrnsi
4277 /* Try to determine at least one length and call cmpstrnsi. */
4278 if (!insn && HAVE_cmpstrnsi)
4280 tree len;
4281 rtx arg3_rtx;
4283 enum machine_mode insn_mode
4284 = insn_data[(int) CODE_FOR_cmpstrnsi].operand[0].mode;
4285 tree len1 = c_strlen (arg1, 1);
4286 tree len2 = c_strlen (arg2, 1);
4288 if (len1)
4289 len1 = size_binop (PLUS_EXPR, ssize_int (1), len1);
4290 if (len2)
4291 len2 = size_binop (PLUS_EXPR, ssize_int (1), len2);
4293 /* If we don't have a constant length for the first, use the length
4294 of the second, if we know it. We don't require a constant for
4295 this case; some cost analysis could be done if both are available
4296 but neither is constant. For now, assume they're equally cheap,
4297 unless one has side effects. If both strings have constant lengths,
4298 use the smaller. */
4300 if (!len1)
4301 len = len2;
4302 else if (!len2)
4303 len = len1;
4304 else if (TREE_SIDE_EFFECTS (len1))
4305 len = len2;
4306 else if (TREE_SIDE_EFFECTS (len2))
4307 len = len1;
4308 else if (TREE_CODE (len1) != INTEGER_CST)
4309 len = len2;
4310 else if (TREE_CODE (len2) != INTEGER_CST)
4311 len = len1;
4312 else if (tree_int_cst_lt (len1, len2))
4313 len = len1;
4314 else
4315 len = len2;
4317 /* If both arguments have side effects, we cannot optimize. */
4318 if (!len || TREE_SIDE_EFFECTS (len))
4319 goto do_libcall;
4321 arg3_rtx = expand_normal (len);
4323 /* Make a place to write the result of the instruction. */
4324 result = target;
4325 if (! (result != 0
4326 && REG_P (result) && GET_MODE (result) == insn_mode
4327 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4328 result = gen_reg_rtx (insn_mode);
4330 insn = gen_cmpstrnsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4331 GEN_INT (MIN (arg1_align, arg2_align)));
4333 #endif
4335 if (insn)
4337 enum machine_mode mode;
4338 emit_insn (insn);
4340 /* Return the value in the proper mode for this function. */
4341 mode = TYPE_MODE (TREE_TYPE (exp));
4342 if (GET_MODE (result) == mode)
4343 return result;
4344 if (target == 0)
4345 return convert_to_mode (mode, result, 0);
4346 convert_move (target, result, 0);
4347 return target;
4350 /* Expand the library call ourselves using a stabilized argument
4351 list to avoid re-evaluating the function's arguments twice. */
4352 #ifdef HAVE_cmpstrnsi
4353 do_libcall:
4354 #endif
4355 fndecl = get_callee_fndecl (exp);
4356 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2);
4357 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4358 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
4359 return expand_call (fn, target, target == const0_rtx);
4361 #endif
4362 return NULL_RTX;
4365 /* Expand expression EXP, which is a call to the strncmp builtin. Return
4366 NULL_RTX if we failed the caller should emit a normal call, otherwise try to get
4367 the result in TARGET, if convenient. */
4369 static rtx
4370 expand_builtin_strncmp (tree exp, ATTRIBUTE_UNUSED rtx target,
4371 ATTRIBUTE_UNUSED enum machine_mode mode)
4373 location_t loc ATTRIBUTE_UNUSED = EXPR_LOCATION (exp);
4375 if (!validate_arglist (exp,
4376 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4377 return NULL_RTX;
4379 /* If c_strlen can determine an expression for one of the string
4380 lengths, and it doesn't have side effects, then emit cmpstrnsi
4381 using length MIN(strlen(string)+1, arg3). */
4382 #ifdef HAVE_cmpstrnsi
4383 if (HAVE_cmpstrnsi)
4385 tree len, len1, len2;
4386 rtx arg1_rtx, arg2_rtx, arg3_rtx;
4387 rtx result, insn;
4388 tree fndecl, fn;
4389 tree arg1 = CALL_EXPR_ARG (exp, 0);
4390 tree arg2 = CALL_EXPR_ARG (exp, 1);
4391 tree arg3 = CALL_EXPR_ARG (exp, 2);
4393 unsigned int arg1_align
4394 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4395 unsigned int arg2_align
4396 = get_pointer_alignment (arg2, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4397 enum machine_mode insn_mode
4398 = insn_data[(int) CODE_FOR_cmpstrnsi].operand[0].mode;
4400 len1 = c_strlen (arg1, 1);
4401 len2 = c_strlen (arg2, 1);
4403 if (len1)
4404 len1 = size_binop_loc (loc, PLUS_EXPR, ssize_int (1), len1);
4405 if (len2)
4406 len2 = size_binop_loc (loc, PLUS_EXPR, ssize_int (1), len2);
4408 /* If we don't have a constant length for the first, use the length
4409 of the second, if we know it. We don't require a constant for
4410 this case; some cost analysis could be done if both are available
4411 but neither is constant. For now, assume they're equally cheap,
4412 unless one has side effects. If both strings have constant lengths,
4413 use the smaller. */
4415 if (!len1)
4416 len = len2;
4417 else if (!len2)
4418 len = len1;
4419 else if (TREE_SIDE_EFFECTS (len1))
4420 len = len2;
4421 else if (TREE_SIDE_EFFECTS (len2))
4422 len = len1;
4423 else if (TREE_CODE (len1) != INTEGER_CST)
4424 len = len2;
4425 else if (TREE_CODE (len2) != INTEGER_CST)
4426 len = len1;
4427 else if (tree_int_cst_lt (len1, len2))
4428 len = len1;
4429 else
4430 len = len2;
4432 /* If both arguments have side effects, we cannot optimize. */
4433 if (!len || TREE_SIDE_EFFECTS (len))
4434 return NULL_RTX;
4436 /* The actual new length parameter is MIN(len,arg3). */
4437 len = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (len), len,
4438 fold_convert_loc (loc, TREE_TYPE (len), arg3));
4440 /* If we don't have POINTER_TYPE, call the function. */
4441 if (arg1_align == 0 || arg2_align == 0)
4442 return NULL_RTX;
4444 /* Make a place to write the result of the instruction. */
4445 result = target;
4446 if (! (result != 0
4447 && REG_P (result) && GET_MODE (result) == insn_mode
4448 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4449 result = gen_reg_rtx (insn_mode);
4451 /* Stabilize the arguments in case gen_cmpstrnsi fails. */
4452 arg1 = builtin_save_expr (arg1);
4453 arg2 = builtin_save_expr (arg2);
4454 len = builtin_save_expr (len);
4456 arg1_rtx = get_memory_rtx (arg1, len);
4457 arg2_rtx = get_memory_rtx (arg2, len);
4458 arg3_rtx = expand_normal (len);
4459 insn = gen_cmpstrnsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4460 GEN_INT (MIN (arg1_align, arg2_align)));
4461 if (insn)
4463 emit_insn (insn);
4465 /* Return the value in the proper mode for this function. */
4466 mode = TYPE_MODE (TREE_TYPE (exp));
4467 if (GET_MODE (result) == mode)
4468 return result;
4469 if (target == 0)
4470 return convert_to_mode (mode, result, 0);
4471 convert_move (target, result, 0);
4472 return target;
4475 /* Expand the library call ourselves using a stabilized argument
4476 list to avoid re-evaluating the function's arguments twice. */
4477 fndecl = get_callee_fndecl (exp);
4478 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 3,
4479 arg1, arg2, len);
4480 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4481 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
4482 return expand_call (fn, target, target == const0_rtx);
4484 #endif
4485 return NULL_RTX;
4488 /* Expand a call to __builtin_saveregs, generating the result in TARGET,
4489 if that's convenient. */
4492 expand_builtin_saveregs (void)
4494 rtx val, seq;
4496 /* Don't do __builtin_saveregs more than once in a function.
4497 Save the result of the first call and reuse it. */
4498 if (saveregs_value != 0)
4499 return saveregs_value;
4501 /* When this function is called, it means that registers must be
4502 saved on entry to this function. So we migrate the call to the
4503 first insn of this function. */
4505 start_sequence ();
4507 /* Do whatever the machine needs done in this case. */
4508 val = targetm.calls.expand_builtin_saveregs ();
4510 seq = get_insns ();
4511 end_sequence ();
4513 saveregs_value = val;
4515 /* Put the insns after the NOTE that starts the function. If this
4516 is inside a start_sequence, make the outer-level insn chain current, so
4517 the code is placed at the start of the function. */
4518 push_topmost_sequence ();
4519 emit_insn_after (seq, entry_of_function ());
4520 pop_topmost_sequence ();
4522 return val;
4525 /* Expand a call to __builtin_next_arg. */
4527 static rtx
4528 expand_builtin_next_arg (void)
4530 /* Checking arguments is already done in fold_builtin_next_arg
4531 that must be called before this function. */
4532 return expand_binop (ptr_mode, add_optab,
4533 crtl->args.internal_arg_pointer,
4534 crtl->args.arg_offset_rtx,
4535 NULL_RTX, 0, OPTAB_LIB_WIDEN);
4538 /* Make it easier for the backends by protecting the valist argument
4539 from multiple evaluations. */
4541 static tree
4542 stabilize_va_list_loc (location_t loc, tree valist, int needs_lvalue)
4544 tree vatype = targetm.canonical_va_list_type (TREE_TYPE (valist));
4546 /* The current way of determining the type of valist is completely
4547 bogus. We should have the information on the va builtin instead. */
4548 if (!vatype)
4549 vatype = targetm.fn_abi_va_list (cfun->decl);
4551 if (TREE_CODE (vatype) == ARRAY_TYPE)
4553 if (TREE_SIDE_EFFECTS (valist))
4554 valist = save_expr (valist);
4556 /* For this case, the backends will be expecting a pointer to
4557 vatype, but it's possible we've actually been given an array
4558 (an actual TARGET_CANONICAL_VA_LIST_TYPE (valist)).
4559 So fix it. */
4560 if (TREE_CODE (TREE_TYPE (valist)) == ARRAY_TYPE)
4562 tree p1 = build_pointer_type (TREE_TYPE (vatype));
4563 valist = build_fold_addr_expr_with_type_loc (loc, valist, p1);
4566 else
4568 tree pt = build_pointer_type (vatype);
4570 if (! needs_lvalue)
4572 if (! TREE_SIDE_EFFECTS (valist))
4573 return valist;
4575 valist = fold_build1_loc (loc, ADDR_EXPR, pt, valist);
4576 TREE_SIDE_EFFECTS (valist) = 1;
4579 if (TREE_SIDE_EFFECTS (valist))
4580 valist = save_expr (valist);
4581 valist = fold_build2_loc (loc, MEM_REF,
4582 vatype, valist, build_int_cst (pt, 0));
4585 return valist;
4588 /* The "standard" definition of va_list is void*. */
4590 tree
4591 std_build_builtin_va_list (void)
4593 return ptr_type_node;
4596 /* The "standard" abi va_list is va_list_type_node. */
4598 tree
4599 std_fn_abi_va_list (tree fndecl ATTRIBUTE_UNUSED)
4601 return va_list_type_node;
4604 /* The "standard" type of va_list is va_list_type_node. */
4606 tree
4607 std_canonical_va_list_type (tree type)
4609 tree wtype, htype;
4611 if (INDIRECT_REF_P (type))
4612 type = TREE_TYPE (type);
4613 else if (POINTER_TYPE_P (type) && POINTER_TYPE_P (TREE_TYPE(type)))
4614 type = TREE_TYPE (type);
4615 wtype = va_list_type_node;
4616 htype = type;
4617 /* Treat structure va_list types. */
4618 if (TREE_CODE (wtype) == RECORD_TYPE && POINTER_TYPE_P (htype))
4619 htype = TREE_TYPE (htype);
4620 else if (TREE_CODE (wtype) == ARRAY_TYPE)
4622 /* If va_list is an array type, the argument may have decayed
4623 to a pointer type, e.g. by being passed to another function.
4624 In that case, unwrap both types so that we can compare the
4625 underlying records. */
4626 if (TREE_CODE (htype) == ARRAY_TYPE
4627 || POINTER_TYPE_P (htype))
4629 wtype = TREE_TYPE (wtype);
4630 htype = TREE_TYPE (htype);
4633 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype))
4634 return va_list_type_node;
4636 return NULL_TREE;
4639 /* The "standard" implementation of va_start: just assign `nextarg' to
4640 the variable. */
4642 void
4643 std_expand_builtin_va_start (tree valist, rtx nextarg)
4645 rtx va_r = expand_expr (valist, NULL_RTX, VOIDmode, EXPAND_WRITE);
4646 convert_move (va_r, nextarg, 0);
4649 /* Expand EXP, a call to __builtin_va_start. */
4651 static rtx
4652 expand_builtin_va_start (tree exp)
4654 rtx nextarg;
4655 tree valist;
4656 location_t loc = EXPR_LOCATION (exp);
4658 if (call_expr_nargs (exp) < 2)
4660 error_at (loc, "too few arguments to function %<va_start%>");
4661 return const0_rtx;
4664 if (fold_builtin_next_arg (exp, true))
4665 return const0_rtx;
4667 nextarg = expand_builtin_next_arg ();
4668 valist = stabilize_va_list_loc (loc, CALL_EXPR_ARG (exp, 0), 1);
4670 if (targetm.expand_builtin_va_start)
4671 targetm.expand_builtin_va_start (valist, nextarg);
4672 else
4673 std_expand_builtin_va_start (valist, nextarg);
4675 return const0_rtx;
4678 /* The "standard" implementation of va_arg: read the value from the
4679 current (padded) address and increment by the (padded) size. */
4681 tree
4682 std_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p,
4683 gimple_seq *post_p)
4685 tree addr, t, type_size, rounded_size, valist_tmp;
4686 unsigned HOST_WIDE_INT align, boundary;
4687 bool indirect;
4689 #ifdef ARGS_GROW_DOWNWARD
4690 /* All of the alignment and movement below is for args-grow-up machines.
4691 As of 2004, there are only 3 ARGS_GROW_DOWNWARD targets, and they all
4692 implement their own specialized gimplify_va_arg_expr routines. */
4693 gcc_unreachable ();
4694 #endif
4696 indirect = pass_by_reference (NULL, TYPE_MODE (type), type, false);
4697 if (indirect)
4698 type = build_pointer_type (type);
4700 align = PARM_BOUNDARY / BITS_PER_UNIT;
4701 boundary = FUNCTION_ARG_BOUNDARY (TYPE_MODE (type), type);
4703 /* When we align parameter on stack for caller, if the parameter
4704 alignment is beyond MAX_SUPPORTED_STACK_ALIGNMENT, it will be
4705 aligned at MAX_SUPPORTED_STACK_ALIGNMENT. We will match callee
4706 here with caller. */
4707 if (boundary > MAX_SUPPORTED_STACK_ALIGNMENT)
4708 boundary = MAX_SUPPORTED_STACK_ALIGNMENT;
4710 boundary /= BITS_PER_UNIT;
4712 /* Hoist the valist value into a temporary for the moment. */
4713 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL);
4715 /* va_list pointer is aligned to PARM_BOUNDARY. If argument actually
4716 requires greater alignment, we must perform dynamic alignment. */
4717 if (boundary > align
4718 && !integer_zerop (TYPE_SIZE (type)))
4720 t = build2 (MODIFY_EXPR, TREE_TYPE (valist), valist_tmp,
4721 fold_build2 (POINTER_PLUS_EXPR,
4722 TREE_TYPE (valist),
4723 valist_tmp, size_int (boundary - 1)));
4724 gimplify_and_add (t, pre_p);
4726 t = fold_convert (sizetype, valist_tmp);
4727 t = build2 (MODIFY_EXPR, TREE_TYPE (valist), valist_tmp,
4728 fold_convert (TREE_TYPE (valist),
4729 fold_build2 (BIT_AND_EXPR, sizetype, t,
4730 size_int (-boundary))));
4731 gimplify_and_add (t, pre_p);
4733 else
4734 boundary = align;
4736 /* If the actual alignment is less than the alignment of the type,
4737 adjust the type accordingly so that we don't assume strict alignment
4738 when dereferencing the pointer. */
4739 boundary *= BITS_PER_UNIT;
4740 if (boundary < TYPE_ALIGN (type))
4742 type = build_variant_type_copy (type);
4743 TYPE_ALIGN (type) = boundary;
4746 /* Compute the rounded size of the type. */
4747 type_size = size_in_bytes (type);
4748 rounded_size = round_up (type_size, align);
4750 /* Reduce rounded_size so it's sharable with the postqueue. */
4751 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue);
4753 /* Get AP. */
4754 addr = valist_tmp;
4755 if (PAD_VARARGS_DOWN && !integer_zerop (rounded_size))
4757 /* Small args are padded downward. */
4758 t = fold_build2_loc (input_location, GT_EXPR, sizetype,
4759 rounded_size, size_int (align));
4760 t = fold_build3 (COND_EXPR, sizetype, t, size_zero_node,
4761 size_binop (MINUS_EXPR, rounded_size, type_size));
4762 addr = fold_build2 (POINTER_PLUS_EXPR,
4763 TREE_TYPE (addr), addr, t);
4766 /* Compute new value for AP. */
4767 t = build2 (POINTER_PLUS_EXPR, TREE_TYPE (valist), valist_tmp, rounded_size);
4768 t = build2 (MODIFY_EXPR, TREE_TYPE (valist), valist, t);
4769 gimplify_and_add (t, pre_p);
4771 addr = fold_convert (build_pointer_type (type), addr);
4773 if (indirect)
4774 addr = build_va_arg_indirect_ref (addr);
4776 return build_va_arg_indirect_ref (addr);
4779 /* Build an indirect-ref expression over the given TREE, which represents a
4780 piece of a va_arg() expansion. */
4781 tree
4782 build_va_arg_indirect_ref (tree addr)
4784 addr = build_fold_indirect_ref_loc (EXPR_LOCATION (addr), addr);
4786 if (flag_mudflap) /* Don't instrument va_arg INDIRECT_REF. */
4787 mf_mark (addr);
4789 return addr;
4792 /* Return a dummy expression of type TYPE in order to keep going after an
4793 error. */
4795 static tree
4796 dummy_object (tree type)
4798 tree t = build_int_cst (build_pointer_type (type), 0);
4799 return build2 (MEM_REF, type, t, t);
4802 /* Gimplify __builtin_va_arg, aka VA_ARG_EXPR, which is not really a
4803 builtin function, but a very special sort of operator. */
4805 enum gimplify_status
4806 gimplify_va_arg_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p)
4808 tree promoted_type, have_va_type;
4809 tree valist = TREE_OPERAND (*expr_p, 0);
4810 tree type = TREE_TYPE (*expr_p);
4811 tree t;
4812 location_t loc = EXPR_LOCATION (*expr_p);
4814 /* Verify that valist is of the proper type. */
4815 have_va_type = TREE_TYPE (valist);
4816 if (have_va_type == error_mark_node)
4817 return GS_ERROR;
4818 have_va_type = targetm.canonical_va_list_type (have_va_type);
4820 if (have_va_type == NULL_TREE)
4822 error_at (loc, "first argument to %<va_arg%> not of type %<va_list%>");
4823 return GS_ERROR;
4826 /* Generate a diagnostic for requesting data of a type that cannot
4827 be passed through `...' due to type promotion at the call site. */
4828 if ((promoted_type = lang_hooks.types.type_promotes_to (type))
4829 != type)
4831 static bool gave_help;
4832 bool warned;
4834 /* Unfortunately, this is merely undefined, rather than a constraint
4835 violation, so we cannot make this an error. If this call is never
4836 executed, the program is still strictly conforming. */
4837 warned = warning_at (loc, 0,
4838 "%qT is promoted to %qT when passed through %<...%>",
4839 type, promoted_type);
4840 if (!gave_help && warned)
4842 gave_help = true;
4843 inform (loc, "(so you should pass %qT not %qT to %<va_arg%>)",
4844 promoted_type, type);
4847 /* We can, however, treat "undefined" any way we please.
4848 Call abort to encourage the user to fix the program. */
4849 if (warned)
4850 inform (loc, "if this code is reached, the program will abort");
4851 /* Before the abort, allow the evaluation of the va_list
4852 expression to exit or longjmp. */
4853 gimplify_and_add (valist, pre_p);
4854 t = build_call_expr_loc (loc,
4855 implicit_built_in_decls[BUILT_IN_TRAP], 0);
4856 gimplify_and_add (t, pre_p);
4858 /* This is dead code, but go ahead and finish so that the
4859 mode of the result comes out right. */
4860 *expr_p = dummy_object (type);
4861 return GS_ALL_DONE;
4863 else
4865 /* Make it easier for the backends by protecting the valist argument
4866 from multiple evaluations. */
4867 if (TREE_CODE (have_va_type) == ARRAY_TYPE)
4869 /* For this case, the backends will be expecting a pointer to
4870 TREE_TYPE (abi), but it's possible we've
4871 actually been given an array (an actual TARGET_FN_ABI_VA_LIST).
4872 So fix it. */
4873 if (TREE_CODE (TREE_TYPE (valist)) == ARRAY_TYPE)
4875 tree p1 = build_pointer_type (TREE_TYPE (have_va_type));
4876 valist = fold_convert_loc (loc, p1,
4877 build_fold_addr_expr_loc (loc, valist));
4880 gimplify_expr (&valist, pre_p, post_p, is_gimple_val, fb_rvalue);
4882 else
4883 gimplify_expr (&valist, pre_p, post_p, is_gimple_min_lval, fb_lvalue);
4885 if (!targetm.gimplify_va_arg_expr)
4886 /* FIXME: Once most targets are converted we should merely
4887 assert this is non-null. */
4888 return GS_ALL_DONE;
4890 *expr_p = targetm.gimplify_va_arg_expr (valist, type, pre_p, post_p);
4891 return GS_OK;
4895 /* Expand EXP, a call to __builtin_va_end. */
4897 static rtx
4898 expand_builtin_va_end (tree exp)
4900 tree valist = CALL_EXPR_ARG (exp, 0);
4902 /* Evaluate for side effects, if needed. I hate macros that don't
4903 do that. */
4904 if (TREE_SIDE_EFFECTS (valist))
4905 expand_expr (valist, const0_rtx, VOIDmode, EXPAND_NORMAL);
4907 return const0_rtx;
4910 /* Expand EXP, a call to __builtin_va_copy. We do this as a
4911 builtin rather than just as an assignment in stdarg.h because of the
4912 nastiness of array-type va_list types. */
4914 static rtx
4915 expand_builtin_va_copy (tree exp)
4917 tree dst, src, t;
4918 location_t loc = EXPR_LOCATION (exp);
4920 dst = CALL_EXPR_ARG (exp, 0);
4921 src = CALL_EXPR_ARG (exp, 1);
4923 dst = stabilize_va_list_loc (loc, dst, 1);
4924 src = stabilize_va_list_loc (loc, src, 0);
4926 gcc_assert (cfun != NULL && cfun->decl != NULL_TREE);
4928 if (TREE_CODE (targetm.fn_abi_va_list (cfun->decl)) != ARRAY_TYPE)
4930 t = build2 (MODIFY_EXPR, targetm.fn_abi_va_list (cfun->decl), dst, src);
4931 TREE_SIDE_EFFECTS (t) = 1;
4932 expand_expr (t, const0_rtx, VOIDmode, EXPAND_NORMAL);
4934 else
4936 rtx dstb, srcb, size;
4938 /* Evaluate to pointers. */
4939 dstb = expand_expr (dst, NULL_RTX, Pmode, EXPAND_NORMAL);
4940 srcb = expand_expr (src, NULL_RTX, Pmode, EXPAND_NORMAL);
4941 size = expand_expr (TYPE_SIZE_UNIT (targetm.fn_abi_va_list (cfun->decl)),
4942 NULL_RTX, VOIDmode, EXPAND_NORMAL);
4944 dstb = convert_memory_address (Pmode, dstb);
4945 srcb = convert_memory_address (Pmode, srcb);
4947 /* "Dereference" to BLKmode memories. */
4948 dstb = gen_rtx_MEM (BLKmode, dstb);
4949 set_mem_alias_set (dstb, get_alias_set (TREE_TYPE (TREE_TYPE (dst))));
4950 set_mem_align (dstb, TYPE_ALIGN (targetm.fn_abi_va_list (cfun->decl)));
4951 srcb = gen_rtx_MEM (BLKmode, srcb);
4952 set_mem_alias_set (srcb, get_alias_set (TREE_TYPE (TREE_TYPE (src))));
4953 set_mem_align (srcb, TYPE_ALIGN (targetm.fn_abi_va_list (cfun->decl)));
4955 /* Copy. */
4956 emit_block_move (dstb, srcb, size, BLOCK_OP_NORMAL);
4959 return const0_rtx;
4962 /* Expand a call to one of the builtin functions __builtin_frame_address or
4963 __builtin_return_address. */
4965 static rtx
4966 expand_builtin_frame_address (tree fndecl, tree exp)
4968 /* The argument must be a nonnegative integer constant.
4969 It counts the number of frames to scan up the stack.
4970 The value is the return address saved in that frame. */
4971 if (call_expr_nargs (exp) == 0)
4972 /* Warning about missing arg was already issued. */
4973 return const0_rtx;
4974 else if (! host_integerp (CALL_EXPR_ARG (exp, 0), 1))
4976 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS)
4977 error ("invalid argument to %<__builtin_frame_address%>");
4978 else
4979 error ("invalid argument to %<__builtin_return_address%>");
4980 return const0_rtx;
4982 else
4984 rtx tem
4985 = expand_builtin_return_addr (DECL_FUNCTION_CODE (fndecl),
4986 tree_low_cst (CALL_EXPR_ARG (exp, 0), 1));
4988 /* Some ports cannot access arbitrary stack frames. */
4989 if (tem == NULL)
4991 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS)
4992 warning (0, "unsupported argument to %<__builtin_frame_address%>");
4993 else
4994 warning (0, "unsupported argument to %<__builtin_return_address%>");
4995 return const0_rtx;
4998 /* For __builtin_frame_address, return what we've got. */
4999 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS)
5000 return tem;
5002 if (!REG_P (tem)
5003 && ! CONSTANT_P (tem))
5004 tem = copy_to_mode_reg (Pmode, tem);
5005 return tem;
5009 /* Expand EXP, a call to the alloca builtin. Return NULL_RTX if we
5010 failed and the caller should emit a normal call. CANNOT_ACCUMULATE
5011 is the same as for allocate_dynamic_stack_space. */
5013 static rtx
5014 expand_builtin_alloca (tree exp, bool cannot_accumulate)
5016 rtx op0;
5017 rtx result;
5019 /* Emit normal call if marked not-inlineable. */
5020 if (CALL_CANNOT_INLINE_P (exp))
5021 return NULL_RTX;
5023 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
5024 return NULL_RTX;
5026 /* Compute the argument. */
5027 op0 = expand_normal (CALL_EXPR_ARG (exp, 0));
5029 /* Allocate the desired space. */
5030 result = allocate_dynamic_stack_space (op0, 0, BIGGEST_ALIGNMENT,
5031 cannot_accumulate);
5032 result = convert_memory_address (ptr_mode, result);
5034 return result;
5037 /* Expand a call to a bswap builtin with argument ARG0. MODE
5038 is the mode to expand with. */
5040 static rtx
5041 expand_builtin_bswap (tree exp, rtx target, rtx subtarget)
5043 enum machine_mode mode;
5044 tree arg;
5045 rtx op0;
5047 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
5048 return NULL_RTX;
5050 arg = CALL_EXPR_ARG (exp, 0);
5051 mode = TYPE_MODE (TREE_TYPE (arg));
5052 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5054 target = expand_unop (mode, bswap_optab, op0, target, 1);
5056 gcc_assert (target);
5058 return convert_to_mode (mode, target, 0);
5061 /* Expand a call to a unary builtin in EXP.
5062 Return NULL_RTX if a normal call should be emitted rather than expanding the
5063 function in-line. If convenient, the result should be placed in TARGET.
5064 SUBTARGET may be used as the target for computing one of EXP's operands. */
5066 static rtx
5067 expand_builtin_unop (enum machine_mode target_mode, tree exp, rtx target,
5068 rtx subtarget, optab op_optab)
5070 rtx op0;
5072 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
5073 return NULL_RTX;
5075 /* Compute the argument. */
5076 op0 = expand_expr (CALL_EXPR_ARG (exp, 0),
5077 (subtarget
5078 && (TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 0)))
5079 == GET_MODE (subtarget))) ? subtarget : NULL_RTX,
5080 VOIDmode, EXPAND_NORMAL);
5081 /* Compute op, into TARGET if possible.
5082 Set TARGET to wherever the result comes back. */
5083 target = expand_unop (TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 0))),
5084 op_optab, op0, target, 1);
5085 gcc_assert (target);
5087 return convert_to_mode (target_mode, target, 0);
5090 /* Expand a call to __builtin_expect. We just return our argument
5091 as the builtin_expect semantic should've been already executed by
5092 tree branch prediction pass. */
5094 static rtx
5095 expand_builtin_expect (tree exp, rtx target)
5097 tree arg;
5099 if (call_expr_nargs (exp) < 2)
5100 return const0_rtx;
5101 arg = CALL_EXPR_ARG (exp, 0);
5103 target = expand_expr (arg, target, VOIDmode, EXPAND_NORMAL);
5104 /* When guessing was done, the hints should be already stripped away. */
5105 gcc_assert (!flag_guess_branch_prob
5106 || optimize == 0 || seen_error ());
5107 return target;
5110 void
5111 expand_builtin_trap (void)
5113 #ifdef HAVE_trap
5114 if (HAVE_trap)
5115 emit_insn (gen_trap ());
5116 else
5117 #endif
5118 emit_library_call (abort_libfunc, LCT_NORETURN, VOIDmode, 0);
5119 emit_barrier ();
5122 /* Expand a call to __builtin_unreachable. We do nothing except emit
5123 a barrier saying that control flow will not pass here.
5125 It is the responsibility of the program being compiled to ensure
5126 that control flow does never reach __builtin_unreachable. */
5127 static void
5128 expand_builtin_unreachable (void)
5130 emit_barrier ();
5133 /* Expand EXP, a call to fabs, fabsf or fabsl.
5134 Return NULL_RTX if a normal call should be emitted rather than expanding
5135 the function inline. If convenient, the result should be placed
5136 in TARGET. SUBTARGET may be used as the target for computing
5137 the operand. */
5139 static rtx
5140 expand_builtin_fabs (tree exp, rtx target, rtx subtarget)
5142 enum machine_mode mode;
5143 tree arg;
5144 rtx op0;
5146 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
5147 return NULL_RTX;
5149 arg = CALL_EXPR_ARG (exp, 0);
5150 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
5151 mode = TYPE_MODE (TREE_TYPE (arg));
5152 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5153 return expand_abs (mode, op0, target, 0, safe_from_p (target, arg, 1));
5156 /* Expand EXP, a call to copysign, copysignf, or copysignl.
5157 Return NULL is a normal call should be emitted rather than expanding the
5158 function inline. If convenient, the result should be placed in TARGET.
5159 SUBTARGET may be used as the target for computing the operand. */
5161 static rtx
5162 expand_builtin_copysign (tree exp, rtx target, rtx subtarget)
5164 rtx op0, op1;
5165 tree arg;
5167 if (!validate_arglist (exp, REAL_TYPE, REAL_TYPE, VOID_TYPE))
5168 return NULL_RTX;
5170 arg = CALL_EXPR_ARG (exp, 0);
5171 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5173 arg = CALL_EXPR_ARG (exp, 1);
5174 op1 = expand_normal (arg);
5176 return expand_copysign (op0, op1, target);
5179 /* Create a new constant string literal and return a char* pointer to it.
5180 The STRING_CST value is the LEN characters at STR. */
5181 tree
5182 build_string_literal (int len, const char *str)
5184 tree t, elem, index, type;
5186 t = build_string (len, str);
5187 elem = build_type_variant (char_type_node, 1, 0);
5188 index = build_index_type (size_int (len - 1));
5189 type = build_array_type (elem, index);
5190 TREE_TYPE (t) = type;
5191 TREE_CONSTANT (t) = 1;
5192 TREE_READONLY (t) = 1;
5193 TREE_STATIC (t) = 1;
5195 type = build_pointer_type (elem);
5196 t = build1 (ADDR_EXPR, type,
5197 build4 (ARRAY_REF, elem,
5198 t, integer_zero_node, NULL_TREE, NULL_TREE));
5199 return t;
5202 /* Expand a call to either the entry or exit function profiler. */
5204 static rtx
5205 expand_builtin_profile_func (bool exitp)
5207 rtx this_rtx, which;
5209 this_rtx = DECL_RTL (current_function_decl);
5210 gcc_assert (MEM_P (this_rtx));
5211 this_rtx = XEXP (this_rtx, 0);
5213 if (exitp)
5214 which = profile_function_exit_libfunc;
5215 else
5216 which = profile_function_entry_libfunc;
5218 emit_library_call (which, LCT_NORMAL, VOIDmode, 2, this_rtx, Pmode,
5219 expand_builtin_return_addr (BUILT_IN_RETURN_ADDRESS,
5221 Pmode);
5223 return const0_rtx;
5226 /* Expand a call to __builtin___clear_cache. */
5228 static rtx
5229 expand_builtin___clear_cache (tree exp ATTRIBUTE_UNUSED)
5231 #ifndef HAVE_clear_cache
5232 #ifdef CLEAR_INSN_CACHE
5233 /* There is no "clear_cache" insn, and __clear_cache() in libgcc
5234 does something. Just do the default expansion to a call to
5235 __clear_cache(). */
5236 return NULL_RTX;
5237 #else
5238 /* There is no "clear_cache" insn, and __clear_cache() in libgcc
5239 does nothing. There is no need to call it. Do nothing. */
5240 return const0_rtx;
5241 #endif /* CLEAR_INSN_CACHE */
5242 #else
5243 /* We have a "clear_cache" insn, and it will handle everything. */
5244 tree begin, end;
5245 rtx begin_rtx, end_rtx;
5246 enum insn_code icode;
5248 /* We must not expand to a library call. If we did, any
5249 fallback library function in libgcc that might contain a call to
5250 __builtin___clear_cache() would recurse infinitely. */
5251 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
5253 error ("both arguments to %<__builtin___clear_cache%> must be pointers");
5254 return const0_rtx;
5257 if (HAVE_clear_cache)
5259 icode = CODE_FOR_clear_cache;
5261 begin = CALL_EXPR_ARG (exp, 0);
5262 begin_rtx = expand_expr (begin, NULL_RTX, Pmode, EXPAND_NORMAL);
5263 begin_rtx = convert_memory_address (Pmode, begin_rtx);
5264 if (!insn_data[icode].operand[0].predicate (begin_rtx, Pmode))
5265 begin_rtx = copy_to_mode_reg (Pmode, begin_rtx);
5267 end = CALL_EXPR_ARG (exp, 1);
5268 end_rtx = expand_expr (end, NULL_RTX, Pmode, EXPAND_NORMAL);
5269 end_rtx = convert_memory_address (Pmode, end_rtx);
5270 if (!insn_data[icode].operand[1].predicate (end_rtx, Pmode))
5271 end_rtx = copy_to_mode_reg (Pmode, end_rtx);
5273 emit_insn (gen_clear_cache (begin_rtx, end_rtx));
5275 return const0_rtx;
5276 #endif /* HAVE_clear_cache */
5279 /* Given a trampoline address, make sure it satisfies TRAMPOLINE_ALIGNMENT. */
5281 static rtx
5282 round_trampoline_addr (rtx tramp)
5284 rtx temp, addend, mask;
5286 /* If we don't need too much alignment, we'll have been guaranteed
5287 proper alignment by get_trampoline_type. */
5288 if (TRAMPOLINE_ALIGNMENT <= STACK_BOUNDARY)
5289 return tramp;
5291 /* Round address up to desired boundary. */
5292 temp = gen_reg_rtx (Pmode);
5293 addend = GEN_INT (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT - 1);
5294 mask = GEN_INT (-TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
5296 temp = expand_simple_binop (Pmode, PLUS, tramp, addend,
5297 temp, 0, OPTAB_LIB_WIDEN);
5298 tramp = expand_simple_binop (Pmode, AND, temp, mask,
5299 temp, 0, OPTAB_LIB_WIDEN);
5301 return tramp;
5304 static rtx
5305 expand_builtin_init_trampoline (tree exp)
5307 tree t_tramp, t_func, t_chain;
5308 rtx m_tramp, r_tramp, r_chain, tmp;
5310 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE,
5311 POINTER_TYPE, VOID_TYPE))
5312 return NULL_RTX;
5314 t_tramp = CALL_EXPR_ARG (exp, 0);
5315 t_func = CALL_EXPR_ARG (exp, 1);
5316 t_chain = CALL_EXPR_ARG (exp, 2);
5318 r_tramp = expand_normal (t_tramp);
5319 m_tramp = gen_rtx_MEM (BLKmode, r_tramp);
5320 MEM_NOTRAP_P (m_tramp) = 1;
5322 /* The TRAMP argument should be the address of a field within the
5323 local function's FRAME decl. Let's see if we can fill in the
5324 to fill in the MEM_ATTRs for this memory. */
5325 if (TREE_CODE (t_tramp) == ADDR_EXPR)
5326 set_mem_attributes_minus_bitpos (m_tramp, TREE_OPERAND (t_tramp, 0),
5327 true, 0);
5329 tmp = round_trampoline_addr (r_tramp);
5330 if (tmp != r_tramp)
5332 m_tramp = change_address (m_tramp, BLKmode, tmp);
5333 set_mem_align (m_tramp, TRAMPOLINE_ALIGNMENT);
5334 set_mem_size (m_tramp, GEN_INT (TRAMPOLINE_SIZE));
5337 /* The FUNC argument should be the address of the nested function.
5338 Extract the actual function decl to pass to the hook. */
5339 gcc_assert (TREE_CODE (t_func) == ADDR_EXPR);
5340 t_func = TREE_OPERAND (t_func, 0);
5341 gcc_assert (TREE_CODE (t_func) == FUNCTION_DECL);
5343 r_chain = expand_normal (t_chain);
5345 /* Generate insns to initialize the trampoline. */
5346 targetm.calls.trampoline_init (m_tramp, t_func, r_chain);
5348 trampolines_created = 1;
5350 warning_at (DECL_SOURCE_LOCATION (t_func), OPT_Wtrampolines,
5351 "trampoline generated for nested function %qD", t_func);
5353 return const0_rtx;
5356 static rtx
5357 expand_builtin_adjust_trampoline (tree exp)
5359 rtx tramp;
5361 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
5362 return NULL_RTX;
5364 tramp = expand_normal (CALL_EXPR_ARG (exp, 0));
5365 tramp = round_trampoline_addr (tramp);
5366 if (targetm.calls.trampoline_adjust_address)
5367 tramp = targetm.calls.trampoline_adjust_address (tramp);
5369 return tramp;
5372 /* Expand the call EXP to the built-in signbit, signbitf or signbitl
5373 function. The function first checks whether the back end provides
5374 an insn to implement signbit for the respective mode. If not, it
5375 checks whether the floating point format of the value is such that
5376 the sign bit can be extracted. If that is not the case, the
5377 function returns NULL_RTX to indicate that a normal call should be
5378 emitted rather than expanding the function in-line. EXP is the
5379 expression that is a call to the builtin function; if convenient,
5380 the result should be placed in TARGET. */
5381 static rtx
5382 expand_builtin_signbit (tree exp, rtx target)
5384 const struct real_format *fmt;
5385 enum machine_mode fmode, imode, rmode;
5386 tree arg;
5387 int word, bitpos;
5388 enum insn_code icode;
5389 rtx temp;
5390 location_t loc = EXPR_LOCATION (exp);
5392 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
5393 return NULL_RTX;
5395 arg = CALL_EXPR_ARG (exp, 0);
5396 fmode = TYPE_MODE (TREE_TYPE (arg));
5397 rmode = TYPE_MODE (TREE_TYPE (exp));
5398 fmt = REAL_MODE_FORMAT (fmode);
5400 arg = builtin_save_expr (arg);
5402 /* Expand the argument yielding a RTX expression. */
5403 temp = expand_normal (arg);
5405 /* Check if the back end provides an insn that handles signbit for the
5406 argument's mode. */
5407 icode = optab_handler (signbit_optab, fmode);
5408 if (icode != CODE_FOR_nothing)
5410 rtx last = get_last_insn ();
5411 target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
5412 if (maybe_emit_unop_insn (icode, target, temp, UNKNOWN))
5413 return target;
5414 delete_insns_since (last);
5417 /* For floating point formats without a sign bit, implement signbit
5418 as "ARG < 0.0". */
5419 bitpos = fmt->signbit_ro;
5420 if (bitpos < 0)
5422 /* But we can't do this if the format supports signed zero. */
5423 if (fmt->has_signed_zero && HONOR_SIGNED_ZEROS (fmode))
5424 return NULL_RTX;
5426 arg = fold_build2_loc (loc, LT_EXPR, TREE_TYPE (exp), arg,
5427 build_real (TREE_TYPE (arg), dconst0));
5428 return expand_expr (arg, target, VOIDmode, EXPAND_NORMAL);
5431 if (GET_MODE_SIZE (fmode) <= UNITS_PER_WORD)
5433 imode = int_mode_for_mode (fmode);
5434 if (imode == BLKmode)
5435 return NULL_RTX;
5436 temp = gen_lowpart (imode, temp);
5438 else
5440 imode = word_mode;
5441 /* Handle targets with different FP word orders. */
5442 if (FLOAT_WORDS_BIG_ENDIAN)
5443 word = (GET_MODE_BITSIZE (fmode) - bitpos) / BITS_PER_WORD;
5444 else
5445 word = bitpos / BITS_PER_WORD;
5446 temp = operand_subword_force (temp, word, fmode);
5447 bitpos = bitpos % BITS_PER_WORD;
5450 /* Force the intermediate word_mode (or narrower) result into a
5451 register. This avoids attempting to create paradoxical SUBREGs
5452 of floating point modes below. */
5453 temp = force_reg (imode, temp);
5455 /* If the bitpos is within the "result mode" lowpart, the operation
5456 can be implement with a single bitwise AND. Otherwise, we need
5457 a right shift and an AND. */
5459 if (bitpos < GET_MODE_BITSIZE (rmode))
5461 double_int mask = double_int_setbit (double_int_zero, bitpos);
5463 if (GET_MODE_SIZE (imode) > GET_MODE_SIZE (rmode))
5464 temp = gen_lowpart (rmode, temp);
5465 temp = expand_binop (rmode, and_optab, temp,
5466 immed_double_int_const (mask, rmode),
5467 NULL_RTX, 1, OPTAB_LIB_WIDEN);
5469 else
5471 /* Perform a logical right shift to place the signbit in the least
5472 significant bit, then truncate the result to the desired mode
5473 and mask just this bit. */
5474 temp = expand_shift (RSHIFT_EXPR, imode, temp,
5475 build_int_cst (NULL_TREE, bitpos), NULL_RTX, 1);
5476 temp = gen_lowpart (rmode, temp);
5477 temp = expand_binop (rmode, and_optab, temp, const1_rtx,
5478 NULL_RTX, 1, OPTAB_LIB_WIDEN);
5481 return temp;
5484 /* Expand fork or exec calls. TARGET is the desired target of the
5485 call. EXP is the call. FN is the
5486 identificator of the actual function. IGNORE is nonzero if the
5487 value is to be ignored. */
5489 static rtx
5490 expand_builtin_fork_or_exec (tree fn, tree exp, rtx target, int ignore)
5492 tree id, decl;
5493 tree call;
5495 /* If we are not profiling, just call the function. */
5496 if (!profile_arc_flag)
5497 return NULL_RTX;
5499 /* Otherwise call the wrapper. This should be equivalent for the rest of
5500 compiler, so the code does not diverge, and the wrapper may run the
5501 code necessary for keeping the profiling sane. */
5503 switch (DECL_FUNCTION_CODE (fn))
5505 case BUILT_IN_FORK:
5506 id = get_identifier ("__gcov_fork");
5507 break;
5509 case BUILT_IN_EXECL:
5510 id = get_identifier ("__gcov_execl");
5511 break;
5513 case BUILT_IN_EXECV:
5514 id = get_identifier ("__gcov_execv");
5515 break;
5517 case BUILT_IN_EXECLP:
5518 id = get_identifier ("__gcov_execlp");
5519 break;
5521 case BUILT_IN_EXECLE:
5522 id = get_identifier ("__gcov_execle");
5523 break;
5525 case BUILT_IN_EXECVP:
5526 id = get_identifier ("__gcov_execvp");
5527 break;
5529 case BUILT_IN_EXECVE:
5530 id = get_identifier ("__gcov_execve");
5531 break;
5533 default:
5534 gcc_unreachable ();
5537 decl = build_decl (DECL_SOURCE_LOCATION (fn),
5538 FUNCTION_DECL, id, TREE_TYPE (fn));
5539 DECL_EXTERNAL (decl) = 1;
5540 TREE_PUBLIC (decl) = 1;
5541 DECL_ARTIFICIAL (decl) = 1;
5542 TREE_NOTHROW (decl) = 1;
5543 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
5544 DECL_VISIBILITY_SPECIFIED (decl) = 1;
5545 call = rewrite_call_expr (EXPR_LOCATION (exp), exp, 0, decl, 0);
5546 return expand_call (call, target, ignore);
5551 /* Reconstitute a mode for a __sync intrinsic operation. Since the type of
5552 the pointer in these functions is void*, the tree optimizers may remove
5553 casts. The mode computed in expand_builtin isn't reliable either, due
5554 to __sync_bool_compare_and_swap.
5556 FCODE_DIFF should be fcode - base, where base is the FOO_1 code for the
5557 group of builtins. This gives us log2 of the mode size. */
5559 static inline enum machine_mode
5560 get_builtin_sync_mode (int fcode_diff)
5562 /* The size is not negotiable, so ask not to get BLKmode in return
5563 if the target indicates that a smaller size would be better. */
5564 return mode_for_size (BITS_PER_UNIT << fcode_diff, MODE_INT, 0);
5567 /* Expand the memory expression LOC and return the appropriate memory operand
5568 for the builtin_sync operations. */
5570 static rtx
5571 get_builtin_sync_mem (tree loc, enum machine_mode mode)
5573 rtx addr, mem;
5575 addr = expand_expr (loc, NULL_RTX, ptr_mode, EXPAND_SUM);
5576 addr = convert_memory_address (Pmode, addr);
5578 /* Note that we explicitly do not want any alias information for this
5579 memory, so that we kill all other live memories. Otherwise we don't
5580 satisfy the full barrier semantics of the intrinsic. */
5581 mem = validize_mem (gen_rtx_MEM (mode, addr));
5583 /* The alignment needs to be at least according to that of the mode. */
5584 set_mem_align (mem, MAX (GET_MODE_ALIGNMENT (mode),
5585 get_pointer_alignment (loc, BIGGEST_ALIGNMENT)));
5586 set_mem_alias_set (mem, ALIAS_SET_MEMORY_BARRIER);
5587 MEM_VOLATILE_P (mem) = 1;
5589 return mem;
5592 /* Expand the __sync_xxx_and_fetch and __sync_fetch_and_xxx intrinsics.
5593 EXP is the CALL_EXPR. CODE is the rtx code
5594 that corresponds to the arithmetic or logical operation from the name;
5595 an exception here is that NOT actually means NAND. TARGET is an optional
5596 place for us to store the results; AFTER is true if this is the
5597 fetch_and_xxx form. IGNORE is true if we don't actually care about
5598 the result of the operation at all. */
5600 static rtx
5601 expand_builtin_sync_operation (enum machine_mode mode, tree exp,
5602 enum rtx_code code, bool after,
5603 rtx target, bool ignore)
5605 rtx val, mem;
5606 enum machine_mode old_mode;
5607 location_t loc = EXPR_LOCATION (exp);
5609 if (code == NOT && warn_sync_nand)
5611 tree fndecl = get_callee_fndecl (exp);
5612 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
5614 static bool warned_f_a_n, warned_n_a_f;
5616 switch (fcode)
5618 case BUILT_IN_FETCH_AND_NAND_1:
5619 case BUILT_IN_FETCH_AND_NAND_2:
5620 case BUILT_IN_FETCH_AND_NAND_4:
5621 case BUILT_IN_FETCH_AND_NAND_8:
5622 case BUILT_IN_FETCH_AND_NAND_16:
5624 if (warned_f_a_n)
5625 break;
5627 fndecl = implicit_built_in_decls[BUILT_IN_FETCH_AND_NAND_N];
5628 inform (loc, "%qD changed semantics in GCC 4.4", fndecl);
5629 warned_f_a_n = true;
5630 break;
5632 case BUILT_IN_NAND_AND_FETCH_1:
5633 case BUILT_IN_NAND_AND_FETCH_2:
5634 case BUILT_IN_NAND_AND_FETCH_4:
5635 case BUILT_IN_NAND_AND_FETCH_8:
5636 case BUILT_IN_NAND_AND_FETCH_16:
5638 if (warned_n_a_f)
5639 break;
5641 fndecl = implicit_built_in_decls[BUILT_IN_NAND_AND_FETCH_N];
5642 inform (loc, "%qD changed semantics in GCC 4.4", fndecl);
5643 warned_n_a_f = true;
5644 break;
5646 default:
5647 gcc_unreachable ();
5651 /* Expand the operands. */
5652 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5654 val = expand_expr (CALL_EXPR_ARG (exp, 1), NULL_RTX, mode, EXPAND_NORMAL);
5655 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5656 of CONST_INTs, where we know the old_mode only from the call argument. */
5657 old_mode = GET_MODE (val);
5658 if (old_mode == VOIDmode)
5659 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 1)));
5660 val = convert_modes (mode, old_mode, val, 1);
5662 if (ignore)
5663 return expand_sync_operation (mem, val, code);
5664 else
5665 return expand_sync_fetch_operation (mem, val, code, after, target);
5668 /* Expand the __sync_val_compare_and_swap and __sync_bool_compare_and_swap
5669 intrinsics. EXP is the CALL_EXPR. IS_BOOL is
5670 true if this is the boolean form. TARGET is a place for us to store the
5671 results; this is NOT optional if IS_BOOL is true. */
5673 static rtx
5674 expand_builtin_compare_and_swap (enum machine_mode mode, tree exp,
5675 bool is_bool, rtx target)
5677 rtx old_val, new_val, mem;
5678 enum machine_mode old_mode;
5680 /* Expand the operands. */
5681 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5684 old_val = expand_expr (CALL_EXPR_ARG (exp, 1), NULL_RTX,
5685 mode, EXPAND_NORMAL);
5686 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5687 of CONST_INTs, where we know the old_mode only from the call argument. */
5688 old_mode = GET_MODE (old_val);
5689 if (old_mode == VOIDmode)
5690 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 1)));
5691 old_val = convert_modes (mode, old_mode, old_val, 1);
5693 new_val = expand_expr (CALL_EXPR_ARG (exp, 2), NULL_RTX,
5694 mode, EXPAND_NORMAL);
5695 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5696 of CONST_INTs, where we know the old_mode only from the call argument. */
5697 old_mode = GET_MODE (new_val);
5698 if (old_mode == VOIDmode)
5699 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 2)));
5700 new_val = convert_modes (mode, old_mode, new_val, 1);
5702 if (is_bool)
5703 return expand_bool_compare_and_swap (mem, old_val, new_val, target);
5704 else
5705 return expand_val_compare_and_swap (mem, old_val, new_val, target);
5708 /* Expand the __sync_lock_test_and_set intrinsic. Note that the most
5709 general form is actually an atomic exchange, and some targets only
5710 support a reduced form with the second argument being a constant 1.
5711 EXP is the CALL_EXPR; TARGET is an optional place for us to store
5712 the results. */
5714 static rtx
5715 expand_builtin_lock_test_and_set (enum machine_mode mode, tree exp,
5716 rtx target)
5718 rtx val, mem;
5719 enum machine_mode old_mode;
5721 /* Expand the operands. */
5722 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5723 val = expand_expr (CALL_EXPR_ARG (exp, 1), NULL_RTX, mode, EXPAND_NORMAL);
5724 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5725 of CONST_INTs, where we know the old_mode only from the call argument. */
5726 old_mode = GET_MODE (val);
5727 if (old_mode == VOIDmode)
5728 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 1)));
5729 val = convert_modes (mode, old_mode, val, 1);
5731 return expand_sync_lock_test_and_set (mem, val, target);
5734 /* Expand the __sync_synchronize intrinsic. */
5736 static void
5737 expand_builtin_synchronize (void)
5739 gimple x;
5740 VEC (tree, gc) *v_clobbers;
5742 #ifdef HAVE_memory_barrier
5743 if (HAVE_memory_barrier)
5745 emit_insn (gen_memory_barrier ());
5746 return;
5748 #endif
5750 if (synchronize_libfunc != NULL_RTX)
5752 emit_library_call (synchronize_libfunc, LCT_NORMAL, VOIDmode, 0);
5753 return;
5756 /* If no explicit memory barrier instruction is available, create an
5757 empty asm stmt with a memory clobber. */
5758 v_clobbers = VEC_alloc (tree, gc, 1);
5759 VEC_quick_push (tree, v_clobbers,
5760 tree_cons (NULL, build_string (6, "memory"), NULL));
5761 x = gimple_build_asm_vec ("", NULL, NULL, v_clobbers, NULL);
5762 gimple_asm_set_volatile (x, true);
5763 expand_asm_stmt (x);
5766 /* Expand the __sync_lock_release intrinsic. EXP is the CALL_EXPR. */
5768 static void
5769 expand_builtin_lock_release (enum machine_mode mode, tree exp)
5771 enum insn_code icode;
5772 rtx mem, insn;
5773 rtx val = const0_rtx;
5775 /* Expand the operands. */
5776 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5778 /* If there is an explicit operation in the md file, use it. */
5779 icode = direct_optab_handler (sync_lock_release_optab, mode);
5780 if (icode != CODE_FOR_nothing)
5782 if (!insn_data[icode].operand[1].predicate (val, mode))
5783 val = force_reg (mode, val);
5785 insn = GEN_FCN (icode) (mem, val);
5786 if (insn)
5788 emit_insn (insn);
5789 return;
5793 /* Otherwise we can implement this operation by emitting a barrier
5794 followed by a store of zero. */
5795 expand_builtin_synchronize ();
5796 emit_move_insn (mem, val);
5799 /* Expand an expression EXP that calls a built-in function,
5800 with result going to TARGET if that's convenient
5801 (and in mode MODE if that's convenient).
5802 SUBTARGET may be used as the target for computing one of EXP's operands.
5803 IGNORE is nonzero if the value is to be ignored. */
5806 expand_builtin (tree exp, rtx target, rtx subtarget, enum machine_mode mode,
5807 int ignore)
5809 tree fndecl = get_callee_fndecl (exp);
5810 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
5811 enum machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp));
5812 int flags;
5814 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
5815 return targetm.expand_builtin (exp, target, subtarget, mode, ignore);
5817 /* When not optimizing, generate calls to library functions for a certain
5818 set of builtins. */
5819 if (!optimize
5820 && !called_as_built_in (fndecl)
5821 && DECL_ASSEMBLER_NAME_SET_P (fndecl)
5822 && fcode != BUILT_IN_ALLOCA
5823 && fcode != BUILT_IN_FREE)
5824 return expand_call (exp, target, ignore);
5826 /* The built-in function expanders test for target == const0_rtx
5827 to determine whether the function's result will be ignored. */
5828 if (ignore)
5829 target = const0_rtx;
5831 /* If the result of a pure or const built-in function is ignored, and
5832 none of its arguments are volatile, we can avoid expanding the
5833 built-in call and just evaluate the arguments for side-effects. */
5834 if (target == const0_rtx
5835 && ((flags = flags_from_decl_or_type (fndecl)) & (ECF_CONST | ECF_PURE))
5836 && !(flags & ECF_LOOPING_CONST_OR_PURE))
5838 bool volatilep = false;
5839 tree arg;
5840 call_expr_arg_iterator iter;
5842 FOR_EACH_CALL_EXPR_ARG (arg, iter, exp)
5843 if (TREE_THIS_VOLATILE (arg))
5845 volatilep = true;
5846 break;
5849 if (! volatilep)
5851 FOR_EACH_CALL_EXPR_ARG (arg, iter, exp)
5852 expand_expr (arg, const0_rtx, VOIDmode, EXPAND_NORMAL);
5853 return const0_rtx;
5857 switch (fcode)
5859 CASE_FLT_FN (BUILT_IN_FABS):
5860 target = expand_builtin_fabs (exp, target, subtarget);
5861 if (target)
5862 return target;
5863 break;
5865 CASE_FLT_FN (BUILT_IN_COPYSIGN):
5866 target = expand_builtin_copysign (exp, target, subtarget);
5867 if (target)
5868 return target;
5869 break;
5871 /* Just do a normal library call if we were unable to fold
5872 the values. */
5873 CASE_FLT_FN (BUILT_IN_CABS):
5874 break;
5876 CASE_FLT_FN (BUILT_IN_EXP):
5877 CASE_FLT_FN (BUILT_IN_EXP10):
5878 CASE_FLT_FN (BUILT_IN_POW10):
5879 CASE_FLT_FN (BUILT_IN_EXP2):
5880 CASE_FLT_FN (BUILT_IN_EXPM1):
5881 CASE_FLT_FN (BUILT_IN_LOGB):
5882 CASE_FLT_FN (BUILT_IN_LOG):
5883 CASE_FLT_FN (BUILT_IN_LOG10):
5884 CASE_FLT_FN (BUILT_IN_LOG2):
5885 CASE_FLT_FN (BUILT_IN_LOG1P):
5886 CASE_FLT_FN (BUILT_IN_TAN):
5887 CASE_FLT_FN (BUILT_IN_ASIN):
5888 CASE_FLT_FN (BUILT_IN_ACOS):
5889 CASE_FLT_FN (BUILT_IN_ATAN):
5890 CASE_FLT_FN (BUILT_IN_SIGNIFICAND):
5891 /* Treat these like sqrt only if unsafe math optimizations are allowed,
5892 because of possible accuracy problems. */
5893 if (! flag_unsafe_math_optimizations)
5894 break;
5895 CASE_FLT_FN (BUILT_IN_SQRT):
5896 CASE_FLT_FN (BUILT_IN_FLOOR):
5897 CASE_FLT_FN (BUILT_IN_CEIL):
5898 CASE_FLT_FN (BUILT_IN_TRUNC):
5899 CASE_FLT_FN (BUILT_IN_ROUND):
5900 CASE_FLT_FN (BUILT_IN_NEARBYINT):
5901 CASE_FLT_FN (BUILT_IN_RINT):
5902 target = expand_builtin_mathfn (exp, target, subtarget);
5903 if (target)
5904 return target;
5905 break;
5907 CASE_FLT_FN (BUILT_IN_FMA):
5908 target = expand_builtin_mathfn_ternary (exp, target, subtarget);
5909 if (target)
5910 return target;
5911 break;
5913 CASE_FLT_FN (BUILT_IN_ILOGB):
5914 if (! flag_unsafe_math_optimizations)
5915 break;
5916 CASE_FLT_FN (BUILT_IN_ISINF):
5917 CASE_FLT_FN (BUILT_IN_FINITE):
5918 case BUILT_IN_ISFINITE:
5919 case BUILT_IN_ISNORMAL:
5920 target = expand_builtin_interclass_mathfn (exp, target);
5921 if (target)
5922 return target;
5923 break;
5925 CASE_FLT_FN (BUILT_IN_LCEIL):
5926 CASE_FLT_FN (BUILT_IN_LLCEIL):
5927 CASE_FLT_FN (BUILT_IN_LFLOOR):
5928 CASE_FLT_FN (BUILT_IN_LLFLOOR):
5929 target = expand_builtin_int_roundingfn (exp, target);
5930 if (target)
5931 return target;
5932 break;
5934 CASE_FLT_FN (BUILT_IN_LRINT):
5935 CASE_FLT_FN (BUILT_IN_LLRINT):
5936 CASE_FLT_FN (BUILT_IN_LROUND):
5937 CASE_FLT_FN (BUILT_IN_LLROUND):
5938 target = expand_builtin_int_roundingfn_2 (exp, target);
5939 if (target)
5940 return target;
5941 break;
5943 CASE_FLT_FN (BUILT_IN_POW):
5944 target = expand_builtin_pow (exp, target, subtarget);
5945 if (target)
5946 return target;
5947 break;
5949 CASE_FLT_FN (BUILT_IN_POWI):
5950 target = expand_builtin_powi (exp, target);
5951 if (target)
5952 return target;
5953 break;
5955 CASE_FLT_FN (BUILT_IN_ATAN2):
5956 CASE_FLT_FN (BUILT_IN_LDEXP):
5957 CASE_FLT_FN (BUILT_IN_SCALB):
5958 CASE_FLT_FN (BUILT_IN_SCALBN):
5959 CASE_FLT_FN (BUILT_IN_SCALBLN):
5960 if (! flag_unsafe_math_optimizations)
5961 break;
5963 CASE_FLT_FN (BUILT_IN_FMOD):
5964 CASE_FLT_FN (BUILT_IN_REMAINDER):
5965 CASE_FLT_FN (BUILT_IN_DREM):
5966 target = expand_builtin_mathfn_2 (exp, target, subtarget);
5967 if (target)
5968 return target;
5969 break;
5971 CASE_FLT_FN (BUILT_IN_CEXPI):
5972 target = expand_builtin_cexpi (exp, target);
5973 gcc_assert (target);
5974 return target;
5976 CASE_FLT_FN (BUILT_IN_SIN):
5977 CASE_FLT_FN (BUILT_IN_COS):
5978 if (! flag_unsafe_math_optimizations)
5979 break;
5980 target = expand_builtin_mathfn_3 (exp, target, subtarget);
5981 if (target)
5982 return target;
5983 break;
5985 CASE_FLT_FN (BUILT_IN_SINCOS):
5986 if (! flag_unsafe_math_optimizations)
5987 break;
5988 target = expand_builtin_sincos (exp);
5989 if (target)
5990 return target;
5991 break;
5993 case BUILT_IN_APPLY_ARGS:
5994 return expand_builtin_apply_args ();
5996 /* __builtin_apply (FUNCTION, ARGUMENTS, ARGSIZE) invokes
5997 FUNCTION with a copy of the parameters described by
5998 ARGUMENTS, and ARGSIZE. It returns a block of memory
5999 allocated on the stack into which is stored all the registers
6000 that might possibly be used for returning the result of a
6001 function. ARGUMENTS is the value returned by
6002 __builtin_apply_args. ARGSIZE is the number of bytes of
6003 arguments that must be copied. ??? How should this value be
6004 computed? We'll also need a safe worst case value for varargs
6005 functions. */
6006 case BUILT_IN_APPLY:
6007 if (!validate_arglist (exp, POINTER_TYPE,
6008 POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)
6009 && !validate_arglist (exp, REFERENCE_TYPE,
6010 POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
6011 return const0_rtx;
6012 else
6014 rtx ops[3];
6016 ops[0] = expand_normal (CALL_EXPR_ARG (exp, 0));
6017 ops[1] = expand_normal (CALL_EXPR_ARG (exp, 1));
6018 ops[2] = expand_normal (CALL_EXPR_ARG (exp, 2));
6020 return expand_builtin_apply (ops[0], ops[1], ops[2]);
6023 /* __builtin_return (RESULT) causes the function to return the
6024 value described by RESULT. RESULT is address of the block of
6025 memory returned by __builtin_apply. */
6026 case BUILT_IN_RETURN:
6027 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6028 expand_builtin_return (expand_normal (CALL_EXPR_ARG (exp, 0)));
6029 return const0_rtx;
6031 case BUILT_IN_SAVEREGS:
6032 return expand_builtin_saveregs ();
6034 case BUILT_IN_VA_ARG_PACK:
6035 /* All valid uses of __builtin_va_arg_pack () are removed during
6036 inlining. */
6037 error ("%Kinvalid use of %<__builtin_va_arg_pack ()%>", exp);
6038 return const0_rtx;
6040 case BUILT_IN_VA_ARG_PACK_LEN:
6041 /* All valid uses of __builtin_va_arg_pack_len () are removed during
6042 inlining. */
6043 error ("%Kinvalid use of %<__builtin_va_arg_pack_len ()%>", exp);
6044 return const0_rtx;
6046 /* Return the address of the first anonymous stack arg. */
6047 case BUILT_IN_NEXT_ARG:
6048 if (fold_builtin_next_arg (exp, false))
6049 return const0_rtx;
6050 return expand_builtin_next_arg ();
6052 case BUILT_IN_CLEAR_CACHE:
6053 target = expand_builtin___clear_cache (exp);
6054 if (target)
6055 return target;
6056 break;
6058 case BUILT_IN_CLASSIFY_TYPE:
6059 return expand_builtin_classify_type (exp);
6061 case BUILT_IN_CONSTANT_P:
6062 return const0_rtx;
6064 case BUILT_IN_FRAME_ADDRESS:
6065 case BUILT_IN_RETURN_ADDRESS:
6066 return expand_builtin_frame_address (fndecl, exp);
6068 /* Returns the address of the area where the structure is returned.
6069 0 otherwise. */
6070 case BUILT_IN_AGGREGATE_INCOMING_ADDRESS:
6071 if (call_expr_nargs (exp) != 0
6072 || ! AGGREGATE_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))
6073 || !MEM_P (DECL_RTL (DECL_RESULT (current_function_decl))))
6074 return const0_rtx;
6075 else
6076 return XEXP (DECL_RTL (DECL_RESULT (current_function_decl)), 0);
6078 case BUILT_IN_ALLOCA:
6079 /* If the allocation stems from the declaration of a variable-sized
6080 object, it cannot accumulate. */
6081 target = expand_builtin_alloca (exp, ALLOCA_FOR_VAR_P (exp));
6082 if (target)
6083 return target;
6084 break;
6086 case BUILT_IN_STACK_SAVE:
6087 return expand_stack_save ();
6089 case BUILT_IN_STACK_RESTORE:
6090 expand_stack_restore (CALL_EXPR_ARG (exp, 0));
6091 return const0_rtx;
6093 case BUILT_IN_BSWAP32:
6094 case BUILT_IN_BSWAP64:
6095 target = expand_builtin_bswap (exp, target, subtarget);
6097 if (target)
6098 return target;
6099 break;
6101 CASE_INT_FN (BUILT_IN_FFS):
6102 case BUILT_IN_FFSIMAX:
6103 target = expand_builtin_unop (target_mode, exp, target,
6104 subtarget, ffs_optab);
6105 if (target)
6106 return target;
6107 break;
6109 CASE_INT_FN (BUILT_IN_CLZ):
6110 case BUILT_IN_CLZIMAX:
6111 target = expand_builtin_unop (target_mode, exp, target,
6112 subtarget, clz_optab);
6113 if (target)
6114 return target;
6115 break;
6117 CASE_INT_FN (BUILT_IN_CTZ):
6118 case BUILT_IN_CTZIMAX:
6119 target = expand_builtin_unop (target_mode, exp, target,
6120 subtarget, ctz_optab);
6121 if (target)
6122 return target;
6123 break;
6125 CASE_INT_FN (BUILT_IN_POPCOUNT):
6126 case BUILT_IN_POPCOUNTIMAX:
6127 target = expand_builtin_unop (target_mode, exp, target,
6128 subtarget, popcount_optab);
6129 if (target)
6130 return target;
6131 break;
6133 CASE_INT_FN (BUILT_IN_PARITY):
6134 case BUILT_IN_PARITYIMAX:
6135 target = expand_builtin_unop (target_mode, exp, target,
6136 subtarget, parity_optab);
6137 if (target)
6138 return target;
6139 break;
6141 case BUILT_IN_STRLEN:
6142 target = expand_builtin_strlen (exp, target, target_mode);
6143 if (target)
6144 return target;
6145 break;
6147 case BUILT_IN_STRCPY:
6148 target = expand_builtin_strcpy (exp, target);
6149 if (target)
6150 return target;
6151 break;
6153 case BUILT_IN_STRNCPY:
6154 target = expand_builtin_strncpy (exp, target);
6155 if (target)
6156 return target;
6157 break;
6159 case BUILT_IN_STPCPY:
6160 target = expand_builtin_stpcpy (exp, target, mode);
6161 if (target)
6162 return target;
6163 break;
6165 case BUILT_IN_MEMCPY:
6166 target = expand_builtin_memcpy (exp, target);
6167 if (target)
6168 return target;
6169 break;
6171 case BUILT_IN_MEMPCPY:
6172 target = expand_builtin_mempcpy (exp, target, mode);
6173 if (target)
6174 return target;
6175 break;
6177 case BUILT_IN_MEMSET:
6178 target = expand_builtin_memset (exp, target, mode);
6179 if (target)
6180 return target;
6181 break;
6183 case BUILT_IN_BZERO:
6184 target = expand_builtin_bzero (exp);
6185 if (target)
6186 return target;
6187 break;
6189 case BUILT_IN_STRCMP:
6190 target = expand_builtin_strcmp (exp, target);
6191 if (target)
6192 return target;
6193 break;
6195 case BUILT_IN_STRNCMP:
6196 target = expand_builtin_strncmp (exp, target, mode);
6197 if (target)
6198 return target;
6199 break;
6201 case BUILT_IN_BCMP:
6202 case BUILT_IN_MEMCMP:
6203 target = expand_builtin_memcmp (exp, target, mode);
6204 if (target)
6205 return target;
6206 break;
6208 case BUILT_IN_SETJMP:
6209 /* This should have been lowered to the builtins below. */
6210 gcc_unreachable ();
6212 case BUILT_IN_SETJMP_SETUP:
6213 /* __builtin_setjmp_setup is passed a pointer to an array of five words
6214 and the receiver label. */
6215 if (validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
6217 rtx buf_addr = expand_expr (CALL_EXPR_ARG (exp, 0), subtarget,
6218 VOIDmode, EXPAND_NORMAL);
6219 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 1), 0);
6220 rtx label_r = label_rtx (label);
6222 /* This is copied from the handling of non-local gotos. */
6223 expand_builtin_setjmp_setup (buf_addr, label_r);
6224 nonlocal_goto_handler_labels
6225 = gen_rtx_EXPR_LIST (VOIDmode, label_r,
6226 nonlocal_goto_handler_labels);
6227 /* ??? Do not let expand_label treat us as such since we would
6228 not want to be both on the list of non-local labels and on
6229 the list of forced labels. */
6230 FORCED_LABEL (label) = 0;
6231 return const0_rtx;
6233 break;
6235 case BUILT_IN_SETJMP_DISPATCHER:
6236 /* __builtin_setjmp_dispatcher is passed the dispatcher label. */
6237 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6239 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 0), 0);
6240 rtx label_r = label_rtx (label);
6242 /* Remove the dispatcher label from the list of non-local labels
6243 since the receiver labels have been added to it above. */
6244 remove_node_from_expr_list (label_r, &nonlocal_goto_handler_labels);
6245 return const0_rtx;
6247 break;
6249 case BUILT_IN_SETJMP_RECEIVER:
6250 /* __builtin_setjmp_receiver is passed the receiver label. */
6251 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6253 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 0), 0);
6254 rtx label_r = label_rtx (label);
6256 expand_builtin_setjmp_receiver (label_r);
6257 return const0_rtx;
6259 break;
6261 /* __builtin_longjmp is passed a pointer to an array of five words.
6262 It's similar to the C library longjmp function but works with
6263 __builtin_setjmp above. */
6264 case BUILT_IN_LONGJMP:
6265 if (validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
6267 rtx buf_addr = expand_expr (CALL_EXPR_ARG (exp, 0), subtarget,
6268 VOIDmode, EXPAND_NORMAL);
6269 rtx value = expand_normal (CALL_EXPR_ARG (exp, 1));
6271 if (value != const1_rtx)
6273 error ("%<__builtin_longjmp%> second argument must be 1");
6274 return const0_rtx;
6277 expand_builtin_longjmp (buf_addr, value);
6278 return const0_rtx;
6280 break;
6282 case BUILT_IN_NONLOCAL_GOTO:
6283 target = expand_builtin_nonlocal_goto (exp);
6284 if (target)
6285 return target;
6286 break;
6288 /* This updates the setjmp buffer that is its argument with the value
6289 of the current stack pointer. */
6290 case BUILT_IN_UPDATE_SETJMP_BUF:
6291 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6293 rtx buf_addr
6294 = expand_normal (CALL_EXPR_ARG (exp, 0));
6296 expand_builtin_update_setjmp_buf (buf_addr);
6297 return const0_rtx;
6299 break;
6301 case BUILT_IN_TRAP:
6302 expand_builtin_trap ();
6303 return const0_rtx;
6305 case BUILT_IN_UNREACHABLE:
6306 expand_builtin_unreachable ();
6307 return const0_rtx;
6309 CASE_FLT_FN (BUILT_IN_SIGNBIT):
6310 case BUILT_IN_SIGNBITD32:
6311 case BUILT_IN_SIGNBITD64:
6312 case BUILT_IN_SIGNBITD128:
6313 target = expand_builtin_signbit (exp, target);
6314 if (target)
6315 return target;
6316 break;
6318 /* Various hooks for the DWARF 2 __throw routine. */
6319 case BUILT_IN_UNWIND_INIT:
6320 expand_builtin_unwind_init ();
6321 return const0_rtx;
6322 case BUILT_IN_DWARF_CFA:
6323 return virtual_cfa_rtx;
6324 #ifdef DWARF2_UNWIND_INFO
6325 case BUILT_IN_DWARF_SP_COLUMN:
6326 return expand_builtin_dwarf_sp_column ();
6327 case BUILT_IN_INIT_DWARF_REG_SIZES:
6328 expand_builtin_init_dwarf_reg_sizes (CALL_EXPR_ARG (exp, 0));
6329 return const0_rtx;
6330 #endif
6331 case BUILT_IN_FROB_RETURN_ADDR:
6332 return expand_builtin_frob_return_addr (CALL_EXPR_ARG (exp, 0));
6333 case BUILT_IN_EXTRACT_RETURN_ADDR:
6334 return expand_builtin_extract_return_addr (CALL_EXPR_ARG (exp, 0));
6335 case BUILT_IN_EH_RETURN:
6336 expand_builtin_eh_return (CALL_EXPR_ARG (exp, 0),
6337 CALL_EXPR_ARG (exp, 1));
6338 return const0_rtx;
6339 #ifdef EH_RETURN_DATA_REGNO
6340 case BUILT_IN_EH_RETURN_DATA_REGNO:
6341 return expand_builtin_eh_return_data_regno (exp);
6342 #endif
6343 case BUILT_IN_EXTEND_POINTER:
6344 return expand_builtin_extend_pointer (CALL_EXPR_ARG (exp, 0));
6345 case BUILT_IN_EH_POINTER:
6346 return expand_builtin_eh_pointer (exp);
6347 case BUILT_IN_EH_FILTER:
6348 return expand_builtin_eh_filter (exp);
6349 case BUILT_IN_EH_COPY_VALUES:
6350 return expand_builtin_eh_copy_values (exp);
6352 case BUILT_IN_VA_START:
6353 return expand_builtin_va_start (exp);
6354 case BUILT_IN_VA_END:
6355 return expand_builtin_va_end (exp);
6356 case BUILT_IN_VA_COPY:
6357 return expand_builtin_va_copy (exp);
6358 case BUILT_IN_EXPECT:
6359 return expand_builtin_expect (exp, target);
6360 case BUILT_IN_PREFETCH:
6361 expand_builtin_prefetch (exp);
6362 return const0_rtx;
6364 case BUILT_IN_PROFILE_FUNC_ENTER:
6365 return expand_builtin_profile_func (false);
6366 case BUILT_IN_PROFILE_FUNC_EXIT:
6367 return expand_builtin_profile_func (true);
6369 case BUILT_IN_INIT_TRAMPOLINE:
6370 return expand_builtin_init_trampoline (exp);
6371 case BUILT_IN_ADJUST_TRAMPOLINE:
6372 return expand_builtin_adjust_trampoline (exp);
6374 case BUILT_IN_FORK:
6375 case BUILT_IN_EXECL:
6376 case BUILT_IN_EXECV:
6377 case BUILT_IN_EXECLP:
6378 case BUILT_IN_EXECLE:
6379 case BUILT_IN_EXECVP:
6380 case BUILT_IN_EXECVE:
6381 target = expand_builtin_fork_or_exec (fndecl, exp, target, ignore);
6382 if (target)
6383 return target;
6384 break;
6386 case BUILT_IN_FETCH_AND_ADD_1:
6387 case BUILT_IN_FETCH_AND_ADD_2:
6388 case BUILT_IN_FETCH_AND_ADD_4:
6389 case BUILT_IN_FETCH_AND_ADD_8:
6390 case BUILT_IN_FETCH_AND_ADD_16:
6391 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_ADD_1);
6392 target = expand_builtin_sync_operation (mode, exp, PLUS,
6393 false, target, ignore);
6394 if (target)
6395 return target;
6396 break;
6398 case BUILT_IN_FETCH_AND_SUB_1:
6399 case BUILT_IN_FETCH_AND_SUB_2:
6400 case BUILT_IN_FETCH_AND_SUB_4:
6401 case BUILT_IN_FETCH_AND_SUB_8:
6402 case BUILT_IN_FETCH_AND_SUB_16:
6403 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_SUB_1);
6404 target = expand_builtin_sync_operation (mode, exp, MINUS,
6405 false, target, ignore);
6406 if (target)
6407 return target;
6408 break;
6410 case BUILT_IN_FETCH_AND_OR_1:
6411 case BUILT_IN_FETCH_AND_OR_2:
6412 case BUILT_IN_FETCH_AND_OR_4:
6413 case BUILT_IN_FETCH_AND_OR_8:
6414 case BUILT_IN_FETCH_AND_OR_16:
6415 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_OR_1);
6416 target = expand_builtin_sync_operation (mode, exp, IOR,
6417 false, target, ignore);
6418 if (target)
6419 return target;
6420 break;
6422 case BUILT_IN_FETCH_AND_AND_1:
6423 case BUILT_IN_FETCH_AND_AND_2:
6424 case BUILT_IN_FETCH_AND_AND_4:
6425 case BUILT_IN_FETCH_AND_AND_8:
6426 case BUILT_IN_FETCH_AND_AND_16:
6427 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_AND_1);
6428 target = expand_builtin_sync_operation (mode, exp, AND,
6429 false, target, ignore);
6430 if (target)
6431 return target;
6432 break;
6434 case BUILT_IN_FETCH_AND_XOR_1:
6435 case BUILT_IN_FETCH_AND_XOR_2:
6436 case BUILT_IN_FETCH_AND_XOR_4:
6437 case BUILT_IN_FETCH_AND_XOR_8:
6438 case BUILT_IN_FETCH_AND_XOR_16:
6439 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_XOR_1);
6440 target = expand_builtin_sync_operation (mode, exp, XOR,
6441 false, target, ignore);
6442 if (target)
6443 return target;
6444 break;
6446 case BUILT_IN_FETCH_AND_NAND_1:
6447 case BUILT_IN_FETCH_AND_NAND_2:
6448 case BUILT_IN_FETCH_AND_NAND_4:
6449 case BUILT_IN_FETCH_AND_NAND_8:
6450 case BUILT_IN_FETCH_AND_NAND_16:
6451 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_NAND_1);
6452 target = expand_builtin_sync_operation (mode, exp, NOT,
6453 false, target, ignore);
6454 if (target)
6455 return target;
6456 break;
6458 case BUILT_IN_ADD_AND_FETCH_1:
6459 case BUILT_IN_ADD_AND_FETCH_2:
6460 case BUILT_IN_ADD_AND_FETCH_4:
6461 case BUILT_IN_ADD_AND_FETCH_8:
6462 case BUILT_IN_ADD_AND_FETCH_16:
6463 mode = get_builtin_sync_mode (fcode - BUILT_IN_ADD_AND_FETCH_1);
6464 target = expand_builtin_sync_operation (mode, exp, PLUS,
6465 true, target, ignore);
6466 if (target)
6467 return target;
6468 break;
6470 case BUILT_IN_SUB_AND_FETCH_1:
6471 case BUILT_IN_SUB_AND_FETCH_2:
6472 case BUILT_IN_SUB_AND_FETCH_4:
6473 case BUILT_IN_SUB_AND_FETCH_8:
6474 case BUILT_IN_SUB_AND_FETCH_16:
6475 mode = get_builtin_sync_mode (fcode - BUILT_IN_SUB_AND_FETCH_1);
6476 target = expand_builtin_sync_operation (mode, exp, MINUS,
6477 true, target, ignore);
6478 if (target)
6479 return target;
6480 break;
6482 case BUILT_IN_OR_AND_FETCH_1:
6483 case BUILT_IN_OR_AND_FETCH_2:
6484 case BUILT_IN_OR_AND_FETCH_4:
6485 case BUILT_IN_OR_AND_FETCH_8:
6486 case BUILT_IN_OR_AND_FETCH_16:
6487 mode = get_builtin_sync_mode (fcode - BUILT_IN_OR_AND_FETCH_1);
6488 target = expand_builtin_sync_operation (mode, exp, IOR,
6489 true, target, ignore);
6490 if (target)
6491 return target;
6492 break;
6494 case BUILT_IN_AND_AND_FETCH_1:
6495 case BUILT_IN_AND_AND_FETCH_2:
6496 case BUILT_IN_AND_AND_FETCH_4:
6497 case BUILT_IN_AND_AND_FETCH_8:
6498 case BUILT_IN_AND_AND_FETCH_16:
6499 mode = get_builtin_sync_mode (fcode - BUILT_IN_AND_AND_FETCH_1);
6500 target = expand_builtin_sync_operation (mode, exp, AND,
6501 true, target, ignore);
6502 if (target)
6503 return target;
6504 break;
6506 case BUILT_IN_XOR_AND_FETCH_1:
6507 case BUILT_IN_XOR_AND_FETCH_2:
6508 case BUILT_IN_XOR_AND_FETCH_4:
6509 case BUILT_IN_XOR_AND_FETCH_8:
6510 case BUILT_IN_XOR_AND_FETCH_16:
6511 mode = get_builtin_sync_mode (fcode - BUILT_IN_XOR_AND_FETCH_1);
6512 target = expand_builtin_sync_operation (mode, exp, XOR,
6513 true, target, ignore);
6514 if (target)
6515 return target;
6516 break;
6518 case BUILT_IN_NAND_AND_FETCH_1:
6519 case BUILT_IN_NAND_AND_FETCH_2:
6520 case BUILT_IN_NAND_AND_FETCH_4:
6521 case BUILT_IN_NAND_AND_FETCH_8:
6522 case BUILT_IN_NAND_AND_FETCH_16:
6523 mode = get_builtin_sync_mode (fcode - BUILT_IN_NAND_AND_FETCH_1);
6524 target = expand_builtin_sync_operation (mode, exp, NOT,
6525 true, target, ignore);
6526 if (target)
6527 return target;
6528 break;
6530 case BUILT_IN_BOOL_COMPARE_AND_SWAP_1:
6531 case BUILT_IN_BOOL_COMPARE_AND_SWAP_2:
6532 case BUILT_IN_BOOL_COMPARE_AND_SWAP_4:
6533 case BUILT_IN_BOOL_COMPARE_AND_SWAP_8:
6534 case BUILT_IN_BOOL_COMPARE_AND_SWAP_16:
6535 if (mode == VOIDmode)
6536 mode = TYPE_MODE (boolean_type_node);
6537 if (!target || !register_operand (target, mode))
6538 target = gen_reg_rtx (mode);
6540 mode = get_builtin_sync_mode (fcode - BUILT_IN_BOOL_COMPARE_AND_SWAP_1);
6541 target = expand_builtin_compare_and_swap (mode, exp, true, target);
6542 if (target)
6543 return target;
6544 break;
6546 case BUILT_IN_VAL_COMPARE_AND_SWAP_1:
6547 case BUILT_IN_VAL_COMPARE_AND_SWAP_2:
6548 case BUILT_IN_VAL_COMPARE_AND_SWAP_4:
6549 case BUILT_IN_VAL_COMPARE_AND_SWAP_8:
6550 case BUILT_IN_VAL_COMPARE_AND_SWAP_16:
6551 mode = get_builtin_sync_mode (fcode - BUILT_IN_VAL_COMPARE_AND_SWAP_1);
6552 target = expand_builtin_compare_and_swap (mode, exp, false, target);
6553 if (target)
6554 return target;
6555 break;
6557 case BUILT_IN_LOCK_TEST_AND_SET_1:
6558 case BUILT_IN_LOCK_TEST_AND_SET_2:
6559 case BUILT_IN_LOCK_TEST_AND_SET_4:
6560 case BUILT_IN_LOCK_TEST_AND_SET_8:
6561 case BUILT_IN_LOCK_TEST_AND_SET_16:
6562 mode = get_builtin_sync_mode (fcode - BUILT_IN_LOCK_TEST_AND_SET_1);
6563 target = expand_builtin_lock_test_and_set (mode, exp, target);
6564 if (target)
6565 return target;
6566 break;
6568 case BUILT_IN_LOCK_RELEASE_1:
6569 case BUILT_IN_LOCK_RELEASE_2:
6570 case BUILT_IN_LOCK_RELEASE_4:
6571 case BUILT_IN_LOCK_RELEASE_8:
6572 case BUILT_IN_LOCK_RELEASE_16:
6573 mode = get_builtin_sync_mode (fcode - BUILT_IN_LOCK_RELEASE_1);
6574 expand_builtin_lock_release (mode, exp);
6575 return const0_rtx;
6577 case BUILT_IN_SYNCHRONIZE:
6578 expand_builtin_synchronize ();
6579 return const0_rtx;
6581 case BUILT_IN_OBJECT_SIZE:
6582 return expand_builtin_object_size (exp);
6584 case BUILT_IN_MEMCPY_CHK:
6585 case BUILT_IN_MEMPCPY_CHK:
6586 case BUILT_IN_MEMMOVE_CHK:
6587 case BUILT_IN_MEMSET_CHK:
6588 target = expand_builtin_memory_chk (exp, target, mode, fcode);
6589 if (target)
6590 return target;
6591 break;
6593 case BUILT_IN_STRCPY_CHK:
6594 case BUILT_IN_STPCPY_CHK:
6595 case BUILT_IN_STRNCPY_CHK:
6596 case BUILT_IN_STRCAT_CHK:
6597 case BUILT_IN_STRNCAT_CHK:
6598 case BUILT_IN_SNPRINTF_CHK:
6599 case BUILT_IN_VSNPRINTF_CHK:
6600 maybe_emit_chk_warning (exp, fcode);
6601 break;
6603 case BUILT_IN_SPRINTF_CHK:
6604 case BUILT_IN_VSPRINTF_CHK:
6605 maybe_emit_sprintf_chk_warning (exp, fcode);
6606 break;
6608 case BUILT_IN_FREE:
6609 maybe_emit_free_warning (exp);
6610 break;
6612 default: /* just do library call, if unknown builtin */
6613 break;
6616 /* The switch statement above can drop through to cause the function
6617 to be called normally. */
6618 return expand_call (exp, target, ignore);
6621 /* Determine whether a tree node represents a call to a built-in
6622 function. If the tree T is a call to a built-in function with
6623 the right number of arguments of the appropriate types, return
6624 the DECL_FUNCTION_CODE of the call, e.g. BUILT_IN_SQRT.
6625 Otherwise the return value is END_BUILTINS. */
6627 enum built_in_function
6628 builtin_mathfn_code (const_tree t)
6630 const_tree fndecl, arg, parmlist;
6631 const_tree argtype, parmtype;
6632 const_call_expr_arg_iterator iter;
6634 if (TREE_CODE (t) != CALL_EXPR
6635 || TREE_CODE (CALL_EXPR_FN (t)) != ADDR_EXPR)
6636 return END_BUILTINS;
6638 fndecl = get_callee_fndecl (t);
6639 if (fndecl == NULL_TREE
6640 || TREE_CODE (fndecl) != FUNCTION_DECL
6641 || ! DECL_BUILT_IN (fndecl)
6642 || DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
6643 return END_BUILTINS;
6645 parmlist = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
6646 init_const_call_expr_arg_iterator (t, &iter);
6647 for (; parmlist; parmlist = TREE_CHAIN (parmlist))
6649 /* If a function doesn't take a variable number of arguments,
6650 the last element in the list will have type `void'. */
6651 parmtype = TREE_VALUE (parmlist);
6652 if (VOID_TYPE_P (parmtype))
6654 if (more_const_call_expr_args_p (&iter))
6655 return END_BUILTINS;
6656 return DECL_FUNCTION_CODE (fndecl);
6659 if (! more_const_call_expr_args_p (&iter))
6660 return END_BUILTINS;
6662 arg = next_const_call_expr_arg (&iter);
6663 argtype = TREE_TYPE (arg);
6665 if (SCALAR_FLOAT_TYPE_P (parmtype))
6667 if (! SCALAR_FLOAT_TYPE_P (argtype))
6668 return END_BUILTINS;
6670 else if (COMPLEX_FLOAT_TYPE_P (parmtype))
6672 if (! COMPLEX_FLOAT_TYPE_P (argtype))
6673 return END_BUILTINS;
6675 else if (POINTER_TYPE_P (parmtype))
6677 if (! POINTER_TYPE_P (argtype))
6678 return END_BUILTINS;
6680 else if (INTEGRAL_TYPE_P (parmtype))
6682 if (! INTEGRAL_TYPE_P (argtype))
6683 return END_BUILTINS;
6685 else
6686 return END_BUILTINS;
6689 /* Variable-length argument list. */
6690 return DECL_FUNCTION_CODE (fndecl);
6693 /* Fold a call to __builtin_constant_p, if we know its argument ARG will
6694 evaluate to a constant. */
6696 static tree
6697 fold_builtin_constant_p (tree arg)
6699 /* We return 1 for a numeric type that's known to be a constant
6700 value at compile-time or for an aggregate type that's a
6701 literal constant. */
6702 STRIP_NOPS (arg);
6704 /* If we know this is a constant, emit the constant of one. */
6705 if (CONSTANT_CLASS_P (arg)
6706 || (TREE_CODE (arg) == CONSTRUCTOR
6707 && TREE_CONSTANT (arg)))
6708 return integer_one_node;
6709 if (TREE_CODE (arg) == ADDR_EXPR)
6711 tree op = TREE_OPERAND (arg, 0);
6712 if (TREE_CODE (op) == STRING_CST
6713 || (TREE_CODE (op) == ARRAY_REF
6714 && integer_zerop (TREE_OPERAND (op, 1))
6715 && TREE_CODE (TREE_OPERAND (op, 0)) == STRING_CST))
6716 return integer_one_node;
6719 /* If this expression has side effects, show we don't know it to be a
6720 constant. Likewise if it's a pointer or aggregate type since in
6721 those case we only want literals, since those are only optimized
6722 when generating RTL, not later.
6723 And finally, if we are compiling an initializer, not code, we
6724 need to return a definite result now; there's not going to be any
6725 more optimization done. */
6726 if (TREE_SIDE_EFFECTS (arg)
6727 || AGGREGATE_TYPE_P (TREE_TYPE (arg))
6728 || POINTER_TYPE_P (TREE_TYPE (arg))
6729 || cfun == 0
6730 || folding_initializer)
6731 return integer_zero_node;
6733 return NULL_TREE;
6736 /* Create builtin_expect with PRED and EXPECTED as its arguments and
6737 return it as a truthvalue. */
6739 static tree
6740 build_builtin_expect_predicate (location_t loc, tree pred, tree expected)
6742 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type;
6744 fn = built_in_decls[BUILT_IN_EXPECT];
6745 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
6746 ret_type = TREE_TYPE (TREE_TYPE (fn));
6747 pred_type = TREE_VALUE (arg_types);
6748 expected_type = TREE_VALUE (TREE_CHAIN (arg_types));
6750 pred = fold_convert_loc (loc, pred_type, pred);
6751 expected = fold_convert_loc (loc, expected_type, expected);
6752 call_expr = build_call_expr_loc (loc, fn, 2, pred, expected);
6754 return build2 (NE_EXPR, TREE_TYPE (pred), call_expr,
6755 build_int_cst (ret_type, 0));
6758 /* Fold a call to builtin_expect with arguments ARG0 and ARG1. Return
6759 NULL_TREE if no simplification is possible. */
6761 static tree
6762 fold_builtin_expect (location_t loc, tree arg0, tree arg1)
6764 tree inner, fndecl;
6765 enum tree_code code;
6767 /* If this is a builtin_expect within a builtin_expect keep the
6768 inner one. See through a comparison against a constant. It
6769 might have been added to create a thruthvalue. */
6770 inner = arg0;
6771 if (COMPARISON_CLASS_P (inner)
6772 && TREE_CODE (TREE_OPERAND (inner, 1)) == INTEGER_CST)
6773 inner = TREE_OPERAND (inner, 0);
6775 if (TREE_CODE (inner) == CALL_EXPR
6776 && (fndecl = get_callee_fndecl (inner))
6777 && DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_NORMAL
6778 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_EXPECT)
6779 return arg0;
6781 /* Distribute the expected value over short-circuiting operators.
6782 See through the cast from truthvalue_type_node to long. */
6783 inner = arg0;
6784 while (TREE_CODE (inner) == NOP_EXPR
6785 && INTEGRAL_TYPE_P (TREE_TYPE (inner))
6786 && INTEGRAL_TYPE_P (TREE_TYPE (TREE_OPERAND (inner, 0))))
6787 inner = TREE_OPERAND (inner, 0);
6789 code = TREE_CODE (inner);
6790 if (code == TRUTH_ANDIF_EXPR || code == TRUTH_ORIF_EXPR)
6792 tree op0 = TREE_OPERAND (inner, 0);
6793 tree op1 = TREE_OPERAND (inner, 1);
6795 op0 = build_builtin_expect_predicate (loc, op0, arg1);
6796 op1 = build_builtin_expect_predicate (loc, op1, arg1);
6797 inner = build2 (code, TREE_TYPE (inner), op0, op1);
6799 return fold_convert_loc (loc, TREE_TYPE (arg0), inner);
6802 /* If the argument isn't invariant then there's nothing else we can do. */
6803 if (!TREE_CONSTANT (arg0))
6804 return NULL_TREE;
6806 /* If we expect that a comparison against the argument will fold to
6807 a constant return the constant. In practice, this means a true
6808 constant or the address of a non-weak symbol. */
6809 inner = arg0;
6810 STRIP_NOPS (inner);
6811 if (TREE_CODE (inner) == ADDR_EXPR)
6815 inner = TREE_OPERAND (inner, 0);
6817 while (TREE_CODE (inner) == COMPONENT_REF
6818 || TREE_CODE (inner) == ARRAY_REF);
6819 if ((TREE_CODE (inner) == VAR_DECL
6820 || TREE_CODE (inner) == FUNCTION_DECL)
6821 && DECL_WEAK (inner))
6822 return NULL_TREE;
6825 /* Otherwise, ARG0 already has the proper type for the return value. */
6826 return arg0;
6829 /* Fold a call to __builtin_classify_type with argument ARG. */
6831 static tree
6832 fold_builtin_classify_type (tree arg)
6834 if (arg == 0)
6835 return build_int_cst (NULL_TREE, no_type_class);
6837 return build_int_cst (NULL_TREE, type_to_class (TREE_TYPE (arg)));
6840 /* Fold a call to __builtin_strlen with argument ARG. */
6842 static tree
6843 fold_builtin_strlen (location_t loc, tree type, tree arg)
6845 if (!validate_arg (arg, POINTER_TYPE))
6846 return NULL_TREE;
6847 else
6849 tree len = c_strlen (arg, 0);
6851 if (len)
6852 return fold_convert_loc (loc, type, len);
6854 return NULL_TREE;
6858 /* Fold a call to __builtin_inf or __builtin_huge_val. */
6860 static tree
6861 fold_builtin_inf (location_t loc, tree type, int warn)
6863 REAL_VALUE_TYPE real;
6865 /* __builtin_inff is intended to be usable to define INFINITY on all
6866 targets. If an infinity is not available, INFINITY expands "to a
6867 positive constant of type float that overflows at translation
6868 time", footnote "In this case, using INFINITY will violate the
6869 constraint in 6.4.4 and thus require a diagnostic." (C99 7.12#4).
6870 Thus we pedwarn to ensure this constraint violation is
6871 diagnosed. */
6872 if (!MODE_HAS_INFINITIES (TYPE_MODE (type)) && warn)
6873 pedwarn (loc, 0, "target format does not support infinity");
6875 real_inf (&real);
6876 return build_real (type, real);
6879 /* Fold a call to __builtin_nan or __builtin_nans with argument ARG. */
6881 static tree
6882 fold_builtin_nan (tree arg, tree type, int quiet)
6884 REAL_VALUE_TYPE real;
6885 const char *str;
6887 if (!validate_arg (arg, POINTER_TYPE))
6888 return NULL_TREE;
6889 str = c_getstr (arg);
6890 if (!str)
6891 return NULL_TREE;
6893 if (!real_nan (&real, str, quiet, TYPE_MODE (type)))
6894 return NULL_TREE;
6896 return build_real (type, real);
6899 /* Return true if the floating point expression T has an integer value.
6900 We also allow +Inf, -Inf and NaN to be considered integer values. */
6902 static bool
6903 integer_valued_real_p (tree t)
6905 switch (TREE_CODE (t))
6907 case FLOAT_EXPR:
6908 return true;
6910 case ABS_EXPR:
6911 case SAVE_EXPR:
6912 return integer_valued_real_p (TREE_OPERAND (t, 0));
6914 case COMPOUND_EXPR:
6915 case MODIFY_EXPR:
6916 case BIND_EXPR:
6917 return integer_valued_real_p (TREE_OPERAND (t, 1));
6919 case PLUS_EXPR:
6920 case MINUS_EXPR:
6921 case MULT_EXPR:
6922 case MIN_EXPR:
6923 case MAX_EXPR:
6924 return integer_valued_real_p (TREE_OPERAND (t, 0))
6925 && integer_valued_real_p (TREE_OPERAND (t, 1));
6927 case COND_EXPR:
6928 return integer_valued_real_p (TREE_OPERAND (t, 1))
6929 && integer_valued_real_p (TREE_OPERAND (t, 2));
6931 case REAL_CST:
6932 return real_isinteger (TREE_REAL_CST_PTR (t), TYPE_MODE (TREE_TYPE (t)));
6934 case NOP_EXPR:
6936 tree type = TREE_TYPE (TREE_OPERAND (t, 0));
6937 if (TREE_CODE (type) == INTEGER_TYPE)
6938 return true;
6939 if (TREE_CODE (type) == REAL_TYPE)
6940 return integer_valued_real_p (TREE_OPERAND (t, 0));
6941 break;
6944 case CALL_EXPR:
6945 switch (builtin_mathfn_code (t))
6947 CASE_FLT_FN (BUILT_IN_CEIL):
6948 CASE_FLT_FN (BUILT_IN_FLOOR):
6949 CASE_FLT_FN (BUILT_IN_NEARBYINT):
6950 CASE_FLT_FN (BUILT_IN_RINT):
6951 CASE_FLT_FN (BUILT_IN_ROUND):
6952 CASE_FLT_FN (BUILT_IN_TRUNC):
6953 return true;
6955 CASE_FLT_FN (BUILT_IN_FMIN):
6956 CASE_FLT_FN (BUILT_IN_FMAX):
6957 return integer_valued_real_p (CALL_EXPR_ARG (t, 0))
6958 && integer_valued_real_p (CALL_EXPR_ARG (t, 1));
6960 default:
6961 break;
6963 break;
6965 default:
6966 break;
6968 return false;
6971 /* FNDECL is assumed to be a builtin where truncation can be propagated
6972 across (for instance floor((double)f) == (double)floorf (f).
6973 Do the transformation for a call with argument ARG. */
6975 static tree
6976 fold_trunc_transparent_mathfn (location_t loc, tree fndecl, tree arg)
6978 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
6980 if (!validate_arg (arg, REAL_TYPE))
6981 return NULL_TREE;
6983 /* Integer rounding functions are idempotent. */
6984 if (fcode == builtin_mathfn_code (arg))
6985 return arg;
6987 /* If argument is already integer valued, and we don't need to worry
6988 about setting errno, there's no need to perform rounding. */
6989 if (! flag_errno_math && integer_valued_real_p (arg))
6990 return arg;
6992 if (optimize)
6994 tree arg0 = strip_float_extensions (arg);
6995 tree ftype = TREE_TYPE (TREE_TYPE (fndecl));
6996 tree newtype = TREE_TYPE (arg0);
6997 tree decl;
6999 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
7000 && (decl = mathfn_built_in (newtype, fcode)))
7001 return fold_convert_loc (loc, ftype,
7002 build_call_expr_loc (loc, decl, 1,
7003 fold_convert_loc (loc,
7004 newtype,
7005 arg0)));
7007 return NULL_TREE;
7010 /* FNDECL is assumed to be builtin which can narrow the FP type of
7011 the argument, for instance lround((double)f) -> lroundf (f).
7012 Do the transformation for a call with argument ARG. */
7014 static tree
7015 fold_fixed_mathfn (location_t loc, tree fndecl, tree arg)
7017 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
7019 if (!validate_arg (arg, REAL_TYPE))
7020 return NULL_TREE;
7022 /* If argument is already integer valued, and we don't need to worry
7023 about setting errno, there's no need to perform rounding. */
7024 if (! flag_errno_math && integer_valued_real_p (arg))
7025 return fold_build1_loc (loc, FIX_TRUNC_EXPR,
7026 TREE_TYPE (TREE_TYPE (fndecl)), arg);
7028 if (optimize)
7030 tree ftype = TREE_TYPE (arg);
7031 tree arg0 = strip_float_extensions (arg);
7032 tree newtype = TREE_TYPE (arg0);
7033 tree decl;
7035 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
7036 && (decl = mathfn_built_in (newtype, fcode)))
7037 return build_call_expr_loc (loc, decl, 1,
7038 fold_convert_loc (loc, newtype, arg0));
7041 /* Canonicalize llround (x) to lround (x) on LP64 targets where
7042 sizeof (long long) == sizeof (long). */
7043 if (TYPE_PRECISION (long_long_integer_type_node)
7044 == TYPE_PRECISION (long_integer_type_node))
7046 tree newfn = NULL_TREE;
7047 switch (fcode)
7049 CASE_FLT_FN (BUILT_IN_LLCEIL):
7050 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LCEIL);
7051 break;
7053 CASE_FLT_FN (BUILT_IN_LLFLOOR):
7054 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LFLOOR);
7055 break;
7057 CASE_FLT_FN (BUILT_IN_LLROUND):
7058 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LROUND);
7059 break;
7061 CASE_FLT_FN (BUILT_IN_LLRINT):
7062 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LRINT);
7063 break;
7065 default:
7066 break;
7069 if (newfn)
7071 tree newcall = build_call_expr_loc (loc, newfn, 1, arg);
7072 return fold_convert_loc (loc,
7073 TREE_TYPE (TREE_TYPE (fndecl)), newcall);
7077 return NULL_TREE;
7080 /* Fold call to builtin cabs, cabsf or cabsl with argument ARG. TYPE is the
7081 return type. Return NULL_TREE if no simplification can be made. */
7083 static tree
7084 fold_builtin_cabs (location_t loc, tree arg, tree type, tree fndecl)
7086 tree res;
7088 if (!validate_arg (arg, COMPLEX_TYPE)
7089 || TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) != REAL_TYPE)
7090 return NULL_TREE;
7092 /* Calculate the result when the argument is a constant. */
7093 if (TREE_CODE (arg) == COMPLEX_CST
7094 && (res = do_mpfr_arg2 (TREE_REALPART (arg), TREE_IMAGPART (arg),
7095 type, mpfr_hypot)))
7096 return res;
7098 if (TREE_CODE (arg) == COMPLEX_EXPR)
7100 tree real = TREE_OPERAND (arg, 0);
7101 tree imag = TREE_OPERAND (arg, 1);
7103 /* If either part is zero, cabs is fabs of the other. */
7104 if (real_zerop (real))
7105 return fold_build1_loc (loc, ABS_EXPR, type, imag);
7106 if (real_zerop (imag))
7107 return fold_build1_loc (loc, ABS_EXPR, type, real);
7109 /* cabs(x+xi) -> fabs(x)*sqrt(2). */
7110 if (flag_unsafe_math_optimizations
7111 && operand_equal_p (real, imag, OEP_PURE_SAME))
7113 const REAL_VALUE_TYPE sqrt2_trunc
7114 = real_value_truncate (TYPE_MODE (type), dconst_sqrt2 ());
7115 STRIP_NOPS (real);
7116 return fold_build2_loc (loc, MULT_EXPR, type,
7117 fold_build1_loc (loc, ABS_EXPR, type, real),
7118 build_real (type, sqrt2_trunc));
7122 /* Optimize cabs(-z) and cabs(conj(z)) as cabs(z). */
7123 if (TREE_CODE (arg) == NEGATE_EXPR
7124 || TREE_CODE (arg) == CONJ_EXPR)
7125 return build_call_expr_loc (loc, fndecl, 1, TREE_OPERAND (arg, 0));
7127 /* Don't do this when optimizing for size. */
7128 if (flag_unsafe_math_optimizations
7129 && optimize && optimize_function_for_speed_p (cfun))
7131 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
7133 if (sqrtfn != NULL_TREE)
7135 tree rpart, ipart, result;
7137 arg = builtin_save_expr (arg);
7139 rpart = fold_build1_loc (loc, REALPART_EXPR, type, arg);
7140 ipart = fold_build1_loc (loc, IMAGPART_EXPR, type, arg);
7142 rpart = builtin_save_expr (rpart);
7143 ipart = builtin_save_expr (ipart);
7145 result = fold_build2_loc (loc, PLUS_EXPR, type,
7146 fold_build2_loc (loc, MULT_EXPR, type,
7147 rpart, rpart),
7148 fold_build2_loc (loc, MULT_EXPR, type,
7149 ipart, ipart));
7151 return build_call_expr_loc (loc, sqrtfn, 1, result);
7155 return NULL_TREE;
7158 /* Build a complex (inf +- 0i) for the result of cproj. TYPE is the
7159 complex tree type of the result. If NEG is true, the imaginary
7160 zero is negative. */
7162 static tree
7163 build_complex_cproj (tree type, bool neg)
7165 REAL_VALUE_TYPE rinf, rzero = dconst0;
7167 real_inf (&rinf);
7168 rzero.sign = neg;
7169 return build_complex (type, build_real (TREE_TYPE (type), rinf),
7170 build_real (TREE_TYPE (type), rzero));
7173 /* Fold call to builtin cproj, cprojf or cprojl with argument ARG. TYPE is the
7174 return type. Return NULL_TREE if no simplification can be made. */
7176 static tree
7177 fold_builtin_cproj (location_t loc, tree arg, tree type)
7179 if (!validate_arg (arg, COMPLEX_TYPE)
7180 || TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) != REAL_TYPE)
7181 return NULL_TREE;
7183 /* If there are no infinities, return arg. */
7184 if (! HONOR_INFINITIES (TYPE_MODE (TREE_TYPE (type))))
7185 return non_lvalue_loc (loc, arg);
7187 /* Calculate the result when the argument is a constant. */
7188 if (TREE_CODE (arg) == COMPLEX_CST)
7190 const REAL_VALUE_TYPE *real = TREE_REAL_CST_PTR (TREE_REALPART (arg));
7191 const REAL_VALUE_TYPE *imag = TREE_REAL_CST_PTR (TREE_IMAGPART (arg));
7193 if (real_isinf (real) || real_isinf (imag))
7194 return build_complex_cproj (type, imag->sign);
7195 else
7196 return arg;
7198 else if (TREE_CODE (arg) == COMPLEX_EXPR)
7200 tree real = TREE_OPERAND (arg, 0);
7201 tree imag = TREE_OPERAND (arg, 1);
7203 STRIP_NOPS (real);
7204 STRIP_NOPS (imag);
7206 /* If the real part is inf and the imag part is known to be
7207 nonnegative, return (inf + 0i). Remember side-effects are
7208 possible in the imag part. */
7209 if (TREE_CODE (real) == REAL_CST
7210 && real_isinf (TREE_REAL_CST_PTR (real))
7211 && tree_expr_nonnegative_p (imag))
7212 return omit_one_operand_loc (loc, type,
7213 build_complex_cproj (type, false),
7214 arg);
7216 /* If the imag part is inf, return (inf+I*copysign(0,imag)).
7217 Remember side-effects are possible in the real part. */
7218 if (TREE_CODE (imag) == REAL_CST
7219 && real_isinf (TREE_REAL_CST_PTR (imag)))
7220 return
7221 omit_one_operand_loc (loc, type,
7222 build_complex_cproj (type, TREE_REAL_CST_PTR
7223 (imag)->sign), arg);
7226 return NULL_TREE;
7229 /* Fold a builtin function call to sqrt, sqrtf, or sqrtl with argument ARG.
7230 Return NULL_TREE if no simplification can be made. */
7232 static tree
7233 fold_builtin_sqrt (location_t loc, tree arg, tree type)
7236 enum built_in_function fcode;
7237 tree res;
7239 if (!validate_arg (arg, REAL_TYPE))
7240 return NULL_TREE;
7242 /* Calculate the result when the argument is a constant. */
7243 if ((res = do_mpfr_arg1 (arg, type, mpfr_sqrt, &dconst0, NULL, true)))
7244 return res;
7246 /* Optimize sqrt(expN(x)) = expN(x*0.5). */
7247 fcode = builtin_mathfn_code (arg);
7248 if (flag_unsafe_math_optimizations && BUILTIN_EXPONENT_P (fcode))
7250 tree expfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7251 arg = fold_build2_loc (loc, MULT_EXPR, type,
7252 CALL_EXPR_ARG (arg, 0),
7253 build_real (type, dconsthalf));
7254 return build_call_expr_loc (loc, expfn, 1, arg);
7257 /* Optimize sqrt(Nroot(x)) -> pow(x,1/(2*N)). */
7258 if (flag_unsafe_math_optimizations && BUILTIN_ROOT_P (fcode))
7260 tree powfn = mathfn_built_in (type, BUILT_IN_POW);
7262 if (powfn)
7264 tree arg0 = CALL_EXPR_ARG (arg, 0);
7265 tree tree_root;
7266 /* The inner root was either sqrt or cbrt. */
7267 /* This was a conditional expression but it triggered a bug
7268 in Sun C 5.5. */
7269 REAL_VALUE_TYPE dconstroot;
7270 if (BUILTIN_SQRT_P (fcode))
7271 dconstroot = dconsthalf;
7272 else
7273 dconstroot = dconst_third ();
7275 /* Adjust for the outer root. */
7276 SET_REAL_EXP (&dconstroot, REAL_EXP (&dconstroot) - 1);
7277 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7278 tree_root = build_real (type, dconstroot);
7279 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root);
7283 /* Optimize sqrt(pow(x,y)) = pow(|x|,y*0.5). */
7284 if (flag_unsafe_math_optimizations
7285 && (fcode == BUILT_IN_POW
7286 || fcode == BUILT_IN_POWF
7287 || fcode == BUILT_IN_POWL))
7289 tree powfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7290 tree arg0 = CALL_EXPR_ARG (arg, 0);
7291 tree arg1 = CALL_EXPR_ARG (arg, 1);
7292 tree narg1;
7293 if (!tree_expr_nonnegative_p (arg0))
7294 arg0 = build1 (ABS_EXPR, type, arg0);
7295 narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg1,
7296 build_real (type, dconsthalf));
7297 return build_call_expr_loc (loc, powfn, 2, arg0, narg1);
7300 return NULL_TREE;
7303 /* Fold a builtin function call to cbrt, cbrtf, or cbrtl with argument ARG.
7304 Return NULL_TREE if no simplification can be made. */
7306 static tree
7307 fold_builtin_cbrt (location_t loc, tree arg, tree type)
7309 const enum built_in_function fcode = builtin_mathfn_code (arg);
7310 tree res;
7312 if (!validate_arg (arg, REAL_TYPE))
7313 return NULL_TREE;
7315 /* Calculate the result when the argument is a constant. */
7316 if ((res = do_mpfr_arg1 (arg, type, mpfr_cbrt, NULL, NULL, 0)))
7317 return res;
7319 if (flag_unsafe_math_optimizations)
7321 /* Optimize cbrt(expN(x)) -> expN(x/3). */
7322 if (BUILTIN_EXPONENT_P (fcode))
7324 tree expfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7325 const REAL_VALUE_TYPE third_trunc =
7326 real_value_truncate (TYPE_MODE (type), dconst_third ());
7327 arg = fold_build2_loc (loc, MULT_EXPR, type,
7328 CALL_EXPR_ARG (arg, 0),
7329 build_real (type, third_trunc));
7330 return build_call_expr_loc (loc, expfn, 1, arg);
7333 /* Optimize cbrt(sqrt(x)) -> pow(x,1/6). */
7334 if (BUILTIN_SQRT_P (fcode))
7336 tree powfn = mathfn_built_in (type, BUILT_IN_POW);
7338 if (powfn)
7340 tree arg0 = CALL_EXPR_ARG (arg, 0);
7341 tree tree_root;
7342 REAL_VALUE_TYPE dconstroot = dconst_third ();
7344 SET_REAL_EXP (&dconstroot, REAL_EXP (&dconstroot) - 1);
7345 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7346 tree_root = build_real (type, dconstroot);
7347 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root);
7351 /* Optimize cbrt(cbrt(x)) -> pow(x,1/9) iff x is nonnegative. */
7352 if (BUILTIN_CBRT_P (fcode))
7354 tree arg0 = CALL_EXPR_ARG (arg, 0);
7355 if (tree_expr_nonnegative_p (arg0))
7357 tree powfn = mathfn_built_in (type, BUILT_IN_POW);
7359 if (powfn)
7361 tree tree_root;
7362 REAL_VALUE_TYPE dconstroot;
7364 real_arithmetic (&dconstroot, MULT_EXPR,
7365 dconst_third_ptr (), dconst_third_ptr ());
7366 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7367 tree_root = build_real (type, dconstroot);
7368 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root);
7373 /* Optimize cbrt(pow(x,y)) -> pow(x,y/3) iff x is nonnegative. */
7374 if (fcode == BUILT_IN_POW
7375 || fcode == BUILT_IN_POWF
7376 || fcode == BUILT_IN_POWL)
7378 tree arg00 = CALL_EXPR_ARG (arg, 0);
7379 tree arg01 = CALL_EXPR_ARG (arg, 1);
7380 if (tree_expr_nonnegative_p (arg00))
7382 tree powfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7383 const REAL_VALUE_TYPE dconstroot
7384 = real_value_truncate (TYPE_MODE (type), dconst_third ());
7385 tree narg01 = fold_build2_loc (loc, MULT_EXPR, type, arg01,
7386 build_real (type, dconstroot));
7387 return build_call_expr_loc (loc, powfn, 2, arg00, narg01);
7391 return NULL_TREE;
7394 /* Fold function call to builtin cos, cosf, or cosl with argument ARG.
7395 TYPE is the type of the return value. Return NULL_TREE if no
7396 simplification can be made. */
7398 static tree
7399 fold_builtin_cos (location_t loc,
7400 tree arg, tree type, tree fndecl)
7402 tree res, narg;
7404 if (!validate_arg (arg, REAL_TYPE))
7405 return NULL_TREE;
7407 /* Calculate the result when the argument is a constant. */
7408 if ((res = do_mpfr_arg1 (arg, type, mpfr_cos, NULL, NULL, 0)))
7409 return res;
7411 /* Optimize cos(-x) into cos (x). */
7412 if ((narg = fold_strip_sign_ops (arg)))
7413 return build_call_expr_loc (loc, fndecl, 1, narg);
7415 return NULL_TREE;
7418 /* Fold function call to builtin cosh, coshf, or coshl with argument ARG.
7419 Return NULL_TREE if no simplification can be made. */
7421 static tree
7422 fold_builtin_cosh (location_t loc, tree arg, tree type, tree fndecl)
7424 if (validate_arg (arg, REAL_TYPE))
7426 tree res, narg;
7428 /* Calculate the result when the argument is a constant. */
7429 if ((res = do_mpfr_arg1 (arg, type, mpfr_cosh, NULL, NULL, 0)))
7430 return res;
7432 /* Optimize cosh(-x) into cosh (x). */
7433 if ((narg = fold_strip_sign_ops (arg)))
7434 return build_call_expr_loc (loc, fndecl, 1, narg);
7437 return NULL_TREE;
7440 /* Fold function call to builtin ccos (or ccosh if HYPER is TRUE) with
7441 argument ARG. TYPE is the type of the return value. Return
7442 NULL_TREE if no simplification can be made. */
7444 static tree
7445 fold_builtin_ccos (location_t loc, tree arg, tree type, tree fndecl,
7446 bool hyper)
7448 if (validate_arg (arg, COMPLEX_TYPE)
7449 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) == REAL_TYPE)
7451 tree tmp;
7453 /* Calculate the result when the argument is a constant. */
7454 if ((tmp = do_mpc_arg1 (arg, type, (hyper ? mpc_cosh : mpc_cos))))
7455 return tmp;
7457 /* Optimize fn(-x) into fn(x). */
7458 if ((tmp = fold_strip_sign_ops (arg)))
7459 return build_call_expr_loc (loc, fndecl, 1, tmp);
7462 return NULL_TREE;
7465 /* Fold function call to builtin tan, tanf, or tanl with argument ARG.
7466 Return NULL_TREE if no simplification can be made. */
7468 static tree
7469 fold_builtin_tan (tree arg, tree type)
7471 enum built_in_function fcode;
7472 tree res;
7474 if (!validate_arg (arg, REAL_TYPE))
7475 return NULL_TREE;
7477 /* Calculate the result when the argument is a constant. */
7478 if ((res = do_mpfr_arg1 (arg, type, mpfr_tan, NULL, NULL, 0)))
7479 return res;
7481 /* Optimize tan(atan(x)) = x. */
7482 fcode = builtin_mathfn_code (arg);
7483 if (flag_unsafe_math_optimizations
7484 && (fcode == BUILT_IN_ATAN
7485 || fcode == BUILT_IN_ATANF
7486 || fcode == BUILT_IN_ATANL))
7487 return CALL_EXPR_ARG (arg, 0);
7489 return NULL_TREE;
7492 /* Fold function call to builtin sincos, sincosf, or sincosl. Return
7493 NULL_TREE if no simplification can be made. */
7495 static tree
7496 fold_builtin_sincos (location_t loc,
7497 tree arg0, tree arg1, tree arg2)
7499 tree type;
7500 tree res, fn, call;
7502 if (!validate_arg (arg0, REAL_TYPE)
7503 || !validate_arg (arg1, POINTER_TYPE)
7504 || !validate_arg (arg2, POINTER_TYPE))
7505 return NULL_TREE;
7507 type = TREE_TYPE (arg0);
7509 /* Calculate the result when the argument is a constant. */
7510 if ((res = do_mpfr_sincos (arg0, arg1, arg2)))
7511 return res;
7513 /* Canonicalize sincos to cexpi. */
7514 if (!TARGET_C99_FUNCTIONS)
7515 return NULL_TREE;
7516 fn = mathfn_built_in (type, BUILT_IN_CEXPI);
7517 if (!fn)
7518 return NULL_TREE;
7520 call = build_call_expr_loc (loc, fn, 1, arg0);
7521 call = builtin_save_expr (call);
7523 return build2 (COMPOUND_EXPR, void_type_node,
7524 build2 (MODIFY_EXPR, void_type_node,
7525 build_fold_indirect_ref_loc (loc, arg1),
7526 build1 (IMAGPART_EXPR, type, call)),
7527 build2 (MODIFY_EXPR, void_type_node,
7528 build_fold_indirect_ref_loc (loc, arg2),
7529 build1 (REALPART_EXPR, type, call)));
7532 /* Fold function call to builtin cexp, cexpf, or cexpl. Return
7533 NULL_TREE if no simplification can be made. */
7535 static tree
7536 fold_builtin_cexp (location_t loc, tree arg0, tree type)
7538 tree rtype;
7539 tree realp, imagp, ifn;
7540 tree res;
7542 if (!validate_arg (arg0, COMPLEX_TYPE)
7543 || TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) != REAL_TYPE)
7544 return NULL_TREE;
7546 /* Calculate the result when the argument is a constant. */
7547 if ((res = do_mpc_arg1 (arg0, type, mpc_exp)))
7548 return res;
7550 rtype = TREE_TYPE (TREE_TYPE (arg0));
7552 /* In case we can figure out the real part of arg0 and it is constant zero
7553 fold to cexpi. */
7554 if (!TARGET_C99_FUNCTIONS)
7555 return NULL_TREE;
7556 ifn = mathfn_built_in (rtype, BUILT_IN_CEXPI);
7557 if (!ifn)
7558 return NULL_TREE;
7560 if ((realp = fold_unary_loc (loc, REALPART_EXPR, rtype, arg0))
7561 && real_zerop (realp))
7563 tree narg = fold_build1_loc (loc, IMAGPART_EXPR, rtype, arg0);
7564 return build_call_expr_loc (loc, ifn, 1, narg);
7567 /* In case we can easily decompose real and imaginary parts split cexp
7568 to exp (r) * cexpi (i). */
7569 if (flag_unsafe_math_optimizations
7570 && realp)
7572 tree rfn, rcall, icall;
7574 rfn = mathfn_built_in (rtype, BUILT_IN_EXP);
7575 if (!rfn)
7576 return NULL_TREE;
7578 imagp = fold_unary_loc (loc, IMAGPART_EXPR, rtype, arg0);
7579 if (!imagp)
7580 return NULL_TREE;
7582 icall = build_call_expr_loc (loc, ifn, 1, imagp);
7583 icall = builtin_save_expr (icall);
7584 rcall = build_call_expr_loc (loc, rfn, 1, realp);
7585 rcall = builtin_save_expr (rcall);
7586 return fold_build2_loc (loc, COMPLEX_EXPR, type,
7587 fold_build2_loc (loc, MULT_EXPR, rtype,
7588 rcall,
7589 fold_build1_loc (loc, REALPART_EXPR,
7590 rtype, icall)),
7591 fold_build2_loc (loc, MULT_EXPR, rtype,
7592 rcall,
7593 fold_build1_loc (loc, IMAGPART_EXPR,
7594 rtype, icall)));
7597 return NULL_TREE;
7600 /* Fold function call to builtin trunc, truncf or truncl with argument ARG.
7601 Return NULL_TREE if no simplification can be made. */
7603 static tree
7604 fold_builtin_trunc (location_t loc, tree fndecl, tree arg)
7606 if (!validate_arg (arg, REAL_TYPE))
7607 return NULL_TREE;
7609 /* Optimize trunc of constant value. */
7610 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7612 REAL_VALUE_TYPE r, x;
7613 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7615 x = TREE_REAL_CST (arg);
7616 real_trunc (&r, TYPE_MODE (type), &x);
7617 return build_real (type, r);
7620 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7623 /* Fold function call to builtin floor, floorf or floorl with argument ARG.
7624 Return NULL_TREE if no simplification can be made. */
7626 static tree
7627 fold_builtin_floor (location_t loc, tree fndecl, tree arg)
7629 if (!validate_arg (arg, REAL_TYPE))
7630 return NULL_TREE;
7632 /* Optimize floor of constant value. */
7633 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7635 REAL_VALUE_TYPE x;
7637 x = TREE_REAL_CST (arg);
7638 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math)
7640 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7641 REAL_VALUE_TYPE r;
7643 real_floor (&r, TYPE_MODE (type), &x);
7644 return build_real (type, r);
7648 /* Fold floor (x) where x is nonnegative to trunc (x). */
7649 if (tree_expr_nonnegative_p (arg))
7651 tree truncfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_TRUNC);
7652 if (truncfn)
7653 return build_call_expr_loc (loc, truncfn, 1, arg);
7656 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7659 /* Fold function call to builtin ceil, ceilf or ceill with argument ARG.
7660 Return NULL_TREE if no simplification can be made. */
7662 static tree
7663 fold_builtin_ceil (location_t loc, tree fndecl, tree arg)
7665 if (!validate_arg (arg, REAL_TYPE))
7666 return NULL_TREE;
7668 /* Optimize ceil of constant value. */
7669 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7671 REAL_VALUE_TYPE x;
7673 x = TREE_REAL_CST (arg);
7674 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math)
7676 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7677 REAL_VALUE_TYPE r;
7679 real_ceil (&r, TYPE_MODE (type), &x);
7680 return build_real (type, r);
7684 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7687 /* Fold function call to builtin round, roundf or roundl with argument ARG.
7688 Return NULL_TREE if no simplification can be made. */
7690 static tree
7691 fold_builtin_round (location_t loc, tree fndecl, tree arg)
7693 if (!validate_arg (arg, REAL_TYPE))
7694 return NULL_TREE;
7696 /* Optimize round of constant value. */
7697 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7699 REAL_VALUE_TYPE x;
7701 x = TREE_REAL_CST (arg);
7702 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math)
7704 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7705 REAL_VALUE_TYPE r;
7707 real_round (&r, TYPE_MODE (type), &x);
7708 return build_real (type, r);
7712 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7715 /* Fold function call to builtin lround, lroundf or lroundl (or the
7716 corresponding long long versions) and other rounding functions. ARG
7717 is the argument to the call. Return NULL_TREE if no simplification
7718 can be made. */
7720 static tree
7721 fold_builtin_int_roundingfn (location_t loc, tree fndecl, tree arg)
7723 if (!validate_arg (arg, REAL_TYPE))
7724 return NULL_TREE;
7726 /* Optimize lround of constant value. */
7727 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7729 const REAL_VALUE_TYPE x = TREE_REAL_CST (arg);
7731 if (real_isfinite (&x))
7733 tree itype = TREE_TYPE (TREE_TYPE (fndecl));
7734 tree ftype = TREE_TYPE (arg);
7735 double_int val;
7736 REAL_VALUE_TYPE r;
7738 switch (DECL_FUNCTION_CODE (fndecl))
7740 CASE_FLT_FN (BUILT_IN_LFLOOR):
7741 CASE_FLT_FN (BUILT_IN_LLFLOOR):
7742 real_floor (&r, TYPE_MODE (ftype), &x);
7743 break;
7745 CASE_FLT_FN (BUILT_IN_LCEIL):
7746 CASE_FLT_FN (BUILT_IN_LLCEIL):
7747 real_ceil (&r, TYPE_MODE (ftype), &x);
7748 break;
7750 CASE_FLT_FN (BUILT_IN_LROUND):
7751 CASE_FLT_FN (BUILT_IN_LLROUND):
7752 real_round (&r, TYPE_MODE (ftype), &x);
7753 break;
7755 default:
7756 gcc_unreachable ();
7759 real_to_integer2 ((HOST_WIDE_INT *)&val.low, &val.high, &r);
7760 if (double_int_fits_to_tree_p (itype, val))
7761 return double_int_to_tree (itype, val);
7765 switch (DECL_FUNCTION_CODE (fndecl))
7767 CASE_FLT_FN (BUILT_IN_LFLOOR):
7768 CASE_FLT_FN (BUILT_IN_LLFLOOR):
7769 /* Fold lfloor (x) where x is nonnegative to FIX_TRUNC (x). */
7770 if (tree_expr_nonnegative_p (arg))
7771 return fold_build1_loc (loc, FIX_TRUNC_EXPR,
7772 TREE_TYPE (TREE_TYPE (fndecl)), arg);
7773 break;
7774 default:;
7777 return fold_fixed_mathfn (loc, fndecl, arg);
7780 /* Fold function call to builtin ffs, clz, ctz, popcount and parity
7781 and their long and long long variants (i.e. ffsl and ffsll). ARG is
7782 the argument to the call. Return NULL_TREE if no simplification can
7783 be made. */
7785 static tree
7786 fold_builtin_bitop (tree fndecl, tree arg)
7788 if (!validate_arg (arg, INTEGER_TYPE))
7789 return NULL_TREE;
7791 /* Optimize for constant argument. */
7792 if (TREE_CODE (arg) == INTEGER_CST && !TREE_OVERFLOW (arg))
7794 HOST_WIDE_INT hi, width, result;
7795 unsigned HOST_WIDE_INT lo;
7796 tree type;
7798 type = TREE_TYPE (arg);
7799 width = TYPE_PRECISION (type);
7800 lo = TREE_INT_CST_LOW (arg);
7802 /* Clear all the bits that are beyond the type's precision. */
7803 if (width > HOST_BITS_PER_WIDE_INT)
7805 hi = TREE_INT_CST_HIGH (arg);
7806 if (width < 2 * HOST_BITS_PER_WIDE_INT)
7807 hi &= ~((HOST_WIDE_INT) (-1) >> (width - HOST_BITS_PER_WIDE_INT));
7809 else
7811 hi = 0;
7812 if (width < HOST_BITS_PER_WIDE_INT)
7813 lo &= ~((unsigned HOST_WIDE_INT) (-1) << width);
7816 switch (DECL_FUNCTION_CODE (fndecl))
7818 CASE_INT_FN (BUILT_IN_FFS):
7819 if (lo != 0)
7820 result = ffs_hwi (lo);
7821 else if (hi != 0)
7822 result = HOST_BITS_PER_WIDE_INT + ffs_hwi (hi);
7823 else
7824 result = 0;
7825 break;
7827 CASE_INT_FN (BUILT_IN_CLZ):
7828 if (hi != 0)
7829 result = width - floor_log2 (hi) - 1 - HOST_BITS_PER_WIDE_INT;
7830 else if (lo != 0)
7831 result = width - floor_log2 (lo) - 1;
7832 else if (! CLZ_DEFINED_VALUE_AT_ZERO (TYPE_MODE (type), result))
7833 result = width;
7834 break;
7836 CASE_INT_FN (BUILT_IN_CTZ):
7837 if (lo != 0)
7838 result = ctz_hwi (lo);
7839 else if (hi != 0)
7840 result = HOST_BITS_PER_WIDE_INT + ctz_hwi (hi);
7841 else if (! CTZ_DEFINED_VALUE_AT_ZERO (TYPE_MODE (type), result))
7842 result = width;
7843 break;
7845 CASE_INT_FN (BUILT_IN_POPCOUNT):
7846 result = 0;
7847 while (lo)
7848 result++, lo &= lo - 1;
7849 while (hi)
7850 result++, hi &= (unsigned HOST_WIDE_INT) hi - 1;
7851 break;
7853 CASE_INT_FN (BUILT_IN_PARITY):
7854 result = 0;
7855 while (lo)
7856 result++, lo &= lo - 1;
7857 while (hi)
7858 result++, hi &= (unsigned HOST_WIDE_INT) hi - 1;
7859 result &= 1;
7860 break;
7862 default:
7863 gcc_unreachable ();
7866 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), result);
7869 return NULL_TREE;
7872 /* Fold function call to builtin_bswap and the long and long long
7873 variants. Return NULL_TREE if no simplification can be made. */
7874 static tree
7875 fold_builtin_bswap (tree fndecl, tree arg)
7877 if (! validate_arg (arg, INTEGER_TYPE))
7878 return NULL_TREE;
7880 /* Optimize constant value. */
7881 if (TREE_CODE (arg) == INTEGER_CST && !TREE_OVERFLOW (arg))
7883 HOST_WIDE_INT hi, width, r_hi = 0;
7884 unsigned HOST_WIDE_INT lo, r_lo = 0;
7885 tree type;
7887 type = TREE_TYPE (arg);
7888 width = TYPE_PRECISION (type);
7889 lo = TREE_INT_CST_LOW (arg);
7890 hi = TREE_INT_CST_HIGH (arg);
7892 switch (DECL_FUNCTION_CODE (fndecl))
7894 case BUILT_IN_BSWAP32:
7895 case BUILT_IN_BSWAP64:
7897 int s;
7899 for (s = 0; s < width; s += 8)
7901 int d = width - s - 8;
7902 unsigned HOST_WIDE_INT byte;
7904 if (s < HOST_BITS_PER_WIDE_INT)
7905 byte = (lo >> s) & 0xff;
7906 else
7907 byte = (hi >> (s - HOST_BITS_PER_WIDE_INT)) & 0xff;
7909 if (d < HOST_BITS_PER_WIDE_INT)
7910 r_lo |= byte << d;
7911 else
7912 r_hi |= byte << (d - HOST_BITS_PER_WIDE_INT);
7916 break;
7918 default:
7919 gcc_unreachable ();
7922 if (width < HOST_BITS_PER_WIDE_INT)
7923 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), r_lo);
7924 else
7925 return build_int_cst_wide (TREE_TYPE (TREE_TYPE (fndecl)), r_lo, r_hi);
7928 return NULL_TREE;
7931 /* A subroutine of fold_builtin to fold the various logarithmic
7932 functions. Return NULL_TREE if no simplification can me made.
7933 FUNC is the corresponding MPFR logarithm function. */
7935 static tree
7936 fold_builtin_logarithm (location_t loc, tree fndecl, tree arg,
7937 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t))
7939 if (validate_arg (arg, REAL_TYPE))
7941 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7942 tree res;
7943 const enum built_in_function fcode = builtin_mathfn_code (arg);
7945 /* Calculate the result when the argument is a constant. */
7946 if ((res = do_mpfr_arg1 (arg, type, func, &dconst0, NULL, false)))
7947 return res;
7949 /* Special case, optimize logN(expN(x)) = x. */
7950 if (flag_unsafe_math_optimizations
7951 && ((func == mpfr_log
7952 && (fcode == BUILT_IN_EXP
7953 || fcode == BUILT_IN_EXPF
7954 || fcode == BUILT_IN_EXPL))
7955 || (func == mpfr_log2
7956 && (fcode == BUILT_IN_EXP2
7957 || fcode == BUILT_IN_EXP2F
7958 || fcode == BUILT_IN_EXP2L))
7959 || (func == mpfr_log10 && (BUILTIN_EXP10_P (fcode)))))
7960 return fold_convert_loc (loc, type, CALL_EXPR_ARG (arg, 0));
7962 /* Optimize logN(func()) for various exponential functions. We
7963 want to determine the value "x" and the power "exponent" in
7964 order to transform logN(x**exponent) into exponent*logN(x). */
7965 if (flag_unsafe_math_optimizations)
7967 tree exponent = 0, x = 0;
7969 switch (fcode)
7971 CASE_FLT_FN (BUILT_IN_EXP):
7972 /* Prepare to do logN(exp(exponent) -> exponent*logN(e). */
7973 x = build_real (type, real_value_truncate (TYPE_MODE (type),
7974 dconst_e ()));
7975 exponent = CALL_EXPR_ARG (arg, 0);
7976 break;
7977 CASE_FLT_FN (BUILT_IN_EXP2):
7978 /* Prepare to do logN(exp2(exponent) -> exponent*logN(2). */
7979 x = build_real (type, dconst2);
7980 exponent = CALL_EXPR_ARG (arg, 0);
7981 break;
7982 CASE_FLT_FN (BUILT_IN_EXP10):
7983 CASE_FLT_FN (BUILT_IN_POW10):
7984 /* Prepare to do logN(exp10(exponent) -> exponent*logN(10). */
7986 REAL_VALUE_TYPE dconst10;
7987 real_from_integer (&dconst10, VOIDmode, 10, 0, 0);
7988 x = build_real (type, dconst10);
7990 exponent = CALL_EXPR_ARG (arg, 0);
7991 break;
7992 CASE_FLT_FN (BUILT_IN_SQRT):
7993 /* Prepare to do logN(sqrt(x) -> 0.5*logN(x). */
7994 x = CALL_EXPR_ARG (arg, 0);
7995 exponent = build_real (type, dconsthalf);
7996 break;
7997 CASE_FLT_FN (BUILT_IN_CBRT):
7998 /* Prepare to do logN(cbrt(x) -> (1/3)*logN(x). */
7999 x = CALL_EXPR_ARG (arg, 0);
8000 exponent = build_real (type, real_value_truncate (TYPE_MODE (type),
8001 dconst_third ()));
8002 break;
8003 CASE_FLT_FN (BUILT_IN_POW):
8004 /* Prepare to do logN(pow(x,exponent) -> exponent*logN(x). */
8005 x = CALL_EXPR_ARG (arg, 0);
8006 exponent = CALL_EXPR_ARG (arg, 1);
8007 break;
8008 default:
8009 break;
8012 /* Now perform the optimization. */
8013 if (x && exponent)
8015 tree logfn = build_call_expr_loc (loc, fndecl, 1, x);
8016 return fold_build2_loc (loc, MULT_EXPR, type, exponent, logfn);
8021 return NULL_TREE;
8024 /* Fold a builtin function call to hypot, hypotf, or hypotl. Return
8025 NULL_TREE if no simplification can be made. */
8027 static tree
8028 fold_builtin_hypot (location_t loc, tree fndecl,
8029 tree arg0, tree arg1, tree type)
8031 tree res, narg0, narg1;
8033 if (!validate_arg (arg0, REAL_TYPE)
8034 || !validate_arg (arg1, REAL_TYPE))
8035 return NULL_TREE;
8037 /* Calculate the result when the argument is a constant. */
8038 if ((res = do_mpfr_arg2 (arg0, arg1, type, mpfr_hypot)))
8039 return res;
8041 /* If either argument to hypot has a negate or abs, strip that off.
8042 E.g. hypot(-x,fabs(y)) -> hypot(x,y). */
8043 narg0 = fold_strip_sign_ops (arg0);
8044 narg1 = fold_strip_sign_ops (arg1);
8045 if (narg0 || narg1)
8047 return build_call_expr_loc (loc, fndecl, 2, narg0 ? narg0 : arg0,
8048 narg1 ? narg1 : arg1);
8051 /* If either argument is zero, hypot is fabs of the other. */
8052 if (real_zerop (arg0))
8053 return fold_build1_loc (loc, ABS_EXPR, type, arg1);
8054 else if (real_zerop (arg1))
8055 return fold_build1_loc (loc, ABS_EXPR, type, arg0);
8057 /* hypot(x,x) -> fabs(x)*sqrt(2). */
8058 if (flag_unsafe_math_optimizations
8059 && operand_equal_p (arg0, arg1, OEP_PURE_SAME))
8061 const REAL_VALUE_TYPE sqrt2_trunc
8062 = real_value_truncate (TYPE_MODE (type), dconst_sqrt2 ());
8063 return fold_build2_loc (loc, MULT_EXPR, type,
8064 fold_build1_loc (loc, ABS_EXPR, type, arg0),
8065 build_real (type, sqrt2_trunc));
8068 return NULL_TREE;
8072 /* Fold a builtin function call to pow, powf, or powl. Return
8073 NULL_TREE if no simplification can be made. */
8074 static tree
8075 fold_builtin_pow (location_t loc, tree fndecl, tree arg0, tree arg1, tree type)
8077 tree res;
8079 if (!validate_arg (arg0, REAL_TYPE)
8080 || !validate_arg (arg1, REAL_TYPE))
8081 return NULL_TREE;
8083 /* Calculate the result when the argument is a constant. */
8084 if ((res = do_mpfr_arg2 (arg0, arg1, type, mpfr_pow)))
8085 return res;
8087 /* Optimize pow(1.0,y) = 1.0. */
8088 if (real_onep (arg0))
8089 return omit_one_operand_loc (loc, type, build_real (type, dconst1), arg1);
8091 if (TREE_CODE (arg1) == REAL_CST
8092 && !TREE_OVERFLOW (arg1))
8094 REAL_VALUE_TYPE cint;
8095 REAL_VALUE_TYPE c;
8096 HOST_WIDE_INT n;
8098 c = TREE_REAL_CST (arg1);
8100 /* Optimize pow(x,0.0) = 1.0. */
8101 if (REAL_VALUES_EQUAL (c, dconst0))
8102 return omit_one_operand_loc (loc, type, build_real (type, dconst1),
8103 arg0);
8105 /* Optimize pow(x,1.0) = x. */
8106 if (REAL_VALUES_EQUAL (c, dconst1))
8107 return arg0;
8109 /* Optimize pow(x,-1.0) = 1.0/x. */
8110 if (REAL_VALUES_EQUAL (c, dconstm1))
8111 return fold_build2_loc (loc, RDIV_EXPR, type,
8112 build_real (type, dconst1), arg0);
8114 /* Optimize pow(x,0.5) = sqrt(x). */
8115 if (flag_unsafe_math_optimizations
8116 && REAL_VALUES_EQUAL (c, dconsthalf))
8118 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
8120 if (sqrtfn != NULL_TREE)
8121 return build_call_expr_loc (loc, sqrtfn, 1, arg0);
8124 /* Optimize pow(x,1.0/3.0) = cbrt(x). */
8125 if (flag_unsafe_math_optimizations)
8127 const REAL_VALUE_TYPE dconstroot
8128 = real_value_truncate (TYPE_MODE (type), dconst_third ());
8130 if (REAL_VALUES_EQUAL (c, dconstroot))
8132 tree cbrtfn = mathfn_built_in (type, BUILT_IN_CBRT);
8133 if (cbrtfn != NULL_TREE)
8134 return build_call_expr_loc (loc, cbrtfn, 1, arg0);
8138 /* Check for an integer exponent. */
8139 n = real_to_integer (&c);
8140 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
8141 if (real_identical (&c, &cint))
8143 /* Attempt to evaluate pow at compile-time, unless this should
8144 raise an exception. */
8145 if (TREE_CODE (arg0) == REAL_CST
8146 && !TREE_OVERFLOW (arg0)
8147 && (n > 0
8148 || (!flag_trapping_math && !flag_errno_math)
8149 || !REAL_VALUES_EQUAL (TREE_REAL_CST (arg0), dconst0)))
8151 REAL_VALUE_TYPE x;
8152 bool inexact;
8154 x = TREE_REAL_CST (arg0);
8155 inexact = real_powi (&x, TYPE_MODE (type), &x, n);
8156 if (flag_unsafe_math_optimizations || !inexact)
8157 return build_real (type, x);
8160 /* Strip sign ops from even integer powers. */
8161 if ((n & 1) == 0 && flag_unsafe_math_optimizations)
8163 tree narg0 = fold_strip_sign_ops (arg0);
8164 if (narg0)
8165 return build_call_expr_loc (loc, fndecl, 2, narg0, arg1);
8170 if (flag_unsafe_math_optimizations)
8172 const enum built_in_function fcode = builtin_mathfn_code (arg0);
8174 /* Optimize pow(expN(x),y) = expN(x*y). */
8175 if (BUILTIN_EXPONENT_P (fcode))
8177 tree expfn = TREE_OPERAND (CALL_EXPR_FN (arg0), 0);
8178 tree arg = CALL_EXPR_ARG (arg0, 0);
8179 arg = fold_build2_loc (loc, MULT_EXPR, type, arg, arg1);
8180 return build_call_expr_loc (loc, expfn, 1, arg);
8183 /* Optimize pow(sqrt(x),y) = pow(x,y*0.5). */
8184 if (BUILTIN_SQRT_P (fcode))
8186 tree narg0 = CALL_EXPR_ARG (arg0, 0);
8187 tree narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg1,
8188 build_real (type, dconsthalf));
8189 return build_call_expr_loc (loc, fndecl, 2, narg0, narg1);
8192 /* Optimize pow(cbrt(x),y) = pow(x,y/3) iff x is nonnegative. */
8193 if (BUILTIN_CBRT_P (fcode))
8195 tree arg = CALL_EXPR_ARG (arg0, 0);
8196 if (tree_expr_nonnegative_p (arg))
8198 const REAL_VALUE_TYPE dconstroot
8199 = real_value_truncate (TYPE_MODE (type), dconst_third ());
8200 tree narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg1,
8201 build_real (type, dconstroot));
8202 return build_call_expr_loc (loc, fndecl, 2, arg, narg1);
8206 /* Optimize pow(pow(x,y),z) = pow(x,y*z) iff x is nonnegative. */
8207 if (fcode == BUILT_IN_POW
8208 || fcode == BUILT_IN_POWF
8209 || fcode == BUILT_IN_POWL)
8211 tree arg00 = CALL_EXPR_ARG (arg0, 0);
8212 if (tree_expr_nonnegative_p (arg00))
8214 tree arg01 = CALL_EXPR_ARG (arg0, 1);
8215 tree narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg01, arg1);
8216 return build_call_expr_loc (loc, fndecl, 2, arg00, narg1);
8221 return NULL_TREE;
8224 /* Fold a builtin function call to powi, powif, or powil with argument ARG.
8225 Return NULL_TREE if no simplification can be made. */
8226 static tree
8227 fold_builtin_powi (location_t loc, tree fndecl ATTRIBUTE_UNUSED,
8228 tree arg0, tree arg1, tree type)
8230 if (!validate_arg (arg0, REAL_TYPE)
8231 || !validate_arg (arg1, INTEGER_TYPE))
8232 return NULL_TREE;
8234 /* Optimize pow(1.0,y) = 1.0. */
8235 if (real_onep (arg0))
8236 return omit_one_operand_loc (loc, type, build_real (type, dconst1), arg1);
8238 if (host_integerp (arg1, 0))
8240 HOST_WIDE_INT c = TREE_INT_CST_LOW (arg1);
8242 /* Evaluate powi at compile-time. */
8243 if (TREE_CODE (arg0) == REAL_CST
8244 && !TREE_OVERFLOW (arg0))
8246 REAL_VALUE_TYPE x;
8247 x = TREE_REAL_CST (arg0);
8248 real_powi (&x, TYPE_MODE (type), &x, c);
8249 return build_real (type, x);
8252 /* Optimize pow(x,0) = 1.0. */
8253 if (c == 0)
8254 return omit_one_operand_loc (loc, type, build_real (type, dconst1),
8255 arg0);
8257 /* Optimize pow(x,1) = x. */
8258 if (c == 1)
8259 return arg0;
8261 /* Optimize pow(x,-1) = 1.0/x. */
8262 if (c == -1)
8263 return fold_build2_loc (loc, RDIV_EXPR, type,
8264 build_real (type, dconst1), arg0);
8267 return NULL_TREE;
8270 /* A subroutine of fold_builtin to fold the various exponent
8271 functions. Return NULL_TREE if no simplification can be made.
8272 FUNC is the corresponding MPFR exponent function. */
8274 static tree
8275 fold_builtin_exponent (location_t loc, tree fndecl, tree arg,
8276 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t))
8278 if (validate_arg (arg, REAL_TYPE))
8280 tree type = TREE_TYPE (TREE_TYPE (fndecl));
8281 tree res;
8283 /* Calculate the result when the argument is a constant. */
8284 if ((res = do_mpfr_arg1 (arg, type, func, NULL, NULL, 0)))
8285 return res;
8287 /* Optimize expN(logN(x)) = x. */
8288 if (flag_unsafe_math_optimizations)
8290 const enum built_in_function fcode = builtin_mathfn_code (arg);
8292 if ((func == mpfr_exp
8293 && (fcode == BUILT_IN_LOG
8294 || fcode == BUILT_IN_LOGF
8295 || fcode == BUILT_IN_LOGL))
8296 || (func == mpfr_exp2
8297 && (fcode == BUILT_IN_LOG2
8298 || fcode == BUILT_IN_LOG2F
8299 || fcode == BUILT_IN_LOG2L))
8300 || (func == mpfr_exp10
8301 && (fcode == BUILT_IN_LOG10
8302 || fcode == BUILT_IN_LOG10F
8303 || fcode == BUILT_IN_LOG10L)))
8304 return fold_convert_loc (loc, type, CALL_EXPR_ARG (arg, 0));
8308 return NULL_TREE;
8311 /* Return true if VAR is a VAR_DECL or a component thereof. */
8313 static bool
8314 var_decl_component_p (tree var)
8316 tree inner = var;
8317 while (handled_component_p (inner))
8318 inner = TREE_OPERAND (inner, 0);
8319 return SSA_VAR_P (inner);
8322 /* Fold function call to builtin memset. Return
8323 NULL_TREE if no simplification can be made. */
8325 static tree
8326 fold_builtin_memset (location_t loc, tree dest, tree c, tree len,
8327 tree type, bool ignore)
8329 tree var, ret, etype;
8330 unsigned HOST_WIDE_INT length, cval;
8332 if (! validate_arg (dest, POINTER_TYPE)
8333 || ! validate_arg (c, INTEGER_TYPE)
8334 || ! validate_arg (len, INTEGER_TYPE))
8335 return NULL_TREE;
8337 if (! host_integerp (len, 1))
8338 return NULL_TREE;
8340 /* If the LEN parameter is zero, return DEST. */
8341 if (integer_zerop (len))
8342 return omit_one_operand_loc (loc, type, dest, c);
8344 if (! host_integerp (c, 1) || TREE_SIDE_EFFECTS (dest))
8345 return NULL_TREE;
8347 var = dest;
8348 STRIP_NOPS (var);
8349 if (TREE_CODE (var) != ADDR_EXPR)
8350 return NULL_TREE;
8352 var = TREE_OPERAND (var, 0);
8353 if (TREE_THIS_VOLATILE (var))
8354 return NULL_TREE;
8356 etype = TREE_TYPE (var);
8357 if (TREE_CODE (etype) == ARRAY_TYPE)
8358 etype = TREE_TYPE (etype);
8360 if (!INTEGRAL_TYPE_P (etype)
8361 && !POINTER_TYPE_P (etype))
8362 return NULL_TREE;
8364 if (! var_decl_component_p (var))
8365 return NULL_TREE;
8367 length = tree_low_cst (len, 1);
8368 if (GET_MODE_SIZE (TYPE_MODE (etype)) != length
8369 || get_pointer_alignment (dest, BIGGEST_ALIGNMENT) / BITS_PER_UNIT
8370 < length)
8371 return NULL_TREE;
8373 if (length > HOST_BITS_PER_WIDE_INT / BITS_PER_UNIT)
8374 return NULL_TREE;
8376 if (integer_zerop (c))
8377 cval = 0;
8378 else
8380 if (CHAR_BIT != 8 || BITS_PER_UNIT != 8 || HOST_BITS_PER_WIDE_INT > 64)
8381 return NULL_TREE;
8383 cval = tree_low_cst (c, 1);
8384 cval &= 0xff;
8385 cval |= cval << 8;
8386 cval |= cval << 16;
8387 cval |= (cval << 31) << 1;
8390 ret = build_int_cst_type (etype, cval);
8391 var = build_fold_indirect_ref_loc (loc,
8392 fold_convert_loc (loc,
8393 build_pointer_type (etype),
8394 dest));
8395 ret = build2 (MODIFY_EXPR, etype, var, ret);
8396 if (ignore)
8397 return ret;
8399 return omit_one_operand_loc (loc, type, dest, ret);
8402 /* Fold function call to builtin memset. Return
8403 NULL_TREE if no simplification can be made. */
8405 static tree
8406 fold_builtin_bzero (location_t loc, tree dest, tree size, bool ignore)
8408 if (! validate_arg (dest, POINTER_TYPE)
8409 || ! validate_arg (size, INTEGER_TYPE))
8410 return NULL_TREE;
8412 if (!ignore)
8413 return NULL_TREE;
8415 /* New argument list transforming bzero(ptr x, int y) to
8416 memset(ptr x, int 0, size_t y). This is done this way
8417 so that if it isn't expanded inline, we fallback to
8418 calling bzero instead of memset. */
8420 return fold_builtin_memset (loc, dest, integer_zero_node,
8421 fold_convert_loc (loc, sizetype, size),
8422 void_type_node, ignore);
8425 /* Fold function call to builtin mem{{,p}cpy,move}. Return
8426 NULL_TREE if no simplification can be made.
8427 If ENDP is 0, return DEST (like memcpy).
8428 If ENDP is 1, return DEST+LEN (like mempcpy).
8429 If ENDP is 2, return DEST+LEN-1 (like stpcpy).
8430 If ENDP is 3, return DEST, additionally *SRC and *DEST may overlap
8431 (memmove). */
8433 static tree
8434 fold_builtin_memory_op (location_t loc, tree dest, tree src,
8435 tree len, tree type, bool ignore, int endp)
8437 tree destvar, srcvar, expr;
8439 if (! validate_arg (dest, POINTER_TYPE)
8440 || ! validate_arg (src, POINTER_TYPE)
8441 || ! validate_arg (len, INTEGER_TYPE))
8442 return NULL_TREE;
8444 /* If the LEN parameter is zero, return DEST. */
8445 if (integer_zerop (len))
8446 return omit_one_operand_loc (loc, type, dest, src);
8448 /* If SRC and DEST are the same (and not volatile), return
8449 DEST{,+LEN,+LEN-1}. */
8450 if (operand_equal_p (src, dest, 0))
8451 expr = len;
8452 else
8454 tree srctype, desttype;
8455 unsigned int src_align, dest_align;
8456 tree off0;
8458 if (endp == 3)
8460 src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
8461 dest_align = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
8463 /* Both DEST and SRC must be pointer types.
8464 ??? This is what old code did. Is the testing for pointer types
8465 really mandatory?
8467 If either SRC is readonly or length is 1, we can use memcpy. */
8468 if (!dest_align || !src_align)
8469 return NULL_TREE;
8470 if (readonly_data_expr (src)
8471 || (host_integerp (len, 1)
8472 && (MIN (src_align, dest_align) / BITS_PER_UNIT
8473 >= (unsigned HOST_WIDE_INT) tree_low_cst (len, 1))))
8475 tree fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8476 if (!fn)
8477 return NULL_TREE;
8478 return build_call_expr_loc (loc, fn, 3, dest, src, len);
8481 /* If *src and *dest can't overlap, optimize into memcpy as well. */
8482 if (TREE_CODE (src) == ADDR_EXPR
8483 && TREE_CODE (dest) == ADDR_EXPR)
8485 tree src_base, dest_base, fn;
8486 HOST_WIDE_INT src_offset = 0, dest_offset = 0;
8487 HOST_WIDE_INT size = -1;
8488 HOST_WIDE_INT maxsize = -1;
8490 srcvar = TREE_OPERAND (src, 0);
8491 src_base = get_ref_base_and_extent (srcvar, &src_offset,
8492 &size, &maxsize);
8493 destvar = TREE_OPERAND (dest, 0);
8494 dest_base = get_ref_base_and_extent (destvar, &dest_offset,
8495 &size, &maxsize);
8496 if (host_integerp (len, 1))
8497 maxsize = tree_low_cst (len, 1);
8498 else
8499 maxsize = -1;
8500 src_offset /= BITS_PER_UNIT;
8501 dest_offset /= BITS_PER_UNIT;
8502 if (SSA_VAR_P (src_base)
8503 && SSA_VAR_P (dest_base))
8505 if (operand_equal_p (src_base, dest_base, 0)
8506 && ranges_overlap_p (src_offset, maxsize,
8507 dest_offset, maxsize))
8508 return NULL_TREE;
8510 else if (TREE_CODE (src_base) == MEM_REF
8511 && TREE_CODE (dest_base) == MEM_REF)
8513 double_int off;
8514 if (! operand_equal_p (TREE_OPERAND (src_base, 0),
8515 TREE_OPERAND (dest_base, 0), 0))
8516 return NULL_TREE;
8517 off = double_int_add (mem_ref_offset (src_base),
8518 shwi_to_double_int (src_offset));
8519 if (!double_int_fits_in_shwi_p (off))
8520 return NULL_TREE;
8521 src_offset = off.low;
8522 off = double_int_add (mem_ref_offset (dest_base),
8523 shwi_to_double_int (dest_offset));
8524 if (!double_int_fits_in_shwi_p (off))
8525 return NULL_TREE;
8526 dest_offset = off.low;
8527 if (ranges_overlap_p (src_offset, maxsize,
8528 dest_offset, maxsize))
8529 return NULL_TREE;
8531 else
8532 return NULL_TREE;
8534 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8535 if (!fn)
8536 return NULL_TREE;
8537 return build_call_expr_loc (loc, fn, 3, dest, src, len);
8540 /* If the destination and source do not alias optimize into
8541 memcpy as well. */
8542 if ((is_gimple_min_invariant (dest)
8543 || TREE_CODE (dest) == SSA_NAME)
8544 && (is_gimple_min_invariant (src)
8545 || TREE_CODE (src) == SSA_NAME))
8547 ao_ref destr, srcr;
8548 ao_ref_init_from_ptr_and_size (&destr, dest, len);
8549 ao_ref_init_from_ptr_and_size (&srcr, src, len);
8550 if (!refs_may_alias_p_1 (&destr, &srcr, false))
8552 tree fn;
8553 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8554 if (!fn)
8555 return NULL_TREE;
8556 return build_call_expr_loc (loc, fn, 3, dest, src, len);
8560 return NULL_TREE;
8563 if (!host_integerp (len, 0))
8564 return NULL_TREE;
8565 /* FIXME:
8566 This logic lose for arguments like (type *)malloc (sizeof (type)),
8567 since we strip the casts of up to VOID return value from malloc.
8568 Perhaps we ought to inherit type from non-VOID argument here? */
8569 STRIP_NOPS (src);
8570 STRIP_NOPS (dest);
8571 /* As we fold (void *)(p + CST) to (void *)p + CST undo this here. */
8572 if (TREE_CODE (src) == POINTER_PLUS_EXPR)
8574 tree tem = TREE_OPERAND (src, 0);
8575 STRIP_NOPS (tem);
8576 if (tem != TREE_OPERAND (src, 0))
8577 src = build1 (NOP_EXPR, TREE_TYPE (tem), src);
8579 if (TREE_CODE (dest) == POINTER_PLUS_EXPR)
8581 tree tem = TREE_OPERAND (dest, 0);
8582 STRIP_NOPS (tem);
8583 if (tem != TREE_OPERAND (dest, 0))
8584 dest = build1 (NOP_EXPR, TREE_TYPE (tem), dest);
8586 srctype = TREE_TYPE (TREE_TYPE (src));
8587 if (srctype
8588 && TREE_CODE (srctype) == ARRAY_TYPE
8589 && !tree_int_cst_equal (TYPE_SIZE_UNIT (srctype), len))
8591 srctype = TREE_TYPE (srctype);
8592 STRIP_NOPS (src);
8593 src = build1 (NOP_EXPR, build_pointer_type (srctype), src);
8595 desttype = TREE_TYPE (TREE_TYPE (dest));
8596 if (desttype
8597 && TREE_CODE (desttype) == ARRAY_TYPE
8598 && !tree_int_cst_equal (TYPE_SIZE_UNIT (desttype), len))
8600 desttype = TREE_TYPE (desttype);
8601 STRIP_NOPS (dest);
8602 dest = build1 (NOP_EXPR, build_pointer_type (desttype), dest);
8604 if (!srctype || !desttype
8605 || TREE_ADDRESSABLE (srctype)
8606 || TREE_ADDRESSABLE (desttype)
8607 || !TYPE_SIZE_UNIT (srctype)
8608 || !TYPE_SIZE_UNIT (desttype)
8609 || TREE_CODE (TYPE_SIZE_UNIT (srctype)) != INTEGER_CST
8610 || TREE_CODE (TYPE_SIZE_UNIT (desttype)) != INTEGER_CST)
8611 return NULL_TREE;
8613 src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
8614 dest_align = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
8615 if (dest_align < TYPE_ALIGN (desttype)
8616 || src_align < TYPE_ALIGN (srctype))
8617 return NULL_TREE;
8619 if (!ignore)
8620 dest = builtin_save_expr (dest);
8622 /* Build accesses at offset zero with a ref-all character type. */
8623 off0 = build_int_cst (build_pointer_type_for_mode (char_type_node,
8624 ptr_mode, true), 0);
8626 destvar = dest;
8627 STRIP_NOPS (destvar);
8628 if (TREE_CODE (destvar) == ADDR_EXPR
8629 && var_decl_component_p (TREE_OPERAND (destvar, 0))
8630 && tree_int_cst_equal (TYPE_SIZE_UNIT (desttype), len))
8631 destvar = fold_build2 (MEM_REF, desttype, destvar, off0);
8632 else
8633 destvar = NULL_TREE;
8635 srcvar = src;
8636 STRIP_NOPS (srcvar);
8637 if (TREE_CODE (srcvar) == ADDR_EXPR
8638 && var_decl_component_p (TREE_OPERAND (srcvar, 0))
8639 && tree_int_cst_equal (TYPE_SIZE_UNIT (srctype), len))
8641 if (!destvar
8642 || src_align >= TYPE_ALIGN (desttype))
8643 srcvar = fold_build2 (MEM_REF, destvar ? desttype : srctype,
8644 srcvar, off0);
8645 else if (!STRICT_ALIGNMENT)
8647 srctype = build_aligned_type (TYPE_MAIN_VARIANT (desttype),
8648 src_align);
8649 srcvar = fold_build2 (MEM_REF, srctype, srcvar, off0);
8651 else
8652 srcvar = NULL_TREE;
8654 else
8655 srcvar = NULL_TREE;
8657 if (srcvar == NULL_TREE && destvar == NULL_TREE)
8658 return NULL_TREE;
8660 if (srcvar == NULL_TREE)
8662 STRIP_NOPS (src);
8663 if (src_align >= TYPE_ALIGN (desttype))
8664 srcvar = fold_build2 (MEM_REF, desttype, src, off0);
8665 else
8667 if (STRICT_ALIGNMENT)
8668 return NULL_TREE;
8669 srctype = build_aligned_type (TYPE_MAIN_VARIANT (desttype),
8670 src_align);
8671 srcvar = fold_build2 (MEM_REF, srctype, src, off0);
8674 else if (destvar == NULL_TREE)
8676 STRIP_NOPS (dest);
8677 if (dest_align >= TYPE_ALIGN (srctype))
8678 destvar = fold_build2 (MEM_REF, srctype, dest, off0);
8679 else
8681 if (STRICT_ALIGNMENT)
8682 return NULL_TREE;
8683 desttype = build_aligned_type (TYPE_MAIN_VARIANT (srctype),
8684 dest_align);
8685 destvar = fold_build2 (MEM_REF, desttype, dest, off0);
8689 expr = build2 (MODIFY_EXPR, TREE_TYPE (destvar), destvar, srcvar);
8692 if (ignore)
8693 return expr;
8695 if (endp == 0 || endp == 3)
8696 return omit_one_operand_loc (loc, type, dest, expr);
8698 if (expr == len)
8699 expr = NULL_TREE;
8701 if (endp == 2)
8702 len = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (len), len,
8703 ssize_int (1));
8705 len = fold_convert_loc (loc, sizetype, len);
8706 dest = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (dest), dest, len);
8707 dest = fold_convert_loc (loc, type, dest);
8708 if (expr)
8709 dest = omit_one_operand_loc (loc, type, dest, expr);
8710 return dest;
8713 /* Fold function call to builtin strcpy with arguments DEST and SRC.
8714 If LEN is not NULL, it represents the length of the string to be
8715 copied. Return NULL_TREE if no simplification can be made. */
8717 tree
8718 fold_builtin_strcpy (location_t loc, tree fndecl, tree dest, tree src, tree len)
8720 tree fn;
8722 if (!validate_arg (dest, POINTER_TYPE)
8723 || !validate_arg (src, POINTER_TYPE))
8724 return NULL_TREE;
8726 /* If SRC and DEST are the same (and not volatile), return DEST. */
8727 if (operand_equal_p (src, dest, 0))
8728 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest);
8730 if (optimize_function_for_size_p (cfun))
8731 return NULL_TREE;
8733 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8734 if (!fn)
8735 return NULL_TREE;
8737 if (!len)
8739 len = c_strlen (src, 1);
8740 if (! len || TREE_SIDE_EFFECTS (len))
8741 return NULL_TREE;
8744 len = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
8745 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
8746 build_call_expr_loc (loc, fn, 3, dest, src, len));
8749 /* Fold function call to builtin stpcpy with arguments DEST and SRC.
8750 Return NULL_TREE if no simplification can be made. */
8752 static tree
8753 fold_builtin_stpcpy (location_t loc, tree fndecl, tree dest, tree src)
8755 tree fn, len, lenp1, call, type;
8757 if (!validate_arg (dest, POINTER_TYPE)
8758 || !validate_arg (src, POINTER_TYPE))
8759 return NULL_TREE;
8761 len = c_strlen (src, 1);
8762 if (!len
8763 || TREE_CODE (len) != INTEGER_CST)
8764 return NULL_TREE;
8766 if (optimize_function_for_size_p (cfun)
8767 /* If length is zero it's small enough. */
8768 && !integer_zerop (len))
8769 return NULL_TREE;
8771 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8772 if (!fn)
8773 return NULL_TREE;
8775 lenp1 = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
8776 /* We use dest twice in building our expression. Save it from
8777 multiple expansions. */
8778 dest = builtin_save_expr (dest);
8779 call = build_call_expr_loc (loc, fn, 3, dest, src, lenp1);
8781 type = TREE_TYPE (TREE_TYPE (fndecl));
8782 len = fold_convert_loc (loc, sizetype, len);
8783 dest = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (dest), dest, len);
8784 dest = fold_convert_loc (loc, type, dest);
8785 dest = omit_one_operand_loc (loc, type, dest, call);
8786 return dest;
8789 /* Fold function call to builtin strncpy with arguments DEST, SRC, and LEN.
8790 If SLEN is not NULL, it represents the length of the source string.
8791 Return NULL_TREE if no simplification can be made. */
8793 tree
8794 fold_builtin_strncpy (location_t loc, tree fndecl, tree dest,
8795 tree src, tree len, tree slen)
8797 tree fn;
8799 if (!validate_arg (dest, POINTER_TYPE)
8800 || !validate_arg (src, POINTER_TYPE)
8801 || !validate_arg (len, INTEGER_TYPE))
8802 return NULL_TREE;
8804 /* If the LEN parameter is zero, return DEST. */
8805 if (integer_zerop (len))
8806 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, src);
8808 /* We can't compare slen with len as constants below if len is not a
8809 constant. */
8810 if (len == 0 || TREE_CODE (len) != INTEGER_CST)
8811 return NULL_TREE;
8813 if (!slen)
8814 slen = c_strlen (src, 1);
8816 /* Now, we must be passed a constant src ptr parameter. */
8817 if (slen == 0 || TREE_CODE (slen) != INTEGER_CST)
8818 return NULL_TREE;
8820 slen = size_binop_loc (loc, PLUS_EXPR, slen, ssize_int (1));
8822 /* We do not support simplification of this case, though we do
8823 support it when expanding trees into RTL. */
8824 /* FIXME: generate a call to __builtin_memset. */
8825 if (tree_int_cst_lt (slen, len))
8826 return NULL_TREE;
8828 /* OK transform into builtin memcpy. */
8829 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8830 if (!fn)
8831 return NULL_TREE;
8832 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
8833 build_call_expr_loc (loc, fn, 3, dest, src, len));
8836 /* Fold function call to builtin memchr. ARG1, ARG2 and LEN are the
8837 arguments to the call, and TYPE is its return type.
8838 Return NULL_TREE if no simplification can be made. */
8840 static tree
8841 fold_builtin_memchr (location_t loc, tree arg1, tree arg2, tree len, tree type)
8843 if (!validate_arg (arg1, POINTER_TYPE)
8844 || !validate_arg (arg2, INTEGER_TYPE)
8845 || !validate_arg (len, INTEGER_TYPE))
8846 return NULL_TREE;
8847 else
8849 const char *p1;
8851 if (TREE_CODE (arg2) != INTEGER_CST
8852 || !host_integerp (len, 1))
8853 return NULL_TREE;
8855 p1 = c_getstr (arg1);
8856 if (p1 && compare_tree_int (len, strlen (p1) + 1) <= 0)
8858 char c;
8859 const char *r;
8860 tree tem;
8862 if (target_char_cast (arg2, &c))
8863 return NULL_TREE;
8865 r = (char *) memchr (p1, c, tree_low_cst (len, 1));
8867 if (r == NULL)
8868 return build_int_cst (TREE_TYPE (arg1), 0);
8870 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (arg1), arg1,
8871 size_int (r - p1));
8872 return fold_convert_loc (loc, type, tem);
8874 return NULL_TREE;
8878 /* Fold function call to builtin memcmp with arguments ARG1 and ARG2.
8879 Return NULL_TREE if no simplification can be made. */
8881 static tree
8882 fold_builtin_memcmp (location_t loc, tree arg1, tree arg2, tree len)
8884 const char *p1, *p2;
8886 if (!validate_arg (arg1, POINTER_TYPE)
8887 || !validate_arg (arg2, POINTER_TYPE)
8888 || !validate_arg (len, INTEGER_TYPE))
8889 return NULL_TREE;
8891 /* If the LEN parameter is zero, return zero. */
8892 if (integer_zerop (len))
8893 return omit_two_operands_loc (loc, integer_type_node, integer_zero_node,
8894 arg1, arg2);
8896 /* If ARG1 and ARG2 are the same (and not volatile), return zero. */
8897 if (operand_equal_p (arg1, arg2, 0))
8898 return omit_one_operand_loc (loc, integer_type_node, integer_zero_node, len);
8900 p1 = c_getstr (arg1);
8901 p2 = c_getstr (arg2);
8903 /* If all arguments are constant, and the value of len is not greater
8904 than the lengths of arg1 and arg2, evaluate at compile-time. */
8905 if (host_integerp (len, 1) && p1 && p2
8906 && compare_tree_int (len, strlen (p1) + 1) <= 0
8907 && compare_tree_int (len, strlen (p2) + 1) <= 0)
8909 const int r = memcmp (p1, p2, tree_low_cst (len, 1));
8911 if (r > 0)
8912 return integer_one_node;
8913 else if (r < 0)
8914 return integer_minus_one_node;
8915 else
8916 return integer_zero_node;
8919 /* If len parameter is one, return an expression corresponding to
8920 (*(const unsigned char*)arg1 - (const unsigned char*)arg2). */
8921 if (host_integerp (len, 1) && tree_low_cst (len, 1) == 1)
8923 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8924 tree cst_uchar_ptr_node
8925 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8927 tree ind1
8928 = fold_convert_loc (loc, integer_type_node,
8929 build1 (INDIRECT_REF, cst_uchar_node,
8930 fold_convert_loc (loc,
8931 cst_uchar_ptr_node,
8932 arg1)));
8933 tree ind2
8934 = fold_convert_loc (loc, integer_type_node,
8935 build1 (INDIRECT_REF, cst_uchar_node,
8936 fold_convert_loc (loc,
8937 cst_uchar_ptr_node,
8938 arg2)));
8939 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2);
8942 return NULL_TREE;
8945 /* Fold function call to builtin strcmp with arguments ARG1 and ARG2.
8946 Return NULL_TREE if no simplification can be made. */
8948 static tree
8949 fold_builtin_strcmp (location_t loc, tree arg1, tree arg2)
8951 const char *p1, *p2;
8953 if (!validate_arg (arg1, POINTER_TYPE)
8954 || !validate_arg (arg2, POINTER_TYPE))
8955 return NULL_TREE;
8957 /* If ARG1 and ARG2 are the same (and not volatile), return zero. */
8958 if (operand_equal_p (arg1, arg2, 0))
8959 return integer_zero_node;
8961 p1 = c_getstr (arg1);
8962 p2 = c_getstr (arg2);
8964 if (p1 && p2)
8966 const int i = strcmp (p1, p2);
8967 if (i < 0)
8968 return integer_minus_one_node;
8969 else if (i > 0)
8970 return integer_one_node;
8971 else
8972 return integer_zero_node;
8975 /* If the second arg is "", return *(const unsigned char*)arg1. */
8976 if (p2 && *p2 == '\0')
8978 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8979 tree cst_uchar_ptr_node
8980 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8982 return fold_convert_loc (loc, integer_type_node,
8983 build1 (INDIRECT_REF, cst_uchar_node,
8984 fold_convert_loc (loc,
8985 cst_uchar_ptr_node,
8986 arg1)));
8989 /* If the first arg is "", return -*(const unsigned char*)arg2. */
8990 if (p1 && *p1 == '\0')
8992 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8993 tree cst_uchar_ptr_node
8994 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8996 tree temp
8997 = fold_convert_loc (loc, integer_type_node,
8998 build1 (INDIRECT_REF, cst_uchar_node,
8999 fold_convert_loc (loc,
9000 cst_uchar_ptr_node,
9001 arg2)));
9002 return fold_build1_loc (loc, NEGATE_EXPR, integer_type_node, temp);
9005 return NULL_TREE;
9008 /* Fold function call to builtin strncmp with arguments ARG1, ARG2, and LEN.
9009 Return NULL_TREE if no simplification can be made. */
9011 static tree
9012 fold_builtin_strncmp (location_t loc, tree arg1, tree arg2, tree len)
9014 const char *p1, *p2;
9016 if (!validate_arg (arg1, POINTER_TYPE)
9017 || !validate_arg (arg2, POINTER_TYPE)
9018 || !validate_arg (len, INTEGER_TYPE))
9019 return NULL_TREE;
9021 /* If the LEN parameter is zero, return zero. */
9022 if (integer_zerop (len))
9023 return omit_two_operands_loc (loc, integer_type_node, integer_zero_node,
9024 arg1, arg2);
9026 /* If ARG1 and ARG2 are the same (and not volatile), return zero. */
9027 if (operand_equal_p (arg1, arg2, 0))
9028 return omit_one_operand_loc (loc, integer_type_node, integer_zero_node, len);
9030 p1 = c_getstr (arg1);
9031 p2 = c_getstr (arg2);
9033 if (host_integerp (len, 1) && p1 && p2)
9035 const int i = strncmp (p1, p2, tree_low_cst (len, 1));
9036 if (i > 0)
9037 return integer_one_node;
9038 else if (i < 0)
9039 return integer_minus_one_node;
9040 else
9041 return integer_zero_node;
9044 /* If the second arg is "", and the length is greater than zero,
9045 return *(const unsigned char*)arg1. */
9046 if (p2 && *p2 == '\0'
9047 && TREE_CODE (len) == INTEGER_CST
9048 && tree_int_cst_sgn (len) == 1)
9050 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
9051 tree cst_uchar_ptr_node
9052 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
9054 return fold_convert_loc (loc, integer_type_node,
9055 build1 (INDIRECT_REF, cst_uchar_node,
9056 fold_convert_loc (loc,
9057 cst_uchar_ptr_node,
9058 arg1)));
9061 /* If the first arg is "", and the length is greater than zero,
9062 return -*(const unsigned char*)arg2. */
9063 if (p1 && *p1 == '\0'
9064 && TREE_CODE (len) == INTEGER_CST
9065 && tree_int_cst_sgn (len) == 1)
9067 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
9068 tree cst_uchar_ptr_node
9069 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
9071 tree temp = fold_convert_loc (loc, integer_type_node,
9072 build1 (INDIRECT_REF, cst_uchar_node,
9073 fold_convert_loc (loc,
9074 cst_uchar_ptr_node,
9075 arg2)));
9076 return fold_build1_loc (loc, NEGATE_EXPR, integer_type_node, temp);
9079 /* If len parameter is one, return an expression corresponding to
9080 (*(const unsigned char*)arg1 - (const unsigned char*)arg2). */
9081 if (host_integerp (len, 1) && tree_low_cst (len, 1) == 1)
9083 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
9084 tree cst_uchar_ptr_node
9085 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
9087 tree ind1 = fold_convert_loc (loc, integer_type_node,
9088 build1 (INDIRECT_REF, cst_uchar_node,
9089 fold_convert_loc (loc,
9090 cst_uchar_ptr_node,
9091 arg1)));
9092 tree ind2 = fold_convert_loc (loc, integer_type_node,
9093 build1 (INDIRECT_REF, cst_uchar_node,
9094 fold_convert_loc (loc,
9095 cst_uchar_ptr_node,
9096 arg2)));
9097 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2);
9100 return NULL_TREE;
9103 /* Fold function call to builtin signbit, signbitf or signbitl with argument
9104 ARG. Return NULL_TREE if no simplification can be made. */
9106 static tree
9107 fold_builtin_signbit (location_t loc, tree arg, tree type)
9109 if (!validate_arg (arg, REAL_TYPE))
9110 return NULL_TREE;
9112 /* If ARG is a compile-time constant, determine the result. */
9113 if (TREE_CODE (arg) == REAL_CST
9114 && !TREE_OVERFLOW (arg))
9116 REAL_VALUE_TYPE c;
9118 c = TREE_REAL_CST (arg);
9119 return (REAL_VALUE_NEGATIVE (c)
9120 ? build_one_cst (type)
9121 : build_zero_cst (type));
9124 /* If ARG is non-negative, the result is always zero. */
9125 if (tree_expr_nonnegative_p (arg))
9126 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
9128 /* If ARG's format doesn't have signed zeros, return "arg < 0.0". */
9129 if (!HONOR_SIGNED_ZEROS (TYPE_MODE (TREE_TYPE (arg))))
9130 return fold_build2_loc (loc, LT_EXPR, type, arg,
9131 build_real (TREE_TYPE (arg), dconst0));
9133 return NULL_TREE;
9136 /* Fold function call to builtin copysign, copysignf or copysignl with
9137 arguments ARG1 and ARG2. Return NULL_TREE if no simplification can
9138 be made. */
9140 static tree
9141 fold_builtin_copysign (location_t loc, tree fndecl,
9142 tree arg1, tree arg2, tree type)
9144 tree tem;
9146 if (!validate_arg (arg1, REAL_TYPE)
9147 || !validate_arg (arg2, REAL_TYPE))
9148 return NULL_TREE;
9150 /* copysign(X,X) is X. */
9151 if (operand_equal_p (arg1, arg2, 0))
9152 return fold_convert_loc (loc, type, arg1);
9154 /* If ARG1 and ARG2 are compile-time constants, determine the result. */
9155 if (TREE_CODE (arg1) == REAL_CST
9156 && TREE_CODE (arg2) == REAL_CST
9157 && !TREE_OVERFLOW (arg1)
9158 && !TREE_OVERFLOW (arg2))
9160 REAL_VALUE_TYPE c1, c2;
9162 c1 = TREE_REAL_CST (arg1);
9163 c2 = TREE_REAL_CST (arg2);
9164 /* c1.sign := c2.sign. */
9165 real_copysign (&c1, &c2);
9166 return build_real (type, c1);
9169 /* copysign(X, Y) is fabs(X) when Y is always non-negative.
9170 Remember to evaluate Y for side-effects. */
9171 if (tree_expr_nonnegative_p (arg2))
9172 return omit_one_operand_loc (loc, type,
9173 fold_build1_loc (loc, ABS_EXPR, type, arg1),
9174 arg2);
9176 /* Strip sign changing operations for the first argument. */
9177 tem = fold_strip_sign_ops (arg1);
9178 if (tem)
9179 return build_call_expr_loc (loc, fndecl, 2, tem, arg2);
9181 return NULL_TREE;
9184 /* Fold a call to builtin isascii with argument ARG. */
9186 static tree
9187 fold_builtin_isascii (location_t loc, tree arg)
9189 if (!validate_arg (arg, INTEGER_TYPE))
9190 return NULL_TREE;
9191 else
9193 /* Transform isascii(c) -> ((c & ~0x7f) == 0). */
9194 arg = fold_build2 (BIT_AND_EXPR, integer_type_node, arg,
9195 build_int_cst (NULL_TREE,
9196 ~ (unsigned HOST_WIDE_INT) 0x7f));
9197 return fold_build2_loc (loc, EQ_EXPR, integer_type_node,
9198 arg, integer_zero_node);
9202 /* Fold a call to builtin toascii with argument ARG. */
9204 static tree
9205 fold_builtin_toascii (location_t loc, tree arg)
9207 if (!validate_arg (arg, INTEGER_TYPE))
9208 return NULL_TREE;
9210 /* Transform toascii(c) -> (c & 0x7f). */
9211 return fold_build2_loc (loc, BIT_AND_EXPR, integer_type_node, arg,
9212 build_int_cst (NULL_TREE, 0x7f));
9215 /* Fold a call to builtin isdigit with argument ARG. */
9217 static tree
9218 fold_builtin_isdigit (location_t loc, tree arg)
9220 if (!validate_arg (arg, INTEGER_TYPE))
9221 return NULL_TREE;
9222 else
9224 /* Transform isdigit(c) -> (unsigned)(c) - '0' <= 9. */
9225 /* According to the C standard, isdigit is unaffected by locale.
9226 However, it definitely is affected by the target character set. */
9227 unsigned HOST_WIDE_INT target_digit0
9228 = lang_hooks.to_target_charset ('0');
9230 if (target_digit0 == 0)
9231 return NULL_TREE;
9233 arg = fold_convert_loc (loc, unsigned_type_node, arg);
9234 arg = fold_build2 (MINUS_EXPR, unsigned_type_node, arg,
9235 build_int_cst (unsigned_type_node, target_digit0));
9236 return fold_build2_loc (loc, LE_EXPR, integer_type_node, arg,
9237 build_int_cst (unsigned_type_node, 9));
9241 /* Fold a call to fabs, fabsf or fabsl with argument ARG. */
9243 static tree
9244 fold_builtin_fabs (location_t loc, tree arg, tree type)
9246 if (!validate_arg (arg, REAL_TYPE))
9247 return NULL_TREE;
9249 arg = fold_convert_loc (loc, type, arg);
9250 if (TREE_CODE (arg) == REAL_CST)
9251 return fold_abs_const (arg, type);
9252 return fold_build1_loc (loc, ABS_EXPR, type, arg);
9255 /* Fold a call to abs, labs, llabs or imaxabs with argument ARG. */
9257 static tree
9258 fold_builtin_abs (location_t loc, tree arg, tree type)
9260 if (!validate_arg (arg, INTEGER_TYPE))
9261 return NULL_TREE;
9263 arg = fold_convert_loc (loc, type, arg);
9264 if (TREE_CODE (arg) == INTEGER_CST)
9265 return fold_abs_const (arg, type);
9266 return fold_build1_loc (loc, ABS_EXPR, type, arg);
9269 /* Fold a fma operation with arguments ARG[012]. */
9271 tree
9272 fold_fma (location_t loc ATTRIBUTE_UNUSED,
9273 tree type, tree arg0, tree arg1, tree arg2)
9275 if (TREE_CODE (arg0) == REAL_CST
9276 && TREE_CODE (arg1) == REAL_CST
9277 && TREE_CODE (arg2) == REAL_CST)
9278 return do_mpfr_arg3 (arg0, arg1, arg2, type, mpfr_fma);
9280 return NULL_TREE;
9283 /* Fold a call to fma, fmaf, or fmal with arguments ARG[012]. */
9285 static tree
9286 fold_builtin_fma (location_t loc, tree arg0, tree arg1, tree arg2, tree type)
9288 if (validate_arg (arg0, REAL_TYPE)
9289 && validate_arg(arg1, REAL_TYPE)
9290 && validate_arg(arg2, REAL_TYPE))
9292 tree tem = fold_fma (loc, type, arg0, arg1, arg2);
9293 if (tem)
9294 return tem;
9296 /* ??? Only expand to FMA_EXPR if it's directly supported. */
9297 if (optab_handler (fma_optab, TYPE_MODE (type)) != CODE_FOR_nothing)
9298 return fold_build3_loc (loc, FMA_EXPR, type, arg0, arg1, arg2);
9300 return NULL_TREE;
9303 /* Fold a call to builtin fmin or fmax. */
9305 static tree
9306 fold_builtin_fmin_fmax (location_t loc, tree arg0, tree arg1,
9307 tree type, bool max)
9309 if (validate_arg (arg0, REAL_TYPE) && validate_arg (arg1, REAL_TYPE))
9311 /* Calculate the result when the argument is a constant. */
9312 tree res = do_mpfr_arg2 (arg0, arg1, type, (max ? mpfr_max : mpfr_min));
9314 if (res)
9315 return res;
9317 /* If either argument is NaN, return the other one. Avoid the
9318 transformation if we get (and honor) a signalling NaN. Using
9319 omit_one_operand() ensures we create a non-lvalue. */
9320 if (TREE_CODE (arg0) == REAL_CST
9321 && real_isnan (&TREE_REAL_CST (arg0))
9322 && (! HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0)))
9323 || ! TREE_REAL_CST (arg0).signalling))
9324 return omit_one_operand_loc (loc, type, arg1, arg0);
9325 if (TREE_CODE (arg1) == REAL_CST
9326 && real_isnan (&TREE_REAL_CST (arg1))
9327 && (! HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg1)))
9328 || ! TREE_REAL_CST (arg1).signalling))
9329 return omit_one_operand_loc (loc, type, arg0, arg1);
9331 /* Transform fmin/fmax(x,x) -> x. */
9332 if (operand_equal_p (arg0, arg1, OEP_PURE_SAME))
9333 return omit_one_operand_loc (loc, type, arg0, arg1);
9335 /* Convert fmin/fmax to MIN_EXPR/MAX_EXPR. C99 requires these
9336 functions to return the numeric arg if the other one is NaN.
9337 These tree codes don't honor that, so only transform if
9338 -ffinite-math-only is set. C99 doesn't require -0.0 to be
9339 handled, so we don't have to worry about it either. */
9340 if (flag_finite_math_only)
9341 return fold_build2_loc (loc, (max ? MAX_EXPR : MIN_EXPR), type,
9342 fold_convert_loc (loc, type, arg0),
9343 fold_convert_loc (loc, type, arg1));
9345 return NULL_TREE;
9348 /* Fold a call to builtin carg(a+bi) -> atan2(b,a). */
9350 static tree
9351 fold_builtin_carg (location_t loc, tree arg, tree type)
9353 if (validate_arg (arg, COMPLEX_TYPE)
9354 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) == REAL_TYPE)
9356 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2);
9358 if (atan2_fn)
9360 tree new_arg = builtin_save_expr (arg);
9361 tree r_arg = fold_build1_loc (loc, REALPART_EXPR, type, new_arg);
9362 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg);
9363 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
9367 return NULL_TREE;
9370 /* Fold a call to builtin logb/ilogb. */
9372 static tree
9373 fold_builtin_logb (location_t loc, tree arg, tree rettype)
9375 if (! validate_arg (arg, REAL_TYPE))
9376 return NULL_TREE;
9378 STRIP_NOPS (arg);
9380 if (TREE_CODE (arg) == REAL_CST && ! TREE_OVERFLOW (arg))
9382 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg);
9384 switch (value->cl)
9386 case rvc_nan:
9387 case rvc_inf:
9388 /* If arg is Inf or NaN and we're logb, return it. */
9389 if (TREE_CODE (rettype) == REAL_TYPE)
9390 return fold_convert_loc (loc, rettype, arg);
9391 /* Fall through... */
9392 case rvc_zero:
9393 /* Zero may set errno and/or raise an exception for logb, also
9394 for ilogb we don't know FP_ILOGB0. */
9395 return NULL_TREE;
9396 case rvc_normal:
9397 /* For normal numbers, proceed iff radix == 2. In GCC,
9398 normalized significands are in the range [0.5, 1.0). We
9399 want the exponent as if they were [1.0, 2.0) so get the
9400 exponent and subtract 1. */
9401 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (arg)))->b == 2)
9402 return fold_convert_loc (loc, rettype,
9403 build_int_cst (NULL_TREE,
9404 REAL_EXP (value)-1));
9405 break;
9409 return NULL_TREE;
9412 /* Fold a call to builtin significand, if radix == 2. */
9414 static tree
9415 fold_builtin_significand (location_t loc, tree arg, tree rettype)
9417 if (! validate_arg (arg, REAL_TYPE))
9418 return NULL_TREE;
9420 STRIP_NOPS (arg);
9422 if (TREE_CODE (arg) == REAL_CST && ! TREE_OVERFLOW (arg))
9424 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg);
9426 switch (value->cl)
9428 case rvc_zero:
9429 case rvc_nan:
9430 case rvc_inf:
9431 /* If arg is +-0, +-Inf or +-NaN, then return it. */
9432 return fold_convert_loc (loc, rettype, arg);
9433 case rvc_normal:
9434 /* For normal numbers, proceed iff radix == 2. */
9435 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (arg)))->b == 2)
9437 REAL_VALUE_TYPE result = *value;
9438 /* In GCC, normalized significands are in the range [0.5,
9439 1.0). We want them to be [1.0, 2.0) so set the
9440 exponent to 1. */
9441 SET_REAL_EXP (&result, 1);
9442 return build_real (rettype, result);
9444 break;
9448 return NULL_TREE;
9451 /* Fold a call to builtin frexp, we can assume the base is 2. */
9453 static tree
9454 fold_builtin_frexp (location_t loc, tree arg0, tree arg1, tree rettype)
9456 if (! validate_arg (arg0, REAL_TYPE) || ! validate_arg (arg1, POINTER_TYPE))
9457 return NULL_TREE;
9459 STRIP_NOPS (arg0);
9461 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0)))
9462 return NULL_TREE;
9464 arg1 = build_fold_indirect_ref_loc (loc, arg1);
9466 /* Proceed if a valid pointer type was passed in. */
9467 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg1)) == integer_type_node)
9469 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg0);
9470 tree frac, exp;
9472 switch (value->cl)
9474 case rvc_zero:
9475 /* For +-0, return (*exp = 0, +-0). */
9476 exp = integer_zero_node;
9477 frac = arg0;
9478 break;
9479 case rvc_nan:
9480 case rvc_inf:
9481 /* For +-NaN or +-Inf, *exp is unspecified, return arg0. */
9482 return omit_one_operand_loc (loc, rettype, arg0, arg1);
9483 case rvc_normal:
9485 /* Since the frexp function always expects base 2, and in
9486 GCC normalized significands are already in the range
9487 [0.5, 1.0), we have exactly what frexp wants. */
9488 REAL_VALUE_TYPE frac_rvt = *value;
9489 SET_REAL_EXP (&frac_rvt, 0);
9490 frac = build_real (rettype, frac_rvt);
9491 exp = build_int_cst (NULL_TREE, REAL_EXP (value));
9493 break;
9494 default:
9495 gcc_unreachable ();
9498 /* Create the COMPOUND_EXPR (*arg1 = trunc, frac). */
9499 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1, exp);
9500 TREE_SIDE_EFFECTS (arg1) = 1;
9501 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1, frac);
9504 return NULL_TREE;
9507 /* Fold a call to builtin ldexp or scalbn/scalbln. If LDEXP is true
9508 then we can assume the base is two. If it's false, then we have to
9509 check the mode of the TYPE parameter in certain cases. */
9511 static tree
9512 fold_builtin_load_exponent (location_t loc, tree arg0, tree arg1,
9513 tree type, bool ldexp)
9515 if (validate_arg (arg0, REAL_TYPE) && validate_arg (arg1, INTEGER_TYPE))
9517 STRIP_NOPS (arg0);
9518 STRIP_NOPS (arg1);
9520 /* If arg0 is 0, Inf or NaN, or if arg1 is 0, then return arg0. */
9521 if (real_zerop (arg0) || integer_zerop (arg1)
9522 || (TREE_CODE (arg0) == REAL_CST
9523 && !real_isfinite (&TREE_REAL_CST (arg0))))
9524 return omit_one_operand_loc (loc, type, arg0, arg1);
9526 /* If both arguments are constant, then try to evaluate it. */
9527 if ((ldexp || REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2)
9528 && TREE_CODE (arg0) == REAL_CST && !TREE_OVERFLOW (arg0)
9529 && host_integerp (arg1, 0))
9531 /* Bound the maximum adjustment to twice the range of the
9532 mode's valid exponents. Use abs to ensure the range is
9533 positive as a sanity check. */
9534 const long max_exp_adj = 2 *
9535 labs (REAL_MODE_FORMAT (TYPE_MODE (type))->emax
9536 - REAL_MODE_FORMAT (TYPE_MODE (type))->emin);
9538 /* Get the user-requested adjustment. */
9539 const HOST_WIDE_INT req_exp_adj = tree_low_cst (arg1, 0);
9541 /* The requested adjustment must be inside this range. This
9542 is a preliminary cap to avoid things like overflow, we
9543 may still fail to compute the result for other reasons. */
9544 if (-max_exp_adj < req_exp_adj && req_exp_adj < max_exp_adj)
9546 REAL_VALUE_TYPE initial_result;
9548 real_ldexp (&initial_result, &TREE_REAL_CST (arg0), req_exp_adj);
9550 /* Ensure we didn't overflow. */
9551 if (! real_isinf (&initial_result))
9553 const REAL_VALUE_TYPE trunc_result
9554 = real_value_truncate (TYPE_MODE (type), initial_result);
9556 /* Only proceed if the target mode can hold the
9557 resulting value. */
9558 if (REAL_VALUES_EQUAL (initial_result, trunc_result))
9559 return build_real (type, trunc_result);
9565 return NULL_TREE;
9568 /* Fold a call to builtin modf. */
9570 static tree
9571 fold_builtin_modf (location_t loc, tree arg0, tree arg1, tree rettype)
9573 if (! validate_arg (arg0, REAL_TYPE) || ! validate_arg (arg1, POINTER_TYPE))
9574 return NULL_TREE;
9576 STRIP_NOPS (arg0);
9578 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0)))
9579 return NULL_TREE;
9581 arg1 = build_fold_indirect_ref_loc (loc, arg1);
9583 /* Proceed if a valid pointer type was passed in. */
9584 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg1)) == TYPE_MAIN_VARIANT (rettype))
9586 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg0);
9587 REAL_VALUE_TYPE trunc, frac;
9589 switch (value->cl)
9591 case rvc_nan:
9592 case rvc_zero:
9593 /* For +-NaN or +-0, return (*arg1 = arg0, arg0). */
9594 trunc = frac = *value;
9595 break;
9596 case rvc_inf:
9597 /* For +-Inf, return (*arg1 = arg0, +-0). */
9598 frac = dconst0;
9599 frac.sign = value->sign;
9600 trunc = *value;
9601 break;
9602 case rvc_normal:
9603 /* Return (*arg1 = trunc(arg0), arg0-trunc(arg0)). */
9604 real_trunc (&trunc, VOIDmode, value);
9605 real_arithmetic (&frac, MINUS_EXPR, value, &trunc);
9606 /* If the original number was negative and already
9607 integral, then the fractional part is -0.0. */
9608 if (value->sign && frac.cl == rvc_zero)
9609 frac.sign = value->sign;
9610 break;
9613 /* Create the COMPOUND_EXPR (*arg1 = trunc, frac). */
9614 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1,
9615 build_real (rettype, trunc));
9616 TREE_SIDE_EFFECTS (arg1) = 1;
9617 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1,
9618 build_real (rettype, frac));
9621 return NULL_TREE;
9624 /* Given a location LOC, an interclass builtin function decl FNDECL
9625 and its single argument ARG, return an folded expression computing
9626 the same, or NULL_TREE if we either couldn't or didn't want to fold
9627 (the latter happen if there's an RTL instruction available). */
9629 static tree
9630 fold_builtin_interclass_mathfn (location_t loc, tree fndecl, tree arg)
9632 enum machine_mode mode;
9634 if (!validate_arg (arg, REAL_TYPE))
9635 return NULL_TREE;
9637 if (interclass_mathfn_icode (arg, fndecl) != CODE_FOR_nothing)
9638 return NULL_TREE;
9640 mode = TYPE_MODE (TREE_TYPE (arg));
9642 /* If there is no optab, try generic code. */
9643 switch (DECL_FUNCTION_CODE (fndecl))
9645 tree result;
9647 CASE_FLT_FN (BUILT_IN_ISINF):
9649 /* isinf(x) -> isgreater(fabs(x),DBL_MAX). */
9650 tree const isgr_fn = built_in_decls[BUILT_IN_ISGREATER];
9651 tree const type = TREE_TYPE (arg);
9652 REAL_VALUE_TYPE r;
9653 char buf[128];
9655 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
9656 real_from_string (&r, buf);
9657 result = build_call_expr (isgr_fn, 2,
9658 fold_build1_loc (loc, ABS_EXPR, type, arg),
9659 build_real (type, r));
9660 return result;
9662 CASE_FLT_FN (BUILT_IN_FINITE):
9663 case BUILT_IN_ISFINITE:
9665 /* isfinite(x) -> islessequal(fabs(x),DBL_MAX). */
9666 tree const isle_fn = built_in_decls[BUILT_IN_ISLESSEQUAL];
9667 tree const type = TREE_TYPE (arg);
9668 REAL_VALUE_TYPE r;
9669 char buf[128];
9671 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
9672 real_from_string (&r, buf);
9673 result = build_call_expr (isle_fn, 2,
9674 fold_build1_loc (loc, ABS_EXPR, type, arg),
9675 build_real (type, r));
9676 /*result = fold_build2_loc (loc, UNGT_EXPR,
9677 TREE_TYPE (TREE_TYPE (fndecl)),
9678 fold_build1_loc (loc, ABS_EXPR, type, arg),
9679 build_real (type, r));
9680 result = fold_build1_loc (loc, TRUTH_NOT_EXPR,
9681 TREE_TYPE (TREE_TYPE (fndecl)),
9682 result);*/
9683 return result;
9685 case BUILT_IN_ISNORMAL:
9687 /* isnormal(x) -> isgreaterequal(fabs(x),DBL_MIN) &
9688 islessequal(fabs(x),DBL_MAX). */
9689 tree const isle_fn = built_in_decls[BUILT_IN_ISLESSEQUAL];
9690 tree const isge_fn = built_in_decls[BUILT_IN_ISGREATEREQUAL];
9691 tree const type = TREE_TYPE (arg);
9692 REAL_VALUE_TYPE rmax, rmin;
9693 char buf[128];
9695 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
9696 real_from_string (&rmax, buf);
9697 sprintf (buf, "0x1p%d", REAL_MODE_FORMAT (mode)->emin - 1);
9698 real_from_string (&rmin, buf);
9699 arg = builtin_save_expr (fold_build1_loc (loc, ABS_EXPR, type, arg));
9700 result = build_call_expr (isle_fn, 2, arg,
9701 build_real (type, rmax));
9702 result = fold_build2 (BIT_AND_EXPR, integer_type_node, result,
9703 build_call_expr (isge_fn, 2, arg,
9704 build_real (type, rmin)));
9705 return result;
9707 default:
9708 break;
9711 return NULL_TREE;
9714 /* Fold a call to __builtin_isnan(), __builtin_isinf, __builtin_finite.
9715 ARG is the argument for the call. */
9717 static tree
9718 fold_builtin_classify (location_t loc, tree fndecl, tree arg, int builtin_index)
9720 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9721 REAL_VALUE_TYPE r;
9723 if (!validate_arg (arg, REAL_TYPE))
9724 return NULL_TREE;
9726 switch (builtin_index)
9728 case BUILT_IN_ISINF:
9729 if (!HONOR_INFINITIES (TYPE_MODE (TREE_TYPE (arg))))
9730 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
9732 if (TREE_CODE (arg) == REAL_CST)
9734 r = TREE_REAL_CST (arg);
9735 if (real_isinf (&r))
9736 return real_compare (GT_EXPR, &r, &dconst0)
9737 ? integer_one_node : integer_minus_one_node;
9738 else
9739 return integer_zero_node;
9742 return NULL_TREE;
9744 case BUILT_IN_ISINF_SIGN:
9746 /* isinf_sign(x) -> isinf(x) ? (signbit(x) ? -1 : 1) : 0 */
9747 /* In a boolean context, GCC will fold the inner COND_EXPR to
9748 1. So e.g. "if (isinf_sign(x))" would be folded to just
9749 "if (isinf(x) ? 1 : 0)" which becomes "if (isinf(x))". */
9750 tree signbit_fn = mathfn_built_in_1 (TREE_TYPE (arg), BUILT_IN_SIGNBIT, 0);
9751 tree isinf_fn = built_in_decls[BUILT_IN_ISINF];
9752 tree tmp = NULL_TREE;
9754 arg = builtin_save_expr (arg);
9756 if (signbit_fn && isinf_fn)
9758 tree signbit_call = build_call_expr_loc (loc, signbit_fn, 1, arg);
9759 tree isinf_call = build_call_expr_loc (loc, isinf_fn, 1, arg);
9761 signbit_call = fold_build2_loc (loc, NE_EXPR, integer_type_node,
9762 signbit_call, integer_zero_node);
9763 isinf_call = fold_build2_loc (loc, NE_EXPR, integer_type_node,
9764 isinf_call, integer_zero_node);
9766 tmp = fold_build3_loc (loc, COND_EXPR, integer_type_node, signbit_call,
9767 integer_minus_one_node, integer_one_node);
9768 tmp = fold_build3_loc (loc, COND_EXPR, integer_type_node,
9769 isinf_call, tmp,
9770 integer_zero_node);
9773 return tmp;
9776 case BUILT_IN_ISFINITE:
9777 if (!HONOR_NANS (TYPE_MODE (TREE_TYPE (arg)))
9778 && !HONOR_INFINITIES (TYPE_MODE (TREE_TYPE (arg))))
9779 return omit_one_operand_loc (loc, type, integer_one_node, arg);
9781 if (TREE_CODE (arg) == REAL_CST)
9783 r = TREE_REAL_CST (arg);
9784 return real_isfinite (&r) ? integer_one_node : integer_zero_node;
9787 return NULL_TREE;
9789 case BUILT_IN_ISNAN:
9790 if (!HONOR_NANS (TYPE_MODE (TREE_TYPE (arg))))
9791 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
9793 if (TREE_CODE (arg) == REAL_CST)
9795 r = TREE_REAL_CST (arg);
9796 return real_isnan (&r) ? integer_one_node : integer_zero_node;
9799 arg = builtin_save_expr (arg);
9800 return fold_build2_loc (loc, UNORDERED_EXPR, type, arg, arg);
9802 default:
9803 gcc_unreachable ();
9807 /* Fold a call to __builtin_fpclassify(int, int, int, int, int, ...).
9808 This builtin will generate code to return the appropriate floating
9809 point classification depending on the value of the floating point
9810 number passed in. The possible return values must be supplied as
9811 int arguments to the call in the following order: FP_NAN, FP_INFINITE,
9812 FP_NORMAL, FP_SUBNORMAL and FP_ZERO. The ellipses is for exactly
9813 one floating point argument which is "type generic". */
9815 static tree
9816 fold_builtin_fpclassify (location_t loc, tree exp)
9818 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero,
9819 arg, type, res, tmp;
9820 enum machine_mode mode;
9821 REAL_VALUE_TYPE r;
9822 char buf[128];
9824 /* Verify the required arguments in the original call. */
9825 if (!validate_arglist (exp, INTEGER_TYPE, INTEGER_TYPE,
9826 INTEGER_TYPE, INTEGER_TYPE,
9827 INTEGER_TYPE, REAL_TYPE, VOID_TYPE))
9828 return NULL_TREE;
9830 fp_nan = CALL_EXPR_ARG (exp, 0);
9831 fp_infinite = CALL_EXPR_ARG (exp, 1);
9832 fp_normal = CALL_EXPR_ARG (exp, 2);
9833 fp_subnormal = CALL_EXPR_ARG (exp, 3);
9834 fp_zero = CALL_EXPR_ARG (exp, 4);
9835 arg = CALL_EXPR_ARG (exp, 5);
9836 type = TREE_TYPE (arg);
9837 mode = TYPE_MODE (type);
9838 arg = builtin_save_expr (fold_build1_loc (loc, ABS_EXPR, type, arg));
9840 /* fpclassify(x) ->
9841 isnan(x) ? FP_NAN :
9842 (fabs(x) == Inf ? FP_INFINITE :
9843 (fabs(x) >= DBL_MIN ? FP_NORMAL :
9844 (x == 0 ? FP_ZERO : FP_SUBNORMAL))). */
9846 tmp = fold_build2_loc (loc, EQ_EXPR, integer_type_node, arg,
9847 build_real (type, dconst0));
9848 res = fold_build3_loc (loc, COND_EXPR, integer_type_node,
9849 tmp, fp_zero, fp_subnormal);
9851 sprintf (buf, "0x1p%d", REAL_MODE_FORMAT (mode)->emin - 1);
9852 real_from_string (&r, buf);
9853 tmp = fold_build2_loc (loc, GE_EXPR, integer_type_node,
9854 arg, build_real (type, r));
9855 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp, fp_normal, res);
9857 if (HONOR_INFINITIES (mode))
9859 real_inf (&r);
9860 tmp = fold_build2_loc (loc, EQ_EXPR, integer_type_node, arg,
9861 build_real (type, r));
9862 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp,
9863 fp_infinite, res);
9866 if (HONOR_NANS (mode))
9868 tmp = fold_build2_loc (loc, ORDERED_EXPR, integer_type_node, arg, arg);
9869 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp, res, fp_nan);
9872 return res;
9875 /* Fold a call to an unordered comparison function such as
9876 __builtin_isgreater(). FNDECL is the FUNCTION_DECL for the function
9877 being called and ARG0 and ARG1 are the arguments for the call.
9878 UNORDERED_CODE and ORDERED_CODE are comparison codes that give
9879 the opposite of the desired result. UNORDERED_CODE is used
9880 for modes that can hold NaNs and ORDERED_CODE is used for
9881 the rest. */
9883 static tree
9884 fold_builtin_unordered_cmp (location_t loc, tree fndecl, tree arg0, tree arg1,
9885 enum tree_code unordered_code,
9886 enum tree_code ordered_code)
9888 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9889 enum tree_code code;
9890 tree type0, type1;
9891 enum tree_code code0, code1;
9892 tree cmp_type = NULL_TREE;
9894 type0 = TREE_TYPE (arg0);
9895 type1 = TREE_TYPE (arg1);
9897 code0 = TREE_CODE (type0);
9898 code1 = TREE_CODE (type1);
9900 if (code0 == REAL_TYPE && code1 == REAL_TYPE)
9901 /* Choose the wider of two real types. */
9902 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
9903 ? type0 : type1;
9904 else if (code0 == REAL_TYPE && code1 == INTEGER_TYPE)
9905 cmp_type = type0;
9906 else if (code0 == INTEGER_TYPE && code1 == REAL_TYPE)
9907 cmp_type = type1;
9909 arg0 = fold_convert_loc (loc, cmp_type, arg0);
9910 arg1 = fold_convert_loc (loc, cmp_type, arg1);
9912 if (unordered_code == UNORDERED_EXPR)
9914 if (!HONOR_NANS (TYPE_MODE (TREE_TYPE (arg0))))
9915 return omit_two_operands_loc (loc, type, integer_zero_node, arg0, arg1);
9916 return fold_build2_loc (loc, UNORDERED_EXPR, type, arg0, arg1);
9919 code = HONOR_NANS (TYPE_MODE (TREE_TYPE (arg0))) ? unordered_code
9920 : ordered_code;
9921 return fold_build1_loc (loc, TRUTH_NOT_EXPR, type,
9922 fold_build2_loc (loc, code, type, arg0, arg1));
9925 /* Fold a call to built-in function FNDECL with 0 arguments.
9926 IGNORE is true if the result of the function call is ignored. This
9927 function returns NULL_TREE if no simplification was possible. */
9929 static tree
9930 fold_builtin_0 (location_t loc, tree fndecl, bool ignore ATTRIBUTE_UNUSED)
9932 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9933 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
9934 switch (fcode)
9936 CASE_FLT_FN (BUILT_IN_INF):
9937 case BUILT_IN_INFD32:
9938 case BUILT_IN_INFD64:
9939 case BUILT_IN_INFD128:
9940 return fold_builtin_inf (loc, type, true);
9942 CASE_FLT_FN (BUILT_IN_HUGE_VAL):
9943 return fold_builtin_inf (loc, type, false);
9945 case BUILT_IN_CLASSIFY_TYPE:
9946 return fold_builtin_classify_type (NULL_TREE);
9948 default:
9949 break;
9951 return NULL_TREE;
9954 /* Fold a call to built-in function FNDECL with 1 argument, ARG0.
9955 IGNORE is true if the result of the function call is ignored. This
9956 function returns NULL_TREE if no simplification was possible. */
9958 static tree
9959 fold_builtin_1 (location_t loc, tree fndecl, tree arg0, bool ignore)
9961 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9962 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
9963 switch (fcode)
9965 case BUILT_IN_CONSTANT_P:
9967 tree val = fold_builtin_constant_p (arg0);
9969 /* Gimplification will pull the CALL_EXPR for the builtin out of
9970 an if condition. When not optimizing, we'll not CSE it back.
9971 To avoid link error types of regressions, return false now. */
9972 if (!val && !optimize)
9973 val = integer_zero_node;
9975 return val;
9978 case BUILT_IN_CLASSIFY_TYPE:
9979 return fold_builtin_classify_type (arg0);
9981 case BUILT_IN_STRLEN:
9982 return fold_builtin_strlen (loc, type, arg0);
9984 CASE_FLT_FN (BUILT_IN_FABS):
9985 return fold_builtin_fabs (loc, arg0, type);
9987 case BUILT_IN_ABS:
9988 case BUILT_IN_LABS:
9989 case BUILT_IN_LLABS:
9990 case BUILT_IN_IMAXABS:
9991 return fold_builtin_abs (loc, arg0, type);
9993 CASE_FLT_FN (BUILT_IN_CONJ):
9994 if (validate_arg (arg0, COMPLEX_TYPE)
9995 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9996 return fold_build1_loc (loc, CONJ_EXPR, type, arg0);
9997 break;
9999 CASE_FLT_FN (BUILT_IN_CREAL):
10000 if (validate_arg (arg0, COMPLEX_TYPE)
10001 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10002 return non_lvalue_loc (loc, fold_build1_loc (loc, REALPART_EXPR, type, arg0));;
10003 break;
10005 CASE_FLT_FN (BUILT_IN_CIMAG):
10006 if (validate_arg (arg0, COMPLEX_TYPE)
10007 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10008 return non_lvalue_loc (loc, fold_build1_loc (loc, IMAGPART_EXPR, type, arg0));
10009 break;
10011 CASE_FLT_FN (BUILT_IN_CCOS):
10012 return fold_builtin_ccos(loc, arg0, type, fndecl, /*hyper=*/ false);
10014 CASE_FLT_FN (BUILT_IN_CCOSH):
10015 return fold_builtin_ccos(loc, arg0, type, fndecl, /*hyper=*/ true);
10017 CASE_FLT_FN (BUILT_IN_CPROJ):
10018 return fold_builtin_cproj(loc, arg0, type);
10020 CASE_FLT_FN (BUILT_IN_CSIN):
10021 if (validate_arg (arg0, COMPLEX_TYPE)
10022 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10023 return do_mpc_arg1 (arg0, type, mpc_sin);
10024 break;
10026 CASE_FLT_FN (BUILT_IN_CSINH):
10027 if (validate_arg (arg0, COMPLEX_TYPE)
10028 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10029 return do_mpc_arg1 (arg0, type, mpc_sinh);
10030 break;
10032 CASE_FLT_FN (BUILT_IN_CTAN):
10033 if (validate_arg (arg0, COMPLEX_TYPE)
10034 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10035 return do_mpc_arg1 (arg0, type, mpc_tan);
10036 break;
10038 CASE_FLT_FN (BUILT_IN_CTANH):
10039 if (validate_arg (arg0, COMPLEX_TYPE)
10040 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10041 return do_mpc_arg1 (arg0, type, mpc_tanh);
10042 break;
10044 CASE_FLT_FN (BUILT_IN_CLOG):
10045 if (validate_arg (arg0, COMPLEX_TYPE)
10046 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10047 return do_mpc_arg1 (arg0, type, mpc_log);
10048 break;
10050 CASE_FLT_FN (BUILT_IN_CSQRT):
10051 if (validate_arg (arg0, COMPLEX_TYPE)
10052 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10053 return do_mpc_arg1 (arg0, type, mpc_sqrt);
10054 break;
10056 CASE_FLT_FN (BUILT_IN_CASIN):
10057 if (validate_arg (arg0, COMPLEX_TYPE)
10058 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10059 return do_mpc_arg1 (arg0, type, mpc_asin);
10060 break;
10062 CASE_FLT_FN (BUILT_IN_CACOS):
10063 if (validate_arg (arg0, COMPLEX_TYPE)
10064 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10065 return do_mpc_arg1 (arg0, type, mpc_acos);
10066 break;
10068 CASE_FLT_FN (BUILT_IN_CATAN):
10069 if (validate_arg (arg0, COMPLEX_TYPE)
10070 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10071 return do_mpc_arg1 (arg0, type, mpc_atan);
10072 break;
10074 CASE_FLT_FN (BUILT_IN_CASINH):
10075 if (validate_arg (arg0, COMPLEX_TYPE)
10076 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10077 return do_mpc_arg1 (arg0, type, mpc_asinh);
10078 break;
10080 CASE_FLT_FN (BUILT_IN_CACOSH):
10081 if (validate_arg (arg0, COMPLEX_TYPE)
10082 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10083 return do_mpc_arg1 (arg0, type, mpc_acosh);
10084 break;
10086 CASE_FLT_FN (BUILT_IN_CATANH):
10087 if (validate_arg (arg0, COMPLEX_TYPE)
10088 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
10089 return do_mpc_arg1 (arg0, type, mpc_atanh);
10090 break;
10092 CASE_FLT_FN (BUILT_IN_CABS):
10093 return fold_builtin_cabs (loc, arg0, type, fndecl);
10095 CASE_FLT_FN (BUILT_IN_CARG):
10096 return fold_builtin_carg (loc, arg0, type);
10098 CASE_FLT_FN (BUILT_IN_SQRT):
10099 return fold_builtin_sqrt (loc, arg0, type);
10101 CASE_FLT_FN (BUILT_IN_CBRT):
10102 return fold_builtin_cbrt (loc, arg0, type);
10104 CASE_FLT_FN (BUILT_IN_ASIN):
10105 if (validate_arg (arg0, REAL_TYPE))
10106 return do_mpfr_arg1 (arg0, type, mpfr_asin,
10107 &dconstm1, &dconst1, true);
10108 break;
10110 CASE_FLT_FN (BUILT_IN_ACOS):
10111 if (validate_arg (arg0, REAL_TYPE))
10112 return do_mpfr_arg1 (arg0, type, mpfr_acos,
10113 &dconstm1, &dconst1, true);
10114 break;
10116 CASE_FLT_FN (BUILT_IN_ATAN):
10117 if (validate_arg (arg0, REAL_TYPE))
10118 return do_mpfr_arg1 (arg0, type, mpfr_atan, NULL, NULL, 0);
10119 break;
10121 CASE_FLT_FN (BUILT_IN_ASINH):
10122 if (validate_arg (arg0, REAL_TYPE))
10123 return do_mpfr_arg1 (arg0, type, mpfr_asinh, NULL, NULL, 0);
10124 break;
10126 CASE_FLT_FN (BUILT_IN_ACOSH):
10127 if (validate_arg (arg0, REAL_TYPE))
10128 return do_mpfr_arg1 (arg0, type, mpfr_acosh,
10129 &dconst1, NULL, true);
10130 break;
10132 CASE_FLT_FN (BUILT_IN_ATANH):
10133 if (validate_arg (arg0, REAL_TYPE))
10134 return do_mpfr_arg1 (arg0, type, mpfr_atanh,
10135 &dconstm1, &dconst1, false);
10136 break;
10138 CASE_FLT_FN (BUILT_IN_SIN):
10139 if (validate_arg (arg0, REAL_TYPE))
10140 return do_mpfr_arg1 (arg0, type, mpfr_sin, NULL, NULL, 0);
10141 break;
10143 CASE_FLT_FN (BUILT_IN_COS):
10144 return fold_builtin_cos (loc, arg0, type, fndecl);
10146 CASE_FLT_FN (BUILT_IN_TAN):
10147 return fold_builtin_tan (arg0, type);
10149 CASE_FLT_FN (BUILT_IN_CEXP):
10150 return fold_builtin_cexp (loc, arg0, type);
10152 CASE_FLT_FN (BUILT_IN_CEXPI):
10153 if (validate_arg (arg0, REAL_TYPE))
10154 return do_mpfr_sincos (arg0, NULL_TREE, NULL_TREE);
10155 break;
10157 CASE_FLT_FN (BUILT_IN_SINH):
10158 if (validate_arg (arg0, REAL_TYPE))
10159 return do_mpfr_arg1 (arg0, type, mpfr_sinh, NULL, NULL, 0);
10160 break;
10162 CASE_FLT_FN (BUILT_IN_COSH):
10163 return fold_builtin_cosh (loc, arg0, type, fndecl);
10165 CASE_FLT_FN (BUILT_IN_TANH):
10166 if (validate_arg (arg0, REAL_TYPE))
10167 return do_mpfr_arg1 (arg0, type, mpfr_tanh, NULL, NULL, 0);
10168 break;
10170 CASE_FLT_FN (BUILT_IN_ERF):
10171 if (validate_arg (arg0, REAL_TYPE))
10172 return do_mpfr_arg1 (arg0, type, mpfr_erf, NULL, NULL, 0);
10173 break;
10175 CASE_FLT_FN (BUILT_IN_ERFC):
10176 if (validate_arg (arg0, REAL_TYPE))
10177 return do_mpfr_arg1 (arg0, type, mpfr_erfc, NULL, NULL, 0);
10178 break;
10180 CASE_FLT_FN (BUILT_IN_TGAMMA):
10181 if (validate_arg (arg0, REAL_TYPE))
10182 return do_mpfr_arg1 (arg0, type, mpfr_gamma, NULL, NULL, 0);
10183 break;
10185 CASE_FLT_FN (BUILT_IN_EXP):
10186 return fold_builtin_exponent (loc, fndecl, arg0, mpfr_exp);
10188 CASE_FLT_FN (BUILT_IN_EXP2):
10189 return fold_builtin_exponent (loc, fndecl, arg0, mpfr_exp2);
10191 CASE_FLT_FN (BUILT_IN_EXP10):
10192 CASE_FLT_FN (BUILT_IN_POW10):
10193 return fold_builtin_exponent (loc, fndecl, arg0, mpfr_exp10);
10195 CASE_FLT_FN (BUILT_IN_EXPM1):
10196 if (validate_arg (arg0, REAL_TYPE))
10197 return do_mpfr_arg1 (arg0, type, mpfr_expm1, NULL, NULL, 0);
10198 break;
10200 CASE_FLT_FN (BUILT_IN_LOG):
10201 return fold_builtin_logarithm (loc, fndecl, arg0, mpfr_log);
10203 CASE_FLT_FN (BUILT_IN_LOG2):
10204 return fold_builtin_logarithm (loc, fndecl, arg0, mpfr_log2);
10206 CASE_FLT_FN (BUILT_IN_LOG10):
10207 return fold_builtin_logarithm (loc, fndecl, arg0, mpfr_log10);
10209 CASE_FLT_FN (BUILT_IN_LOG1P):
10210 if (validate_arg (arg0, REAL_TYPE))
10211 return do_mpfr_arg1 (arg0, type, mpfr_log1p,
10212 &dconstm1, NULL, false);
10213 break;
10215 CASE_FLT_FN (BUILT_IN_J0):
10216 if (validate_arg (arg0, REAL_TYPE))
10217 return do_mpfr_arg1 (arg0, type, mpfr_j0,
10218 NULL, NULL, 0);
10219 break;
10221 CASE_FLT_FN (BUILT_IN_J1):
10222 if (validate_arg (arg0, REAL_TYPE))
10223 return do_mpfr_arg1 (arg0, type, mpfr_j1,
10224 NULL, NULL, 0);
10225 break;
10227 CASE_FLT_FN (BUILT_IN_Y0):
10228 if (validate_arg (arg0, REAL_TYPE))
10229 return do_mpfr_arg1 (arg0, type, mpfr_y0,
10230 &dconst0, NULL, false);
10231 break;
10233 CASE_FLT_FN (BUILT_IN_Y1):
10234 if (validate_arg (arg0, REAL_TYPE))
10235 return do_mpfr_arg1 (arg0, type, mpfr_y1,
10236 &dconst0, NULL, false);
10237 break;
10239 CASE_FLT_FN (BUILT_IN_NAN):
10240 case BUILT_IN_NAND32:
10241 case BUILT_IN_NAND64:
10242 case BUILT_IN_NAND128:
10243 return fold_builtin_nan (arg0, type, true);
10245 CASE_FLT_FN (BUILT_IN_NANS):
10246 return fold_builtin_nan (arg0, type, false);
10248 CASE_FLT_FN (BUILT_IN_FLOOR):
10249 return fold_builtin_floor (loc, fndecl, arg0);
10251 CASE_FLT_FN (BUILT_IN_CEIL):
10252 return fold_builtin_ceil (loc, fndecl, arg0);
10254 CASE_FLT_FN (BUILT_IN_TRUNC):
10255 return fold_builtin_trunc (loc, fndecl, arg0);
10257 CASE_FLT_FN (BUILT_IN_ROUND):
10258 return fold_builtin_round (loc, fndecl, arg0);
10260 CASE_FLT_FN (BUILT_IN_NEARBYINT):
10261 CASE_FLT_FN (BUILT_IN_RINT):
10262 return fold_trunc_transparent_mathfn (loc, fndecl, arg0);
10264 CASE_FLT_FN (BUILT_IN_LCEIL):
10265 CASE_FLT_FN (BUILT_IN_LLCEIL):
10266 CASE_FLT_FN (BUILT_IN_LFLOOR):
10267 CASE_FLT_FN (BUILT_IN_LLFLOOR):
10268 CASE_FLT_FN (BUILT_IN_LROUND):
10269 CASE_FLT_FN (BUILT_IN_LLROUND):
10270 return fold_builtin_int_roundingfn (loc, fndecl, arg0);
10272 CASE_FLT_FN (BUILT_IN_LRINT):
10273 CASE_FLT_FN (BUILT_IN_LLRINT):
10274 return fold_fixed_mathfn (loc, fndecl, arg0);
10276 case BUILT_IN_BSWAP32:
10277 case BUILT_IN_BSWAP64:
10278 return fold_builtin_bswap (fndecl, arg0);
10280 CASE_INT_FN (BUILT_IN_FFS):
10281 CASE_INT_FN (BUILT_IN_CLZ):
10282 CASE_INT_FN (BUILT_IN_CTZ):
10283 CASE_INT_FN (BUILT_IN_POPCOUNT):
10284 CASE_INT_FN (BUILT_IN_PARITY):
10285 return fold_builtin_bitop (fndecl, arg0);
10287 CASE_FLT_FN (BUILT_IN_SIGNBIT):
10288 return fold_builtin_signbit (loc, arg0, type);
10290 CASE_FLT_FN (BUILT_IN_SIGNIFICAND):
10291 return fold_builtin_significand (loc, arg0, type);
10293 CASE_FLT_FN (BUILT_IN_ILOGB):
10294 CASE_FLT_FN (BUILT_IN_LOGB):
10295 return fold_builtin_logb (loc, arg0, type);
10297 case BUILT_IN_ISASCII:
10298 return fold_builtin_isascii (loc, arg0);
10300 case BUILT_IN_TOASCII:
10301 return fold_builtin_toascii (loc, arg0);
10303 case BUILT_IN_ISDIGIT:
10304 return fold_builtin_isdigit (loc, arg0);
10306 CASE_FLT_FN (BUILT_IN_FINITE):
10307 case BUILT_IN_FINITED32:
10308 case BUILT_IN_FINITED64:
10309 case BUILT_IN_FINITED128:
10310 case BUILT_IN_ISFINITE:
10312 tree ret = fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISFINITE);
10313 if (ret)
10314 return ret;
10315 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
10318 CASE_FLT_FN (BUILT_IN_ISINF):
10319 case BUILT_IN_ISINFD32:
10320 case BUILT_IN_ISINFD64:
10321 case BUILT_IN_ISINFD128:
10323 tree ret = fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISINF);
10324 if (ret)
10325 return ret;
10326 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
10329 case BUILT_IN_ISNORMAL:
10330 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
10332 case BUILT_IN_ISINF_SIGN:
10333 return fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISINF_SIGN);
10335 CASE_FLT_FN (BUILT_IN_ISNAN):
10336 case BUILT_IN_ISNAND32:
10337 case BUILT_IN_ISNAND64:
10338 case BUILT_IN_ISNAND128:
10339 return fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISNAN);
10341 case BUILT_IN_PRINTF:
10342 case BUILT_IN_PRINTF_UNLOCKED:
10343 case BUILT_IN_VPRINTF:
10344 return fold_builtin_printf (loc, fndecl, arg0, NULL_TREE, ignore, fcode);
10346 case BUILT_IN_FREE:
10347 if (integer_zerop (arg0))
10348 return build_empty_stmt (loc);
10349 break;
10351 default:
10352 break;
10355 return NULL_TREE;
10359 /* Fold a call to built-in function FNDECL with 2 arguments, ARG0 and ARG1.
10360 IGNORE is true if the result of the function call is ignored. This
10361 function returns NULL_TREE if no simplification was possible. */
10363 static tree
10364 fold_builtin_2 (location_t loc, tree fndecl, tree arg0, tree arg1, bool ignore)
10366 tree type = TREE_TYPE (TREE_TYPE (fndecl));
10367 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10369 switch (fcode)
10371 CASE_FLT_FN (BUILT_IN_JN):
10372 if (validate_arg (arg0, INTEGER_TYPE)
10373 && validate_arg (arg1, REAL_TYPE))
10374 return do_mpfr_bessel_n (arg0, arg1, type, mpfr_jn, NULL, 0);
10375 break;
10377 CASE_FLT_FN (BUILT_IN_YN):
10378 if (validate_arg (arg0, INTEGER_TYPE)
10379 && validate_arg (arg1, REAL_TYPE))
10380 return do_mpfr_bessel_n (arg0, arg1, type, mpfr_yn,
10381 &dconst0, false);
10382 break;
10384 CASE_FLT_FN (BUILT_IN_DREM):
10385 CASE_FLT_FN (BUILT_IN_REMAINDER):
10386 if (validate_arg (arg0, REAL_TYPE)
10387 && validate_arg(arg1, REAL_TYPE))
10388 return do_mpfr_arg2 (arg0, arg1, type, mpfr_remainder);
10389 break;
10391 CASE_FLT_FN_REENT (BUILT_IN_GAMMA): /* GAMMA_R */
10392 CASE_FLT_FN_REENT (BUILT_IN_LGAMMA): /* LGAMMA_R */
10393 if (validate_arg (arg0, REAL_TYPE)
10394 && validate_arg(arg1, POINTER_TYPE))
10395 return do_mpfr_lgamma_r (arg0, arg1, type);
10396 break;
10398 CASE_FLT_FN (BUILT_IN_ATAN2):
10399 if (validate_arg (arg0, REAL_TYPE)
10400 && validate_arg(arg1, REAL_TYPE))
10401 return do_mpfr_arg2 (arg0, arg1, type, mpfr_atan2);
10402 break;
10404 CASE_FLT_FN (BUILT_IN_FDIM):
10405 if (validate_arg (arg0, REAL_TYPE)
10406 && validate_arg(arg1, REAL_TYPE))
10407 return do_mpfr_arg2 (arg0, arg1, type, mpfr_dim);
10408 break;
10410 CASE_FLT_FN (BUILT_IN_HYPOT):
10411 return fold_builtin_hypot (loc, fndecl, arg0, arg1, type);
10413 CASE_FLT_FN (BUILT_IN_CPOW):
10414 if (validate_arg (arg0, COMPLEX_TYPE)
10415 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE
10416 && validate_arg (arg1, COMPLEX_TYPE)
10417 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == REAL_TYPE)
10418 return do_mpc_arg2 (arg0, arg1, type, /*do_nonfinite=*/ 0, mpc_pow);
10419 break;
10421 CASE_FLT_FN (BUILT_IN_LDEXP):
10422 return fold_builtin_load_exponent (loc, arg0, arg1, type, /*ldexp=*/true);
10423 CASE_FLT_FN (BUILT_IN_SCALBN):
10424 CASE_FLT_FN (BUILT_IN_SCALBLN):
10425 return fold_builtin_load_exponent (loc, arg0, arg1,
10426 type, /*ldexp=*/false);
10428 CASE_FLT_FN (BUILT_IN_FREXP):
10429 return fold_builtin_frexp (loc, arg0, arg1, type);
10431 CASE_FLT_FN (BUILT_IN_MODF):
10432 return fold_builtin_modf (loc, arg0, arg1, type);
10434 case BUILT_IN_BZERO:
10435 return fold_builtin_bzero (loc, arg0, arg1, ignore);
10437 case BUILT_IN_FPUTS:
10438 return fold_builtin_fputs (loc, arg0, arg1, ignore, false, NULL_TREE);
10440 case BUILT_IN_FPUTS_UNLOCKED:
10441 return fold_builtin_fputs (loc, arg0, arg1, ignore, true, NULL_TREE);
10443 case BUILT_IN_STRSTR:
10444 return fold_builtin_strstr (loc, arg0, arg1, type);
10446 case BUILT_IN_STRCAT:
10447 return fold_builtin_strcat (loc, arg0, arg1);
10449 case BUILT_IN_STRSPN:
10450 return fold_builtin_strspn (loc, arg0, arg1);
10452 case BUILT_IN_STRCSPN:
10453 return fold_builtin_strcspn (loc, arg0, arg1);
10455 case BUILT_IN_STRCHR:
10456 case BUILT_IN_INDEX:
10457 return fold_builtin_strchr (loc, arg0, arg1, type);
10459 case BUILT_IN_STRRCHR:
10460 case BUILT_IN_RINDEX:
10461 return fold_builtin_strrchr (loc, arg0, arg1, type);
10463 case BUILT_IN_STRCPY:
10464 return fold_builtin_strcpy (loc, fndecl, arg0, arg1, NULL_TREE);
10466 case BUILT_IN_STPCPY:
10467 if (ignore)
10469 tree fn = implicit_built_in_decls[BUILT_IN_STRCPY];
10470 if (!fn)
10471 break;
10473 return build_call_expr_loc (loc, fn, 2, arg0, arg1);
10475 else
10476 return fold_builtin_stpcpy (loc, fndecl, arg0, arg1);
10477 break;
10479 case BUILT_IN_STRCMP:
10480 return fold_builtin_strcmp (loc, arg0, arg1);
10482 case BUILT_IN_STRPBRK:
10483 return fold_builtin_strpbrk (loc, arg0, arg1, type);
10485 case BUILT_IN_EXPECT:
10486 return fold_builtin_expect (loc, arg0, arg1);
10488 CASE_FLT_FN (BUILT_IN_POW):
10489 return fold_builtin_pow (loc, fndecl, arg0, arg1, type);
10491 CASE_FLT_FN (BUILT_IN_POWI):
10492 return fold_builtin_powi (loc, fndecl, arg0, arg1, type);
10494 CASE_FLT_FN (BUILT_IN_COPYSIGN):
10495 return fold_builtin_copysign (loc, fndecl, arg0, arg1, type);
10497 CASE_FLT_FN (BUILT_IN_FMIN):
10498 return fold_builtin_fmin_fmax (loc, arg0, arg1, type, /*max=*/false);
10500 CASE_FLT_FN (BUILT_IN_FMAX):
10501 return fold_builtin_fmin_fmax (loc, arg0, arg1, type, /*max=*/true);
10503 case BUILT_IN_ISGREATER:
10504 return fold_builtin_unordered_cmp (loc, fndecl,
10505 arg0, arg1, UNLE_EXPR, LE_EXPR);
10506 case BUILT_IN_ISGREATEREQUAL:
10507 return fold_builtin_unordered_cmp (loc, fndecl,
10508 arg0, arg1, UNLT_EXPR, LT_EXPR);
10509 case BUILT_IN_ISLESS:
10510 return fold_builtin_unordered_cmp (loc, fndecl,
10511 arg0, arg1, UNGE_EXPR, GE_EXPR);
10512 case BUILT_IN_ISLESSEQUAL:
10513 return fold_builtin_unordered_cmp (loc, fndecl,
10514 arg0, arg1, UNGT_EXPR, GT_EXPR);
10515 case BUILT_IN_ISLESSGREATER:
10516 return fold_builtin_unordered_cmp (loc, fndecl,
10517 arg0, arg1, UNEQ_EXPR, EQ_EXPR);
10518 case BUILT_IN_ISUNORDERED:
10519 return fold_builtin_unordered_cmp (loc, fndecl,
10520 arg0, arg1, UNORDERED_EXPR,
10521 NOP_EXPR);
10523 /* We do the folding for va_start in the expander. */
10524 case BUILT_IN_VA_START:
10525 break;
10527 case BUILT_IN_SPRINTF:
10528 return fold_builtin_sprintf (loc, arg0, arg1, NULL_TREE, ignore);
10530 case BUILT_IN_OBJECT_SIZE:
10531 return fold_builtin_object_size (arg0, arg1);
10533 case BUILT_IN_PRINTF:
10534 case BUILT_IN_PRINTF_UNLOCKED:
10535 case BUILT_IN_VPRINTF:
10536 return fold_builtin_printf (loc, fndecl, arg0, arg1, ignore, fcode);
10538 case BUILT_IN_PRINTF_CHK:
10539 case BUILT_IN_VPRINTF_CHK:
10540 if (!validate_arg (arg0, INTEGER_TYPE)
10541 || TREE_SIDE_EFFECTS (arg0))
10542 return NULL_TREE;
10543 else
10544 return fold_builtin_printf (loc, fndecl,
10545 arg1, NULL_TREE, ignore, fcode);
10546 break;
10548 case BUILT_IN_FPRINTF:
10549 case BUILT_IN_FPRINTF_UNLOCKED:
10550 case BUILT_IN_VFPRINTF:
10551 return fold_builtin_fprintf (loc, fndecl, arg0, arg1, NULL_TREE,
10552 ignore, fcode);
10554 default:
10555 break;
10557 return NULL_TREE;
10560 /* Fold a call to built-in function FNDECL with 3 arguments, ARG0, ARG1,
10561 and ARG2. IGNORE is true if the result of the function call is ignored.
10562 This function returns NULL_TREE if no simplification was possible. */
10564 static tree
10565 fold_builtin_3 (location_t loc, tree fndecl,
10566 tree arg0, tree arg1, tree arg2, bool ignore)
10568 tree type = TREE_TYPE (TREE_TYPE (fndecl));
10569 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10570 switch (fcode)
10573 CASE_FLT_FN (BUILT_IN_SINCOS):
10574 return fold_builtin_sincos (loc, arg0, arg1, arg2);
10576 CASE_FLT_FN (BUILT_IN_FMA):
10577 return fold_builtin_fma (loc, arg0, arg1, arg2, type);
10578 break;
10580 CASE_FLT_FN (BUILT_IN_REMQUO):
10581 if (validate_arg (arg0, REAL_TYPE)
10582 && validate_arg(arg1, REAL_TYPE)
10583 && validate_arg(arg2, POINTER_TYPE))
10584 return do_mpfr_remquo (arg0, arg1, arg2);
10585 break;
10587 case BUILT_IN_MEMSET:
10588 return fold_builtin_memset (loc, arg0, arg1, arg2, type, ignore);
10590 case BUILT_IN_BCOPY:
10591 return fold_builtin_memory_op (loc, arg1, arg0, arg2,
10592 void_type_node, true, /*endp=*/3);
10594 case BUILT_IN_MEMCPY:
10595 return fold_builtin_memory_op (loc, arg0, arg1, arg2,
10596 type, ignore, /*endp=*/0);
10598 case BUILT_IN_MEMPCPY:
10599 return fold_builtin_memory_op (loc, arg0, arg1, arg2,
10600 type, ignore, /*endp=*/1);
10602 case BUILT_IN_MEMMOVE:
10603 return fold_builtin_memory_op (loc, arg0, arg1, arg2,
10604 type, ignore, /*endp=*/3);
10606 case BUILT_IN_STRNCAT:
10607 return fold_builtin_strncat (loc, arg0, arg1, arg2);
10609 case BUILT_IN_STRNCPY:
10610 return fold_builtin_strncpy (loc, fndecl, arg0, arg1, arg2, NULL_TREE);
10612 case BUILT_IN_STRNCMP:
10613 return fold_builtin_strncmp (loc, arg0, arg1, arg2);
10615 case BUILT_IN_MEMCHR:
10616 return fold_builtin_memchr (loc, arg0, arg1, arg2, type);
10618 case BUILT_IN_BCMP:
10619 case BUILT_IN_MEMCMP:
10620 return fold_builtin_memcmp (loc, arg0, arg1, arg2);;
10622 case BUILT_IN_SPRINTF:
10623 return fold_builtin_sprintf (loc, arg0, arg1, arg2, ignore);
10625 case BUILT_IN_STRCPY_CHK:
10626 case BUILT_IN_STPCPY_CHK:
10627 return fold_builtin_stxcpy_chk (loc, fndecl, arg0, arg1, arg2, NULL_TREE,
10628 ignore, fcode);
10630 case BUILT_IN_STRCAT_CHK:
10631 return fold_builtin_strcat_chk (loc, fndecl, arg0, arg1, arg2);
10633 case BUILT_IN_PRINTF_CHK:
10634 case BUILT_IN_VPRINTF_CHK:
10635 if (!validate_arg (arg0, INTEGER_TYPE)
10636 || TREE_SIDE_EFFECTS (arg0))
10637 return NULL_TREE;
10638 else
10639 return fold_builtin_printf (loc, fndecl, arg1, arg2, ignore, fcode);
10640 break;
10642 case BUILT_IN_FPRINTF:
10643 case BUILT_IN_FPRINTF_UNLOCKED:
10644 case BUILT_IN_VFPRINTF:
10645 return fold_builtin_fprintf (loc, fndecl, arg0, arg1, arg2,
10646 ignore, fcode);
10648 case BUILT_IN_FPRINTF_CHK:
10649 case BUILT_IN_VFPRINTF_CHK:
10650 if (!validate_arg (arg1, INTEGER_TYPE)
10651 || TREE_SIDE_EFFECTS (arg1))
10652 return NULL_TREE;
10653 else
10654 return fold_builtin_fprintf (loc, fndecl, arg0, arg2, NULL_TREE,
10655 ignore, fcode);
10657 default:
10658 break;
10660 return NULL_TREE;
10663 /* Fold a call to built-in function FNDECL with 4 arguments, ARG0, ARG1,
10664 ARG2, and ARG3. IGNORE is true if the result of the function call is
10665 ignored. This function returns NULL_TREE if no simplification was
10666 possible. */
10668 static tree
10669 fold_builtin_4 (location_t loc, tree fndecl,
10670 tree arg0, tree arg1, tree arg2, tree arg3, bool ignore)
10672 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10674 switch (fcode)
10676 case BUILT_IN_MEMCPY_CHK:
10677 case BUILT_IN_MEMPCPY_CHK:
10678 case BUILT_IN_MEMMOVE_CHK:
10679 case BUILT_IN_MEMSET_CHK:
10680 return fold_builtin_memory_chk (loc, fndecl, arg0, arg1, arg2, arg3,
10681 NULL_TREE, ignore,
10682 DECL_FUNCTION_CODE (fndecl));
10684 case BUILT_IN_STRNCPY_CHK:
10685 return fold_builtin_strncpy_chk (loc, arg0, arg1, arg2, arg3, NULL_TREE);
10687 case BUILT_IN_STRNCAT_CHK:
10688 return fold_builtin_strncat_chk (loc, fndecl, arg0, arg1, arg2, arg3);
10690 case BUILT_IN_FPRINTF_CHK:
10691 case BUILT_IN_VFPRINTF_CHK:
10692 if (!validate_arg (arg1, INTEGER_TYPE)
10693 || TREE_SIDE_EFFECTS (arg1))
10694 return NULL_TREE;
10695 else
10696 return fold_builtin_fprintf (loc, fndecl, arg0, arg2, arg3,
10697 ignore, fcode);
10698 break;
10700 default:
10701 break;
10703 return NULL_TREE;
10706 /* Fold a call to built-in function FNDECL. ARGS is an array of NARGS
10707 arguments, where NARGS <= 4. IGNORE is true if the result of the
10708 function call is ignored. This function returns NULL_TREE if no
10709 simplification was possible. Note that this only folds builtins with
10710 fixed argument patterns. Foldings that do varargs-to-varargs
10711 transformations, or that match calls with more than 4 arguments,
10712 need to be handled with fold_builtin_varargs instead. */
10714 #define MAX_ARGS_TO_FOLD_BUILTIN 4
10716 static tree
10717 fold_builtin_n (location_t loc, tree fndecl, tree *args, int nargs, bool ignore)
10719 tree ret = NULL_TREE;
10721 switch (nargs)
10723 case 0:
10724 ret = fold_builtin_0 (loc, fndecl, ignore);
10725 break;
10726 case 1:
10727 ret = fold_builtin_1 (loc, fndecl, args[0], ignore);
10728 break;
10729 case 2:
10730 ret = fold_builtin_2 (loc, fndecl, args[0], args[1], ignore);
10731 break;
10732 case 3:
10733 ret = fold_builtin_3 (loc, fndecl, args[0], args[1], args[2], ignore);
10734 break;
10735 case 4:
10736 ret = fold_builtin_4 (loc, fndecl, args[0], args[1], args[2], args[3],
10737 ignore);
10738 break;
10739 default:
10740 break;
10742 if (ret)
10744 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
10745 SET_EXPR_LOCATION (ret, loc);
10746 TREE_NO_WARNING (ret) = 1;
10747 return ret;
10749 return NULL_TREE;
10752 /* Builtins with folding operations that operate on "..." arguments
10753 need special handling; we need to store the arguments in a convenient
10754 data structure before attempting any folding. Fortunately there are
10755 only a few builtins that fall into this category. FNDECL is the
10756 function, EXP is the CALL_EXPR for the call, and IGNORE is true if the
10757 result of the function call is ignored. */
10759 static tree
10760 fold_builtin_varargs (location_t loc, tree fndecl, tree exp,
10761 bool ignore ATTRIBUTE_UNUSED)
10763 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10764 tree ret = NULL_TREE;
10766 switch (fcode)
10768 case BUILT_IN_SPRINTF_CHK:
10769 case BUILT_IN_VSPRINTF_CHK:
10770 ret = fold_builtin_sprintf_chk (loc, exp, fcode);
10771 break;
10773 case BUILT_IN_SNPRINTF_CHK:
10774 case BUILT_IN_VSNPRINTF_CHK:
10775 ret = fold_builtin_snprintf_chk (loc, exp, NULL_TREE, fcode);
10776 break;
10778 case BUILT_IN_FPCLASSIFY:
10779 ret = fold_builtin_fpclassify (loc, exp);
10780 break;
10782 default:
10783 break;
10785 if (ret)
10787 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
10788 SET_EXPR_LOCATION (ret, loc);
10789 TREE_NO_WARNING (ret) = 1;
10790 return ret;
10792 return NULL_TREE;
10795 /* Return true if FNDECL shouldn't be folded right now.
10796 If a built-in function has an inline attribute always_inline
10797 wrapper, defer folding it after always_inline functions have
10798 been inlined, otherwise e.g. -D_FORTIFY_SOURCE checking
10799 might not be performed. */
10801 static bool
10802 avoid_folding_inline_builtin (tree fndecl)
10804 return (DECL_DECLARED_INLINE_P (fndecl)
10805 && DECL_DISREGARD_INLINE_LIMITS (fndecl)
10806 && cfun
10807 && !cfun->always_inline_functions_inlined
10808 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (fndecl)));
10811 /* A wrapper function for builtin folding that prevents warnings for
10812 "statement without effect" and the like, caused by removing the
10813 call node earlier than the warning is generated. */
10815 tree
10816 fold_call_expr (location_t loc, tree exp, bool ignore)
10818 tree ret = NULL_TREE;
10819 tree fndecl = get_callee_fndecl (exp);
10820 if (fndecl
10821 && TREE_CODE (fndecl) == FUNCTION_DECL
10822 && DECL_BUILT_IN (fndecl)
10823 /* If CALL_EXPR_VA_ARG_PACK is set, the arguments aren't finalized
10824 yet. Defer folding until we see all the arguments
10825 (after inlining). */
10826 && !CALL_EXPR_VA_ARG_PACK (exp))
10828 int nargs = call_expr_nargs (exp);
10830 /* Before gimplification CALL_EXPR_VA_ARG_PACK is not set, but
10831 instead last argument is __builtin_va_arg_pack (). Defer folding
10832 even in that case, until arguments are finalized. */
10833 if (nargs && TREE_CODE (CALL_EXPR_ARG (exp, nargs - 1)) == CALL_EXPR)
10835 tree fndecl2 = get_callee_fndecl (CALL_EXPR_ARG (exp, nargs - 1));
10836 if (fndecl2
10837 && TREE_CODE (fndecl2) == FUNCTION_DECL
10838 && DECL_BUILT_IN_CLASS (fndecl2) == BUILT_IN_NORMAL
10839 && DECL_FUNCTION_CODE (fndecl2) == BUILT_IN_VA_ARG_PACK)
10840 return NULL_TREE;
10843 if (avoid_folding_inline_builtin (fndecl))
10844 return NULL_TREE;
10846 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
10847 return targetm.fold_builtin (fndecl, call_expr_nargs (exp),
10848 CALL_EXPR_ARGP (exp), ignore);
10849 else
10851 if (nargs <= MAX_ARGS_TO_FOLD_BUILTIN)
10853 tree *args = CALL_EXPR_ARGP (exp);
10854 ret = fold_builtin_n (loc, fndecl, args, nargs, ignore);
10856 if (!ret)
10857 ret = fold_builtin_varargs (loc, fndecl, exp, ignore);
10858 if (ret)
10859 return ret;
10862 return NULL_TREE;
10865 /* Conveniently construct a function call expression. FNDECL names the
10866 function to be called and N arguments are passed in the array
10867 ARGARRAY. */
10869 tree
10870 build_call_expr_loc_array (location_t loc, tree fndecl, int n, tree *argarray)
10872 tree fntype = TREE_TYPE (fndecl);
10873 tree fn = build1 (ADDR_EXPR, build_pointer_type (fntype), fndecl);
10875 return fold_builtin_call_array (loc, TREE_TYPE (fntype), fn, n, argarray);
10878 /* Conveniently construct a function call expression. FNDECL names the
10879 function to be called and the arguments are passed in the vector
10880 VEC. */
10882 tree
10883 build_call_expr_loc_vec (location_t loc, tree fndecl, VEC(tree,gc) *vec)
10885 return build_call_expr_loc_array (loc, fndecl, VEC_length (tree, vec),
10886 VEC_address (tree, vec));
10890 /* Conveniently construct a function call expression. FNDECL names the
10891 function to be called, N is the number of arguments, and the "..."
10892 parameters are the argument expressions. */
10894 tree
10895 build_call_expr_loc (location_t loc, tree fndecl, int n, ...)
10897 va_list ap;
10898 tree *argarray = XALLOCAVEC (tree, n);
10899 int i;
10901 va_start (ap, n);
10902 for (i = 0; i < n; i++)
10903 argarray[i] = va_arg (ap, tree);
10904 va_end (ap);
10905 return build_call_expr_loc_array (loc, fndecl, n, argarray);
10908 /* Like build_call_expr_loc (UNKNOWN_LOCATION, ...). Duplicated because
10909 varargs macros aren't supported by all bootstrap compilers. */
10911 tree
10912 build_call_expr (tree fndecl, int n, ...)
10914 va_list ap;
10915 tree *argarray = XALLOCAVEC (tree, n);
10916 int i;
10918 va_start (ap, n);
10919 for (i = 0; i < n; i++)
10920 argarray[i] = va_arg (ap, tree);
10921 va_end (ap);
10922 return build_call_expr_loc_array (UNKNOWN_LOCATION, fndecl, n, argarray);
10925 /* Construct a CALL_EXPR with type TYPE with FN as the function expression.
10926 N arguments are passed in the array ARGARRAY. */
10928 tree
10929 fold_builtin_call_array (location_t loc, tree type,
10930 tree fn,
10931 int n,
10932 tree *argarray)
10934 tree ret = NULL_TREE;
10935 tree exp;
10937 if (TREE_CODE (fn) == ADDR_EXPR)
10939 tree fndecl = TREE_OPERAND (fn, 0);
10940 if (TREE_CODE (fndecl) == FUNCTION_DECL
10941 && DECL_BUILT_IN (fndecl))
10943 /* If last argument is __builtin_va_arg_pack (), arguments to this
10944 function are not finalized yet. Defer folding until they are. */
10945 if (n && TREE_CODE (argarray[n - 1]) == CALL_EXPR)
10947 tree fndecl2 = get_callee_fndecl (argarray[n - 1]);
10948 if (fndecl2
10949 && TREE_CODE (fndecl2) == FUNCTION_DECL
10950 && DECL_BUILT_IN_CLASS (fndecl2) == BUILT_IN_NORMAL
10951 && DECL_FUNCTION_CODE (fndecl2) == BUILT_IN_VA_ARG_PACK)
10952 return build_call_array_loc (loc, type, fn, n, argarray);
10954 if (avoid_folding_inline_builtin (fndecl))
10955 return build_call_array_loc (loc, type, fn, n, argarray);
10956 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
10958 ret = targetm.fold_builtin (fndecl, n, argarray, false);
10959 if (ret)
10960 return ret;
10962 return build_call_array_loc (loc, type, fn, n, argarray);
10964 else if (n <= MAX_ARGS_TO_FOLD_BUILTIN)
10966 /* First try the transformations that don't require consing up
10967 an exp. */
10968 ret = fold_builtin_n (loc, fndecl, argarray, n, false);
10969 if (ret)
10970 return ret;
10973 /* If we got this far, we need to build an exp. */
10974 exp = build_call_array_loc (loc, type, fn, n, argarray);
10975 ret = fold_builtin_varargs (loc, fndecl, exp, false);
10976 return ret ? ret : exp;
10980 return build_call_array_loc (loc, type, fn, n, argarray);
10983 /* Construct a new CALL_EXPR to FNDECL using the tail of the argument
10984 list ARGS along with N new arguments in NEWARGS. SKIP is the number
10985 of arguments in ARGS to be omitted. OLDNARGS is the number of
10986 elements in ARGS. */
10988 static tree
10989 rewrite_call_expr_valist (location_t loc, int oldnargs, tree *args,
10990 int skip, tree fndecl, int n, va_list newargs)
10992 int nargs = oldnargs - skip + n;
10993 tree *buffer;
10995 if (n > 0)
10997 int i, j;
10999 buffer = XALLOCAVEC (tree, nargs);
11000 for (i = 0; i < n; i++)
11001 buffer[i] = va_arg (newargs, tree);
11002 for (j = skip; j < oldnargs; j++, i++)
11003 buffer[i] = args[j];
11005 else
11006 buffer = args + skip;
11008 return build_call_expr_loc_array (loc, fndecl, nargs, buffer);
11011 /* Construct a new CALL_EXPR to FNDECL using the tail of the argument
11012 list ARGS along with N new arguments specified as the "..."
11013 parameters. SKIP is the number of arguments in ARGS to be omitted.
11014 OLDNARGS is the number of elements in ARGS. */
11016 static tree
11017 rewrite_call_expr_array (location_t loc, int oldnargs, tree *args,
11018 int skip, tree fndecl, int n, ...)
11020 va_list ap;
11021 tree t;
11023 va_start (ap, n);
11024 t = rewrite_call_expr_valist (loc, oldnargs, args, skip, fndecl, n, ap);
11025 va_end (ap);
11027 return t;
11030 /* Construct a new CALL_EXPR using the tail of the argument list of EXP
11031 along with N new arguments specified as the "..." parameters. SKIP
11032 is the number of arguments in EXP to be omitted. This function is used
11033 to do varargs-to-varargs transformations. */
11035 static tree
11036 rewrite_call_expr (location_t loc, tree exp, int skip, tree fndecl, int n, ...)
11038 va_list ap;
11039 tree t;
11041 va_start (ap, n);
11042 t = rewrite_call_expr_valist (loc, call_expr_nargs (exp),
11043 CALL_EXPR_ARGP (exp), skip, fndecl, n, ap);
11044 va_end (ap);
11046 return t;
11049 /* Validate a single argument ARG against a tree code CODE representing
11050 a type. */
11052 static bool
11053 validate_arg (const_tree arg, enum tree_code code)
11055 if (!arg)
11056 return false;
11057 else if (code == POINTER_TYPE)
11058 return POINTER_TYPE_P (TREE_TYPE (arg));
11059 else if (code == INTEGER_TYPE)
11060 return INTEGRAL_TYPE_P (TREE_TYPE (arg));
11061 return code == TREE_CODE (TREE_TYPE (arg));
11064 /* This function validates the types of a function call argument list
11065 against a specified list of tree_codes. If the last specifier is a 0,
11066 that represents an ellipses, otherwise the last specifier must be a
11067 VOID_TYPE.
11069 This is the GIMPLE version of validate_arglist. Eventually we want to
11070 completely convert builtins.c to work from GIMPLEs and the tree based
11071 validate_arglist will then be removed. */
11073 bool
11074 validate_gimple_arglist (const_gimple call, ...)
11076 enum tree_code code;
11077 bool res = 0;
11078 va_list ap;
11079 const_tree arg;
11080 size_t i;
11082 va_start (ap, call);
11083 i = 0;
11087 code = (enum tree_code) va_arg (ap, int);
11088 switch (code)
11090 case 0:
11091 /* This signifies an ellipses, any further arguments are all ok. */
11092 res = true;
11093 goto end;
11094 case VOID_TYPE:
11095 /* This signifies an endlink, if no arguments remain, return
11096 true, otherwise return false. */
11097 res = (i == gimple_call_num_args (call));
11098 goto end;
11099 default:
11100 /* If no parameters remain or the parameter's code does not
11101 match the specified code, return false. Otherwise continue
11102 checking any remaining arguments. */
11103 arg = gimple_call_arg (call, i++);
11104 if (!validate_arg (arg, code))
11105 goto end;
11106 break;
11109 while (1);
11111 /* We need gotos here since we can only have one VA_CLOSE in a
11112 function. */
11113 end: ;
11114 va_end (ap);
11116 return res;
11119 /* This function validates the types of a function call argument list
11120 against a specified list of tree_codes. If the last specifier is a 0,
11121 that represents an ellipses, otherwise the last specifier must be a
11122 VOID_TYPE. */
11124 bool
11125 validate_arglist (const_tree callexpr, ...)
11127 enum tree_code code;
11128 bool res = 0;
11129 va_list ap;
11130 const_call_expr_arg_iterator iter;
11131 const_tree arg;
11133 va_start (ap, callexpr);
11134 init_const_call_expr_arg_iterator (callexpr, &iter);
11138 code = (enum tree_code) va_arg (ap, int);
11139 switch (code)
11141 case 0:
11142 /* This signifies an ellipses, any further arguments are all ok. */
11143 res = true;
11144 goto end;
11145 case VOID_TYPE:
11146 /* This signifies an endlink, if no arguments remain, return
11147 true, otherwise return false. */
11148 res = !more_const_call_expr_args_p (&iter);
11149 goto end;
11150 default:
11151 /* If no parameters remain or the parameter's code does not
11152 match the specified code, return false. Otherwise continue
11153 checking any remaining arguments. */
11154 arg = next_const_call_expr_arg (&iter);
11155 if (!validate_arg (arg, code))
11156 goto end;
11157 break;
11160 while (1);
11162 /* We need gotos here since we can only have one VA_CLOSE in a
11163 function. */
11164 end: ;
11165 va_end (ap);
11167 return res;
11170 /* Default target-specific builtin expander that does nothing. */
11173 default_expand_builtin (tree exp ATTRIBUTE_UNUSED,
11174 rtx target ATTRIBUTE_UNUSED,
11175 rtx subtarget ATTRIBUTE_UNUSED,
11176 enum machine_mode mode ATTRIBUTE_UNUSED,
11177 int ignore ATTRIBUTE_UNUSED)
11179 return NULL_RTX;
11182 /* Returns true is EXP represents data that would potentially reside
11183 in a readonly section. */
11185 static bool
11186 readonly_data_expr (tree exp)
11188 STRIP_NOPS (exp);
11190 if (TREE_CODE (exp) != ADDR_EXPR)
11191 return false;
11193 exp = get_base_address (TREE_OPERAND (exp, 0));
11194 if (!exp)
11195 return false;
11197 /* Make sure we call decl_readonly_section only for trees it
11198 can handle (since it returns true for everything it doesn't
11199 understand). */
11200 if (TREE_CODE (exp) == STRING_CST
11201 || TREE_CODE (exp) == CONSTRUCTOR
11202 || (TREE_CODE (exp) == VAR_DECL && TREE_STATIC (exp)))
11203 return decl_readonly_section (exp, 0);
11204 else
11205 return false;
11208 /* Simplify a call to the strstr builtin. S1 and S2 are the arguments
11209 to the call, and TYPE is its return type.
11211 Return NULL_TREE if no simplification was possible, otherwise return the
11212 simplified form of the call as a tree.
11214 The simplified form may be a constant or other expression which
11215 computes the same value, but in a more efficient manner (including
11216 calls to other builtin functions).
11218 The call may contain arguments which need to be evaluated, but
11219 which are not useful to determine the result of the call. In
11220 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11221 COMPOUND_EXPR will be an argument which must be evaluated.
11222 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11223 COMPOUND_EXPR in the chain will contain the tree for the simplified
11224 form of the builtin function call. */
11226 static tree
11227 fold_builtin_strstr (location_t loc, tree s1, tree s2, tree type)
11229 if (!validate_arg (s1, POINTER_TYPE)
11230 || !validate_arg (s2, POINTER_TYPE))
11231 return NULL_TREE;
11232 else
11234 tree fn;
11235 const char *p1, *p2;
11237 p2 = c_getstr (s2);
11238 if (p2 == NULL)
11239 return NULL_TREE;
11241 p1 = c_getstr (s1);
11242 if (p1 != NULL)
11244 const char *r = strstr (p1, p2);
11245 tree tem;
11247 if (r == NULL)
11248 return build_int_cst (TREE_TYPE (s1), 0);
11250 /* Return an offset into the constant string argument. */
11251 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11252 s1, size_int (r - p1));
11253 return fold_convert_loc (loc, type, tem);
11256 /* The argument is const char *, and the result is char *, so we need
11257 a type conversion here to avoid a warning. */
11258 if (p2[0] == '\0')
11259 return fold_convert_loc (loc, type, s1);
11261 if (p2[1] != '\0')
11262 return NULL_TREE;
11264 fn = implicit_built_in_decls[BUILT_IN_STRCHR];
11265 if (!fn)
11266 return NULL_TREE;
11268 /* New argument list transforming strstr(s1, s2) to
11269 strchr(s1, s2[0]). */
11270 return build_call_expr_loc (loc, fn, 2, s1, build_int_cst (NULL_TREE, p2[0]));
11274 /* Simplify a call to the strchr builtin. S1 and S2 are the arguments to
11275 the call, and TYPE is its return type.
11277 Return NULL_TREE if no simplification was possible, otherwise return the
11278 simplified form of the call as a tree.
11280 The simplified form may be a constant or other expression which
11281 computes the same value, but in a more efficient manner (including
11282 calls to other builtin functions).
11284 The call may contain arguments which need to be evaluated, but
11285 which are not useful to determine the result of the call. In
11286 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11287 COMPOUND_EXPR will be an argument which must be evaluated.
11288 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11289 COMPOUND_EXPR in the chain will contain the tree for the simplified
11290 form of the builtin function call. */
11292 static tree
11293 fold_builtin_strchr (location_t loc, tree s1, tree s2, tree type)
11295 if (!validate_arg (s1, POINTER_TYPE)
11296 || !validate_arg (s2, INTEGER_TYPE))
11297 return NULL_TREE;
11298 else
11300 const char *p1;
11302 if (TREE_CODE (s2) != INTEGER_CST)
11303 return NULL_TREE;
11305 p1 = c_getstr (s1);
11306 if (p1 != NULL)
11308 char c;
11309 const char *r;
11310 tree tem;
11312 if (target_char_cast (s2, &c))
11313 return NULL_TREE;
11315 r = strchr (p1, c);
11317 if (r == NULL)
11318 return build_int_cst (TREE_TYPE (s1), 0);
11320 /* Return an offset into the constant string argument. */
11321 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11322 s1, size_int (r - p1));
11323 return fold_convert_loc (loc, type, tem);
11325 return NULL_TREE;
11329 /* Simplify a call to the strrchr builtin. S1 and S2 are the arguments to
11330 the call, and TYPE is its return type.
11332 Return NULL_TREE if no simplification was possible, otherwise return the
11333 simplified form of the call as a tree.
11335 The simplified form may be a constant or other expression which
11336 computes the same value, but in a more efficient manner (including
11337 calls to other builtin functions).
11339 The call may contain arguments which need to be evaluated, but
11340 which are not useful to determine the result of the call. In
11341 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11342 COMPOUND_EXPR will be an argument which must be evaluated.
11343 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11344 COMPOUND_EXPR in the chain will contain the tree for the simplified
11345 form of the builtin function call. */
11347 static tree
11348 fold_builtin_strrchr (location_t loc, tree s1, tree s2, tree type)
11350 if (!validate_arg (s1, POINTER_TYPE)
11351 || !validate_arg (s2, INTEGER_TYPE))
11352 return NULL_TREE;
11353 else
11355 tree fn;
11356 const char *p1;
11358 if (TREE_CODE (s2) != INTEGER_CST)
11359 return NULL_TREE;
11361 p1 = c_getstr (s1);
11362 if (p1 != NULL)
11364 char c;
11365 const char *r;
11366 tree tem;
11368 if (target_char_cast (s2, &c))
11369 return NULL_TREE;
11371 r = strrchr (p1, c);
11373 if (r == NULL)
11374 return build_int_cst (TREE_TYPE (s1), 0);
11376 /* Return an offset into the constant string argument. */
11377 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11378 s1, size_int (r - p1));
11379 return fold_convert_loc (loc, type, tem);
11382 if (! integer_zerop (s2))
11383 return NULL_TREE;
11385 fn = implicit_built_in_decls[BUILT_IN_STRCHR];
11386 if (!fn)
11387 return NULL_TREE;
11389 /* Transform strrchr(s1, '\0') to strchr(s1, '\0'). */
11390 return build_call_expr_loc (loc, fn, 2, s1, s2);
11394 /* Simplify a call to the strpbrk builtin. S1 and S2 are the arguments
11395 to the call, and TYPE is its return type.
11397 Return NULL_TREE if no simplification was possible, otherwise return the
11398 simplified form of the call as a tree.
11400 The simplified form may be a constant or other expression which
11401 computes the same value, but in a more efficient manner (including
11402 calls to other builtin functions).
11404 The call may contain arguments which need to be evaluated, but
11405 which are not useful to determine the result of the call. In
11406 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11407 COMPOUND_EXPR will be an argument which must be evaluated.
11408 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11409 COMPOUND_EXPR in the chain will contain the tree for the simplified
11410 form of the builtin function call. */
11412 static tree
11413 fold_builtin_strpbrk (location_t loc, tree s1, tree s2, tree type)
11415 if (!validate_arg (s1, POINTER_TYPE)
11416 || !validate_arg (s2, POINTER_TYPE))
11417 return NULL_TREE;
11418 else
11420 tree fn;
11421 const char *p1, *p2;
11423 p2 = c_getstr (s2);
11424 if (p2 == NULL)
11425 return NULL_TREE;
11427 p1 = c_getstr (s1);
11428 if (p1 != NULL)
11430 const char *r = strpbrk (p1, p2);
11431 tree tem;
11433 if (r == NULL)
11434 return build_int_cst (TREE_TYPE (s1), 0);
11436 /* Return an offset into the constant string argument. */
11437 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11438 s1, size_int (r - p1));
11439 return fold_convert_loc (loc, type, tem);
11442 if (p2[0] == '\0')
11443 /* strpbrk(x, "") == NULL.
11444 Evaluate and ignore s1 in case it had side-effects. */
11445 return omit_one_operand_loc (loc, TREE_TYPE (s1), integer_zero_node, s1);
11447 if (p2[1] != '\0')
11448 return NULL_TREE; /* Really call strpbrk. */
11450 fn = implicit_built_in_decls[BUILT_IN_STRCHR];
11451 if (!fn)
11452 return NULL_TREE;
11454 /* New argument list transforming strpbrk(s1, s2) to
11455 strchr(s1, s2[0]). */
11456 return build_call_expr_loc (loc, fn, 2, s1, build_int_cst (NULL_TREE, p2[0]));
11460 /* Simplify a call to the strcat builtin. DST and SRC are the arguments
11461 to the call.
11463 Return NULL_TREE if no simplification was possible, otherwise return the
11464 simplified form of the call as a tree.
11466 The simplified form may be a constant or other expression which
11467 computes the same value, but in a more efficient manner (including
11468 calls to other builtin functions).
11470 The call may contain arguments which need to be evaluated, but
11471 which are not useful to determine the result of the call. In
11472 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11473 COMPOUND_EXPR will be an argument which must be evaluated.
11474 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11475 COMPOUND_EXPR in the chain will contain the tree for the simplified
11476 form of the builtin function call. */
11478 static tree
11479 fold_builtin_strcat (location_t loc ATTRIBUTE_UNUSED, tree dst, tree src)
11481 if (!validate_arg (dst, POINTER_TYPE)
11482 || !validate_arg (src, POINTER_TYPE))
11483 return NULL_TREE;
11484 else
11486 const char *p = c_getstr (src);
11488 /* If the string length is zero, return the dst parameter. */
11489 if (p && *p == '\0')
11490 return dst;
11492 if (optimize_insn_for_speed_p ())
11494 /* See if we can store by pieces into (dst + strlen(dst)). */
11495 tree newdst, call;
11496 tree strlen_fn = implicit_built_in_decls[BUILT_IN_STRLEN];
11497 tree strcpy_fn = implicit_built_in_decls[BUILT_IN_STRCPY];
11499 if (!strlen_fn || !strcpy_fn)
11500 return NULL_TREE;
11502 /* If we don't have a movstr we don't want to emit an strcpy
11503 call. We have to do that if the length of the source string
11504 isn't computable (in that case we can use memcpy probably
11505 later expanding to a sequence of mov instructions). If we
11506 have movstr instructions we can emit strcpy calls. */
11507 if (!HAVE_movstr)
11509 tree len = c_strlen (src, 1);
11510 if (! len || TREE_SIDE_EFFECTS (len))
11511 return NULL_TREE;
11514 /* Stabilize the argument list. */
11515 dst = builtin_save_expr (dst);
11517 /* Create strlen (dst). */
11518 newdst = build_call_expr_loc (loc, strlen_fn, 1, dst);
11519 /* Create (dst p+ strlen (dst)). */
11521 newdst = fold_build2_loc (loc, POINTER_PLUS_EXPR,
11522 TREE_TYPE (dst), dst, newdst);
11523 newdst = builtin_save_expr (newdst);
11525 call = build_call_expr_loc (loc, strcpy_fn, 2, newdst, src);
11526 return build2 (COMPOUND_EXPR, TREE_TYPE (dst), call, dst);
11528 return NULL_TREE;
11532 /* Simplify a call to the strncat builtin. DST, SRC, and LEN are the
11533 arguments to the call.
11535 Return NULL_TREE if no simplification was possible, otherwise return the
11536 simplified form of the call as a tree.
11538 The simplified form may be a constant or other expression which
11539 computes the same value, but in a more efficient manner (including
11540 calls to other builtin functions).
11542 The call may contain arguments which need to be evaluated, but
11543 which are not useful to determine the result of the call. In
11544 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11545 COMPOUND_EXPR will be an argument which must be evaluated.
11546 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11547 COMPOUND_EXPR in the chain will contain the tree for the simplified
11548 form of the builtin function call. */
11550 static tree
11551 fold_builtin_strncat (location_t loc, tree dst, tree src, tree len)
11553 if (!validate_arg (dst, POINTER_TYPE)
11554 || !validate_arg (src, POINTER_TYPE)
11555 || !validate_arg (len, INTEGER_TYPE))
11556 return NULL_TREE;
11557 else
11559 const char *p = c_getstr (src);
11561 /* If the requested length is zero, or the src parameter string
11562 length is zero, return the dst parameter. */
11563 if (integer_zerop (len) || (p && *p == '\0'))
11564 return omit_two_operands_loc (loc, TREE_TYPE (dst), dst, src, len);
11566 /* If the requested len is greater than or equal to the string
11567 length, call strcat. */
11568 if (TREE_CODE (len) == INTEGER_CST && p
11569 && compare_tree_int (len, strlen (p)) >= 0)
11571 tree fn = implicit_built_in_decls[BUILT_IN_STRCAT];
11573 /* If the replacement _DECL isn't initialized, don't do the
11574 transformation. */
11575 if (!fn)
11576 return NULL_TREE;
11578 return build_call_expr_loc (loc, fn, 2, dst, src);
11580 return NULL_TREE;
11584 /* Simplify a call to the strspn builtin. S1 and S2 are the arguments
11585 to the call.
11587 Return NULL_TREE if no simplification was possible, otherwise return the
11588 simplified form of the call as a tree.
11590 The simplified form may be a constant or other expression which
11591 computes the same value, but in a more efficient manner (including
11592 calls to other builtin functions).
11594 The call may contain arguments which need to be evaluated, but
11595 which are not useful to determine the result of the call. In
11596 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11597 COMPOUND_EXPR will be an argument which must be evaluated.
11598 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11599 COMPOUND_EXPR in the chain will contain the tree for the simplified
11600 form of the builtin function call. */
11602 static tree
11603 fold_builtin_strspn (location_t loc, tree s1, tree s2)
11605 if (!validate_arg (s1, POINTER_TYPE)
11606 || !validate_arg (s2, POINTER_TYPE))
11607 return NULL_TREE;
11608 else
11610 const char *p1 = c_getstr (s1), *p2 = c_getstr (s2);
11612 /* If both arguments are constants, evaluate at compile-time. */
11613 if (p1 && p2)
11615 const size_t r = strspn (p1, p2);
11616 return size_int (r);
11619 /* If either argument is "", return NULL_TREE. */
11620 if ((p1 && *p1 == '\0') || (p2 && *p2 == '\0'))
11621 /* Evaluate and ignore both arguments in case either one has
11622 side-effects. */
11623 return omit_two_operands_loc (loc, size_type_node, size_zero_node,
11624 s1, s2);
11625 return NULL_TREE;
11629 /* Simplify a call to the strcspn builtin. S1 and S2 are the arguments
11630 to the call.
11632 Return NULL_TREE if no simplification was possible, otherwise return the
11633 simplified form of the call as a tree.
11635 The simplified form may be a constant or other expression which
11636 computes the same value, but in a more efficient manner (including
11637 calls to other builtin functions).
11639 The call may contain arguments which need to be evaluated, but
11640 which are not useful to determine the result of the call. In
11641 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11642 COMPOUND_EXPR will be an argument which must be evaluated.
11643 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11644 COMPOUND_EXPR in the chain will contain the tree for the simplified
11645 form of the builtin function call. */
11647 static tree
11648 fold_builtin_strcspn (location_t loc, tree s1, tree s2)
11650 if (!validate_arg (s1, POINTER_TYPE)
11651 || !validate_arg (s2, POINTER_TYPE))
11652 return NULL_TREE;
11653 else
11655 const char *p1 = c_getstr (s1), *p2 = c_getstr (s2);
11657 /* If both arguments are constants, evaluate at compile-time. */
11658 if (p1 && p2)
11660 const size_t r = strcspn (p1, p2);
11661 return size_int (r);
11664 /* If the first argument is "", return NULL_TREE. */
11665 if (p1 && *p1 == '\0')
11667 /* Evaluate and ignore argument s2 in case it has
11668 side-effects. */
11669 return omit_one_operand_loc (loc, size_type_node,
11670 size_zero_node, s2);
11673 /* If the second argument is "", return __builtin_strlen(s1). */
11674 if (p2 && *p2 == '\0')
11676 tree fn = implicit_built_in_decls[BUILT_IN_STRLEN];
11678 /* If the replacement _DECL isn't initialized, don't do the
11679 transformation. */
11680 if (!fn)
11681 return NULL_TREE;
11683 return build_call_expr_loc (loc, fn, 1, s1);
11685 return NULL_TREE;
11689 /* Fold a call to the fputs builtin. ARG0 and ARG1 are the arguments
11690 to the call. IGNORE is true if the value returned
11691 by the builtin will be ignored. UNLOCKED is true is true if this
11692 actually a call to fputs_unlocked. If LEN in non-NULL, it represents
11693 the known length of the string. Return NULL_TREE if no simplification
11694 was possible. */
11696 tree
11697 fold_builtin_fputs (location_t loc, tree arg0, tree arg1,
11698 bool ignore, bool unlocked, tree len)
11700 /* If we're using an unlocked function, assume the other unlocked
11701 functions exist explicitly. */
11702 tree const fn_fputc = unlocked ? built_in_decls[BUILT_IN_FPUTC_UNLOCKED]
11703 : implicit_built_in_decls[BUILT_IN_FPUTC];
11704 tree const fn_fwrite = unlocked ? built_in_decls[BUILT_IN_FWRITE_UNLOCKED]
11705 : implicit_built_in_decls[BUILT_IN_FWRITE];
11707 /* If the return value is used, don't do the transformation. */
11708 if (!ignore)
11709 return NULL_TREE;
11711 /* Verify the arguments in the original call. */
11712 if (!validate_arg (arg0, POINTER_TYPE)
11713 || !validate_arg (arg1, POINTER_TYPE))
11714 return NULL_TREE;
11716 if (! len)
11717 len = c_strlen (arg0, 0);
11719 /* Get the length of the string passed to fputs. If the length
11720 can't be determined, punt. */
11721 if (!len
11722 || TREE_CODE (len) != INTEGER_CST)
11723 return NULL_TREE;
11725 switch (compare_tree_int (len, 1))
11727 case -1: /* length is 0, delete the call entirely . */
11728 return omit_one_operand_loc (loc, integer_type_node,
11729 integer_zero_node, arg1);;
11731 case 0: /* length is 1, call fputc. */
11733 const char *p = c_getstr (arg0);
11735 if (p != NULL)
11737 if (fn_fputc)
11738 return build_call_expr_loc (loc, fn_fputc, 2,
11739 build_int_cst (NULL_TREE, p[0]), arg1);
11740 else
11741 return NULL_TREE;
11744 /* FALLTHROUGH */
11745 case 1: /* length is greater than 1, call fwrite. */
11747 /* If optimizing for size keep fputs. */
11748 if (optimize_function_for_size_p (cfun))
11749 return NULL_TREE;
11750 /* New argument list transforming fputs(string, stream) to
11751 fwrite(string, 1, len, stream). */
11752 if (fn_fwrite)
11753 return build_call_expr_loc (loc, fn_fwrite, 4, arg0,
11754 size_one_node, len, arg1);
11755 else
11756 return NULL_TREE;
11758 default:
11759 gcc_unreachable ();
11761 return NULL_TREE;
11764 /* Fold the next_arg or va_start call EXP. Returns true if there was an error
11765 produced. False otherwise. This is done so that we don't output the error
11766 or warning twice or three times. */
11768 bool
11769 fold_builtin_next_arg (tree exp, bool va_start_p)
11771 tree fntype = TREE_TYPE (current_function_decl);
11772 int nargs = call_expr_nargs (exp);
11773 tree arg;
11775 if (!stdarg_p (fntype))
11777 error ("%<va_start%> used in function with fixed args");
11778 return true;
11781 if (va_start_p)
11783 if (va_start_p && (nargs != 2))
11785 error ("wrong number of arguments to function %<va_start%>");
11786 return true;
11788 arg = CALL_EXPR_ARG (exp, 1);
11790 /* We use __builtin_va_start (ap, 0, 0) or __builtin_next_arg (0, 0)
11791 when we checked the arguments and if needed issued a warning. */
11792 else
11794 if (nargs == 0)
11796 /* Evidently an out of date version of <stdarg.h>; can't validate
11797 va_start's second argument, but can still work as intended. */
11798 warning (0, "%<__builtin_next_arg%> called without an argument");
11799 return true;
11801 else if (nargs > 1)
11803 error ("wrong number of arguments to function %<__builtin_next_arg%>");
11804 return true;
11806 arg = CALL_EXPR_ARG (exp, 0);
11809 if (TREE_CODE (arg) == SSA_NAME)
11810 arg = SSA_NAME_VAR (arg);
11812 /* We destructively modify the call to be __builtin_va_start (ap, 0)
11813 or __builtin_next_arg (0) the first time we see it, after checking
11814 the arguments and if needed issuing a warning. */
11815 if (!integer_zerop (arg))
11817 tree last_parm = tree_last (DECL_ARGUMENTS (current_function_decl));
11819 /* Strip off all nops for the sake of the comparison. This
11820 is not quite the same as STRIP_NOPS. It does more.
11821 We must also strip off INDIRECT_EXPR for C++ reference
11822 parameters. */
11823 while (CONVERT_EXPR_P (arg)
11824 || TREE_CODE (arg) == INDIRECT_REF)
11825 arg = TREE_OPERAND (arg, 0);
11826 if (arg != last_parm)
11828 /* FIXME: Sometimes with the tree optimizers we can get the
11829 not the last argument even though the user used the last
11830 argument. We just warn and set the arg to be the last
11831 argument so that we will get wrong-code because of
11832 it. */
11833 warning (0, "second parameter of %<va_start%> not last named argument");
11836 /* Undefined by C99 7.15.1.4p4 (va_start):
11837 "If the parameter parmN is declared with the register storage
11838 class, with a function or array type, or with a type that is
11839 not compatible with the type that results after application of
11840 the default argument promotions, the behavior is undefined."
11842 else if (DECL_REGISTER (arg))
11843 warning (0, "undefined behaviour when second parameter of "
11844 "%<va_start%> is declared with %<register%> storage");
11846 /* We want to verify the second parameter just once before the tree
11847 optimizers are run and then avoid keeping it in the tree,
11848 as otherwise we could warn even for correct code like:
11849 void foo (int i, ...)
11850 { va_list ap; i++; va_start (ap, i); va_end (ap); } */
11851 if (va_start_p)
11852 CALL_EXPR_ARG (exp, 1) = integer_zero_node;
11853 else
11854 CALL_EXPR_ARG (exp, 0) = integer_zero_node;
11856 return false;
11860 /* Simplify a call to the sprintf builtin with arguments DEST, FMT, and ORIG.
11861 ORIG may be null if this is a 2-argument call. We don't attempt to
11862 simplify calls with more than 3 arguments.
11864 Return NULL_TREE if no simplification was possible, otherwise return the
11865 simplified form of the call as a tree. If IGNORED is true, it means that
11866 the caller does not use the returned value of the function. */
11868 static tree
11869 fold_builtin_sprintf (location_t loc, tree dest, tree fmt,
11870 tree orig, int ignored)
11872 tree call, retval;
11873 const char *fmt_str = NULL;
11875 /* Verify the required arguments in the original call. We deal with two
11876 types of sprintf() calls: 'sprintf (str, fmt)' and
11877 'sprintf (dest, "%s", orig)'. */
11878 if (!validate_arg (dest, POINTER_TYPE)
11879 || !validate_arg (fmt, POINTER_TYPE))
11880 return NULL_TREE;
11881 if (orig && !validate_arg (orig, POINTER_TYPE))
11882 return NULL_TREE;
11884 /* Check whether the format is a literal string constant. */
11885 fmt_str = c_getstr (fmt);
11886 if (fmt_str == NULL)
11887 return NULL_TREE;
11889 call = NULL_TREE;
11890 retval = NULL_TREE;
11892 if (!init_target_chars ())
11893 return NULL_TREE;
11895 /* If the format doesn't contain % args or %%, use strcpy. */
11896 if (strchr (fmt_str, target_percent) == NULL)
11898 tree fn = implicit_built_in_decls[BUILT_IN_STRCPY];
11900 if (!fn)
11901 return NULL_TREE;
11903 /* Don't optimize sprintf (buf, "abc", ptr++). */
11904 if (orig)
11905 return NULL_TREE;
11907 /* Convert sprintf (str, fmt) into strcpy (str, fmt) when
11908 'format' is known to contain no % formats. */
11909 call = build_call_expr_loc (loc, fn, 2, dest, fmt);
11910 if (!ignored)
11911 retval = build_int_cst (NULL_TREE, strlen (fmt_str));
11914 /* If the format is "%s", use strcpy if the result isn't used. */
11915 else if (fmt_str && strcmp (fmt_str, target_percent_s) == 0)
11917 tree fn;
11918 fn = implicit_built_in_decls[BUILT_IN_STRCPY];
11920 if (!fn)
11921 return NULL_TREE;
11923 /* Don't crash on sprintf (str1, "%s"). */
11924 if (!orig)
11925 return NULL_TREE;
11927 /* Convert sprintf (str1, "%s", str2) into strcpy (str1, str2). */
11928 if (!ignored)
11930 retval = c_strlen (orig, 1);
11931 if (!retval || TREE_CODE (retval) != INTEGER_CST)
11932 return NULL_TREE;
11934 call = build_call_expr_loc (loc, fn, 2, dest, orig);
11937 if (call && retval)
11939 retval = fold_convert_loc
11940 (loc, TREE_TYPE (TREE_TYPE (implicit_built_in_decls[BUILT_IN_SPRINTF])),
11941 retval);
11942 return build2 (COMPOUND_EXPR, TREE_TYPE (retval), call, retval);
11944 else
11945 return call;
11948 /* Expand a call EXP to __builtin_object_size. */
11951 expand_builtin_object_size (tree exp)
11953 tree ost;
11954 int object_size_type;
11955 tree fndecl = get_callee_fndecl (exp);
11957 if (!validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
11959 error ("%Kfirst argument of %D must be a pointer, second integer constant",
11960 exp, fndecl);
11961 expand_builtin_trap ();
11962 return const0_rtx;
11965 ost = CALL_EXPR_ARG (exp, 1);
11966 STRIP_NOPS (ost);
11968 if (TREE_CODE (ost) != INTEGER_CST
11969 || tree_int_cst_sgn (ost) < 0
11970 || compare_tree_int (ost, 3) > 0)
11972 error ("%Klast argument of %D is not integer constant between 0 and 3",
11973 exp, fndecl);
11974 expand_builtin_trap ();
11975 return const0_rtx;
11978 object_size_type = tree_low_cst (ost, 0);
11980 return object_size_type < 2 ? constm1_rtx : const0_rtx;
11983 /* Expand EXP, a call to the __mem{cpy,pcpy,move,set}_chk builtin.
11984 FCODE is the BUILT_IN_* to use.
11985 Return NULL_RTX if we failed; the caller should emit a normal call,
11986 otherwise try to get the result in TARGET, if convenient (and in
11987 mode MODE if that's convenient). */
11989 static rtx
11990 expand_builtin_memory_chk (tree exp, rtx target, enum machine_mode mode,
11991 enum built_in_function fcode)
11993 tree dest, src, len, size;
11995 if (!validate_arglist (exp,
11996 POINTER_TYPE,
11997 fcode == BUILT_IN_MEMSET_CHK
11998 ? INTEGER_TYPE : POINTER_TYPE,
11999 INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
12000 return NULL_RTX;
12002 dest = CALL_EXPR_ARG (exp, 0);
12003 src = CALL_EXPR_ARG (exp, 1);
12004 len = CALL_EXPR_ARG (exp, 2);
12005 size = CALL_EXPR_ARG (exp, 3);
12007 if (! host_integerp (size, 1))
12008 return NULL_RTX;
12010 if (host_integerp (len, 1) || integer_all_onesp (size))
12012 tree fn;
12014 if (! integer_all_onesp (size) && tree_int_cst_lt (size, len))
12016 warning_at (tree_nonartificial_location (exp),
12017 0, "%Kcall to %D will always overflow destination buffer",
12018 exp, get_callee_fndecl (exp));
12019 return NULL_RTX;
12022 fn = NULL_TREE;
12023 /* If __builtin_mem{cpy,pcpy,move,set}_chk is used, assume
12024 mem{cpy,pcpy,move,set} is available. */
12025 switch (fcode)
12027 case BUILT_IN_MEMCPY_CHK:
12028 fn = built_in_decls[BUILT_IN_MEMCPY];
12029 break;
12030 case BUILT_IN_MEMPCPY_CHK:
12031 fn = built_in_decls[BUILT_IN_MEMPCPY];
12032 break;
12033 case BUILT_IN_MEMMOVE_CHK:
12034 fn = built_in_decls[BUILT_IN_MEMMOVE];
12035 break;
12036 case BUILT_IN_MEMSET_CHK:
12037 fn = built_in_decls[BUILT_IN_MEMSET];
12038 break;
12039 default:
12040 break;
12043 if (! fn)
12044 return NULL_RTX;
12046 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len);
12047 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
12048 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
12049 return expand_expr (fn, target, mode, EXPAND_NORMAL);
12051 else if (fcode == BUILT_IN_MEMSET_CHK)
12052 return NULL_RTX;
12053 else
12055 unsigned int dest_align
12056 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
12058 /* If DEST is not a pointer type, call the normal function. */
12059 if (dest_align == 0)
12060 return NULL_RTX;
12062 /* If SRC and DEST are the same (and not volatile), do nothing. */
12063 if (operand_equal_p (src, dest, 0))
12065 tree expr;
12067 if (fcode != BUILT_IN_MEMPCPY_CHK)
12069 /* Evaluate and ignore LEN in case it has side-effects. */
12070 expand_expr (len, const0_rtx, VOIDmode, EXPAND_NORMAL);
12071 return expand_expr (dest, target, mode, EXPAND_NORMAL);
12074 expr = fold_build2 (POINTER_PLUS_EXPR, TREE_TYPE (dest), dest, len);
12075 return expand_expr (expr, target, mode, EXPAND_NORMAL);
12078 /* __memmove_chk special case. */
12079 if (fcode == BUILT_IN_MEMMOVE_CHK)
12081 unsigned int src_align
12082 = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
12084 if (src_align == 0)
12085 return NULL_RTX;
12087 /* If src is categorized for a readonly section we can use
12088 normal __memcpy_chk. */
12089 if (readonly_data_expr (src))
12091 tree fn = built_in_decls[BUILT_IN_MEMCPY_CHK];
12092 if (!fn)
12093 return NULL_RTX;
12094 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4,
12095 dest, src, len, size);
12096 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
12097 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
12098 return expand_expr (fn, target, mode, EXPAND_NORMAL);
12101 return NULL_RTX;
12105 /* Emit warning if a buffer overflow is detected at compile time. */
12107 static void
12108 maybe_emit_chk_warning (tree exp, enum built_in_function fcode)
12110 int is_strlen = 0;
12111 tree len, size;
12112 location_t loc = tree_nonartificial_location (exp);
12114 switch (fcode)
12116 case BUILT_IN_STRCPY_CHK:
12117 case BUILT_IN_STPCPY_CHK:
12118 /* For __strcat_chk the warning will be emitted only if overflowing
12119 by at least strlen (dest) + 1 bytes. */
12120 case BUILT_IN_STRCAT_CHK:
12121 len = CALL_EXPR_ARG (exp, 1);
12122 size = CALL_EXPR_ARG (exp, 2);
12123 is_strlen = 1;
12124 break;
12125 case BUILT_IN_STRNCAT_CHK:
12126 case BUILT_IN_STRNCPY_CHK:
12127 len = CALL_EXPR_ARG (exp, 2);
12128 size = CALL_EXPR_ARG (exp, 3);
12129 break;
12130 case BUILT_IN_SNPRINTF_CHK:
12131 case BUILT_IN_VSNPRINTF_CHK:
12132 len = CALL_EXPR_ARG (exp, 1);
12133 size = CALL_EXPR_ARG (exp, 3);
12134 break;
12135 default:
12136 gcc_unreachable ();
12139 if (!len || !size)
12140 return;
12142 if (! host_integerp (size, 1) || integer_all_onesp (size))
12143 return;
12145 if (is_strlen)
12147 len = c_strlen (len, 1);
12148 if (! len || ! host_integerp (len, 1) || tree_int_cst_lt (len, size))
12149 return;
12151 else if (fcode == BUILT_IN_STRNCAT_CHK)
12153 tree src = CALL_EXPR_ARG (exp, 1);
12154 if (! src || ! host_integerp (len, 1) || tree_int_cst_lt (len, size))
12155 return;
12156 src = c_strlen (src, 1);
12157 if (! src || ! host_integerp (src, 1))
12159 warning_at (loc, 0, "%Kcall to %D might overflow destination buffer",
12160 exp, get_callee_fndecl (exp));
12161 return;
12163 else if (tree_int_cst_lt (src, size))
12164 return;
12166 else if (! host_integerp (len, 1) || ! tree_int_cst_lt (size, len))
12167 return;
12169 warning_at (loc, 0, "%Kcall to %D will always overflow destination buffer",
12170 exp, get_callee_fndecl (exp));
12173 /* Emit warning if a buffer overflow is detected at compile time
12174 in __sprintf_chk/__vsprintf_chk calls. */
12176 static void
12177 maybe_emit_sprintf_chk_warning (tree exp, enum built_in_function fcode)
12179 tree size, len, fmt;
12180 const char *fmt_str;
12181 int nargs = call_expr_nargs (exp);
12183 /* Verify the required arguments in the original call. */
12185 if (nargs < 4)
12186 return;
12187 size = CALL_EXPR_ARG (exp, 2);
12188 fmt = CALL_EXPR_ARG (exp, 3);
12190 if (! host_integerp (size, 1) || integer_all_onesp (size))
12191 return;
12193 /* Check whether the format is a literal string constant. */
12194 fmt_str = c_getstr (fmt);
12195 if (fmt_str == NULL)
12196 return;
12198 if (!init_target_chars ())
12199 return;
12201 /* If the format doesn't contain % args or %%, we know its size. */
12202 if (strchr (fmt_str, target_percent) == 0)
12203 len = build_int_cstu (size_type_node, strlen (fmt_str));
12204 /* If the format is "%s" and first ... argument is a string literal,
12205 we know it too. */
12206 else if (fcode == BUILT_IN_SPRINTF_CHK
12207 && strcmp (fmt_str, target_percent_s) == 0)
12209 tree arg;
12211 if (nargs < 5)
12212 return;
12213 arg = CALL_EXPR_ARG (exp, 4);
12214 if (! POINTER_TYPE_P (TREE_TYPE (arg)))
12215 return;
12217 len = c_strlen (arg, 1);
12218 if (!len || ! host_integerp (len, 1))
12219 return;
12221 else
12222 return;
12224 if (! tree_int_cst_lt (len, size))
12225 warning_at (tree_nonartificial_location (exp),
12226 0, "%Kcall to %D will always overflow destination buffer",
12227 exp, get_callee_fndecl (exp));
12230 /* Emit warning if a free is called with address of a variable. */
12232 static void
12233 maybe_emit_free_warning (tree exp)
12235 tree arg = CALL_EXPR_ARG (exp, 0);
12237 STRIP_NOPS (arg);
12238 if (TREE_CODE (arg) != ADDR_EXPR)
12239 return;
12241 arg = get_base_address (TREE_OPERAND (arg, 0));
12242 if (arg == NULL || INDIRECT_REF_P (arg) || TREE_CODE (arg) == MEM_REF)
12243 return;
12245 if (SSA_VAR_P (arg))
12246 warning_at (tree_nonartificial_location (exp),
12247 0, "%Kattempt to free a non-heap object %qD", exp, arg);
12248 else
12249 warning_at (tree_nonartificial_location (exp),
12250 0, "%Kattempt to free a non-heap object", exp);
12253 /* Fold a call to __builtin_object_size with arguments PTR and OST,
12254 if possible. */
12256 tree
12257 fold_builtin_object_size (tree ptr, tree ost)
12259 unsigned HOST_WIDE_INT bytes;
12260 int object_size_type;
12262 if (!validate_arg (ptr, POINTER_TYPE)
12263 || !validate_arg (ost, INTEGER_TYPE))
12264 return NULL_TREE;
12266 STRIP_NOPS (ost);
12268 if (TREE_CODE (ost) != INTEGER_CST
12269 || tree_int_cst_sgn (ost) < 0
12270 || compare_tree_int (ost, 3) > 0)
12271 return NULL_TREE;
12273 object_size_type = tree_low_cst (ost, 0);
12275 /* __builtin_object_size doesn't evaluate side-effects in its arguments;
12276 if there are any side-effects, it returns (size_t) -1 for types 0 and 1
12277 and (size_t) 0 for types 2 and 3. */
12278 if (TREE_SIDE_EFFECTS (ptr))
12279 return build_int_cst_type (size_type_node, object_size_type < 2 ? -1 : 0);
12281 if (TREE_CODE (ptr) == ADDR_EXPR)
12283 bytes = compute_builtin_object_size (ptr, object_size_type);
12284 if (double_int_fits_to_tree_p (size_type_node,
12285 uhwi_to_double_int (bytes)))
12286 return build_int_cstu (size_type_node, bytes);
12288 else if (TREE_CODE (ptr) == SSA_NAME)
12290 /* If object size is not known yet, delay folding until
12291 later. Maybe subsequent passes will help determining
12292 it. */
12293 bytes = compute_builtin_object_size (ptr, object_size_type);
12294 if (bytes != (unsigned HOST_WIDE_INT) (object_size_type < 2 ? -1 : 0)
12295 && double_int_fits_to_tree_p (size_type_node,
12296 uhwi_to_double_int (bytes)))
12297 return build_int_cstu (size_type_node, bytes);
12300 return NULL_TREE;
12303 /* Fold a call to the __mem{cpy,pcpy,move,set}_chk builtin.
12304 DEST, SRC, LEN, and SIZE are the arguments to the call.
12305 IGNORE is true, if return value can be ignored. FCODE is the BUILT_IN_*
12306 code of the builtin. If MAXLEN is not NULL, it is maximum length
12307 passed as third argument. */
12309 tree
12310 fold_builtin_memory_chk (location_t loc, tree fndecl,
12311 tree dest, tree src, tree len, tree size,
12312 tree maxlen, bool ignore,
12313 enum built_in_function fcode)
12315 tree fn;
12317 if (!validate_arg (dest, POINTER_TYPE)
12318 || !validate_arg (src,
12319 (fcode == BUILT_IN_MEMSET_CHK
12320 ? INTEGER_TYPE : POINTER_TYPE))
12321 || !validate_arg (len, INTEGER_TYPE)
12322 || !validate_arg (size, INTEGER_TYPE))
12323 return NULL_TREE;
12325 /* If SRC and DEST are the same (and not volatile), return DEST
12326 (resp. DEST+LEN for __mempcpy_chk). */
12327 if (fcode != BUILT_IN_MEMSET_CHK && operand_equal_p (src, dest, 0))
12329 if (fcode != BUILT_IN_MEMPCPY_CHK)
12330 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
12331 dest, len);
12332 else
12334 tree temp = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (dest),
12335 dest, len);
12336 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), temp);
12340 if (! host_integerp (size, 1))
12341 return NULL_TREE;
12343 if (! integer_all_onesp (size))
12345 if (! host_integerp (len, 1))
12347 /* If LEN is not constant, try MAXLEN too.
12348 For MAXLEN only allow optimizing into non-_ocs function
12349 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12350 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12352 if (fcode == BUILT_IN_MEMPCPY_CHK && ignore)
12354 /* (void) __mempcpy_chk () can be optimized into
12355 (void) __memcpy_chk (). */
12356 fn = built_in_decls[BUILT_IN_MEMCPY_CHK];
12357 if (!fn)
12358 return NULL_TREE;
12360 return build_call_expr_loc (loc, fn, 4, dest, src, len, size);
12362 return NULL_TREE;
12365 else
12366 maxlen = len;
12368 if (tree_int_cst_lt (size, maxlen))
12369 return NULL_TREE;
12372 fn = NULL_TREE;
12373 /* If __builtin_mem{cpy,pcpy,move,set}_chk is used, assume
12374 mem{cpy,pcpy,move,set} is available. */
12375 switch (fcode)
12377 case BUILT_IN_MEMCPY_CHK:
12378 fn = built_in_decls[BUILT_IN_MEMCPY];
12379 break;
12380 case BUILT_IN_MEMPCPY_CHK:
12381 fn = built_in_decls[BUILT_IN_MEMPCPY];
12382 break;
12383 case BUILT_IN_MEMMOVE_CHK:
12384 fn = built_in_decls[BUILT_IN_MEMMOVE];
12385 break;
12386 case BUILT_IN_MEMSET_CHK:
12387 fn = built_in_decls[BUILT_IN_MEMSET];
12388 break;
12389 default:
12390 break;
12393 if (!fn)
12394 return NULL_TREE;
12396 return build_call_expr_loc (loc, fn, 3, dest, src, len);
12399 /* Fold a call to the __st[rp]cpy_chk builtin.
12400 DEST, SRC, and SIZE are the arguments to the call.
12401 IGNORE is true if return value can be ignored. FCODE is the BUILT_IN_*
12402 code of the builtin. If MAXLEN is not NULL, it is maximum length of
12403 strings passed as second argument. */
12405 tree
12406 fold_builtin_stxcpy_chk (location_t loc, tree fndecl, tree dest,
12407 tree src, tree size,
12408 tree maxlen, bool ignore,
12409 enum built_in_function fcode)
12411 tree len, fn;
12413 if (!validate_arg (dest, POINTER_TYPE)
12414 || !validate_arg (src, POINTER_TYPE)
12415 || !validate_arg (size, INTEGER_TYPE))
12416 return NULL_TREE;
12418 /* If SRC and DEST are the same (and not volatile), return DEST. */
12419 if (fcode == BUILT_IN_STRCPY_CHK && operand_equal_p (src, dest, 0))
12420 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest);
12422 if (! host_integerp (size, 1))
12423 return NULL_TREE;
12425 if (! integer_all_onesp (size))
12427 len = c_strlen (src, 1);
12428 if (! len || ! host_integerp (len, 1))
12430 /* If LEN is not constant, try MAXLEN too.
12431 For MAXLEN only allow optimizing into non-_ocs function
12432 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12433 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12435 if (fcode == BUILT_IN_STPCPY_CHK)
12437 if (! ignore)
12438 return NULL_TREE;
12440 /* If return value of __stpcpy_chk is ignored,
12441 optimize into __strcpy_chk. */
12442 fn = built_in_decls[BUILT_IN_STRCPY_CHK];
12443 if (!fn)
12444 return NULL_TREE;
12446 return build_call_expr_loc (loc, fn, 3, dest, src, size);
12449 if (! len || TREE_SIDE_EFFECTS (len))
12450 return NULL_TREE;
12452 /* If c_strlen returned something, but not a constant,
12453 transform __strcpy_chk into __memcpy_chk. */
12454 fn = built_in_decls[BUILT_IN_MEMCPY_CHK];
12455 if (!fn)
12456 return NULL_TREE;
12458 len = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
12459 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
12460 build_call_expr_loc (loc, fn, 4,
12461 dest, src, len, size));
12464 else
12465 maxlen = len;
12467 if (! tree_int_cst_lt (maxlen, size))
12468 return NULL_TREE;
12471 /* If __builtin_st{r,p}cpy_chk is used, assume st{r,p}cpy is available. */
12472 fn = built_in_decls[fcode == BUILT_IN_STPCPY_CHK
12473 ? BUILT_IN_STPCPY : BUILT_IN_STRCPY];
12474 if (!fn)
12475 return NULL_TREE;
12477 return build_call_expr_loc (loc, fn, 2, dest, src);
12480 /* Fold a call to the __strncpy_chk builtin. DEST, SRC, LEN, and SIZE
12481 are the arguments to the call. If MAXLEN is not NULL, it is maximum
12482 length passed as third argument. */
12484 tree
12485 fold_builtin_strncpy_chk (location_t loc, tree dest, tree src,
12486 tree len, tree size, tree maxlen)
12488 tree fn;
12490 if (!validate_arg (dest, POINTER_TYPE)
12491 || !validate_arg (src, POINTER_TYPE)
12492 || !validate_arg (len, INTEGER_TYPE)
12493 || !validate_arg (size, INTEGER_TYPE))
12494 return NULL_TREE;
12496 if (! host_integerp (size, 1))
12497 return NULL_TREE;
12499 if (! integer_all_onesp (size))
12501 if (! host_integerp (len, 1))
12503 /* If LEN is not constant, try MAXLEN too.
12504 For MAXLEN only allow optimizing into non-_ocs function
12505 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12506 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12507 return NULL_TREE;
12509 else
12510 maxlen = len;
12512 if (tree_int_cst_lt (size, maxlen))
12513 return NULL_TREE;
12516 /* If __builtin_strncpy_chk is used, assume strncpy is available. */
12517 fn = built_in_decls[BUILT_IN_STRNCPY];
12518 if (!fn)
12519 return NULL_TREE;
12521 return build_call_expr_loc (loc, fn, 3, dest, src, len);
12524 /* Fold a call to the __strcat_chk builtin FNDECL. DEST, SRC, and SIZE
12525 are the arguments to the call. */
12527 static tree
12528 fold_builtin_strcat_chk (location_t loc, tree fndecl, tree dest,
12529 tree src, tree size)
12531 tree fn;
12532 const char *p;
12534 if (!validate_arg (dest, POINTER_TYPE)
12535 || !validate_arg (src, POINTER_TYPE)
12536 || !validate_arg (size, INTEGER_TYPE))
12537 return NULL_TREE;
12539 p = c_getstr (src);
12540 /* If the SRC parameter is "", return DEST. */
12541 if (p && *p == '\0')
12542 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, src);
12544 if (! host_integerp (size, 1) || ! integer_all_onesp (size))
12545 return NULL_TREE;
12547 /* If __builtin_strcat_chk is used, assume strcat is available. */
12548 fn = built_in_decls[BUILT_IN_STRCAT];
12549 if (!fn)
12550 return NULL_TREE;
12552 return build_call_expr_loc (loc, fn, 2, dest, src);
12555 /* Fold a call to the __strncat_chk builtin with arguments DEST, SRC,
12556 LEN, and SIZE. */
12558 static tree
12559 fold_builtin_strncat_chk (location_t loc, tree fndecl,
12560 tree dest, tree src, tree len, tree size)
12562 tree fn;
12563 const char *p;
12565 if (!validate_arg (dest, POINTER_TYPE)
12566 || !validate_arg (src, POINTER_TYPE)
12567 || !validate_arg (size, INTEGER_TYPE)
12568 || !validate_arg (size, INTEGER_TYPE))
12569 return NULL_TREE;
12571 p = c_getstr (src);
12572 /* If the SRC parameter is "" or if LEN is 0, return DEST. */
12573 if (p && *p == '\0')
12574 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, len);
12575 else if (integer_zerop (len))
12576 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, src);
12578 if (! host_integerp (size, 1))
12579 return NULL_TREE;
12581 if (! integer_all_onesp (size))
12583 tree src_len = c_strlen (src, 1);
12584 if (src_len
12585 && host_integerp (src_len, 1)
12586 && host_integerp (len, 1)
12587 && ! tree_int_cst_lt (len, src_len))
12589 /* If LEN >= strlen (SRC), optimize into __strcat_chk. */
12590 fn = built_in_decls[BUILT_IN_STRCAT_CHK];
12591 if (!fn)
12592 return NULL_TREE;
12594 return build_call_expr_loc (loc, fn, 3, dest, src, size);
12596 return NULL_TREE;
12599 /* If __builtin_strncat_chk is used, assume strncat is available. */
12600 fn = built_in_decls[BUILT_IN_STRNCAT];
12601 if (!fn)
12602 return NULL_TREE;
12604 return build_call_expr_loc (loc, fn, 3, dest, src, len);
12607 /* Fold a call EXP to __{,v}sprintf_chk having NARGS passed as ARGS.
12608 Return NULL_TREE if a normal call should be emitted rather than
12609 expanding the function inline. FCODE is either BUILT_IN_SPRINTF_CHK
12610 or BUILT_IN_VSPRINTF_CHK. */
12612 static tree
12613 fold_builtin_sprintf_chk_1 (location_t loc, int nargs, tree *args,
12614 enum built_in_function fcode)
12616 tree dest, size, len, fn, fmt, flag;
12617 const char *fmt_str;
12619 /* Verify the required arguments in the original call. */
12620 if (nargs < 4)
12621 return NULL_TREE;
12622 dest = args[0];
12623 if (!validate_arg (dest, POINTER_TYPE))
12624 return NULL_TREE;
12625 flag = args[1];
12626 if (!validate_arg (flag, INTEGER_TYPE))
12627 return NULL_TREE;
12628 size = args[2];
12629 if (!validate_arg (size, INTEGER_TYPE))
12630 return NULL_TREE;
12631 fmt = args[3];
12632 if (!validate_arg (fmt, POINTER_TYPE))
12633 return NULL_TREE;
12635 if (! host_integerp (size, 1))
12636 return NULL_TREE;
12638 len = NULL_TREE;
12640 if (!init_target_chars ())
12641 return NULL_TREE;
12643 /* Check whether the format is a literal string constant. */
12644 fmt_str = c_getstr (fmt);
12645 if (fmt_str != NULL)
12647 /* If the format doesn't contain % args or %%, we know the size. */
12648 if (strchr (fmt_str, target_percent) == 0)
12650 if (fcode != BUILT_IN_SPRINTF_CHK || nargs == 4)
12651 len = build_int_cstu (size_type_node, strlen (fmt_str));
12653 /* If the format is "%s" and first ... argument is a string literal,
12654 we know the size too. */
12655 else if (fcode == BUILT_IN_SPRINTF_CHK
12656 && strcmp (fmt_str, target_percent_s) == 0)
12658 tree arg;
12660 if (nargs == 5)
12662 arg = args[4];
12663 if (validate_arg (arg, POINTER_TYPE))
12665 len = c_strlen (arg, 1);
12666 if (! len || ! host_integerp (len, 1))
12667 len = NULL_TREE;
12673 if (! integer_all_onesp (size))
12675 if (! len || ! tree_int_cst_lt (len, size))
12676 return NULL_TREE;
12679 /* Only convert __{,v}sprintf_chk to {,v}sprintf if flag is 0
12680 or if format doesn't contain % chars or is "%s". */
12681 if (! integer_zerop (flag))
12683 if (fmt_str == NULL)
12684 return NULL_TREE;
12685 if (strchr (fmt_str, target_percent) != NULL
12686 && strcmp (fmt_str, target_percent_s))
12687 return NULL_TREE;
12690 /* If __builtin_{,v}sprintf_chk is used, assume {,v}sprintf is available. */
12691 fn = built_in_decls[fcode == BUILT_IN_VSPRINTF_CHK
12692 ? BUILT_IN_VSPRINTF : BUILT_IN_SPRINTF];
12693 if (!fn)
12694 return NULL_TREE;
12696 return rewrite_call_expr_array (loc, nargs, args, 4, fn, 2, dest, fmt);
12699 /* Fold a call EXP to __{,v}sprintf_chk. Return NULL_TREE if
12700 a normal call should be emitted rather than expanding the function
12701 inline. FCODE is either BUILT_IN_SPRINTF_CHK or BUILT_IN_VSPRINTF_CHK. */
12703 static tree
12704 fold_builtin_sprintf_chk (location_t loc, tree exp,
12705 enum built_in_function fcode)
12707 return fold_builtin_sprintf_chk_1 (loc, call_expr_nargs (exp),
12708 CALL_EXPR_ARGP (exp), fcode);
12711 /* Fold a call EXP to {,v}snprintf having NARGS passed as ARGS. Return
12712 NULL_TREE if a normal call should be emitted rather than expanding
12713 the function inline. FCODE is either BUILT_IN_SNPRINTF_CHK or
12714 BUILT_IN_VSNPRINTF_CHK. If MAXLEN is not NULL, it is maximum length
12715 passed as second argument. */
12717 static tree
12718 fold_builtin_snprintf_chk_1 (location_t loc, int nargs, tree *args,
12719 tree maxlen, enum built_in_function fcode)
12721 tree dest, size, len, fn, fmt, flag;
12722 const char *fmt_str;
12724 /* Verify the required arguments in the original call. */
12725 if (nargs < 5)
12726 return NULL_TREE;
12727 dest = args[0];
12728 if (!validate_arg (dest, POINTER_TYPE))
12729 return NULL_TREE;
12730 len = args[1];
12731 if (!validate_arg (len, INTEGER_TYPE))
12732 return NULL_TREE;
12733 flag = args[2];
12734 if (!validate_arg (flag, INTEGER_TYPE))
12735 return NULL_TREE;
12736 size = args[3];
12737 if (!validate_arg (size, INTEGER_TYPE))
12738 return NULL_TREE;
12739 fmt = args[4];
12740 if (!validate_arg (fmt, POINTER_TYPE))
12741 return NULL_TREE;
12743 if (! host_integerp (size, 1))
12744 return NULL_TREE;
12746 if (! integer_all_onesp (size))
12748 if (! host_integerp (len, 1))
12750 /* If LEN is not constant, try MAXLEN too.
12751 For MAXLEN only allow optimizing into non-_ocs function
12752 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12753 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12754 return NULL_TREE;
12756 else
12757 maxlen = len;
12759 if (tree_int_cst_lt (size, maxlen))
12760 return NULL_TREE;
12763 if (!init_target_chars ())
12764 return NULL_TREE;
12766 /* Only convert __{,v}snprintf_chk to {,v}snprintf if flag is 0
12767 or if format doesn't contain % chars or is "%s". */
12768 if (! integer_zerop (flag))
12770 fmt_str = c_getstr (fmt);
12771 if (fmt_str == NULL)
12772 return NULL_TREE;
12773 if (strchr (fmt_str, target_percent) != NULL
12774 && strcmp (fmt_str, target_percent_s))
12775 return NULL_TREE;
12778 /* If __builtin_{,v}snprintf_chk is used, assume {,v}snprintf is
12779 available. */
12780 fn = built_in_decls[fcode == BUILT_IN_VSNPRINTF_CHK
12781 ? BUILT_IN_VSNPRINTF : BUILT_IN_SNPRINTF];
12782 if (!fn)
12783 return NULL_TREE;
12785 return rewrite_call_expr_array (loc, nargs, args, 5, fn, 3, dest, len, fmt);
12788 /* Fold a call EXP to {,v}snprintf. Return NULL_TREE if
12789 a normal call should be emitted rather than expanding the function
12790 inline. FCODE is either BUILT_IN_SNPRINTF_CHK or
12791 BUILT_IN_VSNPRINTF_CHK. If MAXLEN is not NULL, it is maximum length
12792 passed as second argument. */
12794 tree
12795 fold_builtin_snprintf_chk (location_t loc, tree exp, tree maxlen,
12796 enum built_in_function fcode)
12798 return fold_builtin_snprintf_chk_1 (loc, call_expr_nargs (exp),
12799 CALL_EXPR_ARGP (exp), maxlen, fcode);
12802 /* Fold a call to the {,v}printf{,_unlocked} and __{,v}printf_chk builtins.
12803 FMT and ARG are the arguments to the call; we don't fold cases with
12804 more than 2 arguments, and ARG may be null if this is a 1-argument case.
12806 Return NULL_TREE if no simplification was possible, otherwise return the
12807 simplified form of the call as a tree. FCODE is the BUILT_IN_*
12808 code of the function to be simplified. */
12810 static tree
12811 fold_builtin_printf (location_t loc, tree fndecl, tree fmt,
12812 tree arg, bool ignore,
12813 enum built_in_function fcode)
12815 tree fn_putchar, fn_puts, newarg, call = NULL_TREE;
12816 const char *fmt_str = NULL;
12818 /* If the return value is used, don't do the transformation. */
12819 if (! ignore)
12820 return NULL_TREE;
12822 /* Verify the required arguments in the original call. */
12823 if (!validate_arg (fmt, POINTER_TYPE))
12824 return NULL_TREE;
12826 /* Check whether the format is a literal string constant. */
12827 fmt_str = c_getstr (fmt);
12828 if (fmt_str == NULL)
12829 return NULL_TREE;
12831 if (fcode == BUILT_IN_PRINTF_UNLOCKED)
12833 /* If we're using an unlocked function, assume the other
12834 unlocked functions exist explicitly. */
12835 fn_putchar = built_in_decls[BUILT_IN_PUTCHAR_UNLOCKED];
12836 fn_puts = built_in_decls[BUILT_IN_PUTS_UNLOCKED];
12838 else
12840 fn_putchar = implicit_built_in_decls[BUILT_IN_PUTCHAR];
12841 fn_puts = implicit_built_in_decls[BUILT_IN_PUTS];
12844 if (!init_target_chars ())
12845 return NULL_TREE;
12847 if (strcmp (fmt_str, target_percent_s) == 0
12848 || strchr (fmt_str, target_percent) == NULL)
12850 const char *str;
12852 if (strcmp (fmt_str, target_percent_s) == 0)
12854 if (fcode == BUILT_IN_VPRINTF || fcode == BUILT_IN_VPRINTF_CHK)
12855 return NULL_TREE;
12857 if (!arg || !validate_arg (arg, POINTER_TYPE))
12858 return NULL_TREE;
12860 str = c_getstr (arg);
12861 if (str == NULL)
12862 return NULL_TREE;
12864 else
12866 /* The format specifier doesn't contain any '%' characters. */
12867 if (fcode != BUILT_IN_VPRINTF && fcode != BUILT_IN_VPRINTF_CHK
12868 && arg)
12869 return NULL_TREE;
12870 str = fmt_str;
12873 /* If the string was "", printf does nothing. */
12874 if (str[0] == '\0')
12875 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), 0);
12877 /* If the string has length of 1, call putchar. */
12878 if (str[1] == '\0')
12880 /* Given printf("c"), (where c is any one character,)
12881 convert "c"[0] to an int and pass that to the replacement
12882 function. */
12883 newarg = build_int_cst (NULL_TREE, str[0]);
12884 if (fn_putchar)
12885 call = build_call_expr_loc (loc, fn_putchar, 1, newarg);
12887 else
12889 /* If the string was "string\n", call puts("string"). */
12890 size_t len = strlen (str);
12891 if ((unsigned char)str[len - 1] == target_newline)
12893 /* Create a NUL-terminated string that's one char shorter
12894 than the original, stripping off the trailing '\n'. */
12895 char *newstr = XALLOCAVEC (char, len);
12896 memcpy (newstr, str, len - 1);
12897 newstr[len - 1] = 0;
12899 newarg = build_string_literal (len, newstr);
12900 if (fn_puts)
12901 call = build_call_expr_loc (loc, fn_puts, 1, newarg);
12903 else
12904 /* We'd like to arrange to call fputs(string,stdout) here,
12905 but we need stdout and don't have a way to get it yet. */
12906 return NULL_TREE;
12910 /* The other optimizations can be done only on the non-va_list variants. */
12911 else if (fcode == BUILT_IN_VPRINTF || fcode == BUILT_IN_VPRINTF_CHK)
12912 return NULL_TREE;
12914 /* If the format specifier was "%s\n", call __builtin_puts(arg). */
12915 else if (strcmp (fmt_str, target_percent_s_newline) == 0)
12917 if (!arg || !validate_arg (arg, POINTER_TYPE))
12918 return NULL_TREE;
12919 if (fn_puts)
12920 call = build_call_expr_loc (loc, fn_puts, 1, arg);
12923 /* If the format specifier was "%c", call __builtin_putchar(arg). */
12924 else if (strcmp (fmt_str, target_percent_c) == 0)
12926 if (!arg || !validate_arg (arg, INTEGER_TYPE))
12927 return NULL_TREE;
12928 if (fn_putchar)
12929 call = build_call_expr_loc (loc, fn_putchar, 1, arg);
12932 if (!call)
12933 return NULL_TREE;
12935 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), call);
12938 /* Fold a call to the {,v}fprintf{,_unlocked} and __{,v}printf_chk builtins.
12939 FP, FMT, and ARG are the arguments to the call. We don't fold calls with
12940 more than 3 arguments, and ARG may be null in the 2-argument case.
12942 Return NULL_TREE if no simplification was possible, otherwise return the
12943 simplified form of the call as a tree. FCODE is the BUILT_IN_*
12944 code of the function to be simplified. */
12946 static tree
12947 fold_builtin_fprintf (location_t loc, tree fndecl, tree fp,
12948 tree fmt, tree arg, bool ignore,
12949 enum built_in_function fcode)
12951 tree fn_fputc, fn_fputs, call = NULL_TREE;
12952 const char *fmt_str = NULL;
12954 /* If the return value is used, don't do the transformation. */
12955 if (! ignore)
12956 return NULL_TREE;
12958 /* Verify the required arguments in the original call. */
12959 if (!validate_arg (fp, POINTER_TYPE))
12960 return NULL_TREE;
12961 if (!validate_arg (fmt, POINTER_TYPE))
12962 return NULL_TREE;
12964 /* Check whether the format is a literal string constant. */
12965 fmt_str = c_getstr (fmt);
12966 if (fmt_str == NULL)
12967 return NULL_TREE;
12969 if (fcode == BUILT_IN_FPRINTF_UNLOCKED)
12971 /* If we're using an unlocked function, assume the other
12972 unlocked functions exist explicitly. */
12973 fn_fputc = built_in_decls[BUILT_IN_FPUTC_UNLOCKED];
12974 fn_fputs = built_in_decls[BUILT_IN_FPUTS_UNLOCKED];
12976 else
12978 fn_fputc = implicit_built_in_decls[BUILT_IN_FPUTC];
12979 fn_fputs = implicit_built_in_decls[BUILT_IN_FPUTS];
12982 if (!init_target_chars ())
12983 return NULL_TREE;
12985 /* If the format doesn't contain % args or %%, use strcpy. */
12986 if (strchr (fmt_str, target_percent) == NULL)
12988 if (fcode != BUILT_IN_VFPRINTF && fcode != BUILT_IN_VFPRINTF_CHK
12989 && arg)
12990 return NULL_TREE;
12992 /* If the format specifier was "", fprintf does nothing. */
12993 if (fmt_str[0] == '\0')
12995 /* If FP has side-effects, just wait until gimplification is
12996 done. */
12997 if (TREE_SIDE_EFFECTS (fp))
12998 return NULL_TREE;
13000 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), 0);
13003 /* When "string" doesn't contain %, replace all cases of
13004 fprintf (fp, string) with fputs (string, fp). The fputs
13005 builtin will take care of special cases like length == 1. */
13006 if (fn_fputs)
13007 call = build_call_expr_loc (loc, fn_fputs, 2, fmt, fp);
13010 /* The other optimizations can be done only on the non-va_list variants. */
13011 else if (fcode == BUILT_IN_VFPRINTF || fcode == BUILT_IN_VFPRINTF_CHK)
13012 return NULL_TREE;
13014 /* If the format specifier was "%s", call __builtin_fputs (arg, fp). */
13015 else if (strcmp (fmt_str, target_percent_s) == 0)
13017 if (!arg || !validate_arg (arg, POINTER_TYPE))
13018 return NULL_TREE;
13019 if (fn_fputs)
13020 call = build_call_expr_loc (loc, fn_fputs, 2, arg, fp);
13023 /* If the format specifier was "%c", call __builtin_fputc (arg, fp). */
13024 else if (strcmp (fmt_str, target_percent_c) == 0)
13026 if (!arg || !validate_arg (arg, INTEGER_TYPE))
13027 return NULL_TREE;
13028 if (fn_fputc)
13029 call = build_call_expr_loc (loc, fn_fputc, 2, arg, fp);
13032 if (!call)
13033 return NULL_TREE;
13034 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), call);
13037 /* Initialize format string characters in the target charset. */
13039 static bool
13040 init_target_chars (void)
13042 static bool init;
13043 if (!init)
13045 target_newline = lang_hooks.to_target_charset ('\n');
13046 target_percent = lang_hooks.to_target_charset ('%');
13047 target_c = lang_hooks.to_target_charset ('c');
13048 target_s = lang_hooks.to_target_charset ('s');
13049 if (target_newline == 0 || target_percent == 0 || target_c == 0
13050 || target_s == 0)
13051 return false;
13053 target_percent_c[0] = target_percent;
13054 target_percent_c[1] = target_c;
13055 target_percent_c[2] = '\0';
13057 target_percent_s[0] = target_percent;
13058 target_percent_s[1] = target_s;
13059 target_percent_s[2] = '\0';
13061 target_percent_s_newline[0] = target_percent;
13062 target_percent_s_newline[1] = target_s;
13063 target_percent_s_newline[2] = target_newline;
13064 target_percent_s_newline[3] = '\0';
13066 init = true;
13068 return true;
13071 /* Helper function for do_mpfr_arg*(). Ensure M is a normal number
13072 and no overflow/underflow occurred. INEXACT is true if M was not
13073 exactly calculated. TYPE is the tree type for the result. This
13074 function assumes that you cleared the MPFR flags and then
13075 calculated M to see if anything subsequently set a flag prior to
13076 entering this function. Return NULL_TREE if any checks fail. */
13078 static tree
13079 do_mpfr_ckconv (mpfr_srcptr m, tree type, int inexact)
13081 /* Proceed iff we get a normal number, i.e. not NaN or Inf and no
13082 overflow/underflow occurred. If -frounding-math, proceed iff the
13083 result of calling FUNC was exact. */
13084 if (mpfr_number_p (m) && !mpfr_overflow_p () && !mpfr_underflow_p ()
13085 && (!flag_rounding_math || !inexact))
13087 REAL_VALUE_TYPE rr;
13089 real_from_mpfr (&rr, m, type, GMP_RNDN);
13090 /* Proceed iff GCC's REAL_VALUE_TYPE can hold the MPFR value,
13091 check for overflow/underflow. If the REAL_VALUE_TYPE is zero
13092 but the mpft_t is not, then we underflowed in the
13093 conversion. */
13094 if (real_isfinite (&rr)
13095 && (rr.cl == rvc_zero) == (mpfr_zero_p (m) != 0))
13097 REAL_VALUE_TYPE rmode;
13099 real_convert (&rmode, TYPE_MODE (type), &rr);
13100 /* Proceed iff the specified mode can hold the value. */
13101 if (real_identical (&rmode, &rr))
13102 return build_real (type, rmode);
13105 return NULL_TREE;
13108 /* Helper function for do_mpc_arg*(). Ensure M is a normal complex
13109 number and no overflow/underflow occurred. INEXACT is true if M
13110 was not exactly calculated. TYPE is the tree type for the result.
13111 This function assumes that you cleared the MPFR flags and then
13112 calculated M to see if anything subsequently set a flag prior to
13113 entering this function. Return NULL_TREE if any checks fail, if
13114 FORCE_CONVERT is true, then bypass the checks. */
13116 static tree
13117 do_mpc_ckconv (mpc_srcptr m, tree type, int inexact, int force_convert)
13119 /* Proceed iff we get a normal number, i.e. not NaN or Inf and no
13120 overflow/underflow occurred. If -frounding-math, proceed iff the
13121 result of calling FUNC was exact. */
13122 if (force_convert
13123 || (mpfr_number_p (mpc_realref (m)) && mpfr_number_p (mpc_imagref (m))
13124 && !mpfr_overflow_p () && !mpfr_underflow_p ()
13125 && (!flag_rounding_math || !inexact)))
13127 REAL_VALUE_TYPE re, im;
13129 real_from_mpfr (&re, mpc_realref (m), TREE_TYPE (type), GMP_RNDN);
13130 real_from_mpfr (&im, mpc_imagref (m), TREE_TYPE (type), GMP_RNDN);
13131 /* Proceed iff GCC's REAL_VALUE_TYPE can hold the MPFR values,
13132 check for overflow/underflow. If the REAL_VALUE_TYPE is zero
13133 but the mpft_t is not, then we underflowed in the
13134 conversion. */
13135 if (force_convert
13136 || (real_isfinite (&re) && real_isfinite (&im)
13137 && (re.cl == rvc_zero) == (mpfr_zero_p (mpc_realref (m)) != 0)
13138 && (im.cl == rvc_zero) == (mpfr_zero_p (mpc_imagref (m)) != 0)))
13140 REAL_VALUE_TYPE re_mode, im_mode;
13142 real_convert (&re_mode, TYPE_MODE (TREE_TYPE (type)), &re);
13143 real_convert (&im_mode, TYPE_MODE (TREE_TYPE (type)), &im);
13144 /* Proceed iff the specified mode can hold the value. */
13145 if (force_convert
13146 || (real_identical (&re_mode, &re)
13147 && real_identical (&im_mode, &im)))
13148 return build_complex (type, build_real (TREE_TYPE (type), re_mode),
13149 build_real (TREE_TYPE (type), im_mode));
13152 return NULL_TREE;
13155 /* If argument ARG is a REAL_CST, call the one-argument mpfr function
13156 FUNC on it and return the resulting value as a tree with type TYPE.
13157 If MIN and/or MAX are not NULL, then the supplied ARG must be
13158 within those bounds. If INCLUSIVE is true, then MIN/MAX are
13159 acceptable values, otherwise they are not. The mpfr precision is
13160 set to the precision of TYPE. We assume that function FUNC returns
13161 zero if the result could be calculated exactly within the requested
13162 precision. */
13164 static tree
13165 do_mpfr_arg1 (tree arg, tree type, int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t),
13166 const REAL_VALUE_TYPE *min, const REAL_VALUE_TYPE *max,
13167 bool inclusive)
13169 tree result = NULL_TREE;
13171 STRIP_NOPS (arg);
13173 /* To proceed, MPFR must exactly represent the target floating point
13174 format, which only happens when the target base equals two. */
13175 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13176 && TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
13178 const REAL_VALUE_TYPE *const ra = &TREE_REAL_CST (arg);
13180 if (real_isfinite (ra)
13181 && (!min || real_compare (inclusive ? GE_EXPR: GT_EXPR , ra, min))
13182 && (!max || real_compare (inclusive ? LE_EXPR: LT_EXPR , ra, max)))
13184 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13185 const int prec = fmt->p;
13186 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13187 int inexact;
13188 mpfr_t m;
13190 mpfr_init2 (m, prec);
13191 mpfr_from_real (m, ra, GMP_RNDN);
13192 mpfr_clear_flags ();
13193 inexact = func (m, m, rnd);
13194 result = do_mpfr_ckconv (m, type, inexact);
13195 mpfr_clear (m);
13199 return result;
13202 /* If argument ARG is a REAL_CST, call the two-argument mpfr function
13203 FUNC on it and return the resulting value as a tree with type TYPE.
13204 The mpfr precision is set to the precision of TYPE. We assume that
13205 function FUNC returns zero if the result could be calculated
13206 exactly within the requested precision. */
13208 static tree
13209 do_mpfr_arg2 (tree arg1, tree arg2, tree type,
13210 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t))
13212 tree result = NULL_TREE;
13214 STRIP_NOPS (arg1);
13215 STRIP_NOPS (arg2);
13217 /* To proceed, MPFR must exactly represent the target floating point
13218 format, which only happens when the target base equals two. */
13219 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13220 && TREE_CODE (arg1) == REAL_CST && !TREE_OVERFLOW (arg1)
13221 && TREE_CODE (arg2) == REAL_CST && !TREE_OVERFLOW (arg2))
13223 const REAL_VALUE_TYPE *const ra1 = &TREE_REAL_CST (arg1);
13224 const REAL_VALUE_TYPE *const ra2 = &TREE_REAL_CST (arg2);
13226 if (real_isfinite (ra1) && real_isfinite (ra2))
13228 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13229 const int prec = fmt->p;
13230 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13231 int inexact;
13232 mpfr_t m1, m2;
13234 mpfr_inits2 (prec, m1, m2, NULL);
13235 mpfr_from_real (m1, ra1, GMP_RNDN);
13236 mpfr_from_real (m2, ra2, GMP_RNDN);
13237 mpfr_clear_flags ();
13238 inexact = func (m1, m1, m2, rnd);
13239 result = do_mpfr_ckconv (m1, type, inexact);
13240 mpfr_clears (m1, m2, NULL);
13244 return result;
13247 /* If argument ARG is a REAL_CST, call the three-argument mpfr function
13248 FUNC on it and return the resulting value as a tree with type TYPE.
13249 The mpfr precision is set to the precision of TYPE. We assume that
13250 function FUNC returns zero if the result could be calculated
13251 exactly within the requested precision. */
13253 static tree
13254 do_mpfr_arg3 (tree arg1, tree arg2, tree arg3, tree type,
13255 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t))
13257 tree result = NULL_TREE;
13259 STRIP_NOPS (arg1);
13260 STRIP_NOPS (arg2);
13261 STRIP_NOPS (arg3);
13263 /* To proceed, MPFR must exactly represent the target floating point
13264 format, which only happens when the target base equals two. */
13265 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13266 && TREE_CODE (arg1) == REAL_CST && !TREE_OVERFLOW (arg1)
13267 && TREE_CODE (arg2) == REAL_CST && !TREE_OVERFLOW (arg2)
13268 && TREE_CODE (arg3) == REAL_CST && !TREE_OVERFLOW (arg3))
13270 const REAL_VALUE_TYPE *const ra1 = &TREE_REAL_CST (arg1);
13271 const REAL_VALUE_TYPE *const ra2 = &TREE_REAL_CST (arg2);
13272 const REAL_VALUE_TYPE *const ra3 = &TREE_REAL_CST (arg3);
13274 if (real_isfinite (ra1) && real_isfinite (ra2) && real_isfinite (ra3))
13276 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13277 const int prec = fmt->p;
13278 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13279 int inexact;
13280 mpfr_t m1, m2, m3;
13282 mpfr_inits2 (prec, m1, m2, m3, NULL);
13283 mpfr_from_real (m1, ra1, GMP_RNDN);
13284 mpfr_from_real (m2, ra2, GMP_RNDN);
13285 mpfr_from_real (m3, ra3, GMP_RNDN);
13286 mpfr_clear_flags ();
13287 inexact = func (m1, m1, m2, m3, rnd);
13288 result = do_mpfr_ckconv (m1, type, inexact);
13289 mpfr_clears (m1, m2, m3, NULL);
13293 return result;
13296 /* If argument ARG is a REAL_CST, call mpfr_sin_cos() on it and set
13297 the pointers *(ARG_SINP) and *(ARG_COSP) to the resulting values.
13298 If ARG_SINP and ARG_COSP are NULL then the result is returned
13299 as a complex value.
13300 The type is taken from the type of ARG and is used for setting the
13301 precision of the calculation and results. */
13303 static tree
13304 do_mpfr_sincos (tree arg, tree arg_sinp, tree arg_cosp)
13306 tree const type = TREE_TYPE (arg);
13307 tree result = NULL_TREE;
13309 STRIP_NOPS (arg);
13311 /* To proceed, MPFR must exactly represent the target floating point
13312 format, which only happens when the target base equals two. */
13313 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13314 && TREE_CODE (arg) == REAL_CST
13315 && !TREE_OVERFLOW (arg))
13317 const REAL_VALUE_TYPE *const ra = &TREE_REAL_CST (arg);
13319 if (real_isfinite (ra))
13321 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13322 const int prec = fmt->p;
13323 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13324 tree result_s, result_c;
13325 int inexact;
13326 mpfr_t m, ms, mc;
13328 mpfr_inits2 (prec, m, ms, mc, NULL);
13329 mpfr_from_real (m, ra, GMP_RNDN);
13330 mpfr_clear_flags ();
13331 inexact = mpfr_sin_cos (ms, mc, m, rnd);
13332 result_s = do_mpfr_ckconv (ms, type, inexact);
13333 result_c = do_mpfr_ckconv (mc, type, inexact);
13334 mpfr_clears (m, ms, mc, NULL);
13335 if (result_s && result_c)
13337 /* If we are to return in a complex value do so. */
13338 if (!arg_sinp && !arg_cosp)
13339 return build_complex (build_complex_type (type),
13340 result_c, result_s);
13342 /* Dereference the sin/cos pointer arguments. */
13343 arg_sinp = build_fold_indirect_ref (arg_sinp);
13344 arg_cosp = build_fold_indirect_ref (arg_cosp);
13345 /* Proceed if valid pointer type were passed in. */
13346 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg_sinp)) == TYPE_MAIN_VARIANT (type)
13347 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_cosp)) == TYPE_MAIN_VARIANT (type))
13349 /* Set the values. */
13350 result_s = fold_build2 (MODIFY_EXPR, type, arg_sinp,
13351 result_s);
13352 TREE_SIDE_EFFECTS (result_s) = 1;
13353 result_c = fold_build2 (MODIFY_EXPR, type, arg_cosp,
13354 result_c);
13355 TREE_SIDE_EFFECTS (result_c) = 1;
13356 /* Combine the assignments into a compound expr. */
13357 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
13358 result_s, result_c));
13363 return result;
13366 /* If argument ARG1 is an INTEGER_CST and ARG2 is a REAL_CST, call the
13367 two-argument mpfr order N Bessel function FUNC on them and return
13368 the resulting value as a tree with type TYPE. The mpfr precision
13369 is set to the precision of TYPE. We assume that function FUNC
13370 returns zero if the result could be calculated exactly within the
13371 requested precision. */
13372 static tree
13373 do_mpfr_bessel_n (tree arg1, tree arg2, tree type,
13374 int (*func)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t),
13375 const REAL_VALUE_TYPE *min, bool inclusive)
13377 tree result = NULL_TREE;
13379 STRIP_NOPS (arg1);
13380 STRIP_NOPS (arg2);
13382 /* To proceed, MPFR must exactly represent the target floating point
13383 format, which only happens when the target base equals two. */
13384 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13385 && host_integerp (arg1, 0)
13386 && TREE_CODE (arg2) == REAL_CST && !TREE_OVERFLOW (arg2))
13388 const HOST_WIDE_INT n = tree_low_cst(arg1, 0);
13389 const REAL_VALUE_TYPE *const ra = &TREE_REAL_CST (arg2);
13391 if (n == (long)n
13392 && real_isfinite (ra)
13393 && (!min || real_compare (inclusive ? GE_EXPR: GT_EXPR , ra, min)))
13395 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13396 const int prec = fmt->p;
13397 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13398 int inexact;
13399 mpfr_t m;
13401 mpfr_init2 (m, prec);
13402 mpfr_from_real (m, ra, GMP_RNDN);
13403 mpfr_clear_flags ();
13404 inexact = func (m, n, m, rnd);
13405 result = do_mpfr_ckconv (m, type, inexact);
13406 mpfr_clear (m);
13410 return result;
13413 /* If arguments ARG0 and ARG1 are REAL_CSTs, call mpfr_remquo() to set
13414 the pointer *(ARG_QUO) and return the result. The type is taken
13415 from the type of ARG0 and is used for setting the precision of the
13416 calculation and results. */
13418 static tree
13419 do_mpfr_remquo (tree arg0, tree arg1, tree arg_quo)
13421 tree const type = TREE_TYPE (arg0);
13422 tree result = NULL_TREE;
13424 STRIP_NOPS (arg0);
13425 STRIP_NOPS (arg1);
13427 /* To proceed, MPFR must exactly represent the target floating point
13428 format, which only happens when the target base equals two. */
13429 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13430 && TREE_CODE (arg0) == REAL_CST && !TREE_OVERFLOW (arg0)
13431 && TREE_CODE (arg1) == REAL_CST && !TREE_OVERFLOW (arg1))
13433 const REAL_VALUE_TYPE *const ra0 = TREE_REAL_CST_PTR (arg0);
13434 const REAL_VALUE_TYPE *const ra1 = TREE_REAL_CST_PTR (arg1);
13436 if (real_isfinite (ra0) && real_isfinite (ra1))
13438 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13439 const int prec = fmt->p;
13440 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13441 tree result_rem;
13442 long integer_quo;
13443 mpfr_t m0, m1;
13445 mpfr_inits2 (prec, m0, m1, NULL);
13446 mpfr_from_real (m0, ra0, GMP_RNDN);
13447 mpfr_from_real (m1, ra1, GMP_RNDN);
13448 mpfr_clear_flags ();
13449 mpfr_remquo (m0, &integer_quo, m0, m1, rnd);
13450 /* Remquo is independent of the rounding mode, so pass
13451 inexact=0 to do_mpfr_ckconv(). */
13452 result_rem = do_mpfr_ckconv (m0, type, /*inexact=*/ 0);
13453 mpfr_clears (m0, m1, NULL);
13454 if (result_rem)
13456 /* MPFR calculates quo in the host's long so it may
13457 return more bits in quo than the target int can hold
13458 if sizeof(host long) > sizeof(target int). This can
13459 happen even for native compilers in LP64 mode. In
13460 these cases, modulo the quo value with the largest
13461 number that the target int can hold while leaving one
13462 bit for the sign. */
13463 if (sizeof (integer_quo) * CHAR_BIT > INT_TYPE_SIZE)
13464 integer_quo %= (long)(1UL << (INT_TYPE_SIZE - 1));
13466 /* Dereference the quo pointer argument. */
13467 arg_quo = build_fold_indirect_ref (arg_quo);
13468 /* Proceed iff a valid pointer type was passed in. */
13469 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg_quo)) == integer_type_node)
13471 /* Set the value. */
13472 tree result_quo = fold_build2 (MODIFY_EXPR,
13473 TREE_TYPE (arg_quo), arg_quo,
13474 build_int_cst (NULL, integer_quo));
13475 TREE_SIDE_EFFECTS (result_quo) = 1;
13476 /* Combine the quo assignment with the rem. */
13477 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
13478 result_quo, result_rem));
13483 return result;
13486 /* If ARG is a REAL_CST, call mpfr_lgamma() on it and return the
13487 resulting value as a tree with type TYPE. The mpfr precision is
13488 set to the precision of TYPE. We assume that this mpfr function
13489 returns zero if the result could be calculated exactly within the
13490 requested precision. In addition, the integer pointer represented
13491 by ARG_SG will be dereferenced and set to the appropriate signgam
13492 (-1,1) value. */
13494 static tree
13495 do_mpfr_lgamma_r (tree arg, tree arg_sg, tree type)
13497 tree result = NULL_TREE;
13499 STRIP_NOPS (arg);
13501 /* To proceed, MPFR must exactly represent the target floating point
13502 format, which only happens when the target base equals two. Also
13503 verify ARG is a constant and that ARG_SG is an int pointer. */
13504 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13505 && TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg)
13506 && TREE_CODE (TREE_TYPE (arg_sg)) == POINTER_TYPE
13507 && TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (arg_sg))) == integer_type_node)
13509 const REAL_VALUE_TYPE *const ra = TREE_REAL_CST_PTR (arg);
13511 /* In addition to NaN and Inf, the argument cannot be zero or a
13512 negative integer. */
13513 if (real_isfinite (ra)
13514 && ra->cl != rvc_zero
13515 && !(real_isneg(ra) && real_isinteger(ra, TYPE_MODE (type))))
13517 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13518 const int prec = fmt->p;
13519 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13520 int inexact, sg;
13521 mpfr_t m;
13522 tree result_lg;
13524 mpfr_init2 (m, prec);
13525 mpfr_from_real (m, ra, GMP_RNDN);
13526 mpfr_clear_flags ();
13527 inexact = mpfr_lgamma (m, &sg, m, rnd);
13528 result_lg = do_mpfr_ckconv (m, type, inexact);
13529 mpfr_clear (m);
13530 if (result_lg)
13532 tree result_sg;
13534 /* Dereference the arg_sg pointer argument. */
13535 arg_sg = build_fold_indirect_ref (arg_sg);
13536 /* Assign the signgam value into *arg_sg. */
13537 result_sg = fold_build2 (MODIFY_EXPR,
13538 TREE_TYPE (arg_sg), arg_sg,
13539 build_int_cst (NULL, sg));
13540 TREE_SIDE_EFFECTS (result_sg) = 1;
13541 /* Combine the signgam assignment with the lgamma result. */
13542 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
13543 result_sg, result_lg));
13548 return result;
13551 /* If argument ARG is a COMPLEX_CST, call the one-argument mpc
13552 function FUNC on it and return the resulting value as a tree with
13553 type TYPE. The mpfr precision is set to the precision of TYPE. We
13554 assume that function FUNC returns zero if the result could be
13555 calculated exactly within the requested precision. */
13557 static tree
13558 do_mpc_arg1 (tree arg, tree type, int (*func)(mpc_ptr, mpc_srcptr, mpc_rnd_t))
13560 tree result = NULL_TREE;
13562 STRIP_NOPS (arg);
13564 /* To proceed, MPFR must exactly represent the target floating point
13565 format, which only happens when the target base equals two. */
13566 if (TREE_CODE (arg) == COMPLEX_CST && !TREE_OVERFLOW (arg)
13567 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) == REAL_TYPE
13568 && REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (TREE_TYPE (arg))))->b == 2)
13570 const REAL_VALUE_TYPE *const re = TREE_REAL_CST_PTR (TREE_REALPART (arg));
13571 const REAL_VALUE_TYPE *const im = TREE_REAL_CST_PTR (TREE_IMAGPART (arg));
13573 if (real_isfinite (re) && real_isfinite (im))
13575 const struct real_format *const fmt =
13576 REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (type)));
13577 const int prec = fmt->p;
13578 const mp_rnd_t rnd = fmt->round_towards_zero ? GMP_RNDZ : GMP_RNDN;
13579 const mpc_rnd_t crnd = fmt->round_towards_zero ? MPC_RNDZZ : MPC_RNDNN;
13580 int inexact;
13581 mpc_t m;
13583 mpc_init2 (m, prec);
13584 mpfr_from_real (mpc_realref(m), re, rnd);
13585 mpfr_from_real (mpc_imagref(m), im, rnd);
13586 mpfr_clear_flags ();
13587 inexact = func (m, m, crnd);
13588 result = do_mpc_ckconv (m, type, inexact, /*force_convert=*/ 0);
13589 mpc_clear (m);
13593 return result;
13596 /* If arguments ARG0 and ARG1 are a COMPLEX_CST, call the two-argument
13597 mpc function FUNC on it and return the resulting value as a tree
13598 with type TYPE. The mpfr precision is set to the precision of
13599 TYPE. We assume that function FUNC returns zero if the result
13600 could be calculated exactly within the requested precision. If
13601 DO_NONFINITE is true, then fold expressions containing Inf or NaN
13602 in the arguments and/or results. */
13604 tree
13605 do_mpc_arg2 (tree arg0, tree arg1, tree type, int do_nonfinite,
13606 int (*func)(mpc_ptr, mpc_srcptr, mpc_srcptr, mpc_rnd_t))
13608 tree result = NULL_TREE;
13610 STRIP_NOPS (arg0);
13611 STRIP_NOPS (arg1);
13613 /* To proceed, MPFR must exactly represent the target floating point
13614 format, which only happens when the target base equals two. */
13615 if (TREE_CODE (arg0) == COMPLEX_CST && !TREE_OVERFLOW (arg0)
13616 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE
13617 && TREE_CODE (arg1) == COMPLEX_CST && !TREE_OVERFLOW (arg1)
13618 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == REAL_TYPE
13619 && REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (TREE_TYPE (arg0))))->b == 2)
13621 const REAL_VALUE_TYPE *const re0 = TREE_REAL_CST_PTR (TREE_REALPART (arg0));
13622 const REAL_VALUE_TYPE *const im0 = TREE_REAL_CST_PTR (TREE_IMAGPART (arg0));
13623 const REAL_VALUE_TYPE *const re1 = TREE_REAL_CST_PTR (TREE_REALPART (arg1));
13624 const REAL_VALUE_TYPE *const im1 = TREE_REAL_CST_PTR (TREE_IMAGPART (arg1));
13626 if (do_nonfinite
13627 || (real_isfinite (re0) && real_isfinite (im0)
13628 && real_isfinite (re1) && real_isfinite (im1)))
13630 const struct real_format *const fmt =
13631 REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (type)));
13632 const int prec = fmt->p;
13633 const mp_rnd_t rnd = fmt->round_towards_zero ? GMP_RNDZ : GMP_RNDN;
13634 const mpc_rnd_t crnd = fmt->round_towards_zero ? MPC_RNDZZ : MPC_RNDNN;
13635 int inexact;
13636 mpc_t m0, m1;
13638 mpc_init2 (m0, prec);
13639 mpc_init2 (m1, prec);
13640 mpfr_from_real (mpc_realref(m0), re0, rnd);
13641 mpfr_from_real (mpc_imagref(m0), im0, rnd);
13642 mpfr_from_real (mpc_realref(m1), re1, rnd);
13643 mpfr_from_real (mpc_imagref(m1), im1, rnd);
13644 mpfr_clear_flags ();
13645 inexact = func (m0, m0, m1, crnd);
13646 result = do_mpc_ckconv (m0, type, inexact, do_nonfinite);
13647 mpc_clear (m0);
13648 mpc_clear (m1);
13652 return result;
13655 /* Fold a call STMT to __{,v}sprintf_chk. Return NULL_TREE if
13656 a normal call should be emitted rather than expanding the function
13657 inline. FCODE is either BUILT_IN_SPRINTF_CHK or BUILT_IN_VSPRINTF_CHK. */
13659 static tree
13660 gimple_fold_builtin_sprintf_chk (gimple stmt, enum built_in_function fcode)
13662 int nargs = gimple_call_num_args (stmt);
13664 return fold_builtin_sprintf_chk_1 (gimple_location (stmt), nargs,
13665 (nargs > 0
13666 ? gimple_call_arg_ptr (stmt, 0)
13667 : &error_mark_node), fcode);
13670 /* Fold a call STMT to {,v}snprintf. Return NULL_TREE if
13671 a normal call should be emitted rather than expanding the function
13672 inline. FCODE is either BUILT_IN_SNPRINTF_CHK or
13673 BUILT_IN_VSNPRINTF_CHK. If MAXLEN is not NULL, it is maximum length
13674 passed as second argument. */
13676 tree
13677 gimple_fold_builtin_snprintf_chk (gimple stmt, tree maxlen,
13678 enum built_in_function fcode)
13680 int nargs = gimple_call_num_args (stmt);
13682 return fold_builtin_snprintf_chk_1 (gimple_location (stmt), nargs,
13683 (nargs > 0
13684 ? gimple_call_arg_ptr (stmt, 0)
13685 : &error_mark_node), maxlen, fcode);
13688 /* Builtins with folding operations that operate on "..." arguments
13689 need special handling; we need to store the arguments in a convenient
13690 data structure before attempting any folding. Fortunately there are
13691 only a few builtins that fall into this category. FNDECL is the
13692 function, EXP is the CALL_EXPR for the call, and IGNORE is true if the
13693 result of the function call is ignored. */
13695 static tree
13696 gimple_fold_builtin_varargs (tree fndecl, gimple stmt,
13697 bool ignore ATTRIBUTE_UNUSED)
13699 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
13700 tree ret = NULL_TREE;
13702 switch (fcode)
13704 case BUILT_IN_SPRINTF_CHK:
13705 case BUILT_IN_VSPRINTF_CHK:
13706 ret = gimple_fold_builtin_sprintf_chk (stmt, fcode);
13707 break;
13709 case BUILT_IN_SNPRINTF_CHK:
13710 case BUILT_IN_VSNPRINTF_CHK:
13711 ret = gimple_fold_builtin_snprintf_chk (stmt, NULL_TREE, fcode);
13713 default:
13714 break;
13716 if (ret)
13718 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
13719 TREE_NO_WARNING (ret) = 1;
13720 return ret;
13722 return NULL_TREE;
13725 /* A wrapper function for builtin folding that prevents warnings for
13726 "statement without effect" and the like, caused by removing the
13727 call node earlier than the warning is generated. */
13729 tree
13730 fold_call_stmt (gimple stmt, bool ignore)
13732 tree ret = NULL_TREE;
13733 tree fndecl = gimple_call_fndecl (stmt);
13734 location_t loc = gimple_location (stmt);
13735 if (fndecl
13736 && TREE_CODE (fndecl) == FUNCTION_DECL
13737 && DECL_BUILT_IN (fndecl)
13738 && !gimple_call_va_arg_pack_p (stmt))
13740 int nargs = gimple_call_num_args (stmt);
13741 tree *args = (nargs > 0
13742 ? gimple_call_arg_ptr (stmt, 0)
13743 : &error_mark_node);
13745 if (avoid_folding_inline_builtin (fndecl))
13746 return NULL_TREE;
13747 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
13749 return targetm.fold_builtin (fndecl, nargs, args, ignore);
13751 else
13753 if (nargs <= MAX_ARGS_TO_FOLD_BUILTIN)
13754 ret = fold_builtin_n (loc, fndecl, args, nargs, ignore);
13755 if (!ret)
13756 ret = gimple_fold_builtin_varargs (fndecl, stmt, ignore);
13757 if (ret)
13759 /* Propagate location information from original call to
13760 expansion of builtin. Otherwise things like
13761 maybe_emit_chk_warning, that operate on the expansion
13762 of a builtin, will use the wrong location information. */
13763 if (gimple_has_location (stmt))
13765 tree realret = ret;
13766 if (TREE_CODE (ret) == NOP_EXPR)
13767 realret = TREE_OPERAND (ret, 0);
13768 if (CAN_HAVE_LOCATION_P (realret)
13769 && !EXPR_HAS_LOCATION (realret))
13770 SET_EXPR_LOCATION (realret, loc);
13771 return realret;
13773 return ret;
13777 return NULL_TREE;
13780 /* Look up the function in built_in_decls that corresponds to DECL
13781 and set ASMSPEC as its user assembler name. DECL must be a
13782 function decl that declares a builtin. */
13784 void
13785 set_builtin_user_assembler_name (tree decl, const char *asmspec)
13787 tree builtin;
13788 gcc_assert (TREE_CODE (decl) == FUNCTION_DECL
13789 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL
13790 && asmspec != 0);
13792 builtin = built_in_decls [DECL_FUNCTION_CODE (decl)];
13793 set_user_assembler_name (builtin, asmspec);
13794 switch (DECL_FUNCTION_CODE (decl))
13796 case BUILT_IN_MEMCPY:
13797 init_block_move_fn (asmspec);
13798 memcpy_libfunc = set_user_assembler_libfunc ("memcpy", asmspec);
13799 break;
13800 case BUILT_IN_MEMSET:
13801 init_block_clear_fn (asmspec);
13802 memset_libfunc = set_user_assembler_libfunc ("memset", asmspec);
13803 break;
13804 case BUILT_IN_MEMMOVE:
13805 memmove_libfunc = set_user_assembler_libfunc ("memmove", asmspec);
13806 break;
13807 case BUILT_IN_MEMCMP:
13808 memcmp_libfunc = set_user_assembler_libfunc ("memcmp", asmspec);
13809 break;
13810 case BUILT_IN_ABORT:
13811 abort_libfunc = set_user_assembler_libfunc ("abort", asmspec);
13812 break;
13813 case BUILT_IN_FFS:
13814 if (INT_TYPE_SIZE < BITS_PER_WORD)
13816 set_user_assembler_libfunc ("ffs", asmspec);
13817 set_optab_libfunc (ffs_optab, mode_for_size (INT_TYPE_SIZE,
13818 MODE_INT, 0), "ffs");
13820 break;
13821 default:
13822 break;
13826 /* Return true if DECL is a builtin that expands to a constant or similarly
13827 simple code. */
13828 bool
13829 is_simple_builtin (tree decl)
13831 if (decl && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
13832 switch (DECL_FUNCTION_CODE (decl))
13834 /* Builtins that expand to constants. */
13835 case BUILT_IN_CONSTANT_P:
13836 case BUILT_IN_EXPECT:
13837 case BUILT_IN_OBJECT_SIZE:
13838 case BUILT_IN_UNREACHABLE:
13839 /* Simple register moves or loads from stack. */
13840 case BUILT_IN_RETURN_ADDRESS:
13841 case BUILT_IN_EXTRACT_RETURN_ADDR:
13842 case BUILT_IN_FROB_RETURN_ADDR:
13843 case BUILT_IN_RETURN:
13844 case BUILT_IN_AGGREGATE_INCOMING_ADDRESS:
13845 case BUILT_IN_FRAME_ADDRESS:
13846 case BUILT_IN_VA_END:
13847 case BUILT_IN_STACK_SAVE:
13848 case BUILT_IN_STACK_RESTORE:
13849 /* Exception state returns or moves registers around. */
13850 case BUILT_IN_EH_FILTER:
13851 case BUILT_IN_EH_POINTER:
13852 case BUILT_IN_EH_COPY_VALUES:
13853 return true;
13855 default:
13856 return false;
13859 return false;
13862 /* Return true if DECL is a builtin that is not expensive, i.e., they are
13863 most probably expanded inline into reasonably simple code. This is a
13864 superset of is_simple_builtin. */
13865 bool
13866 is_inexpensive_builtin (tree decl)
13868 if (!decl)
13869 return false;
13870 else if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_MD)
13871 return true;
13872 else if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
13873 switch (DECL_FUNCTION_CODE (decl))
13875 case BUILT_IN_ABS:
13876 case BUILT_IN_ALLOCA:
13877 case BUILT_IN_BSWAP32:
13878 case BUILT_IN_BSWAP64:
13879 case BUILT_IN_CLZ:
13880 case BUILT_IN_CLZIMAX:
13881 case BUILT_IN_CLZL:
13882 case BUILT_IN_CLZLL:
13883 case BUILT_IN_CTZ:
13884 case BUILT_IN_CTZIMAX:
13885 case BUILT_IN_CTZL:
13886 case BUILT_IN_CTZLL:
13887 case BUILT_IN_FFS:
13888 case BUILT_IN_FFSIMAX:
13889 case BUILT_IN_FFSL:
13890 case BUILT_IN_FFSLL:
13891 case BUILT_IN_IMAXABS:
13892 case BUILT_IN_FINITE:
13893 case BUILT_IN_FINITEF:
13894 case BUILT_IN_FINITEL:
13895 case BUILT_IN_FINITED32:
13896 case BUILT_IN_FINITED64:
13897 case BUILT_IN_FINITED128:
13898 case BUILT_IN_FPCLASSIFY:
13899 case BUILT_IN_ISFINITE:
13900 case BUILT_IN_ISINF_SIGN:
13901 case BUILT_IN_ISINF:
13902 case BUILT_IN_ISINFF:
13903 case BUILT_IN_ISINFL:
13904 case BUILT_IN_ISINFD32:
13905 case BUILT_IN_ISINFD64:
13906 case BUILT_IN_ISINFD128:
13907 case BUILT_IN_ISNAN:
13908 case BUILT_IN_ISNANF:
13909 case BUILT_IN_ISNANL:
13910 case BUILT_IN_ISNAND32:
13911 case BUILT_IN_ISNAND64:
13912 case BUILT_IN_ISNAND128:
13913 case BUILT_IN_ISNORMAL:
13914 case BUILT_IN_ISGREATER:
13915 case BUILT_IN_ISGREATEREQUAL:
13916 case BUILT_IN_ISLESS:
13917 case BUILT_IN_ISLESSEQUAL:
13918 case BUILT_IN_ISLESSGREATER:
13919 case BUILT_IN_ISUNORDERED:
13920 case BUILT_IN_VA_ARG_PACK:
13921 case BUILT_IN_VA_ARG_PACK_LEN:
13922 case BUILT_IN_VA_COPY:
13923 case BUILT_IN_TRAP:
13924 case BUILT_IN_SAVEREGS:
13925 case BUILT_IN_POPCOUNTL:
13926 case BUILT_IN_POPCOUNTLL:
13927 case BUILT_IN_POPCOUNTIMAX:
13928 case BUILT_IN_POPCOUNT:
13929 case BUILT_IN_PARITYL:
13930 case BUILT_IN_PARITYLL:
13931 case BUILT_IN_PARITYIMAX:
13932 case BUILT_IN_PARITY:
13933 case BUILT_IN_LABS:
13934 case BUILT_IN_LLABS:
13935 case BUILT_IN_PREFETCH:
13936 return true;
13938 default:
13939 return is_simple_builtin (decl);
13942 return false;