* jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.
[gcc.git] / gcc / builtins.c
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.
5
6 This file is part of GCC.
7
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.
12
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.
17
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/>. */
21
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"
54
55 #ifndef SLOW_UNALIGNED_ACCESS
56 #define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) STRICT_ALIGNMENT
57 #endif
58
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));
63
64 struct target_builtins default_target_builtins;
65 #if SWITCHABLE_TARGET
66 struct target_builtins *this_target_builtins = &default_target_builtins;
67 #endif
68
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"};
72
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] =
75 {
76 #include "builtins.def"
77 };
78 #undef DEF_BUILTIN
79
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];
87
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_interclass_mathfn (tree, rtx, rtx);
110 static rtx expand_builtin_sincos (tree);
111 static rtx expand_builtin_cexpi (tree, rtx, rtx);
112 static rtx expand_builtin_int_roundingfn (tree, rtx);
113 static rtx expand_builtin_int_roundingfn_2 (tree, rtx);
114 static rtx expand_builtin_next_arg (void);
115 static rtx expand_builtin_va_start (tree);
116 static rtx expand_builtin_va_end (tree);
117 static rtx expand_builtin_va_copy (tree);
118 static rtx expand_builtin_memcmp (tree, rtx, enum machine_mode);
119 static rtx expand_builtin_strcmp (tree, rtx);
120 static rtx expand_builtin_strncmp (tree, rtx, enum machine_mode);
121 static rtx builtin_memcpy_read_str (void *, HOST_WIDE_INT, enum machine_mode);
122 static rtx expand_builtin_memcpy (tree, rtx);
123 static rtx expand_builtin_mempcpy (tree, rtx, enum machine_mode);
124 static rtx expand_builtin_mempcpy_args (tree, tree, tree, rtx,
125 enum machine_mode, int);
126 static rtx expand_builtin_strcpy (tree, rtx);
127 static rtx expand_builtin_strcpy_args (tree, tree, rtx);
128 static rtx expand_builtin_stpcpy (tree, rtx, enum machine_mode);
129 static rtx expand_builtin_strncpy (tree, rtx);
130 static rtx builtin_memset_gen_str (void *, HOST_WIDE_INT, enum machine_mode);
131 static rtx expand_builtin_memset (tree, rtx, enum machine_mode);
132 static rtx expand_builtin_memset_args (tree, tree, tree, rtx, enum machine_mode, tree);
133 static rtx expand_builtin_bzero (tree);
134 static rtx expand_builtin_strlen (tree, rtx, enum machine_mode);
135 static rtx expand_builtin_alloca (tree, rtx, bool);
136 static rtx expand_builtin_unop (enum machine_mode, tree, rtx, rtx, optab);
137 static rtx expand_builtin_frame_address (tree, tree);
138 static tree stabilize_va_list_loc (location_t, tree, int);
139 static rtx expand_builtin_expect (tree, rtx);
140 static tree fold_builtin_constant_p (tree);
141 static tree fold_builtin_expect (location_t, tree, tree);
142 static tree fold_builtin_classify_type (tree);
143 static tree fold_builtin_strlen (location_t, tree, tree);
144 static tree fold_builtin_inf (location_t, tree, int);
145 static tree fold_builtin_nan (tree, tree, int);
146 static tree rewrite_call_expr (location_t, tree, int, tree, int, ...);
147 static bool validate_arg (const_tree, enum tree_code code);
148 static bool integer_valued_real_p (tree);
149 static tree fold_trunc_transparent_mathfn (location_t, tree, tree);
150 static bool readonly_data_expr (tree);
151 static rtx expand_builtin_fabs (tree, rtx, rtx);
152 static rtx expand_builtin_signbit (tree, rtx);
153 static tree fold_builtin_sqrt (location_t, tree, tree);
154 static tree fold_builtin_cbrt (location_t, tree, tree);
155 static tree fold_builtin_pow (location_t, tree, tree, tree, tree);
156 static tree fold_builtin_powi (location_t, tree, tree, tree, tree);
157 static tree fold_builtin_cos (location_t, tree, tree, tree);
158 static tree fold_builtin_cosh (location_t, tree, tree, tree);
159 static tree fold_builtin_tan (tree, tree);
160 static tree fold_builtin_trunc (location_t, tree, tree);
161 static tree fold_builtin_floor (location_t, tree, tree);
162 static tree fold_builtin_ceil (location_t, tree, tree);
163 static tree fold_builtin_round (location_t, tree, tree);
164 static tree fold_builtin_int_roundingfn (location_t, tree, tree);
165 static tree fold_builtin_bitop (tree, tree);
166 static tree fold_builtin_memory_op (location_t, tree, tree, tree, tree, bool, int);
167 static tree fold_builtin_strchr (location_t, tree, tree, tree);
168 static tree fold_builtin_memchr (location_t, tree, tree, tree, tree);
169 static tree fold_builtin_memcmp (location_t, tree, tree, tree);
170 static tree fold_builtin_strcmp (location_t, tree, tree);
171 static tree fold_builtin_strncmp (location_t, tree, tree, tree);
172 static tree fold_builtin_signbit (location_t, tree, tree);
173 static tree fold_builtin_copysign (location_t, tree, tree, tree, tree);
174 static tree fold_builtin_isascii (location_t, tree);
175 static tree fold_builtin_toascii (location_t, tree);
176 static tree fold_builtin_isdigit (location_t, tree);
177 static tree fold_builtin_fabs (location_t, tree, tree);
178 static tree fold_builtin_abs (location_t, tree, tree);
179 static tree fold_builtin_unordered_cmp (location_t, tree, tree, tree, enum tree_code,
180 enum tree_code);
181 static tree fold_builtin_n (location_t, tree, tree *, int, bool);
182 static tree fold_builtin_0 (location_t, tree, bool);
183 static tree fold_builtin_1 (location_t, tree, tree, bool);
184 static tree fold_builtin_2 (location_t, tree, tree, tree, bool);
185 static tree fold_builtin_3 (location_t, tree, tree, tree, tree, bool);
186 static tree fold_builtin_4 (location_t, tree, tree, tree, tree, tree, bool);
187 static tree fold_builtin_varargs (location_t, tree, tree, bool);
188
189 static tree fold_builtin_strpbrk (location_t, tree, tree, tree);
190 static tree fold_builtin_strstr (location_t, tree, tree, tree);
191 static tree fold_builtin_strrchr (location_t, tree, tree, tree);
192 static tree fold_builtin_strcat (location_t, tree, tree);
193 static tree fold_builtin_strncat (location_t, tree, tree, tree);
194 static tree fold_builtin_strspn (location_t, tree, tree);
195 static tree fold_builtin_strcspn (location_t, tree, tree);
196 static tree fold_builtin_sprintf (location_t, tree, tree, tree, int);
197
198 static rtx expand_builtin_object_size (tree);
199 static rtx expand_builtin_memory_chk (tree, rtx, enum machine_mode,
200 enum built_in_function);
201 static void maybe_emit_chk_warning (tree, enum built_in_function);
202 static void maybe_emit_sprintf_chk_warning (tree, enum built_in_function);
203 static void maybe_emit_free_warning (tree);
204 static tree fold_builtin_object_size (tree, tree);
205 static tree fold_builtin_strcat_chk (location_t, tree, tree, tree, tree);
206 static tree fold_builtin_strncat_chk (location_t, tree, tree, tree, tree, tree);
207 static tree fold_builtin_sprintf_chk (location_t, tree, enum built_in_function);
208 static tree fold_builtin_printf (location_t, tree, tree, tree, bool, enum built_in_function);
209 static tree fold_builtin_fprintf (location_t, tree, tree, tree, tree, bool,
210 enum built_in_function);
211 static bool init_target_chars (void);
212
213 static unsigned HOST_WIDE_INT target_newline;
214 static unsigned HOST_WIDE_INT target_percent;
215 static unsigned HOST_WIDE_INT target_c;
216 static unsigned HOST_WIDE_INT target_s;
217 static char target_percent_c[3];
218 static char target_percent_s[3];
219 static char target_percent_s_newline[4];
220 static tree do_mpfr_arg1 (tree, tree, int (*)(mpfr_ptr, mpfr_srcptr, mp_rnd_t),
221 const REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *, bool);
222 static tree do_mpfr_arg2 (tree, tree, tree,
223 int (*)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t));
224 static tree do_mpfr_arg3 (tree, tree, tree, tree,
225 int (*)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t));
226 static tree do_mpfr_sincos (tree, tree, tree);
227 static tree do_mpfr_bessel_n (tree, tree, tree,
228 int (*)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t),
229 const REAL_VALUE_TYPE *, bool);
230 static tree do_mpfr_remquo (tree, tree, tree);
231 static tree do_mpfr_lgamma_r (tree, tree, tree);
232
233 /* Return true if NAME starts with __builtin_ or __sync_. */
234
235 bool
236 is_builtin_name (const char *name)
237 {
238 if (strncmp (name, "__builtin_", 10) == 0)
239 return true;
240 if (strncmp (name, "__sync_", 7) == 0)
241 return true;
242 return false;
243 }
244
245
246 /* Return true if DECL is a function symbol representing a built-in. */
247
248 bool
249 is_builtin_fn (tree decl)
250 {
251 return TREE_CODE (decl) == FUNCTION_DECL && DECL_BUILT_IN (decl);
252 }
253
254
255 /* Return true if NODE should be considered for inline expansion regardless
256 of the optimization level. This means whenever a function is invoked with
257 its "internal" name, which normally contains the prefix "__builtin". */
258
259 static bool
260 called_as_built_in (tree node)
261 {
262 /* Note that we must use DECL_NAME, not DECL_ASSEMBLER_NAME_SET_P since
263 we want the name used to call the function, not the name it
264 will have. */
265 const char *name = IDENTIFIER_POINTER (DECL_NAME (node));
266 return is_builtin_name (name);
267 }
268
269 /* Return the alignment in bits of EXP, an object.
270 Don't return more than MAX_ALIGN no matter what. */
271
272 unsigned int
273 get_object_alignment (tree exp, unsigned int max_align)
274 {
275 HOST_WIDE_INT bitsize, bitpos;
276 tree offset;
277 enum machine_mode mode;
278 int unsignedp, volatilep;
279 unsigned int align, inner;
280
281 /* Get the innermost object and the constant (bitpos) and possibly
282 variable (offset) offset of the access. */
283 exp = get_inner_reference (exp, &bitsize, &bitpos, &offset,
284 &mode, &unsignedp, &volatilep, true);
285
286 /* Extract alignment information from the innermost object and
287 possibly adjust bitpos and offset. */
288 if (TREE_CODE (exp) == CONST_DECL)
289 exp = DECL_INITIAL (exp);
290 if (DECL_P (exp)
291 && TREE_CODE (exp) != LABEL_DECL)
292 align = DECL_ALIGN (exp);
293 else if (CONSTANT_CLASS_P (exp))
294 {
295 align = TYPE_ALIGN (TREE_TYPE (exp));
296 #ifdef CONSTANT_ALIGNMENT
297 align = (unsigned)CONSTANT_ALIGNMENT (exp, align);
298 #endif
299 }
300 else if (TREE_CODE (exp) == VIEW_CONVERT_EXPR)
301 align = TYPE_ALIGN (TREE_TYPE (exp));
302 else if (TREE_CODE (exp) == INDIRECT_REF)
303 align = TYPE_ALIGN (TREE_TYPE (exp));
304 else if (TREE_CODE (exp) == MISALIGNED_INDIRECT_REF)
305 {
306 tree op1 = TREE_OPERAND (exp, 1);
307 align = integer_zerop (op1) ? BITS_PER_UNIT : TREE_INT_CST_LOW (op1);
308 }
309 else if (TREE_CODE (exp) == MEM_REF)
310 {
311 tree addr = TREE_OPERAND (exp, 0);
312 struct ptr_info_def *pi;
313 if (TREE_CODE (addr) == BIT_AND_EXPR
314 && TREE_CODE (TREE_OPERAND (addr, 1)) == INTEGER_CST)
315 {
316 align = (TREE_INT_CST_LOW (TREE_OPERAND (addr, 1))
317 & -TREE_INT_CST_LOW (TREE_OPERAND (addr, 1)));
318 align *= BITS_PER_UNIT;
319 addr = TREE_OPERAND (addr, 0);
320 }
321 else
322 align = BITS_PER_UNIT;
323 if (TREE_CODE (addr) == SSA_NAME
324 && (pi = SSA_NAME_PTR_INFO (addr)))
325 {
326 bitpos += (pi->misalign * BITS_PER_UNIT) & ~(align - 1);
327 align = MAX (pi->align * BITS_PER_UNIT, align);
328 }
329 else if (TREE_CODE (addr) == ADDR_EXPR)
330 align = MAX (align, get_object_alignment (TREE_OPERAND (addr, 0),
331 max_align));
332 bitpos += mem_ref_offset (exp).low * BITS_PER_UNIT;
333 }
334 else if (TREE_CODE (exp) == TARGET_MEM_REF
335 && TMR_BASE (exp)
336 && POINTER_TYPE_P (TREE_TYPE (TMR_BASE (exp))))
337 {
338 struct ptr_info_def *pi;
339 tree addr = TMR_BASE (exp);
340 if (TREE_CODE (addr) == BIT_AND_EXPR
341 && TREE_CODE (TREE_OPERAND (addr, 1)) == INTEGER_CST)
342 {
343 align = (TREE_INT_CST_LOW (TREE_OPERAND (addr, 1))
344 & -TREE_INT_CST_LOW (TREE_OPERAND (addr, 1)));
345 align *= BITS_PER_UNIT;
346 addr = TREE_OPERAND (addr, 0);
347 }
348 else
349 align = BITS_PER_UNIT;
350 if (TREE_CODE (addr) == SSA_NAME
351 && (pi = SSA_NAME_PTR_INFO (addr)))
352 {
353 bitpos += (pi->misalign * BITS_PER_UNIT) & ~(align - 1);
354 align = MAX (pi->align * BITS_PER_UNIT, align);
355 }
356 else if (TREE_CODE (addr) == ADDR_EXPR)
357 align = MAX (align, get_object_alignment (TREE_OPERAND (addr, 0),
358 max_align));
359 if (TMR_OFFSET (exp))
360 bitpos += TREE_INT_CST_LOW (TMR_OFFSET (exp)) * BITS_PER_UNIT;
361 if (TMR_INDEX (exp) && TMR_STEP (exp))
362 {
363 unsigned HOST_WIDE_INT step = TREE_INT_CST_LOW (TMR_STEP (exp));
364 align = MIN (align, (step & -step) * BITS_PER_UNIT);
365 }
366 else if (TMR_INDEX (exp))
367 align = BITS_PER_UNIT;
368 }
369 else if (TREE_CODE (exp) == TARGET_MEM_REF
370 && TMR_SYMBOL (exp))
371 {
372 align = get_object_alignment (TREE_OPERAND (TMR_SYMBOL (exp), 0),
373 max_align);
374 if (TMR_OFFSET (exp))
375 bitpos += TREE_INT_CST_LOW (TMR_OFFSET (exp)) * BITS_PER_UNIT;
376 if (TMR_INDEX (exp) && TMR_STEP (exp))
377 {
378 unsigned HOST_WIDE_INT step = TREE_INT_CST_LOW (TMR_STEP (exp));
379 align = MIN (align, (step & -step) * BITS_PER_UNIT);
380 }
381 else if (TMR_INDEX (exp))
382 align = BITS_PER_UNIT;
383 if (TMR_BASE (exp))
384 align = BITS_PER_UNIT;
385 }
386 else
387 align = BITS_PER_UNIT;
388
389 /* If there is a non-constant offset part extract the maximum
390 alignment that can prevail. */
391 inner = max_align;
392 while (offset)
393 {
394 tree next_offset;
395
396 if (TREE_CODE (offset) == PLUS_EXPR)
397 {
398 next_offset = TREE_OPERAND (offset, 0);
399 offset = TREE_OPERAND (offset, 1);
400 }
401 else
402 next_offset = NULL;
403 if (host_integerp (offset, 1))
404 {
405 /* Any overflow in calculating offset_bits won't change
406 the alignment. */
407 unsigned offset_bits
408 = ((unsigned) tree_low_cst (offset, 1) * BITS_PER_UNIT);
409
410 if (offset_bits)
411 inner = MIN (inner, (offset_bits & -offset_bits));
412 }
413 else if (TREE_CODE (offset) == MULT_EXPR
414 && host_integerp (TREE_OPERAND (offset, 1), 1))
415 {
416 /* Any overflow in calculating offset_factor won't change
417 the alignment. */
418 unsigned offset_factor
419 = ((unsigned) tree_low_cst (TREE_OPERAND (offset, 1), 1)
420 * BITS_PER_UNIT);
421
422 if (offset_factor)
423 inner = MIN (inner, (offset_factor & -offset_factor));
424 }
425 else
426 {
427 inner = MIN (inner, BITS_PER_UNIT);
428 break;
429 }
430 offset = next_offset;
431 }
432
433 /* Alignment is innermost object alignment adjusted by the constant
434 and non-constant offset parts. */
435 align = MIN (align, inner);
436 bitpos = bitpos & (align - 1);
437
438 /* align and bitpos now specify known low bits of the pointer.
439 ptr & (align - 1) == bitpos. */
440
441 if (bitpos != 0)
442 align = (bitpos & -bitpos);
443
444 return MIN (align, max_align);
445 }
446
447 /* Returns true iff we can trust that alignment information has been
448 calculated properly. */
449
450 bool
451 can_trust_pointer_alignment (void)
452 {
453 /* We rely on TER to compute accurate alignment information. */
454 return (optimize && flag_tree_ter);
455 }
456
457 /* Return the alignment in bits of EXP, a pointer valued expression.
458 But don't return more than MAX_ALIGN no matter what.
459 The alignment returned is, by default, the alignment of the thing that
460 EXP points to. If it is not a POINTER_TYPE, 0 is returned.
461
462 Otherwise, look at the expression to see if we can do better, i.e., if the
463 expression is actually pointing at an object whose alignment is tighter. */
464
465 unsigned int
466 get_pointer_alignment (tree exp, unsigned int max_align)
467 {
468 STRIP_NOPS (exp);
469
470 if (TREE_CODE (exp) == ADDR_EXPR)
471 return get_object_alignment (TREE_OPERAND (exp, 0), max_align);
472 else if (TREE_CODE (exp) == SSA_NAME
473 && POINTER_TYPE_P (TREE_TYPE (exp)))
474 {
475 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (exp);
476 unsigned align;
477 if (!pi)
478 return BITS_PER_UNIT;
479 if (pi->misalign != 0)
480 align = (pi->misalign & -pi->misalign);
481 else
482 align = pi->align;
483 return MIN (max_align, align * BITS_PER_UNIT);
484 }
485
486 return POINTER_TYPE_P (TREE_TYPE (exp)) ? BITS_PER_UNIT : 0;
487 }
488
489 /* Compute the length of a C string. TREE_STRING_LENGTH is not the right
490 way, because it could contain a zero byte in the middle.
491 TREE_STRING_LENGTH is the size of the character array, not the string.
492
493 ONLY_VALUE should be nonzero if the result is not going to be emitted
494 into the instruction stream and zero if it is going to be expanded.
495 E.g. with i++ ? "foo" : "bar", if ONLY_VALUE is nonzero, constant 3
496 is returned, otherwise NULL, since
497 len = c_strlen (src, 1); if (len) expand_expr (len, ...); would not
498 evaluate the side-effects.
499
500 The value returned is of type `ssizetype'.
501
502 Unfortunately, string_constant can't access the values of const char
503 arrays with initializers, so neither can we do so here. */
504
505 tree
506 c_strlen (tree src, int only_value)
507 {
508 tree offset_node;
509 HOST_WIDE_INT offset;
510 int max;
511 const char *ptr;
512 location_t loc;
513
514 STRIP_NOPS (src);
515 if (TREE_CODE (src) == COND_EXPR
516 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0))))
517 {
518 tree len1, len2;
519
520 len1 = c_strlen (TREE_OPERAND (src, 1), only_value);
521 len2 = c_strlen (TREE_OPERAND (src, 2), only_value);
522 if (tree_int_cst_equal (len1, len2))
523 return len1;
524 }
525
526 if (TREE_CODE (src) == COMPOUND_EXPR
527 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0))))
528 return c_strlen (TREE_OPERAND (src, 1), only_value);
529
530 if (EXPR_HAS_LOCATION (src))
531 loc = EXPR_LOCATION (src);
532 else
533 loc = input_location;
534
535 src = string_constant (src, &offset_node);
536 if (src == 0)
537 return NULL_TREE;
538
539 max = TREE_STRING_LENGTH (src) - 1;
540 ptr = TREE_STRING_POINTER (src);
541
542 if (offset_node && TREE_CODE (offset_node) != INTEGER_CST)
543 {
544 /* If the string has an internal zero byte (e.g., "foo\0bar"), we can't
545 compute the offset to the following null if we don't know where to
546 start searching for it. */
547 int i;
548
549 for (i = 0; i < max; i++)
550 if (ptr[i] == 0)
551 return NULL_TREE;
552
553 /* We don't know the starting offset, but we do know that the string
554 has no internal zero bytes. We can assume that the offset falls
555 within the bounds of the string; otherwise, the programmer deserves
556 what he gets. Subtract the offset from the length of the string,
557 and return that. This would perhaps not be valid if we were dealing
558 with named arrays in addition to literal string constants. */
559
560 return size_diffop_loc (loc, size_int (max), offset_node);
561 }
562
563 /* We have a known offset into the string. Start searching there for
564 a null character if we can represent it as a single HOST_WIDE_INT. */
565 if (offset_node == 0)
566 offset = 0;
567 else if (! host_integerp (offset_node, 0))
568 offset = -1;
569 else
570 offset = tree_low_cst (offset_node, 0);
571
572 /* If the offset is known to be out of bounds, warn, and call strlen at
573 runtime. */
574 if (offset < 0 || offset > max)
575 {
576 /* Suppress multiple warnings for propagated constant strings. */
577 if (! TREE_NO_WARNING (src))
578 {
579 warning_at (loc, 0, "offset outside bounds of constant string");
580 TREE_NO_WARNING (src) = 1;
581 }
582 return NULL_TREE;
583 }
584
585 /* Use strlen to search for the first zero byte. Since any strings
586 constructed with build_string will have nulls appended, we win even
587 if we get handed something like (char[4])"abcd".
588
589 Since OFFSET is our starting index into the string, no further
590 calculation is needed. */
591 return ssize_int (strlen (ptr + offset));
592 }
593
594 /* Return a char pointer for a C string if it is a string constant
595 or sum of string constant and integer constant. */
596
597 static const char *
598 c_getstr (tree src)
599 {
600 tree offset_node;
601
602 src = string_constant (src, &offset_node);
603 if (src == 0)
604 return 0;
605
606 if (offset_node == 0)
607 return TREE_STRING_POINTER (src);
608 else if (!host_integerp (offset_node, 1)
609 || compare_tree_int (offset_node, TREE_STRING_LENGTH (src) - 1) > 0)
610 return 0;
611
612 return TREE_STRING_POINTER (src) + tree_low_cst (offset_node, 1);
613 }
614
615 /* Return a CONST_INT or CONST_DOUBLE corresponding to target reading
616 GET_MODE_BITSIZE (MODE) bits from string constant STR. */
617
618 static rtx
619 c_readstr (const char *str, enum machine_mode mode)
620 {
621 HOST_WIDE_INT c[2];
622 HOST_WIDE_INT ch;
623 unsigned int i, j;
624
625 gcc_assert (GET_MODE_CLASS (mode) == MODE_INT);
626
627 c[0] = 0;
628 c[1] = 0;
629 ch = 1;
630 for (i = 0; i < GET_MODE_SIZE (mode); i++)
631 {
632 j = i;
633 if (WORDS_BIG_ENDIAN)
634 j = GET_MODE_SIZE (mode) - i - 1;
635 if (BYTES_BIG_ENDIAN != WORDS_BIG_ENDIAN
636 && GET_MODE_SIZE (mode) > UNITS_PER_WORD)
637 j = j + UNITS_PER_WORD - 2 * (j % UNITS_PER_WORD) - 1;
638 j *= BITS_PER_UNIT;
639 gcc_assert (j < 2 * HOST_BITS_PER_WIDE_INT);
640
641 if (ch)
642 ch = (unsigned char) str[i];
643 c[j / HOST_BITS_PER_WIDE_INT] |= ch << (j % HOST_BITS_PER_WIDE_INT);
644 }
645 return immed_double_const (c[0], c[1], mode);
646 }
647
648 /* Cast a target constant CST to target CHAR and if that value fits into
649 host char type, return zero and put that value into variable pointed to by
650 P. */
651
652 static int
653 target_char_cast (tree cst, char *p)
654 {
655 unsigned HOST_WIDE_INT val, hostval;
656
657 if (!host_integerp (cst, 1)
658 || CHAR_TYPE_SIZE > HOST_BITS_PER_WIDE_INT)
659 return 1;
660
661 val = tree_low_cst (cst, 1);
662 if (CHAR_TYPE_SIZE < HOST_BITS_PER_WIDE_INT)
663 val &= (((unsigned HOST_WIDE_INT) 1) << CHAR_TYPE_SIZE) - 1;
664
665 hostval = val;
666 if (HOST_BITS_PER_CHAR < HOST_BITS_PER_WIDE_INT)
667 hostval &= (((unsigned HOST_WIDE_INT) 1) << HOST_BITS_PER_CHAR) - 1;
668
669 if (val != hostval)
670 return 1;
671
672 *p = hostval;
673 return 0;
674 }
675
676 /* Similar to save_expr, but assumes that arbitrary code is not executed
677 in between the multiple evaluations. In particular, we assume that a
678 non-addressable local variable will not be modified. */
679
680 static tree
681 builtin_save_expr (tree exp)
682 {
683 if (TREE_ADDRESSABLE (exp) == 0
684 && (TREE_CODE (exp) == PARM_DECL
685 || (TREE_CODE (exp) == VAR_DECL && !TREE_STATIC (exp))))
686 return exp;
687
688 return save_expr (exp);
689 }
690
691 /* Given TEM, a pointer to a stack frame, follow the dynamic chain COUNT
692 times to get the address of either a higher stack frame, or a return
693 address located within it (depending on FNDECL_CODE). */
694
695 static rtx
696 expand_builtin_return_addr (enum built_in_function fndecl_code, int count)
697 {
698 int i;
699
700 #ifdef INITIAL_FRAME_ADDRESS_RTX
701 rtx tem = INITIAL_FRAME_ADDRESS_RTX;
702 #else
703 rtx tem;
704
705 /* For a zero count with __builtin_return_address, we don't care what
706 frame address we return, because target-specific definitions will
707 override us. Therefore frame pointer elimination is OK, and using
708 the soft frame pointer is OK.
709
710 For a nonzero count, or a zero count with __builtin_frame_address,
711 we require a stable offset from the current frame pointer to the
712 previous one, so we must use the hard frame pointer, and
713 we must disable frame pointer elimination. */
714 if (count == 0 && fndecl_code == BUILT_IN_RETURN_ADDRESS)
715 tem = frame_pointer_rtx;
716 else
717 {
718 tem = hard_frame_pointer_rtx;
719
720 /* Tell reload not to eliminate the frame pointer. */
721 crtl->accesses_prior_frames = 1;
722 }
723 #endif
724
725 /* Some machines need special handling before we can access
726 arbitrary frames. For example, on the SPARC, we must first flush
727 all register windows to the stack. */
728 #ifdef SETUP_FRAME_ADDRESSES
729 if (count > 0)
730 SETUP_FRAME_ADDRESSES ();
731 #endif
732
733 /* On the SPARC, the return address is not in the frame, it is in a
734 register. There is no way to access it off of the current frame
735 pointer, but it can be accessed off the previous frame pointer by
736 reading the value from the register window save area. */
737 #ifdef RETURN_ADDR_IN_PREVIOUS_FRAME
738 if (fndecl_code == BUILT_IN_RETURN_ADDRESS)
739 count--;
740 #endif
741
742 /* Scan back COUNT frames to the specified frame. */
743 for (i = 0; i < count; i++)
744 {
745 /* Assume the dynamic chain pointer is in the word that the
746 frame address points to, unless otherwise specified. */
747 #ifdef DYNAMIC_CHAIN_ADDRESS
748 tem = DYNAMIC_CHAIN_ADDRESS (tem);
749 #endif
750 tem = memory_address (Pmode, tem);
751 tem = gen_frame_mem (Pmode, tem);
752 tem = copy_to_reg (tem);
753 }
754
755 /* For __builtin_frame_address, return what we've got. But, on
756 the SPARC for example, we may have to add a bias. */
757 if (fndecl_code == BUILT_IN_FRAME_ADDRESS)
758 #ifdef FRAME_ADDR_RTX
759 return FRAME_ADDR_RTX (tem);
760 #else
761 return tem;
762 #endif
763
764 /* For __builtin_return_address, get the return address from that frame. */
765 #ifdef RETURN_ADDR_RTX
766 tem = RETURN_ADDR_RTX (count, tem);
767 #else
768 tem = memory_address (Pmode,
769 plus_constant (tem, GET_MODE_SIZE (Pmode)));
770 tem = gen_frame_mem (Pmode, tem);
771 #endif
772 return tem;
773 }
774
775 /* Alias set used for setjmp buffer. */
776 static alias_set_type setjmp_alias_set = -1;
777
778 /* Construct the leading half of a __builtin_setjmp call. Control will
779 return to RECEIVER_LABEL. This is also called directly by the SJLJ
780 exception handling code. */
781
782 void
783 expand_builtin_setjmp_setup (rtx buf_addr, rtx receiver_label)
784 {
785 enum machine_mode sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
786 rtx stack_save;
787 rtx mem;
788
789 if (setjmp_alias_set == -1)
790 setjmp_alias_set = new_alias_set ();
791
792 buf_addr = convert_memory_address (Pmode, buf_addr);
793
794 buf_addr = force_reg (Pmode, force_operand (buf_addr, NULL_RTX));
795
796 /* We store the frame pointer and the address of receiver_label in
797 the buffer and use the rest of it for the stack save area, which
798 is machine-dependent. */
799
800 mem = gen_rtx_MEM (Pmode, buf_addr);
801 set_mem_alias_set (mem, setjmp_alias_set);
802 emit_move_insn (mem, targetm.builtin_setjmp_frame_value ());
803
804 mem = gen_rtx_MEM (Pmode, plus_constant (buf_addr, GET_MODE_SIZE (Pmode))),
805 set_mem_alias_set (mem, setjmp_alias_set);
806
807 emit_move_insn (validize_mem (mem),
808 force_reg (Pmode, gen_rtx_LABEL_REF (Pmode, receiver_label)));
809
810 stack_save = gen_rtx_MEM (sa_mode,
811 plus_constant (buf_addr,
812 2 * GET_MODE_SIZE (Pmode)));
813 set_mem_alias_set (stack_save, setjmp_alias_set);
814 emit_stack_save (SAVE_NONLOCAL, &stack_save, NULL_RTX);
815
816 /* If there is further processing to do, do it. */
817 #ifdef HAVE_builtin_setjmp_setup
818 if (HAVE_builtin_setjmp_setup)
819 emit_insn (gen_builtin_setjmp_setup (buf_addr));
820 #endif
821
822 /* Tell optimize_save_area_alloca that extra work is going to
823 need to go on during alloca. */
824 cfun->calls_setjmp = 1;
825
826 /* We have a nonlocal label. */
827 cfun->has_nonlocal_label = 1;
828 }
829
830 /* Construct the trailing part of a __builtin_setjmp call. This is
831 also called directly by the SJLJ exception handling code. */
832
833 void
834 expand_builtin_setjmp_receiver (rtx receiver_label ATTRIBUTE_UNUSED)
835 {
836 rtx chain;
837
838 /* Clobber the FP when we get here, so we have to make sure it's
839 marked as used by this function. */
840 emit_use (hard_frame_pointer_rtx);
841
842 /* Mark the static chain as clobbered here so life information
843 doesn't get messed up for it. */
844 chain = targetm.calls.static_chain (current_function_decl, true);
845 if (chain && REG_P (chain))
846 emit_clobber (chain);
847
848 /* Now put in the code to restore the frame pointer, and argument
849 pointer, if needed. */
850 #ifdef HAVE_nonlocal_goto
851 if (! HAVE_nonlocal_goto)
852 #endif
853 {
854 emit_move_insn (virtual_stack_vars_rtx, hard_frame_pointer_rtx);
855 /* This might change the hard frame pointer in ways that aren't
856 apparent to early optimization passes, so force a clobber. */
857 emit_clobber (hard_frame_pointer_rtx);
858 }
859
860 #if ARG_POINTER_REGNUM != HARD_FRAME_POINTER_REGNUM
861 if (fixed_regs[ARG_POINTER_REGNUM])
862 {
863 #ifdef ELIMINABLE_REGS
864 size_t i;
865 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS;
866
867 for (i = 0; i < ARRAY_SIZE (elim_regs); i++)
868 if (elim_regs[i].from == ARG_POINTER_REGNUM
869 && elim_regs[i].to == HARD_FRAME_POINTER_REGNUM)
870 break;
871
872 if (i == ARRAY_SIZE (elim_regs))
873 #endif
874 {
875 /* Now restore our arg pointer from the address at which it
876 was saved in our stack frame. */
877 emit_move_insn (crtl->args.internal_arg_pointer,
878 copy_to_reg (get_arg_pointer_save_area ()));
879 }
880 }
881 #endif
882
883 #ifdef HAVE_builtin_setjmp_receiver
884 if (HAVE_builtin_setjmp_receiver)
885 emit_insn (gen_builtin_setjmp_receiver (receiver_label));
886 else
887 #endif
888 #ifdef HAVE_nonlocal_goto_receiver
889 if (HAVE_nonlocal_goto_receiver)
890 emit_insn (gen_nonlocal_goto_receiver ());
891 else
892 #endif
893 { /* Nothing */ }
894
895 /* We must not allow the code we just generated to be reordered by
896 scheduling. Specifically, the update of the frame pointer must
897 happen immediately, not later. */
898 emit_insn (gen_blockage ());
899 }
900
901 /* __builtin_longjmp is passed a pointer to an array of five words (not
902 all will be used on all machines). It operates similarly to the C
903 library function of the same name, but is more efficient. Much of
904 the code below is copied from the handling of non-local gotos. */
905
906 static void
907 expand_builtin_longjmp (rtx buf_addr, rtx value)
908 {
909 rtx fp, lab, stack, insn, last;
910 enum machine_mode sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
911
912 /* DRAP is needed for stack realign if longjmp is expanded to current
913 function */
914 if (SUPPORTS_STACK_ALIGNMENT)
915 crtl->need_drap = true;
916
917 if (setjmp_alias_set == -1)
918 setjmp_alias_set = new_alias_set ();
919
920 buf_addr = convert_memory_address (Pmode, buf_addr);
921
922 buf_addr = force_reg (Pmode, buf_addr);
923
924 /* We require that the user must pass a second argument of 1, because
925 that is what builtin_setjmp will return. */
926 gcc_assert (value == const1_rtx);
927
928 last = get_last_insn ();
929 #ifdef HAVE_builtin_longjmp
930 if (HAVE_builtin_longjmp)
931 emit_insn (gen_builtin_longjmp (buf_addr));
932 else
933 #endif
934 {
935 fp = gen_rtx_MEM (Pmode, buf_addr);
936 lab = gen_rtx_MEM (Pmode, plus_constant (buf_addr,
937 GET_MODE_SIZE (Pmode)));
938
939 stack = gen_rtx_MEM (sa_mode, plus_constant (buf_addr,
940 2 * GET_MODE_SIZE (Pmode)));
941 set_mem_alias_set (fp, setjmp_alias_set);
942 set_mem_alias_set (lab, setjmp_alias_set);
943 set_mem_alias_set (stack, setjmp_alias_set);
944
945 /* Pick up FP, label, and SP from the block and jump. This code is
946 from expand_goto in stmt.c; see there for detailed comments. */
947 #ifdef HAVE_nonlocal_goto
948 if (HAVE_nonlocal_goto)
949 /* We have to pass a value to the nonlocal_goto pattern that will
950 get copied into the static_chain pointer, but it does not matter
951 what that value is, because builtin_setjmp does not use it. */
952 emit_insn (gen_nonlocal_goto (value, lab, stack, fp));
953 else
954 #endif
955 {
956 lab = copy_to_reg (lab);
957
958 emit_clobber (gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (VOIDmode)));
959 emit_clobber (gen_rtx_MEM (BLKmode, hard_frame_pointer_rtx));
960
961 emit_move_insn (hard_frame_pointer_rtx, fp);
962 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
963
964 emit_use (hard_frame_pointer_rtx);
965 emit_use (stack_pointer_rtx);
966 emit_indirect_jump (lab);
967 }
968 }
969
970 /* Search backwards and mark the jump insn as a non-local goto.
971 Note that this precludes the use of __builtin_longjmp to a
972 __builtin_setjmp target in the same function. However, we've
973 already cautioned the user that these functions are for
974 internal exception handling use only. */
975 for (insn = get_last_insn (); insn; insn = PREV_INSN (insn))
976 {
977 gcc_assert (insn != last);
978
979 if (JUMP_P (insn))
980 {
981 add_reg_note (insn, REG_NON_LOCAL_GOTO, const0_rtx);
982 break;
983 }
984 else if (CALL_P (insn))
985 break;
986 }
987 }
988
989 /* Expand a call to __builtin_nonlocal_goto. We're passed the target label
990 and the address of the save area. */
991
992 static rtx
993 expand_builtin_nonlocal_goto (tree exp)
994 {
995 tree t_label, t_save_area;
996 rtx r_label, r_save_area, r_fp, r_sp, insn;
997
998 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
999 return NULL_RTX;
1000
1001 t_label = CALL_EXPR_ARG (exp, 0);
1002 t_save_area = CALL_EXPR_ARG (exp, 1);
1003
1004 r_label = expand_normal (t_label);
1005 r_label = convert_memory_address (Pmode, r_label);
1006 r_save_area = expand_normal (t_save_area);
1007 r_save_area = convert_memory_address (Pmode, r_save_area);
1008 /* Copy the address of the save location to a register just in case it was based
1009 on the frame pointer. */
1010 r_save_area = copy_to_reg (r_save_area);
1011 r_fp = gen_rtx_MEM (Pmode, r_save_area);
1012 r_sp = gen_rtx_MEM (STACK_SAVEAREA_MODE (SAVE_NONLOCAL),
1013 plus_constant (r_save_area, GET_MODE_SIZE (Pmode)));
1014
1015 crtl->has_nonlocal_goto = 1;
1016
1017 #ifdef HAVE_nonlocal_goto
1018 /* ??? We no longer need to pass the static chain value, afaik. */
1019 if (HAVE_nonlocal_goto)
1020 emit_insn (gen_nonlocal_goto (const0_rtx, r_label, r_sp, r_fp));
1021 else
1022 #endif
1023 {
1024 r_label = copy_to_reg (r_label);
1025
1026 emit_clobber (gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (VOIDmode)));
1027 emit_clobber (gen_rtx_MEM (BLKmode, hard_frame_pointer_rtx));
1028
1029 /* Restore frame pointer for containing function.
1030 This sets the actual hard register used for the frame pointer
1031 to the location of the function's incoming static chain info.
1032 The non-local goto handler will then adjust it to contain the
1033 proper value and reload the argument pointer, if needed. */
1034 emit_move_insn (hard_frame_pointer_rtx, r_fp);
1035 emit_stack_restore (SAVE_NONLOCAL, r_sp, NULL_RTX);
1036
1037 /* USE of hard_frame_pointer_rtx added for consistency;
1038 not clear if really needed. */
1039 emit_use (hard_frame_pointer_rtx);
1040 emit_use (stack_pointer_rtx);
1041
1042 /* If the architecture is using a GP register, we must
1043 conservatively assume that the target function makes use of it.
1044 The prologue of functions with nonlocal gotos must therefore
1045 initialize the GP register to the appropriate value, and we
1046 must then make sure that this value is live at the point
1047 of the jump. (Note that this doesn't necessarily apply
1048 to targets with a nonlocal_goto pattern; they are free
1049 to implement it in their own way. Note also that this is
1050 a no-op if the GP register is a global invariant.) */
1051 if ((unsigned) PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM
1052 && fixed_regs[PIC_OFFSET_TABLE_REGNUM])
1053 emit_use (pic_offset_table_rtx);
1054
1055 emit_indirect_jump (r_label);
1056 }
1057
1058 /* Search backwards to the jump insn and mark it as a
1059 non-local goto. */
1060 for (insn = get_last_insn (); insn; insn = PREV_INSN (insn))
1061 {
1062 if (JUMP_P (insn))
1063 {
1064 add_reg_note (insn, REG_NON_LOCAL_GOTO, const0_rtx);
1065 break;
1066 }
1067 else if (CALL_P (insn))
1068 break;
1069 }
1070
1071 return const0_rtx;
1072 }
1073
1074 /* __builtin_update_setjmp_buf is passed a pointer to an array of five words
1075 (not all will be used on all machines) that was passed to __builtin_setjmp.
1076 It updates the stack pointer in that block to correspond to the current
1077 stack pointer. */
1078
1079 static void
1080 expand_builtin_update_setjmp_buf (rtx buf_addr)
1081 {
1082 enum machine_mode sa_mode = Pmode;
1083 rtx stack_save;
1084
1085
1086 #ifdef HAVE_save_stack_nonlocal
1087 if (HAVE_save_stack_nonlocal)
1088 sa_mode = insn_data[(int) CODE_FOR_save_stack_nonlocal].operand[0].mode;
1089 #endif
1090 #ifdef STACK_SAVEAREA_MODE
1091 sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
1092 #endif
1093
1094 stack_save
1095 = gen_rtx_MEM (sa_mode,
1096 memory_address
1097 (sa_mode,
1098 plus_constant (buf_addr, 2 * GET_MODE_SIZE (Pmode))));
1099
1100 #ifdef HAVE_setjmp
1101 if (HAVE_setjmp)
1102 emit_insn (gen_setjmp ());
1103 #endif
1104
1105 emit_stack_save (SAVE_NONLOCAL, &stack_save, NULL_RTX);
1106 }
1107
1108 /* Expand a call to __builtin_prefetch. For a target that does not support
1109 data prefetch, evaluate the memory address argument in case it has side
1110 effects. */
1111
1112 static void
1113 expand_builtin_prefetch (tree exp)
1114 {
1115 tree arg0, arg1, arg2;
1116 int nargs;
1117 rtx op0, op1, op2;
1118
1119 if (!validate_arglist (exp, POINTER_TYPE, 0))
1120 return;
1121
1122 arg0 = CALL_EXPR_ARG (exp, 0);
1123
1124 /* Arguments 1 and 2 are optional; argument 1 (read/write) defaults to
1125 zero (read) and argument 2 (locality) defaults to 3 (high degree of
1126 locality). */
1127 nargs = call_expr_nargs (exp);
1128 if (nargs > 1)
1129 arg1 = CALL_EXPR_ARG (exp, 1);
1130 else
1131 arg1 = integer_zero_node;
1132 if (nargs > 2)
1133 arg2 = CALL_EXPR_ARG (exp, 2);
1134 else
1135 arg2 = integer_three_node;
1136
1137 /* Argument 0 is an address. */
1138 op0 = expand_expr (arg0, NULL_RTX, Pmode, EXPAND_NORMAL);
1139
1140 /* Argument 1 (read/write flag) must be a compile-time constant int. */
1141 if (TREE_CODE (arg1) != INTEGER_CST)
1142 {
1143 error ("second argument to %<__builtin_prefetch%> must be a constant");
1144 arg1 = integer_zero_node;
1145 }
1146 op1 = expand_normal (arg1);
1147 /* Argument 1 must be either zero or one. */
1148 if (INTVAL (op1) != 0 && INTVAL (op1) != 1)
1149 {
1150 warning (0, "invalid second argument to %<__builtin_prefetch%>;"
1151 " using zero");
1152 op1 = const0_rtx;
1153 }
1154
1155 /* Argument 2 (locality) must be a compile-time constant int. */
1156 if (TREE_CODE (arg2) != INTEGER_CST)
1157 {
1158 error ("third argument to %<__builtin_prefetch%> must be a constant");
1159 arg2 = integer_zero_node;
1160 }
1161 op2 = expand_normal (arg2);
1162 /* Argument 2 must be 0, 1, 2, or 3. */
1163 if (INTVAL (op2) < 0 || INTVAL (op2) > 3)
1164 {
1165 warning (0, "invalid third argument to %<__builtin_prefetch%>; using zero");
1166 op2 = const0_rtx;
1167 }
1168
1169 #ifdef HAVE_prefetch
1170 if (HAVE_prefetch)
1171 {
1172 if ((! (*insn_data[(int) CODE_FOR_prefetch].operand[0].predicate)
1173 (op0,
1174 insn_data[(int) CODE_FOR_prefetch].operand[0].mode))
1175 || (GET_MODE (op0) != Pmode))
1176 {
1177 op0 = convert_memory_address (Pmode, op0);
1178 op0 = force_reg (Pmode, op0);
1179 }
1180 emit_insn (gen_prefetch (op0, op1, op2));
1181 }
1182 #endif
1183
1184 /* Don't do anything with direct references to volatile memory, but
1185 generate code to handle other side effects. */
1186 if (!MEM_P (op0) && side_effects_p (op0))
1187 emit_insn (op0);
1188 }
1189
1190 /* Get a MEM rtx for expression EXP which is the address of an operand
1191 to be used in a string instruction (cmpstrsi, movmemsi, ..). LEN is
1192 the maximum length of the block of memory that might be accessed or
1193 NULL if unknown. */
1194
1195 static rtx
1196 get_memory_rtx (tree exp, tree len)
1197 {
1198 tree orig_exp = exp;
1199 rtx addr, mem;
1200 HOST_WIDE_INT off;
1201
1202 /* When EXP is not resolved SAVE_EXPR, MEM_ATTRS can be still derived
1203 from its expression, for expr->a.b only <variable>.a.b is recorded. */
1204 if (TREE_CODE (exp) == SAVE_EXPR && !SAVE_EXPR_RESOLVED_P (exp))
1205 exp = TREE_OPERAND (exp, 0);
1206
1207 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL);
1208 mem = gen_rtx_MEM (BLKmode, memory_address (BLKmode, addr));
1209
1210 /* Get an expression we can use to find the attributes to assign to MEM.
1211 If it is an ADDR_EXPR, use the operand. Otherwise, dereference it if
1212 we can. First remove any nops. */
1213 while (CONVERT_EXPR_P (exp)
1214 && POINTER_TYPE_P (TREE_TYPE (TREE_OPERAND (exp, 0))))
1215 exp = TREE_OPERAND (exp, 0);
1216
1217 off = 0;
1218 if (TREE_CODE (exp) == POINTER_PLUS_EXPR
1219 && TREE_CODE (TREE_OPERAND (exp, 0)) == ADDR_EXPR
1220 && host_integerp (TREE_OPERAND (exp, 1), 0)
1221 && (off = tree_low_cst (TREE_OPERAND (exp, 1), 0)) > 0)
1222 exp = TREE_OPERAND (TREE_OPERAND (exp, 0), 0);
1223 else if (TREE_CODE (exp) == ADDR_EXPR)
1224 exp = TREE_OPERAND (exp, 0);
1225 else if (POINTER_TYPE_P (TREE_TYPE (exp)))
1226 exp = build1 (INDIRECT_REF, TREE_TYPE (TREE_TYPE (exp)), exp);
1227 else
1228 exp = NULL;
1229
1230 /* Honor attributes derived from exp, except for the alias set
1231 (as builtin stringops may alias with anything) and the size
1232 (as stringops may access multiple array elements). */
1233 if (exp)
1234 {
1235 set_mem_attributes (mem, exp, 0);
1236
1237 if (off)
1238 mem = adjust_automodify_address_nv (mem, BLKmode, NULL, off);
1239
1240 /* Allow the string and memory builtins to overflow from one
1241 field into another, see http://gcc.gnu.org/PR23561.
1242 Thus avoid COMPONENT_REFs in MEM_EXPR unless we know the whole
1243 memory accessed by the string or memory builtin will fit
1244 within the field. */
1245 if (MEM_EXPR (mem) && TREE_CODE (MEM_EXPR (mem)) == COMPONENT_REF)
1246 {
1247 tree mem_expr = MEM_EXPR (mem);
1248 HOST_WIDE_INT offset = -1, length = -1;
1249 tree inner = exp;
1250
1251 while (TREE_CODE (inner) == ARRAY_REF
1252 || CONVERT_EXPR_P (inner)
1253 || TREE_CODE (inner) == VIEW_CONVERT_EXPR
1254 || TREE_CODE (inner) == SAVE_EXPR)
1255 inner = TREE_OPERAND (inner, 0);
1256
1257 gcc_assert (TREE_CODE (inner) == COMPONENT_REF);
1258
1259 if (MEM_OFFSET (mem)
1260 && CONST_INT_P (MEM_OFFSET (mem)))
1261 offset = INTVAL (MEM_OFFSET (mem));
1262
1263 if (offset >= 0 && len && host_integerp (len, 0))
1264 length = tree_low_cst (len, 0);
1265
1266 while (TREE_CODE (inner) == COMPONENT_REF)
1267 {
1268 tree field = TREE_OPERAND (inner, 1);
1269 gcc_assert (TREE_CODE (mem_expr) == COMPONENT_REF);
1270 gcc_assert (field == TREE_OPERAND (mem_expr, 1));
1271
1272 /* Bitfields are generally not byte-addressable. */
1273 gcc_assert (!DECL_BIT_FIELD (field)
1274 || ((tree_low_cst (DECL_FIELD_BIT_OFFSET (field), 1)
1275 % BITS_PER_UNIT) == 0
1276 && host_integerp (DECL_SIZE (field), 0)
1277 && (TREE_INT_CST_LOW (DECL_SIZE (field))
1278 % BITS_PER_UNIT) == 0));
1279
1280 /* If we can prove that the memory starting at XEXP (mem, 0) and
1281 ending at XEXP (mem, 0) + LENGTH will fit into this field, we
1282 can keep the COMPONENT_REF in MEM_EXPR. But be careful with
1283 fields without DECL_SIZE_UNIT like flexible array members. */
1284 if (length >= 0
1285 && DECL_SIZE_UNIT (field)
1286 && host_integerp (DECL_SIZE_UNIT (field), 0))
1287 {
1288 HOST_WIDE_INT size
1289 = TREE_INT_CST_LOW (DECL_SIZE_UNIT (field));
1290 if (offset <= size
1291 && length <= size
1292 && offset + length <= size)
1293 break;
1294 }
1295
1296 if (offset >= 0
1297 && host_integerp (DECL_FIELD_OFFSET (field), 0))
1298 offset += TREE_INT_CST_LOW (DECL_FIELD_OFFSET (field))
1299 + tree_low_cst (DECL_FIELD_BIT_OFFSET (field), 1)
1300 / BITS_PER_UNIT;
1301 else
1302 {
1303 offset = -1;
1304 length = -1;
1305 }
1306
1307 mem_expr = TREE_OPERAND (mem_expr, 0);
1308 inner = TREE_OPERAND (inner, 0);
1309 }
1310
1311 if (mem_expr == NULL)
1312 offset = -1;
1313 if (mem_expr != MEM_EXPR (mem))
1314 {
1315 set_mem_expr (mem, mem_expr);
1316 set_mem_offset (mem, offset >= 0 ? GEN_INT (offset) : NULL_RTX);
1317 }
1318 }
1319 set_mem_alias_set (mem, 0);
1320 set_mem_size (mem, NULL_RTX);
1321 }
1322
1323 return mem;
1324 }
1325 \f
1326 /* Built-in functions to perform an untyped call and return. */
1327
1328 #define apply_args_mode \
1329 (this_target_builtins->x_apply_args_mode)
1330 #define apply_result_mode \
1331 (this_target_builtins->x_apply_result_mode)
1332
1333 /* Return the size required for the block returned by __builtin_apply_args,
1334 and initialize apply_args_mode. */
1335
1336 static int
1337 apply_args_size (void)
1338 {
1339 static int size = -1;
1340 int align;
1341 unsigned int regno;
1342 enum machine_mode mode;
1343
1344 /* The values computed by this function never change. */
1345 if (size < 0)
1346 {
1347 /* The first value is the incoming arg-pointer. */
1348 size = GET_MODE_SIZE (Pmode);
1349
1350 /* The second value is the structure value address unless this is
1351 passed as an "invisible" first argument. */
1352 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1353 size += GET_MODE_SIZE (Pmode);
1354
1355 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1356 if (FUNCTION_ARG_REGNO_P (regno))
1357 {
1358 mode = reg_raw_mode[regno];
1359
1360 gcc_assert (mode != VOIDmode);
1361
1362 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1363 if (size % align != 0)
1364 size = CEIL (size, align) * align;
1365 size += GET_MODE_SIZE (mode);
1366 apply_args_mode[regno] = mode;
1367 }
1368 else
1369 {
1370 apply_args_mode[regno] = VOIDmode;
1371 }
1372 }
1373 return size;
1374 }
1375
1376 /* Return the size required for the block returned by __builtin_apply,
1377 and initialize apply_result_mode. */
1378
1379 static int
1380 apply_result_size (void)
1381 {
1382 static int size = -1;
1383 int align, regno;
1384 enum machine_mode mode;
1385
1386 /* The values computed by this function never change. */
1387 if (size < 0)
1388 {
1389 size = 0;
1390
1391 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1392 if (targetm.calls.function_value_regno_p (regno))
1393 {
1394 mode = reg_raw_mode[regno];
1395
1396 gcc_assert (mode != VOIDmode);
1397
1398 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1399 if (size % align != 0)
1400 size = CEIL (size, align) * align;
1401 size += GET_MODE_SIZE (mode);
1402 apply_result_mode[regno] = mode;
1403 }
1404 else
1405 apply_result_mode[regno] = VOIDmode;
1406
1407 /* Allow targets that use untyped_call and untyped_return to override
1408 the size so that machine-specific information can be stored here. */
1409 #ifdef APPLY_RESULT_SIZE
1410 size = APPLY_RESULT_SIZE;
1411 #endif
1412 }
1413 return size;
1414 }
1415
1416 #if defined (HAVE_untyped_call) || defined (HAVE_untyped_return)
1417 /* Create a vector describing the result block RESULT. If SAVEP is true,
1418 the result block is used to save the values; otherwise it is used to
1419 restore the values. */
1420
1421 static rtx
1422 result_vector (int savep, rtx result)
1423 {
1424 int regno, size, align, nelts;
1425 enum machine_mode mode;
1426 rtx reg, mem;
1427 rtx *savevec = XALLOCAVEC (rtx, FIRST_PSEUDO_REGISTER);
1428
1429 size = nelts = 0;
1430 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1431 if ((mode = apply_result_mode[regno]) != VOIDmode)
1432 {
1433 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1434 if (size % align != 0)
1435 size = CEIL (size, align) * align;
1436 reg = gen_rtx_REG (mode, savep ? regno : INCOMING_REGNO (regno));
1437 mem = adjust_address (result, mode, size);
1438 savevec[nelts++] = (savep
1439 ? gen_rtx_SET (VOIDmode, mem, reg)
1440 : gen_rtx_SET (VOIDmode, reg, mem));
1441 size += GET_MODE_SIZE (mode);
1442 }
1443 return gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (nelts, savevec));
1444 }
1445 #endif /* HAVE_untyped_call or HAVE_untyped_return */
1446
1447 /* Save the state required to perform an untyped call with the same
1448 arguments as were passed to the current function. */
1449
1450 static rtx
1451 expand_builtin_apply_args_1 (void)
1452 {
1453 rtx registers, tem;
1454 int size, align, regno;
1455 enum machine_mode mode;
1456 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1);
1457
1458 /* Create a block where the arg-pointer, structure value address,
1459 and argument registers can be saved. */
1460 registers = assign_stack_local (BLKmode, apply_args_size (), -1);
1461
1462 /* Walk past the arg-pointer and structure value address. */
1463 size = GET_MODE_SIZE (Pmode);
1464 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1465 size += GET_MODE_SIZE (Pmode);
1466
1467 /* Save each register used in calling a function to the block. */
1468 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1469 if ((mode = apply_args_mode[regno]) != VOIDmode)
1470 {
1471 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1472 if (size % align != 0)
1473 size = CEIL (size, align) * align;
1474
1475 tem = gen_rtx_REG (mode, INCOMING_REGNO (regno));
1476
1477 emit_move_insn (adjust_address (registers, mode, size), tem);
1478 size += GET_MODE_SIZE (mode);
1479 }
1480
1481 /* Save the arg pointer to the block. */
1482 tem = copy_to_reg (crtl->args.internal_arg_pointer);
1483 #ifdef STACK_GROWS_DOWNWARD
1484 /* We need the pointer as the caller actually passed them to us, not
1485 as we might have pretended they were passed. Make sure it's a valid
1486 operand, as emit_move_insn isn't expected to handle a PLUS. */
1487 tem
1488 = force_operand (plus_constant (tem, crtl->args.pretend_args_size),
1489 NULL_RTX);
1490 #endif
1491 emit_move_insn (adjust_address (registers, Pmode, 0), tem);
1492
1493 size = GET_MODE_SIZE (Pmode);
1494
1495 /* Save the structure value address unless this is passed as an
1496 "invisible" first argument. */
1497 if (struct_incoming_value)
1498 {
1499 emit_move_insn (adjust_address (registers, Pmode, size),
1500 copy_to_reg (struct_incoming_value));
1501 size += GET_MODE_SIZE (Pmode);
1502 }
1503
1504 /* Return the address of the block. */
1505 return copy_addr_to_reg (XEXP (registers, 0));
1506 }
1507
1508 /* __builtin_apply_args returns block of memory allocated on
1509 the stack into which is stored the arg pointer, structure
1510 value address, static chain, and all the registers that might
1511 possibly be used in performing a function call. The code is
1512 moved to the start of the function so the incoming values are
1513 saved. */
1514
1515 static rtx
1516 expand_builtin_apply_args (void)
1517 {
1518 /* Don't do __builtin_apply_args more than once in a function.
1519 Save the result of the first call and reuse it. */
1520 if (apply_args_value != 0)
1521 return apply_args_value;
1522 {
1523 /* When this function is called, it means that registers must be
1524 saved on entry to this function. So we migrate the
1525 call to the first insn of this function. */
1526 rtx temp;
1527 rtx seq;
1528
1529 start_sequence ();
1530 temp = expand_builtin_apply_args_1 ();
1531 seq = get_insns ();
1532 end_sequence ();
1533
1534 apply_args_value = temp;
1535
1536 /* Put the insns after the NOTE that starts the function.
1537 If this is inside a start_sequence, make the outer-level insn
1538 chain current, so the code is placed at the start of the
1539 function. If internal_arg_pointer is a non-virtual pseudo,
1540 it needs to be placed after the function that initializes
1541 that pseudo. */
1542 push_topmost_sequence ();
1543 if (REG_P (crtl->args.internal_arg_pointer)
1544 && REGNO (crtl->args.internal_arg_pointer) > LAST_VIRTUAL_REGISTER)
1545 emit_insn_before (seq, parm_birth_insn);
1546 else
1547 emit_insn_before (seq, NEXT_INSN (entry_of_function ()));
1548 pop_topmost_sequence ();
1549 return temp;
1550 }
1551 }
1552
1553 /* Perform an untyped call and save the state required to perform an
1554 untyped return of whatever value was returned by the given function. */
1555
1556 static rtx
1557 expand_builtin_apply (rtx function, rtx arguments, rtx argsize)
1558 {
1559 int size, align, regno;
1560 enum machine_mode mode;
1561 rtx incoming_args, result, reg, dest, src, call_insn;
1562 rtx old_stack_level = 0;
1563 rtx call_fusage = 0;
1564 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
1565
1566 arguments = convert_memory_address (Pmode, arguments);
1567
1568 /* Create a block where the return registers can be saved. */
1569 result = assign_stack_local (BLKmode, apply_result_size (), -1);
1570
1571 /* Fetch the arg pointer from the ARGUMENTS block. */
1572 incoming_args = gen_reg_rtx (Pmode);
1573 emit_move_insn (incoming_args, gen_rtx_MEM (Pmode, arguments));
1574 #ifndef STACK_GROWS_DOWNWARD
1575 incoming_args = expand_simple_binop (Pmode, MINUS, incoming_args, argsize,
1576 incoming_args, 0, OPTAB_LIB_WIDEN);
1577 #endif
1578
1579 /* Push a new argument block and copy the arguments. Do not allow
1580 the (potential) memcpy call below to interfere with our stack
1581 manipulations. */
1582 do_pending_stack_adjust ();
1583 NO_DEFER_POP;
1584
1585 /* Save the stack with nonlocal if available. */
1586 #ifdef HAVE_save_stack_nonlocal
1587 if (HAVE_save_stack_nonlocal)
1588 emit_stack_save (SAVE_NONLOCAL, &old_stack_level, NULL_RTX);
1589 else
1590 #endif
1591 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX);
1592
1593 /* Allocate a block of memory onto the stack and copy the memory
1594 arguments to the outgoing arguments address. We can pass TRUE
1595 as the 4th argument because we just saved the stack pointer
1596 and will restore it right after the call. */
1597 allocate_dynamic_stack_space (argsize, 0, BITS_PER_UNIT, TRUE);
1598
1599 /* Set DRAP flag to true, even though allocate_dynamic_stack_space
1600 may have already set current_function_calls_alloca to true.
1601 current_function_calls_alloca won't be set if argsize is zero,
1602 so we have to guarantee need_drap is true here. */
1603 if (SUPPORTS_STACK_ALIGNMENT)
1604 crtl->need_drap = true;
1605
1606 dest = virtual_outgoing_args_rtx;
1607 #ifndef STACK_GROWS_DOWNWARD
1608 if (CONST_INT_P (argsize))
1609 dest = plus_constant (dest, -INTVAL (argsize));
1610 else
1611 dest = gen_rtx_PLUS (Pmode, dest, negate_rtx (Pmode, argsize));
1612 #endif
1613 dest = gen_rtx_MEM (BLKmode, dest);
1614 set_mem_align (dest, PARM_BOUNDARY);
1615 src = gen_rtx_MEM (BLKmode, incoming_args);
1616 set_mem_align (src, PARM_BOUNDARY);
1617 emit_block_move (dest, src, argsize, BLOCK_OP_NORMAL);
1618
1619 /* Refer to the argument block. */
1620 apply_args_size ();
1621 arguments = gen_rtx_MEM (BLKmode, arguments);
1622 set_mem_align (arguments, PARM_BOUNDARY);
1623
1624 /* Walk past the arg-pointer and structure value address. */
1625 size = GET_MODE_SIZE (Pmode);
1626 if (struct_value)
1627 size += GET_MODE_SIZE (Pmode);
1628
1629 /* Restore each of the registers previously saved. Make USE insns
1630 for each of these registers for use in making the call. */
1631 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1632 if ((mode = apply_args_mode[regno]) != VOIDmode)
1633 {
1634 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1635 if (size % align != 0)
1636 size = CEIL (size, align) * align;
1637 reg = gen_rtx_REG (mode, regno);
1638 emit_move_insn (reg, adjust_address (arguments, mode, size));
1639 use_reg (&call_fusage, reg);
1640 size += GET_MODE_SIZE (mode);
1641 }
1642
1643 /* Restore the structure value address unless this is passed as an
1644 "invisible" first argument. */
1645 size = GET_MODE_SIZE (Pmode);
1646 if (struct_value)
1647 {
1648 rtx value = gen_reg_rtx (Pmode);
1649 emit_move_insn (value, adjust_address (arguments, Pmode, size));
1650 emit_move_insn (struct_value, value);
1651 if (REG_P (struct_value))
1652 use_reg (&call_fusage, struct_value);
1653 size += GET_MODE_SIZE (Pmode);
1654 }
1655
1656 /* All arguments and registers used for the call are set up by now! */
1657 function = prepare_call_address (NULL, function, NULL, &call_fusage, 0, 0);
1658
1659 /* Ensure address is valid. SYMBOL_REF is already valid, so no need,
1660 and we don't want to load it into a register as an optimization,
1661 because prepare_call_address already did it if it should be done. */
1662 if (GET_CODE (function) != SYMBOL_REF)
1663 function = memory_address (FUNCTION_MODE, function);
1664
1665 /* Generate the actual call instruction and save the return value. */
1666 #ifdef HAVE_untyped_call
1667 if (HAVE_untyped_call)
1668 emit_call_insn (gen_untyped_call (gen_rtx_MEM (FUNCTION_MODE, function),
1669 result, result_vector (1, result)));
1670 else
1671 #endif
1672 #ifdef HAVE_call_value
1673 if (HAVE_call_value)
1674 {
1675 rtx valreg = 0;
1676
1677 /* Locate the unique return register. It is not possible to
1678 express a call that sets more than one return register using
1679 call_value; use untyped_call for that. In fact, untyped_call
1680 only needs to save the return registers in the given block. */
1681 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1682 if ((mode = apply_result_mode[regno]) != VOIDmode)
1683 {
1684 gcc_assert (!valreg); /* HAVE_untyped_call required. */
1685
1686 valreg = gen_rtx_REG (mode, regno);
1687 }
1688
1689 emit_call_insn (GEN_CALL_VALUE (valreg,
1690 gen_rtx_MEM (FUNCTION_MODE, function),
1691 const0_rtx, NULL_RTX, const0_rtx));
1692
1693 emit_move_insn (adjust_address (result, GET_MODE (valreg), 0), valreg);
1694 }
1695 else
1696 #endif
1697 gcc_unreachable ();
1698
1699 /* Find the CALL insn we just emitted, and attach the register usage
1700 information. */
1701 call_insn = last_call_insn ();
1702 add_function_usage_to (call_insn, call_fusage);
1703
1704 /* Restore the stack. */
1705 #ifdef HAVE_save_stack_nonlocal
1706 if (HAVE_save_stack_nonlocal)
1707 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX);
1708 else
1709 #endif
1710 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX);
1711
1712 OK_DEFER_POP;
1713
1714 /* Return the address of the result block. */
1715 result = copy_addr_to_reg (XEXP (result, 0));
1716 return convert_memory_address (ptr_mode, result);
1717 }
1718
1719 /* Perform an untyped return. */
1720
1721 static void
1722 expand_builtin_return (rtx result)
1723 {
1724 int size, align, regno;
1725 enum machine_mode mode;
1726 rtx reg;
1727 rtx call_fusage = 0;
1728
1729 result = convert_memory_address (Pmode, result);
1730
1731 apply_result_size ();
1732 result = gen_rtx_MEM (BLKmode, result);
1733
1734 #ifdef HAVE_untyped_return
1735 if (HAVE_untyped_return)
1736 {
1737 emit_jump_insn (gen_untyped_return (result, result_vector (0, result)));
1738 emit_barrier ();
1739 return;
1740 }
1741 #endif
1742
1743 /* Restore the return value and note that each value is used. */
1744 size = 0;
1745 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1746 if ((mode = apply_result_mode[regno]) != VOIDmode)
1747 {
1748 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1749 if (size % align != 0)
1750 size = CEIL (size, align) * align;
1751 reg = gen_rtx_REG (mode, INCOMING_REGNO (regno));
1752 emit_move_insn (reg, adjust_address (result, mode, size));
1753
1754 push_to_sequence (call_fusage);
1755 emit_use (reg);
1756 call_fusage = get_insns ();
1757 end_sequence ();
1758 size += GET_MODE_SIZE (mode);
1759 }
1760
1761 /* Put the USE insns before the return. */
1762 emit_insn (call_fusage);
1763
1764 /* Return whatever values was restored by jumping directly to the end
1765 of the function. */
1766 expand_naked_return ();
1767 }
1768
1769 /* Used by expand_builtin_classify_type and fold_builtin_classify_type. */
1770
1771 static enum type_class
1772 type_to_class (tree type)
1773 {
1774 switch (TREE_CODE (type))
1775 {
1776 case VOID_TYPE: return void_type_class;
1777 case INTEGER_TYPE: return integer_type_class;
1778 case ENUMERAL_TYPE: return enumeral_type_class;
1779 case BOOLEAN_TYPE: return boolean_type_class;
1780 case POINTER_TYPE: return pointer_type_class;
1781 case REFERENCE_TYPE: return reference_type_class;
1782 case OFFSET_TYPE: return offset_type_class;
1783 case REAL_TYPE: return real_type_class;
1784 case COMPLEX_TYPE: return complex_type_class;
1785 case FUNCTION_TYPE: return function_type_class;
1786 case METHOD_TYPE: return method_type_class;
1787 case RECORD_TYPE: return record_type_class;
1788 case UNION_TYPE:
1789 case QUAL_UNION_TYPE: return union_type_class;
1790 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type)
1791 ? string_type_class : array_type_class);
1792 case LANG_TYPE: return lang_type_class;
1793 default: return no_type_class;
1794 }
1795 }
1796
1797 /* Expand a call EXP to __builtin_classify_type. */
1798
1799 static rtx
1800 expand_builtin_classify_type (tree exp)
1801 {
1802 if (call_expr_nargs (exp))
1803 return GEN_INT (type_to_class (TREE_TYPE (CALL_EXPR_ARG (exp, 0))));
1804 return GEN_INT (no_type_class);
1805 }
1806
1807 /* This helper macro, meant to be used in mathfn_built_in below,
1808 determines which among a set of three builtin math functions is
1809 appropriate for a given type mode. The `F' and `L' cases are
1810 automatically generated from the `double' case. */
1811 #define CASE_MATHFN(BUILT_IN_MATHFN) \
1812 case BUILT_IN_MATHFN: case BUILT_IN_MATHFN##F: case BUILT_IN_MATHFN##L: \
1813 fcode = BUILT_IN_MATHFN; fcodef = BUILT_IN_MATHFN##F ; \
1814 fcodel = BUILT_IN_MATHFN##L ; break;
1815 /* Similar to above, but appends _R after any F/L suffix. */
1816 #define CASE_MATHFN_REENT(BUILT_IN_MATHFN) \
1817 case BUILT_IN_MATHFN##_R: case BUILT_IN_MATHFN##F_R: case BUILT_IN_MATHFN##L_R: \
1818 fcode = BUILT_IN_MATHFN##_R; fcodef = BUILT_IN_MATHFN##F_R ; \
1819 fcodel = BUILT_IN_MATHFN##L_R ; break;
1820
1821 /* Return mathematic function equivalent to FN but operating directly
1822 on TYPE, if available. If IMPLICIT is true find the function in
1823 implicit_built_in_decls[], otherwise use built_in_decls[]. If we
1824 can't do the conversion, return zero. */
1825
1826 static tree
1827 mathfn_built_in_1 (tree type, enum built_in_function fn, bool implicit)
1828 {
1829 tree const *const fn_arr
1830 = implicit ? implicit_built_in_decls : built_in_decls;
1831 enum built_in_function fcode, fcodef, fcodel;
1832
1833 switch (fn)
1834 {
1835 CASE_MATHFN (BUILT_IN_ACOS)
1836 CASE_MATHFN (BUILT_IN_ACOSH)
1837 CASE_MATHFN (BUILT_IN_ASIN)
1838 CASE_MATHFN (BUILT_IN_ASINH)
1839 CASE_MATHFN (BUILT_IN_ATAN)
1840 CASE_MATHFN (BUILT_IN_ATAN2)
1841 CASE_MATHFN (BUILT_IN_ATANH)
1842 CASE_MATHFN (BUILT_IN_CBRT)
1843 CASE_MATHFN (BUILT_IN_CEIL)
1844 CASE_MATHFN (BUILT_IN_CEXPI)
1845 CASE_MATHFN (BUILT_IN_COPYSIGN)
1846 CASE_MATHFN (BUILT_IN_COS)
1847 CASE_MATHFN (BUILT_IN_COSH)
1848 CASE_MATHFN (BUILT_IN_DREM)
1849 CASE_MATHFN (BUILT_IN_ERF)
1850 CASE_MATHFN (BUILT_IN_ERFC)
1851 CASE_MATHFN (BUILT_IN_EXP)
1852 CASE_MATHFN (BUILT_IN_EXP10)
1853 CASE_MATHFN (BUILT_IN_EXP2)
1854 CASE_MATHFN (BUILT_IN_EXPM1)
1855 CASE_MATHFN (BUILT_IN_FABS)
1856 CASE_MATHFN (BUILT_IN_FDIM)
1857 CASE_MATHFN (BUILT_IN_FLOOR)
1858 CASE_MATHFN (BUILT_IN_FMA)
1859 CASE_MATHFN (BUILT_IN_FMAX)
1860 CASE_MATHFN (BUILT_IN_FMIN)
1861 CASE_MATHFN (BUILT_IN_FMOD)
1862 CASE_MATHFN (BUILT_IN_FREXP)
1863 CASE_MATHFN (BUILT_IN_GAMMA)
1864 CASE_MATHFN_REENT (BUILT_IN_GAMMA) /* GAMMA_R */
1865 CASE_MATHFN (BUILT_IN_HUGE_VAL)
1866 CASE_MATHFN (BUILT_IN_HYPOT)
1867 CASE_MATHFN (BUILT_IN_ILOGB)
1868 CASE_MATHFN (BUILT_IN_INF)
1869 CASE_MATHFN (BUILT_IN_ISINF)
1870 CASE_MATHFN (BUILT_IN_J0)
1871 CASE_MATHFN (BUILT_IN_J1)
1872 CASE_MATHFN (BUILT_IN_JN)
1873 CASE_MATHFN (BUILT_IN_LCEIL)
1874 CASE_MATHFN (BUILT_IN_LDEXP)
1875 CASE_MATHFN (BUILT_IN_LFLOOR)
1876 CASE_MATHFN (BUILT_IN_LGAMMA)
1877 CASE_MATHFN_REENT (BUILT_IN_LGAMMA) /* LGAMMA_R */
1878 CASE_MATHFN (BUILT_IN_LLCEIL)
1879 CASE_MATHFN (BUILT_IN_LLFLOOR)
1880 CASE_MATHFN (BUILT_IN_LLRINT)
1881 CASE_MATHFN (BUILT_IN_LLROUND)
1882 CASE_MATHFN (BUILT_IN_LOG)
1883 CASE_MATHFN (BUILT_IN_LOG10)
1884 CASE_MATHFN (BUILT_IN_LOG1P)
1885 CASE_MATHFN (BUILT_IN_LOG2)
1886 CASE_MATHFN (BUILT_IN_LOGB)
1887 CASE_MATHFN (BUILT_IN_LRINT)
1888 CASE_MATHFN (BUILT_IN_LROUND)
1889 CASE_MATHFN (BUILT_IN_MODF)
1890 CASE_MATHFN (BUILT_IN_NAN)
1891 CASE_MATHFN (BUILT_IN_NANS)
1892 CASE_MATHFN (BUILT_IN_NEARBYINT)
1893 CASE_MATHFN (BUILT_IN_NEXTAFTER)
1894 CASE_MATHFN (BUILT_IN_NEXTTOWARD)
1895 CASE_MATHFN (BUILT_IN_POW)
1896 CASE_MATHFN (BUILT_IN_POWI)
1897 CASE_MATHFN (BUILT_IN_POW10)
1898 CASE_MATHFN (BUILT_IN_REMAINDER)
1899 CASE_MATHFN (BUILT_IN_REMQUO)
1900 CASE_MATHFN (BUILT_IN_RINT)
1901 CASE_MATHFN (BUILT_IN_ROUND)
1902 CASE_MATHFN (BUILT_IN_SCALB)
1903 CASE_MATHFN (BUILT_IN_SCALBLN)
1904 CASE_MATHFN (BUILT_IN_SCALBN)
1905 CASE_MATHFN (BUILT_IN_SIGNBIT)
1906 CASE_MATHFN (BUILT_IN_SIGNIFICAND)
1907 CASE_MATHFN (BUILT_IN_SIN)
1908 CASE_MATHFN (BUILT_IN_SINCOS)
1909 CASE_MATHFN (BUILT_IN_SINH)
1910 CASE_MATHFN (BUILT_IN_SQRT)
1911 CASE_MATHFN (BUILT_IN_TAN)
1912 CASE_MATHFN (BUILT_IN_TANH)
1913 CASE_MATHFN (BUILT_IN_TGAMMA)
1914 CASE_MATHFN (BUILT_IN_TRUNC)
1915 CASE_MATHFN (BUILT_IN_Y0)
1916 CASE_MATHFN (BUILT_IN_Y1)
1917 CASE_MATHFN (BUILT_IN_YN)
1918
1919 default:
1920 return NULL_TREE;
1921 }
1922
1923 if (TYPE_MAIN_VARIANT (type) == double_type_node)
1924 return fn_arr[fcode];
1925 else if (TYPE_MAIN_VARIANT (type) == float_type_node)
1926 return fn_arr[fcodef];
1927 else if (TYPE_MAIN_VARIANT (type) == long_double_type_node)
1928 return fn_arr[fcodel];
1929 else
1930 return NULL_TREE;
1931 }
1932
1933 /* Like mathfn_built_in_1(), but always use the implicit array. */
1934
1935 tree
1936 mathfn_built_in (tree type, enum built_in_function fn)
1937 {
1938 return mathfn_built_in_1 (type, fn, /*implicit=*/ 1);
1939 }
1940
1941 /* If errno must be maintained, expand the RTL to check if the result,
1942 TARGET, of a built-in function call, EXP, is NaN, and if so set
1943 errno to EDOM. */
1944
1945 static void
1946 expand_errno_check (tree exp, rtx target)
1947 {
1948 rtx lab = gen_label_rtx ();
1949
1950 /* Test the result; if it is NaN, set errno=EDOM because
1951 the argument was not in the domain. */
1952 do_compare_rtx_and_jump (target, target, EQ, 0, GET_MODE (target),
1953 NULL_RTX, NULL_RTX, lab,
1954 /* The jump is very likely. */
1955 REG_BR_PROB_BASE - (REG_BR_PROB_BASE / 2000 - 1));
1956
1957 #ifdef TARGET_EDOM
1958 /* If this built-in doesn't throw an exception, set errno directly. */
1959 if (TREE_NOTHROW (TREE_OPERAND (CALL_EXPR_FN (exp), 0)))
1960 {
1961 #ifdef GEN_ERRNO_RTX
1962 rtx errno_rtx = GEN_ERRNO_RTX;
1963 #else
1964 rtx errno_rtx
1965 = gen_rtx_MEM (word_mode, gen_rtx_SYMBOL_REF (Pmode, "errno"));
1966 #endif
1967 emit_move_insn (errno_rtx, GEN_INT (TARGET_EDOM));
1968 emit_label (lab);
1969 return;
1970 }
1971 #endif
1972
1973 /* Make sure the library call isn't expanded as a tail call. */
1974 CALL_EXPR_TAILCALL (exp) = 0;
1975
1976 /* We can't set errno=EDOM directly; let the library call do it.
1977 Pop the arguments right away in case the call gets deleted. */
1978 NO_DEFER_POP;
1979 expand_call (exp, target, 0);
1980 OK_DEFER_POP;
1981 emit_label (lab);
1982 }
1983
1984 /* Expand a call to one of the builtin math functions (sqrt, exp, or log).
1985 Return NULL_RTX if a normal call should be emitted rather than expanding
1986 the function in-line. EXP is the expression that is a call to the builtin
1987 function; if convenient, the result should be placed in TARGET.
1988 SUBTARGET may be used as the target for computing one of EXP's operands. */
1989
1990 static rtx
1991 expand_builtin_mathfn (tree exp, rtx target, rtx subtarget)
1992 {
1993 optab builtin_optab;
1994 rtx op0, insns;
1995 tree fndecl = get_callee_fndecl (exp);
1996 enum machine_mode mode;
1997 bool errno_set = false;
1998 tree arg;
1999
2000 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2001 return NULL_RTX;
2002
2003 arg = CALL_EXPR_ARG (exp, 0);
2004
2005 switch (DECL_FUNCTION_CODE (fndecl))
2006 {
2007 CASE_FLT_FN (BUILT_IN_SQRT):
2008 errno_set = ! tree_expr_nonnegative_p (arg);
2009 builtin_optab = sqrt_optab;
2010 break;
2011 CASE_FLT_FN (BUILT_IN_EXP):
2012 errno_set = true; builtin_optab = exp_optab; break;
2013 CASE_FLT_FN (BUILT_IN_EXP10):
2014 CASE_FLT_FN (BUILT_IN_POW10):
2015 errno_set = true; builtin_optab = exp10_optab; break;
2016 CASE_FLT_FN (BUILT_IN_EXP2):
2017 errno_set = true; builtin_optab = exp2_optab; break;
2018 CASE_FLT_FN (BUILT_IN_EXPM1):
2019 errno_set = true; builtin_optab = expm1_optab; break;
2020 CASE_FLT_FN (BUILT_IN_LOGB):
2021 errno_set = true; builtin_optab = logb_optab; break;
2022 CASE_FLT_FN (BUILT_IN_LOG):
2023 errno_set = true; builtin_optab = log_optab; break;
2024 CASE_FLT_FN (BUILT_IN_LOG10):
2025 errno_set = true; builtin_optab = log10_optab; break;
2026 CASE_FLT_FN (BUILT_IN_LOG2):
2027 errno_set = true; builtin_optab = log2_optab; break;
2028 CASE_FLT_FN (BUILT_IN_LOG1P):
2029 errno_set = true; builtin_optab = log1p_optab; break;
2030 CASE_FLT_FN (BUILT_IN_ASIN):
2031 builtin_optab = asin_optab; break;
2032 CASE_FLT_FN (BUILT_IN_ACOS):
2033 builtin_optab = acos_optab; break;
2034 CASE_FLT_FN (BUILT_IN_TAN):
2035 builtin_optab = tan_optab; break;
2036 CASE_FLT_FN (BUILT_IN_ATAN):
2037 builtin_optab = atan_optab; break;
2038 CASE_FLT_FN (BUILT_IN_FLOOR):
2039 builtin_optab = floor_optab; break;
2040 CASE_FLT_FN (BUILT_IN_CEIL):
2041 builtin_optab = ceil_optab; break;
2042 CASE_FLT_FN (BUILT_IN_TRUNC):
2043 builtin_optab = btrunc_optab; break;
2044 CASE_FLT_FN (BUILT_IN_ROUND):
2045 builtin_optab = round_optab; break;
2046 CASE_FLT_FN (BUILT_IN_NEARBYINT):
2047 builtin_optab = nearbyint_optab;
2048 if (flag_trapping_math)
2049 break;
2050 /* Else fallthrough and expand as rint. */
2051 CASE_FLT_FN (BUILT_IN_RINT):
2052 builtin_optab = rint_optab; break;
2053 CASE_FLT_FN (BUILT_IN_SIGNIFICAND):
2054 builtin_optab = significand_optab; break;
2055 default:
2056 gcc_unreachable ();
2057 }
2058
2059 /* Make a suitable register to place result in. */
2060 mode = TYPE_MODE (TREE_TYPE (exp));
2061
2062 if (! flag_errno_math || ! HONOR_NANS (mode))
2063 errno_set = false;
2064
2065 /* Before working hard, check whether the instruction is available. */
2066 if (optab_handler (builtin_optab, mode) != CODE_FOR_nothing)
2067 {
2068 target = gen_reg_rtx (mode);
2069
2070 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2071 need to expand the argument again. This way, we will not perform
2072 side-effects more the once. */
2073 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2074
2075 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
2076
2077 start_sequence ();
2078
2079 /* Compute into TARGET.
2080 Set TARGET to wherever the result comes back. */
2081 target = expand_unop (mode, builtin_optab, op0, target, 0);
2082
2083 if (target != 0)
2084 {
2085 if (errno_set)
2086 expand_errno_check (exp, target);
2087
2088 /* Output the entire sequence. */
2089 insns = get_insns ();
2090 end_sequence ();
2091 emit_insn (insns);
2092 return target;
2093 }
2094
2095 /* If we were unable to expand via the builtin, stop the sequence
2096 (without outputting the insns) and call to the library function
2097 with the stabilized argument list. */
2098 end_sequence ();
2099 }
2100
2101 return expand_call (exp, target, target == const0_rtx);
2102 }
2103
2104 /* Expand a call to the builtin binary math functions (pow and atan2).
2105 Return NULL_RTX if a normal call should be emitted rather than expanding the
2106 function in-line. EXP is the expression that is a call to the builtin
2107 function; if convenient, the result should be placed in TARGET.
2108 SUBTARGET may be used as the target for computing one of EXP's
2109 operands. */
2110
2111 static rtx
2112 expand_builtin_mathfn_2 (tree exp, rtx target, rtx subtarget)
2113 {
2114 optab builtin_optab;
2115 rtx op0, op1, insns;
2116 int op1_type = REAL_TYPE;
2117 tree fndecl = get_callee_fndecl (exp);
2118 tree arg0, arg1;
2119 enum machine_mode mode;
2120 bool errno_set = true;
2121
2122 switch (DECL_FUNCTION_CODE (fndecl))
2123 {
2124 CASE_FLT_FN (BUILT_IN_SCALBN):
2125 CASE_FLT_FN (BUILT_IN_SCALBLN):
2126 CASE_FLT_FN (BUILT_IN_LDEXP):
2127 op1_type = INTEGER_TYPE;
2128 default:
2129 break;
2130 }
2131
2132 if (!validate_arglist (exp, REAL_TYPE, op1_type, VOID_TYPE))
2133 return NULL_RTX;
2134
2135 arg0 = CALL_EXPR_ARG (exp, 0);
2136 arg1 = CALL_EXPR_ARG (exp, 1);
2137
2138 switch (DECL_FUNCTION_CODE (fndecl))
2139 {
2140 CASE_FLT_FN (BUILT_IN_POW):
2141 builtin_optab = pow_optab; break;
2142 CASE_FLT_FN (BUILT_IN_ATAN2):
2143 builtin_optab = atan2_optab; break;
2144 CASE_FLT_FN (BUILT_IN_SCALB):
2145 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (exp)))->b != 2)
2146 return 0;
2147 builtin_optab = scalb_optab; break;
2148 CASE_FLT_FN (BUILT_IN_SCALBN):
2149 CASE_FLT_FN (BUILT_IN_SCALBLN):
2150 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (exp)))->b != 2)
2151 return 0;
2152 /* Fall through... */
2153 CASE_FLT_FN (BUILT_IN_LDEXP):
2154 builtin_optab = ldexp_optab; break;
2155 CASE_FLT_FN (BUILT_IN_FMOD):
2156 builtin_optab = fmod_optab; break;
2157 CASE_FLT_FN (BUILT_IN_REMAINDER):
2158 CASE_FLT_FN (BUILT_IN_DREM):
2159 builtin_optab = remainder_optab; break;
2160 default:
2161 gcc_unreachable ();
2162 }
2163
2164 /* Make a suitable register to place result in. */
2165 mode = TYPE_MODE (TREE_TYPE (exp));
2166
2167 /* Before working hard, check whether the instruction is available. */
2168 if (optab_handler (builtin_optab, mode) == CODE_FOR_nothing)
2169 return NULL_RTX;
2170
2171 target = gen_reg_rtx (mode);
2172
2173 if (! flag_errno_math || ! HONOR_NANS (mode))
2174 errno_set = false;
2175
2176 /* Always stabilize the argument list. */
2177 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0);
2178 CALL_EXPR_ARG (exp, 1) = arg1 = builtin_save_expr (arg1);
2179
2180 op0 = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL);
2181 op1 = expand_normal (arg1);
2182
2183 start_sequence ();
2184
2185 /* Compute into TARGET.
2186 Set TARGET to wherever the result comes back. */
2187 target = expand_binop (mode, builtin_optab, op0, op1,
2188 target, 0, OPTAB_DIRECT);
2189
2190 /* If we were unable to expand via the builtin, stop the sequence
2191 (without outputting the insns) and call to the library function
2192 with the stabilized argument list. */
2193 if (target == 0)
2194 {
2195 end_sequence ();
2196 return expand_call (exp, target, target == const0_rtx);
2197 }
2198
2199 if (errno_set)
2200 expand_errno_check (exp, target);
2201
2202 /* Output the entire sequence. */
2203 insns = get_insns ();
2204 end_sequence ();
2205 emit_insn (insns);
2206
2207 return target;
2208 }
2209
2210 /* Expand a call to the builtin sin and cos math functions.
2211 Return NULL_RTX if a normal call should be emitted rather than expanding the
2212 function in-line. EXP is the expression that is a call to the builtin
2213 function; if convenient, the result should be placed in TARGET.
2214 SUBTARGET may be used as the target for computing one of EXP's
2215 operands. */
2216
2217 static rtx
2218 expand_builtin_mathfn_3 (tree exp, rtx target, rtx subtarget)
2219 {
2220 optab builtin_optab;
2221 rtx op0, insns;
2222 tree fndecl = get_callee_fndecl (exp);
2223 enum machine_mode mode;
2224 tree arg;
2225
2226 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2227 return NULL_RTX;
2228
2229 arg = CALL_EXPR_ARG (exp, 0);
2230
2231 switch (DECL_FUNCTION_CODE (fndecl))
2232 {
2233 CASE_FLT_FN (BUILT_IN_SIN):
2234 CASE_FLT_FN (BUILT_IN_COS):
2235 builtin_optab = sincos_optab; break;
2236 default:
2237 gcc_unreachable ();
2238 }
2239
2240 /* Make a suitable register to place result in. */
2241 mode = TYPE_MODE (TREE_TYPE (exp));
2242
2243 /* Check if sincos insn is available, otherwise fallback
2244 to sin or cos insn. */
2245 if (optab_handler (builtin_optab, mode) == CODE_FOR_nothing)
2246 switch (DECL_FUNCTION_CODE (fndecl))
2247 {
2248 CASE_FLT_FN (BUILT_IN_SIN):
2249 builtin_optab = sin_optab; break;
2250 CASE_FLT_FN (BUILT_IN_COS):
2251 builtin_optab = cos_optab; break;
2252 default:
2253 gcc_unreachable ();
2254 }
2255
2256 /* Before working hard, check whether the instruction is available. */
2257 if (optab_handler (builtin_optab, mode) != CODE_FOR_nothing)
2258 {
2259 target = gen_reg_rtx (mode);
2260
2261 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2262 need to expand the argument again. This way, we will not perform
2263 side-effects more the once. */
2264 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2265
2266 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
2267
2268 start_sequence ();
2269
2270 /* Compute into TARGET.
2271 Set TARGET to wherever the result comes back. */
2272 if (builtin_optab == sincos_optab)
2273 {
2274 int result;
2275
2276 switch (DECL_FUNCTION_CODE (fndecl))
2277 {
2278 CASE_FLT_FN (BUILT_IN_SIN):
2279 result = expand_twoval_unop (builtin_optab, op0, 0, target, 0);
2280 break;
2281 CASE_FLT_FN (BUILT_IN_COS):
2282 result = expand_twoval_unop (builtin_optab, op0, target, 0, 0);
2283 break;
2284 default:
2285 gcc_unreachable ();
2286 }
2287 gcc_assert (result);
2288 }
2289 else
2290 {
2291 target = expand_unop (mode, builtin_optab, op0, target, 0);
2292 }
2293
2294 if (target != 0)
2295 {
2296 /* Output the entire sequence. */
2297 insns = get_insns ();
2298 end_sequence ();
2299 emit_insn (insns);
2300 return target;
2301 }
2302
2303 /* If we were unable to expand via the builtin, stop the sequence
2304 (without outputting the insns) and call to the library function
2305 with the stabilized argument list. */
2306 end_sequence ();
2307 }
2308
2309 target = expand_call (exp, target, target == const0_rtx);
2310
2311 return target;
2312 }
2313
2314 /* Given an interclass math builtin decl FNDECL and it's argument ARG
2315 return an RTL instruction code that implements the functionality.
2316 If that isn't possible or available return CODE_FOR_nothing. */
2317
2318 static enum insn_code
2319 interclass_mathfn_icode (tree arg, tree fndecl)
2320 {
2321 bool errno_set = false;
2322 optab builtin_optab = 0;
2323 enum machine_mode mode;
2324
2325 switch (DECL_FUNCTION_CODE (fndecl))
2326 {
2327 CASE_FLT_FN (BUILT_IN_ILOGB):
2328 errno_set = true; builtin_optab = ilogb_optab; break;
2329 CASE_FLT_FN (BUILT_IN_ISINF):
2330 builtin_optab = isinf_optab; break;
2331 case BUILT_IN_ISNORMAL:
2332 case BUILT_IN_ISFINITE:
2333 CASE_FLT_FN (BUILT_IN_FINITE):
2334 case BUILT_IN_FINITED32:
2335 case BUILT_IN_FINITED64:
2336 case BUILT_IN_FINITED128:
2337 case BUILT_IN_ISINFD32:
2338 case BUILT_IN_ISINFD64:
2339 case BUILT_IN_ISINFD128:
2340 /* These builtins have no optabs (yet). */
2341 break;
2342 default:
2343 gcc_unreachable ();
2344 }
2345
2346 /* There's no easy way to detect the case we need to set EDOM. */
2347 if (flag_errno_math && errno_set)
2348 return CODE_FOR_nothing;
2349
2350 /* Optab mode depends on the mode of the input argument. */
2351 mode = TYPE_MODE (TREE_TYPE (arg));
2352
2353 if (builtin_optab)
2354 return optab_handler (builtin_optab, mode);
2355 return CODE_FOR_nothing;
2356 }
2357
2358 /* Expand a call to one of the builtin math functions that operate on
2359 floating point argument and output an integer result (ilogb, isinf,
2360 isnan, etc).
2361 Return 0 if a normal call should be emitted rather than expanding the
2362 function in-line. EXP is the expression that is a call to the builtin
2363 function; if convenient, the result should be placed in TARGET.
2364 SUBTARGET may be used as the target for computing one of EXP's operands. */
2365
2366 static rtx
2367 expand_builtin_interclass_mathfn (tree exp, rtx target, rtx subtarget)
2368 {
2369 enum insn_code icode = CODE_FOR_nothing;
2370 rtx op0;
2371 tree fndecl = get_callee_fndecl (exp);
2372 enum machine_mode mode;
2373 tree arg;
2374
2375 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2376 return NULL_RTX;
2377
2378 arg = CALL_EXPR_ARG (exp, 0);
2379 icode = interclass_mathfn_icode (arg, fndecl);
2380 mode = TYPE_MODE (TREE_TYPE (arg));
2381
2382 if (icode != CODE_FOR_nothing)
2383 {
2384 rtx last = get_last_insn ();
2385 tree orig_arg = arg;
2386 /* Make a suitable register to place result in. */
2387 if (!target
2388 || GET_MODE (target) != TYPE_MODE (TREE_TYPE (exp))
2389 || !insn_data[icode].operand[0].predicate (target, GET_MODE (target)))
2390 target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
2391
2392 gcc_assert (insn_data[icode].operand[0].predicate
2393 (target, GET_MODE (target)));
2394
2395 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2396 need to expand the argument again. This way, we will not perform
2397 side-effects more the once. */
2398 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2399
2400 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
2401
2402 if (mode != GET_MODE (op0))
2403 op0 = convert_to_mode (mode, op0, 0);
2404
2405 /* Compute into TARGET.
2406 Set TARGET to wherever the result comes back. */
2407 if (maybe_emit_unop_insn (icode, target, op0, UNKNOWN))
2408 return target;
2409 delete_insns_since (last);
2410 CALL_EXPR_ARG (exp, 0) = orig_arg;
2411 }
2412
2413 return NULL_RTX;
2414 }
2415
2416 /* Expand a call to the builtin sincos math function.
2417 Return NULL_RTX if a normal call should be emitted rather than expanding the
2418 function in-line. EXP is the expression that is a call to the builtin
2419 function. */
2420
2421 static rtx
2422 expand_builtin_sincos (tree exp)
2423 {
2424 rtx op0, op1, op2, target1, target2;
2425 enum machine_mode mode;
2426 tree arg, sinp, cosp;
2427 int result;
2428 location_t loc = EXPR_LOCATION (exp);
2429
2430 if (!validate_arglist (exp, REAL_TYPE,
2431 POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
2432 return NULL_RTX;
2433
2434 arg = CALL_EXPR_ARG (exp, 0);
2435 sinp = CALL_EXPR_ARG (exp, 1);
2436 cosp = CALL_EXPR_ARG (exp, 2);
2437
2438 /* Make a suitable register to place result in. */
2439 mode = TYPE_MODE (TREE_TYPE (arg));
2440
2441 /* Check if sincos insn is available, otherwise emit the call. */
2442 if (optab_handler (sincos_optab, mode) == CODE_FOR_nothing)
2443 return NULL_RTX;
2444
2445 target1 = gen_reg_rtx (mode);
2446 target2 = gen_reg_rtx (mode);
2447
2448 op0 = expand_normal (arg);
2449 op1 = expand_normal (build_fold_indirect_ref_loc (loc, sinp));
2450 op2 = expand_normal (build_fold_indirect_ref_loc (loc, cosp));
2451
2452 /* Compute into target1 and target2.
2453 Set TARGET to wherever the result comes back. */
2454 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2455 gcc_assert (result);
2456
2457 /* Move target1 and target2 to the memory locations indicated
2458 by op1 and op2. */
2459 emit_move_insn (op1, target1);
2460 emit_move_insn (op2, target2);
2461
2462 return const0_rtx;
2463 }
2464
2465 /* Expand a call to the internal cexpi builtin to the sincos math function.
2466 EXP is the expression that is a call to the builtin function; if convenient,
2467 the result should be placed in TARGET. SUBTARGET may be used as the target
2468 for computing one of EXP's operands. */
2469
2470 static rtx
2471 expand_builtin_cexpi (tree exp, rtx target, rtx subtarget)
2472 {
2473 tree fndecl = get_callee_fndecl (exp);
2474 tree arg, type;
2475 enum machine_mode mode;
2476 rtx op0, op1, op2;
2477 location_t loc = EXPR_LOCATION (exp);
2478
2479 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2480 return NULL_RTX;
2481
2482 arg = CALL_EXPR_ARG (exp, 0);
2483 type = TREE_TYPE (arg);
2484 mode = TYPE_MODE (TREE_TYPE (arg));
2485
2486 /* Try expanding via a sincos optab, fall back to emitting a libcall
2487 to sincos or cexp. We are sure we have sincos or cexp because cexpi
2488 is only generated from sincos, cexp or if we have either of them. */
2489 if (optab_handler (sincos_optab, mode) != CODE_FOR_nothing)
2490 {
2491 op1 = gen_reg_rtx (mode);
2492 op2 = gen_reg_rtx (mode);
2493
2494 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
2495
2496 /* Compute into op1 and op2. */
2497 expand_twoval_unop (sincos_optab, op0, op2, op1, 0);
2498 }
2499 else if (TARGET_HAS_SINCOS)
2500 {
2501 tree call, fn = NULL_TREE;
2502 tree top1, top2;
2503 rtx op1a, op2a;
2504
2505 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2506 fn = built_in_decls[BUILT_IN_SINCOSF];
2507 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2508 fn = built_in_decls[BUILT_IN_SINCOS];
2509 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2510 fn = built_in_decls[BUILT_IN_SINCOSL];
2511 else
2512 gcc_unreachable ();
2513
2514 op1 = assign_temp (TREE_TYPE (arg), 0, 1, 1);
2515 op2 = assign_temp (TREE_TYPE (arg), 0, 1, 1);
2516 op1a = copy_to_mode_reg (Pmode, XEXP (op1, 0));
2517 op2a = copy_to_mode_reg (Pmode, XEXP (op2, 0));
2518 top1 = make_tree (build_pointer_type (TREE_TYPE (arg)), op1a);
2519 top2 = make_tree (build_pointer_type (TREE_TYPE (arg)), op2a);
2520
2521 /* Make sure not to fold the sincos call again. */
2522 call = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn);
2523 expand_normal (build_call_nary (TREE_TYPE (TREE_TYPE (fn)),
2524 call, 3, arg, top1, top2));
2525 }
2526 else
2527 {
2528 tree call, fn = NULL_TREE, narg;
2529 tree ctype = build_complex_type (type);
2530
2531 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2532 fn = built_in_decls[BUILT_IN_CEXPF];
2533 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2534 fn = built_in_decls[BUILT_IN_CEXP];
2535 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2536 fn = built_in_decls[BUILT_IN_CEXPL];
2537 else
2538 gcc_unreachable ();
2539
2540 /* If we don't have a decl for cexp create one. This is the
2541 friendliest fallback if the user calls __builtin_cexpi
2542 without full target C99 function support. */
2543 if (fn == NULL_TREE)
2544 {
2545 tree fntype;
2546 const char *name = NULL;
2547
2548 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2549 name = "cexpf";
2550 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2551 name = "cexp";
2552 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2553 name = "cexpl";
2554
2555 fntype = build_function_type_list (ctype, ctype, NULL_TREE);
2556 fn = build_fn_decl (name, fntype);
2557 }
2558
2559 narg = fold_build2_loc (loc, COMPLEX_EXPR, ctype,
2560 build_real (type, dconst0), arg);
2561
2562 /* Make sure not to fold the cexp call again. */
2563 call = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn);
2564 return expand_expr (build_call_nary (ctype, call, 1, narg),
2565 target, VOIDmode, EXPAND_NORMAL);
2566 }
2567
2568 /* Now build the proper return type. */
2569 return expand_expr (build2 (COMPLEX_EXPR, build_complex_type (type),
2570 make_tree (TREE_TYPE (arg), op2),
2571 make_tree (TREE_TYPE (arg), op1)),
2572 target, VOIDmode, EXPAND_NORMAL);
2573 }
2574
2575 /* Conveniently construct a function call expression. FNDECL names the
2576 function to be called, N is the number of arguments, and the "..."
2577 parameters are the argument expressions. Unlike build_call_exr
2578 this doesn't fold the call, hence it will always return a CALL_EXPR. */
2579
2580 static tree
2581 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...)
2582 {
2583 va_list ap;
2584 tree fntype = TREE_TYPE (fndecl);
2585 tree fn = build1 (ADDR_EXPR, build_pointer_type (fntype), fndecl);
2586
2587 va_start (ap, n);
2588 fn = build_call_valist (TREE_TYPE (fntype), fn, n, ap);
2589 va_end (ap);
2590 SET_EXPR_LOCATION (fn, loc);
2591 return fn;
2592 }
2593
2594 /* Expand a call to one of the builtin rounding functions gcc defines
2595 as an extension (lfloor and lceil). As these are gcc extensions we
2596 do not need to worry about setting errno to EDOM.
2597 If expanding via optab fails, lower expression to (int)(floor(x)).
2598 EXP is the expression that is a call to the builtin function;
2599 if convenient, the result should be placed in TARGET. */
2600
2601 static rtx
2602 expand_builtin_int_roundingfn (tree exp, rtx target)
2603 {
2604 convert_optab builtin_optab;
2605 rtx op0, insns, tmp;
2606 tree fndecl = get_callee_fndecl (exp);
2607 enum built_in_function fallback_fn;
2608 tree fallback_fndecl;
2609 enum machine_mode mode;
2610 tree arg;
2611
2612 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2613 gcc_unreachable ();
2614
2615 arg = CALL_EXPR_ARG (exp, 0);
2616
2617 switch (DECL_FUNCTION_CODE (fndecl))
2618 {
2619 CASE_FLT_FN (BUILT_IN_LCEIL):
2620 CASE_FLT_FN (BUILT_IN_LLCEIL):
2621 builtin_optab = lceil_optab;
2622 fallback_fn = BUILT_IN_CEIL;
2623 break;
2624
2625 CASE_FLT_FN (BUILT_IN_LFLOOR):
2626 CASE_FLT_FN (BUILT_IN_LLFLOOR):
2627 builtin_optab = lfloor_optab;
2628 fallback_fn = BUILT_IN_FLOOR;
2629 break;
2630
2631 default:
2632 gcc_unreachable ();
2633 }
2634
2635 /* Make a suitable register to place result in. */
2636 mode = TYPE_MODE (TREE_TYPE (exp));
2637
2638 target = gen_reg_rtx (mode);
2639
2640 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2641 need to expand the argument again. This way, we will not perform
2642 side-effects more the once. */
2643 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2644
2645 op0 = expand_expr (arg, NULL, VOIDmode, EXPAND_NORMAL);
2646
2647 start_sequence ();
2648
2649 /* Compute into TARGET. */
2650 if (expand_sfix_optab (target, op0, builtin_optab))
2651 {
2652 /* Output the entire sequence. */
2653 insns = get_insns ();
2654 end_sequence ();
2655 emit_insn (insns);
2656 return target;
2657 }
2658
2659 /* If we were unable to expand via the builtin, stop the sequence
2660 (without outputting the insns). */
2661 end_sequence ();
2662
2663 /* Fall back to floating point rounding optab. */
2664 fallback_fndecl = mathfn_built_in (TREE_TYPE (arg), fallback_fn);
2665
2666 /* For non-C99 targets we may end up without a fallback fndecl here
2667 if the user called __builtin_lfloor directly. In this case emit
2668 a call to the floor/ceil variants nevertheless. This should result
2669 in the best user experience for not full C99 targets. */
2670 if (fallback_fndecl == NULL_TREE)
2671 {
2672 tree fntype;
2673 const char *name = NULL;
2674
2675 switch (DECL_FUNCTION_CODE (fndecl))
2676 {
2677 case BUILT_IN_LCEIL:
2678 case BUILT_IN_LLCEIL:
2679 name = "ceil";
2680 break;
2681 case BUILT_IN_LCEILF:
2682 case BUILT_IN_LLCEILF:
2683 name = "ceilf";
2684 break;
2685 case BUILT_IN_LCEILL:
2686 case BUILT_IN_LLCEILL:
2687 name = "ceill";
2688 break;
2689 case BUILT_IN_LFLOOR:
2690 case BUILT_IN_LLFLOOR:
2691 name = "floor";
2692 break;
2693 case BUILT_IN_LFLOORF:
2694 case BUILT_IN_LLFLOORF:
2695 name = "floorf";
2696 break;
2697 case BUILT_IN_LFLOORL:
2698 case BUILT_IN_LLFLOORL:
2699 name = "floorl";
2700 break;
2701 default:
2702 gcc_unreachable ();
2703 }
2704
2705 fntype = build_function_type_list (TREE_TYPE (arg),
2706 TREE_TYPE (arg), NULL_TREE);
2707 fallback_fndecl = build_fn_decl (name, fntype);
2708 }
2709
2710 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg);
2711
2712 tmp = expand_normal (exp);
2713
2714 /* Truncate the result of floating point optab to integer
2715 via expand_fix (). */
2716 target = gen_reg_rtx (mode);
2717 expand_fix (target, tmp, 0);
2718
2719 return target;
2720 }
2721
2722 /* Expand a call to one of the builtin math functions doing integer
2723 conversion (lrint).
2724 Return 0 if a normal call should be emitted rather than expanding the
2725 function in-line. EXP is the expression that is a call to the builtin
2726 function; if convenient, the result should be placed in TARGET. */
2727
2728 static rtx
2729 expand_builtin_int_roundingfn_2 (tree exp, rtx target)
2730 {
2731 convert_optab builtin_optab;
2732 rtx op0, insns;
2733 tree fndecl = get_callee_fndecl (exp);
2734 tree arg;
2735 enum machine_mode mode;
2736
2737 /* There's no easy way to detect the case we need to set EDOM. */
2738 if (flag_errno_math)
2739 return NULL_RTX;
2740
2741 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2742 gcc_unreachable ();
2743
2744 arg = CALL_EXPR_ARG (exp, 0);
2745
2746 switch (DECL_FUNCTION_CODE (fndecl))
2747 {
2748 CASE_FLT_FN (BUILT_IN_LRINT):
2749 CASE_FLT_FN (BUILT_IN_LLRINT):
2750 builtin_optab = lrint_optab; break;
2751 CASE_FLT_FN (BUILT_IN_LROUND):
2752 CASE_FLT_FN (BUILT_IN_LLROUND):
2753 builtin_optab = lround_optab; break;
2754 default:
2755 gcc_unreachable ();
2756 }
2757
2758 /* Make a suitable register to place result in. */
2759 mode = TYPE_MODE (TREE_TYPE (exp));
2760
2761 target = gen_reg_rtx (mode);
2762
2763 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2764 need to expand the argument again. This way, we will not perform
2765 side-effects more the once. */
2766 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2767
2768 op0 = expand_expr (arg, NULL, VOIDmode, EXPAND_NORMAL);
2769
2770 start_sequence ();
2771
2772 if (expand_sfix_optab (target, op0, builtin_optab))
2773 {
2774 /* Output the entire sequence. */
2775 insns = get_insns ();
2776 end_sequence ();
2777 emit_insn (insns);
2778 return target;
2779 }
2780
2781 /* If we were unable to expand via the builtin, stop the sequence
2782 (without outputting the insns) and call to the library function
2783 with the stabilized argument list. */
2784 end_sequence ();
2785
2786 target = expand_call (exp, target, target == const0_rtx);
2787
2788 return target;
2789 }
2790
2791 /* To evaluate powi(x,n), the floating point value x raised to the
2792 constant integer exponent n, we use a hybrid algorithm that
2793 combines the "window method" with look-up tables. For an
2794 introduction to exponentiation algorithms and "addition chains",
2795 see section 4.6.3, "Evaluation of Powers" of Donald E. Knuth,
2796 "Seminumerical Algorithms", Vol. 2, "The Art of Computer Programming",
2797 3rd Edition, 1998, and Daniel M. Gordon, "A Survey of Fast Exponentiation
2798 Methods", Journal of Algorithms, Vol. 27, pp. 129-146, 1998. */
2799
2800 /* Provide a default value for POWI_MAX_MULTS, the maximum number of
2801 multiplications to inline before calling the system library's pow
2802 function. powi(x,n) requires at worst 2*bits(n)-2 multiplications,
2803 so this default never requires calling pow, powf or powl. */
2804
2805 #ifndef POWI_MAX_MULTS
2806 #define POWI_MAX_MULTS (2*HOST_BITS_PER_WIDE_INT-2)
2807 #endif
2808
2809 /* The size of the "optimal power tree" lookup table. All
2810 exponents less than this value are simply looked up in the
2811 powi_table below. This threshold is also used to size the
2812 cache of pseudo registers that hold intermediate results. */
2813 #define POWI_TABLE_SIZE 256
2814
2815 /* The size, in bits of the window, used in the "window method"
2816 exponentiation algorithm. This is equivalent to a radix of
2817 (1<<POWI_WINDOW_SIZE) in the corresponding "m-ary method". */
2818 #define POWI_WINDOW_SIZE 3
2819
2820 /* The following table is an efficient representation of an
2821 "optimal power tree". For each value, i, the corresponding
2822 value, j, in the table states than an optimal evaluation
2823 sequence for calculating pow(x,i) can be found by evaluating
2824 pow(x,j)*pow(x,i-j). An optimal power tree for the first
2825 100 integers is given in Knuth's "Seminumerical algorithms". */
2826
2827 static const unsigned char powi_table[POWI_TABLE_SIZE] =
2828 {
2829 0, 1, 1, 2, 2, 3, 3, 4, /* 0 - 7 */
2830 4, 6, 5, 6, 6, 10, 7, 9, /* 8 - 15 */
2831 8, 16, 9, 16, 10, 12, 11, 13, /* 16 - 23 */
2832 12, 17, 13, 18, 14, 24, 15, 26, /* 24 - 31 */
2833 16, 17, 17, 19, 18, 33, 19, 26, /* 32 - 39 */
2834 20, 25, 21, 40, 22, 27, 23, 44, /* 40 - 47 */
2835 24, 32, 25, 34, 26, 29, 27, 44, /* 48 - 55 */
2836 28, 31, 29, 34, 30, 60, 31, 36, /* 56 - 63 */
2837 32, 64, 33, 34, 34, 46, 35, 37, /* 64 - 71 */
2838 36, 65, 37, 50, 38, 48, 39, 69, /* 72 - 79 */
2839 40, 49, 41, 43, 42, 51, 43, 58, /* 80 - 87 */
2840 44, 64, 45, 47, 46, 59, 47, 76, /* 88 - 95 */
2841 48, 65, 49, 66, 50, 67, 51, 66, /* 96 - 103 */
2842 52, 70, 53, 74, 54, 104, 55, 74, /* 104 - 111 */
2843 56, 64, 57, 69, 58, 78, 59, 68, /* 112 - 119 */
2844 60, 61, 61, 80, 62, 75, 63, 68, /* 120 - 127 */
2845 64, 65, 65, 128, 66, 129, 67, 90, /* 128 - 135 */
2846 68, 73, 69, 131, 70, 94, 71, 88, /* 136 - 143 */
2847 72, 128, 73, 98, 74, 132, 75, 121, /* 144 - 151 */
2848 76, 102, 77, 124, 78, 132, 79, 106, /* 152 - 159 */
2849 80, 97, 81, 160, 82, 99, 83, 134, /* 160 - 167 */
2850 84, 86, 85, 95, 86, 160, 87, 100, /* 168 - 175 */
2851 88, 113, 89, 98, 90, 107, 91, 122, /* 176 - 183 */
2852 92, 111, 93, 102, 94, 126, 95, 150, /* 184 - 191 */
2853 96, 128, 97, 130, 98, 133, 99, 195, /* 192 - 199 */
2854 100, 128, 101, 123, 102, 164, 103, 138, /* 200 - 207 */
2855 104, 145, 105, 146, 106, 109, 107, 149, /* 208 - 215 */
2856 108, 200, 109, 146, 110, 170, 111, 157, /* 216 - 223 */
2857 112, 128, 113, 130, 114, 182, 115, 132, /* 224 - 231 */
2858 116, 200, 117, 132, 118, 158, 119, 206, /* 232 - 239 */
2859 120, 240, 121, 162, 122, 147, 123, 152, /* 240 - 247 */
2860 124, 166, 125, 214, 126, 138, 127, 153, /* 248 - 255 */
2861 };
2862
2863
2864 /* Return the number of multiplications required to calculate
2865 powi(x,n) where n is less than POWI_TABLE_SIZE. This is a
2866 subroutine of powi_cost. CACHE is an array indicating
2867 which exponents have already been calculated. */
2868
2869 static int
2870 powi_lookup_cost (unsigned HOST_WIDE_INT n, bool *cache)
2871 {
2872 /* If we've already calculated this exponent, then this evaluation
2873 doesn't require any additional multiplications. */
2874 if (cache[n])
2875 return 0;
2876
2877 cache[n] = true;
2878 return powi_lookup_cost (n - powi_table[n], cache)
2879 + powi_lookup_cost (powi_table[n], cache) + 1;
2880 }
2881
2882 /* Return the number of multiplications required to calculate
2883 powi(x,n) for an arbitrary x, given the exponent N. This
2884 function needs to be kept in sync with expand_powi below. */
2885
2886 static int
2887 powi_cost (HOST_WIDE_INT n)
2888 {
2889 bool cache[POWI_TABLE_SIZE];
2890 unsigned HOST_WIDE_INT digit;
2891 unsigned HOST_WIDE_INT val;
2892 int result;
2893
2894 if (n == 0)
2895 return 0;
2896
2897 /* Ignore the reciprocal when calculating the cost. */
2898 val = (n < 0) ? -n : n;
2899
2900 /* Initialize the exponent cache. */
2901 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool));
2902 cache[1] = true;
2903
2904 result = 0;
2905
2906 while (val >= POWI_TABLE_SIZE)
2907 {
2908 if (val & 1)
2909 {
2910 digit = val & ((1 << POWI_WINDOW_SIZE) - 1);
2911 result += powi_lookup_cost (digit, cache)
2912 + POWI_WINDOW_SIZE + 1;
2913 val >>= POWI_WINDOW_SIZE;
2914 }
2915 else
2916 {
2917 val >>= 1;
2918 result++;
2919 }
2920 }
2921
2922 return result + powi_lookup_cost (val, cache);
2923 }
2924
2925 /* Recursive subroutine of expand_powi. This function takes the array,
2926 CACHE, of already calculated exponents and an exponent N and returns
2927 an RTX that corresponds to CACHE[1]**N, as calculated in mode MODE. */
2928
2929 static rtx
2930 expand_powi_1 (enum machine_mode mode, unsigned HOST_WIDE_INT n, rtx *cache)
2931 {
2932 unsigned HOST_WIDE_INT digit;
2933 rtx target, result;
2934 rtx op0, op1;
2935
2936 if (n < POWI_TABLE_SIZE)
2937 {
2938 if (cache[n])
2939 return cache[n];
2940
2941 target = gen_reg_rtx (mode);
2942 cache[n] = target;
2943
2944 op0 = expand_powi_1 (mode, n - powi_table[n], cache);
2945 op1 = expand_powi_1 (mode, powi_table[n], cache);
2946 }
2947 else if (n & 1)
2948 {
2949 target = gen_reg_rtx (mode);
2950 digit = n & ((1 << POWI_WINDOW_SIZE) - 1);
2951 op0 = expand_powi_1 (mode, n - digit, cache);
2952 op1 = expand_powi_1 (mode, digit, cache);
2953 }
2954 else
2955 {
2956 target = gen_reg_rtx (mode);
2957 op0 = expand_powi_1 (mode, n >> 1, cache);
2958 op1 = op0;
2959 }
2960
2961 result = expand_mult (mode, op0, op1, target, 0);
2962 if (result != target)
2963 emit_move_insn (target, result);
2964 return target;
2965 }
2966
2967 /* Expand the RTL to evaluate powi(x,n) in mode MODE. X is the
2968 floating point operand in mode MODE, and N is the exponent. This
2969 function needs to be kept in sync with powi_cost above. */
2970
2971 static rtx
2972 expand_powi (rtx x, enum machine_mode mode, HOST_WIDE_INT n)
2973 {
2974 rtx cache[POWI_TABLE_SIZE];
2975 rtx result;
2976
2977 if (n == 0)
2978 return CONST1_RTX (mode);
2979
2980 memset (cache, 0, sizeof (cache));
2981 cache[1] = x;
2982
2983 result = expand_powi_1 (mode, (n < 0) ? -n : n, cache);
2984
2985 /* If the original exponent was negative, reciprocate the result. */
2986 if (n < 0)
2987 result = expand_binop (mode, sdiv_optab, CONST1_RTX (mode),
2988 result, NULL_RTX, 0, OPTAB_LIB_WIDEN);
2989
2990 return result;
2991 }
2992
2993 /* Fold a builtin function call to pow, powf, or powl into a series of sqrts or
2994 cbrts. Return NULL_RTX if no simplification can be made or expand the tree
2995 if we can simplify it. */
2996 static rtx
2997 expand_builtin_pow_root (location_t loc, tree arg0, tree arg1, tree type,
2998 rtx subtarget)
2999 {
3000 if (TREE_CODE (arg1) == REAL_CST
3001 && !TREE_OVERFLOW (arg1)
3002 && flag_unsafe_math_optimizations)
3003 {
3004 enum machine_mode mode = TYPE_MODE (type);
3005 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
3006 tree cbrtfn = mathfn_built_in (type, BUILT_IN_CBRT);
3007 REAL_VALUE_TYPE c = TREE_REAL_CST (arg1);
3008 tree op = NULL_TREE;
3009
3010 if (sqrtfn)
3011 {
3012 /* Optimize pow (x, 0.5) into sqrt. */
3013 if (REAL_VALUES_EQUAL (c, dconsthalf))
3014 op = build_call_nofold_loc (loc, sqrtfn, 1, arg0);
3015
3016 else
3017 {
3018 REAL_VALUE_TYPE dconst1_4 = dconst1;
3019 REAL_VALUE_TYPE dconst3_4;
3020 SET_REAL_EXP (&dconst1_4, REAL_EXP (&dconst1_4) - 2);
3021
3022 real_from_integer (&dconst3_4, VOIDmode, 3, 0, 0);
3023 SET_REAL_EXP (&dconst3_4, REAL_EXP (&dconst3_4) - 2);
3024
3025 /* Optimize pow (x, 0.25) into sqrt (sqrt (x)). Assume on most
3026 machines that a builtin sqrt instruction is smaller than a
3027 call to pow with 0.25, so do this optimization even if
3028 -Os. */
3029 if (REAL_VALUES_EQUAL (c, dconst1_4))
3030 {
3031 op = build_call_nofold_loc (loc, sqrtfn, 1, arg0);
3032 op = build_call_nofold_loc (loc, sqrtfn, 1, op);
3033 }
3034
3035 /* Optimize pow (x, 0.75) = sqrt (x) * sqrt (sqrt (x)) unless we
3036 are optimizing for space. */
3037 else if (optimize_insn_for_speed_p ()
3038 && !TREE_SIDE_EFFECTS (arg0)
3039 && REAL_VALUES_EQUAL (c, dconst3_4))
3040 {
3041 tree sqrt1 = build_call_expr_loc (loc, sqrtfn, 1, arg0);
3042 tree sqrt2 = builtin_save_expr (sqrt1);
3043 tree sqrt3 = build_call_expr_loc (loc, sqrtfn, 1, sqrt1);
3044 op = fold_build2_loc (loc, MULT_EXPR, type, sqrt2, sqrt3);
3045 }
3046 }
3047 }
3048
3049 /* Check whether we can do cbrt insstead of pow (x, 1./3.) and
3050 cbrt/sqrts instead of pow (x, 1./6.). */
3051 if (cbrtfn && ! op
3052 && (tree_expr_nonnegative_p (arg0) || !HONOR_NANS (mode)))
3053 {
3054 /* First try 1/3. */
3055 REAL_VALUE_TYPE dconst1_3
3056 = real_value_truncate (mode, dconst_third ());
3057
3058 if (REAL_VALUES_EQUAL (c, dconst1_3))
3059 op = build_call_nofold_loc (loc, cbrtfn, 1, arg0);
3060
3061 /* Now try 1/6. */
3062 else if (optimize_insn_for_speed_p ())
3063 {
3064 REAL_VALUE_TYPE dconst1_6 = dconst1_3;
3065 SET_REAL_EXP (&dconst1_6, REAL_EXP (&dconst1_6) - 1);
3066
3067 if (REAL_VALUES_EQUAL (c, dconst1_6))
3068 {
3069 op = build_call_nofold_loc (loc, sqrtfn, 1, arg0);
3070 op = build_call_nofold_loc (loc, cbrtfn, 1, op);
3071 }
3072 }
3073 }
3074
3075 if (op)
3076 return expand_expr (op, subtarget, mode, EXPAND_NORMAL);
3077 }
3078
3079 return NULL_RTX;
3080 }
3081
3082 /* Expand a call to the pow built-in mathematical function. Return NULL_RTX if
3083 a normal call should be emitted rather than expanding the function
3084 in-line. EXP is the expression that is a call to the builtin
3085 function; if convenient, the result should be placed in TARGET. */
3086
3087 static rtx
3088 expand_builtin_pow (tree exp, rtx target, rtx subtarget)
3089 {
3090 tree arg0, arg1;
3091 tree fn, narg0;
3092 tree type = TREE_TYPE (exp);
3093 REAL_VALUE_TYPE cint, c, c2;
3094 HOST_WIDE_INT n;
3095 rtx op, op2;
3096 enum machine_mode mode = TYPE_MODE (type);
3097
3098 if (! validate_arglist (exp, REAL_TYPE, REAL_TYPE, VOID_TYPE))
3099 return NULL_RTX;
3100
3101 arg0 = CALL_EXPR_ARG (exp, 0);
3102 arg1 = CALL_EXPR_ARG (exp, 1);
3103
3104 if (TREE_CODE (arg1) != REAL_CST
3105 || TREE_OVERFLOW (arg1))
3106 return expand_builtin_mathfn_2 (exp, target, subtarget);
3107
3108 /* Handle constant exponents. */
3109
3110 /* For integer valued exponents we can expand to an optimal multiplication
3111 sequence using expand_powi. */
3112 c = TREE_REAL_CST (arg1);
3113 n = real_to_integer (&c);
3114 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
3115 if (real_identical (&c, &cint)
3116 && ((n >= -1 && n <= 2)
3117 || (flag_unsafe_math_optimizations
3118 && optimize_insn_for_speed_p ()
3119 && powi_cost (n) <= POWI_MAX_MULTS)))
3120 {
3121 op = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL);
3122 if (n != 1)
3123 {
3124 op = force_reg (mode, op);
3125 op = expand_powi (op, mode, n);
3126 }
3127 return op;
3128 }
3129
3130 narg0 = builtin_save_expr (arg0);
3131
3132 /* If the exponent is not integer valued, check if it is half of an integer.
3133 In this case we can expand to sqrt (x) * x**(n/2). */
3134 fn = mathfn_built_in (type, BUILT_IN_SQRT);
3135 if (fn != NULL_TREE)
3136 {
3137 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2);
3138 n = real_to_integer (&c2);
3139 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
3140 if (real_identical (&c2, &cint)
3141 && ((flag_unsafe_math_optimizations
3142 && optimize_insn_for_speed_p ()
3143 && powi_cost (n/2) <= POWI_MAX_MULTS)
3144 /* Even the c == 0.5 case cannot be done unconditionally
3145 when we need to preserve signed zeros, as
3146 pow (-0, 0.5) is +0, while sqrt(-0) is -0. */
3147 || (!HONOR_SIGNED_ZEROS (mode) && n == 1)
3148 /* For c == 1.5 we can assume that x * sqrt (x) is always
3149 smaller than pow (x, 1.5) if sqrt will not be expanded
3150 as a call. */
3151 || (n == 3
3152 && optab_handler (sqrt_optab, mode) != CODE_FOR_nothing)))
3153 {
3154 tree call_expr = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 1,
3155 narg0);
3156 /* Use expand_expr in case the newly built call expression
3157 was folded to a non-call. */
3158 op = expand_expr (call_expr, subtarget, mode, EXPAND_NORMAL);
3159 if (n != 1)
3160 {
3161 op2 = expand_expr (narg0, subtarget, VOIDmode, EXPAND_NORMAL);
3162 op2 = force_reg (mode, op2);
3163 op2 = expand_powi (op2, mode, abs (n / 2));
3164 op = expand_simple_binop (mode, MULT, op, op2, NULL_RTX,
3165 0, OPTAB_LIB_WIDEN);
3166 /* If the original exponent was negative, reciprocate the
3167 result. */
3168 if (n < 0)
3169 op = expand_binop (mode, sdiv_optab, CONST1_RTX (mode),
3170 op, NULL_RTX, 0, OPTAB_LIB_WIDEN);
3171 }
3172 return op;
3173 }
3174 }
3175
3176 /* Check whether we can do a series of sqrt or cbrt's instead of the pow
3177 call. */
3178 op = expand_builtin_pow_root (EXPR_LOCATION (exp), arg0, arg1, type,
3179 subtarget);
3180 if (op)
3181 return op;
3182
3183 /* Try if the exponent is a third of an integer. In this case
3184 we can expand to x**(n/3) * cbrt(x)**(n%3). As cbrt (x) is
3185 different from pow (x, 1./3.) due to rounding and behavior
3186 with negative x we need to constrain this transformation to
3187 unsafe math and positive x or finite math. */
3188 fn = mathfn_built_in (type, BUILT_IN_CBRT);
3189 if (fn != NULL_TREE
3190 && flag_unsafe_math_optimizations
3191 && (tree_expr_nonnegative_p (arg0)
3192 || !HONOR_NANS (mode)))
3193 {
3194 REAL_VALUE_TYPE dconst3;
3195 real_from_integer (&dconst3, VOIDmode, 3, 0, 0);
3196 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3);
3197 real_round (&c2, mode, &c2);
3198 n = real_to_integer (&c2);
3199 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
3200 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3);
3201 real_convert (&c2, mode, &c2);
3202 if (real_identical (&c2, &c)
3203 && ((optimize_insn_for_speed_p ()
3204 && powi_cost (n/3) <= POWI_MAX_MULTS)
3205 || n == 1))
3206 {
3207 tree call_expr = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 1,
3208 narg0);
3209 op = expand_builtin (call_expr, NULL_RTX, subtarget, mode, 0);
3210 if (abs (n) % 3 == 2)
3211 op = expand_simple_binop (mode, MULT, op, op, op,
3212 0, OPTAB_LIB_WIDEN);
3213 if (n != 1)
3214 {
3215 op2 = expand_expr (narg0, subtarget, VOIDmode, EXPAND_NORMAL);
3216 op2 = force_reg (mode, op2);
3217 op2 = expand_powi (op2, mode, abs (n / 3));
3218 op = expand_simple_binop (mode, MULT, op, op2, NULL_RTX,
3219 0, OPTAB_LIB_WIDEN);
3220 /* If the original exponent was negative, reciprocate the
3221 result. */
3222 if (n < 0)
3223 op = expand_binop (mode, sdiv_optab, CONST1_RTX (mode),
3224 op, NULL_RTX, 0, OPTAB_LIB_WIDEN);
3225 }
3226 return op;
3227 }
3228 }
3229
3230 /* Fall back to optab expansion. */
3231 return expand_builtin_mathfn_2 (exp, target, subtarget);
3232 }
3233
3234 /* Expand a call to the powi built-in mathematical function. Return NULL_RTX if
3235 a normal call should be emitted rather than expanding the function
3236 in-line. EXP is the expression that is a call to the builtin
3237 function; if convenient, the result should be placed in TARGET. */
3238
3239 static rtx
3240 expand_builtin_powi (tree exp, rtx target, rtx subtarget)
3241 {
3242 tree arg0, arg1;
3243 rtx op0, op1;
3244 enum machine_mode mode;
3245 enum machine_mode mode2;
3246
3247 if (! validate_arglist (exp, REAL_TYPE, INTEGER_TYPE, VOID_TYPE))
3248 return NULL_RTX;
3249
3250 arg0 = CALL_EXPR_ARG (exp, 0);
3251 arg1 = CALL_EXPR_ARG (exp, 1);
3252 mode = TYPE_MODE (TREE_TYPE (exp));
3253
3254 /* Handle constant power. */
3255
3256 if (TREE_CODE (arg1) == INTEGER_CST
3257 && !TREE_OVERFLOW (arg1))
3258 {
3259 HOST_WIDE_INT n = TREE_INT_CST_LOW (arg1);
3260
3261 /* If the exponent is -1, 0, 1 or 2, then expand_powi is exact.
3262 Otherwise, check the number of multiplications required. */
3263 if ((TREE_INT_CST_HIGH (arg1) == 0
3264 || TREE_INT_CST_HIGH (arg1) == -1)
3265 && ((n >= -1 && n <= 2)
3266 || (optimize_insn_for_speed_p ()
3267 && powi_cost (n) <= POWI_MAX_MULTS)))
3268 {
3269 op0 = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL);
3270 op0 = force_reg (mode, op0);
3271 return expand_powi (op0, mode, n);
3272 }
3273 }
3274
3275 /* Emit a libcall to libgcc. */
3276
3277 /* Mode of the 2nd argument must match that of an int. */
3278 mode2 = mode_for_size (INT_TYPE_SIZE, MODE_INT, 0);
3279
3280 if (target == NULL_RTX)
3281 target = gen_reg_rtx (mode);
3282
3283 op0 = expand_expr (arg0, subtarget, mode, EXPAND_NORMAL);
3284 if (GET_MODE (op0) != mode)
3285 op0 = convert_to_mode (mode, op0, 0);
3286 op1 = expand_expr (arg1, NULL_RTX, mode2, EXPAND_NORMAL);
3287 if (GET_MODE (op1) != mode2)
3288 op1 = convert_to_mode (mode2, op1, 0);
3289
3290 target = emit_library_call_value (optab_libfunc (powi_optab, mode),
3291 target, LCT_CONST, mode, 2,
3292 op0, mode, op1, mode2);
3293
3294 return target;
3295 }
3296
3297 /* Expand expression EXP which is a call to the strlen builtin. Return
3298 NULL_RTX if we failed the caller should emit a normal call, otherwise
3299 try to get the result in TARGET, if convenient. */
3300
3301 static rtx
3302 expand_builtin_strlen (tree exp, rtx target,
3303 enum machine_mode target_mode)
3304 {
3305 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
3306 return NULL_RTX;
3307 else
3308 {
3309 rtx pat;
3310 tree len;
3311 tree src = CALL_EXPR_ARG (exp, 0);
3312 rtx result, src_reg, char_rtx, before_strlen;
3313 enum machine_mode insn_mode = target_mode, char_mode;
3314 enum insn_code icode = CODE_FOR_nothing;
3315 unsigned int align;
3316
3317 /* If the length can be computed at compile-time, return it. */
3318 len = c_strlen (src, 0);
3319 if (len)
3320 return expand_expr (len, target, target_mode, EXPAND_NORMAL);
3321
3322 /* If the length can be computed at compile-time and is constant
3323 integer, but there are side-effects in src, evaluate
3324 src for side-effects, then return len.
3325 E.g. x = strlen (i++ ? "xfoo" + 1 : "bar");
3326 can be optimized into: i++; x = 3; */
3327 len = c_strlen (src, 1);
3328 if (len && TREE_CODE (len) == INTEGER_CST)
3329 {
3330 expand_expr (src, const0_rtx, VOIDmode, EXPAND_NORMAL);
3331 return expand_expr (len, target, target_mode, EXPAND_NORMAL);
3332 }
3333
3334 align = get_pointer_alignment (src, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
3335
3336 /* If SRC is not a pointer type, don't do this operation inline. */
3337 if (align == 0)
3338 return NULL_RTX;
3339
3340 /* Bail out if we can't compute strlen in the right mode. */
3341 while (insn_mode != VOIDmode)
3342 {
3343 icode = optab_handler (strlen_optab, insn_mode);
3344 if (icode != CODE_FOR_nothing)
3345 break;
3346
3347 insn_mode = GET_MODE_WIDER_MODE (insn_mode);
3348 }
3349 if (insn_mode == VOIDmode)
3350 return NULL_RTX;
3351
3352 /* Make a place to write the result of the instruction. */
3353 result = target;
3354 if (! (result != 0
3355 && REG_P (result)
3356 && GET_MODE (result) == insn_mode
3357 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
3358 result = gen_reg_rtx (insn_mode);
3359
3360 /* Make a place to hold the source address. We will not expand
3361 the actual source until we are sure that the expansion will
3362 not fail -- there are trees that cannot be expanded twice. */
3363 src_reg = gen_reg_rtx (Pmode);
3364
3365 /* Mark the beginning of the strlen sequence so we can emit the
3366 source operand later. */
3367 before_strlen = get_last_insn ();
3368
3369 char_rtx = const0_rtx;
3370 char_mode = insn_data[(int) icode].operand[2].mode;
3371 if (! (*insn_data[(int) icode].operand[2].predicate) (char_rtx,
3372 char_mode))
3373 char_rtx = copy_to_mode_reg (char_mode, char_rtx);
3374
3375 pat = GEN_FCN (icode) (result, gen_rtx_MEM (BLKmode, src_reg),
3376 char_rtx, GEN_INT (align));
3377 if (! pat)
3378 return NULL_RTX;
3379 emit_insn (pat);
3380
3381 /* Now that we are assured of success, expand the source. */
3382 start_sequence ();
3383 pat = expand_expr (src, src_reg, ptr_mode, EXPAND_NORMAL);
3384 if (pat != src_reg)
3385 emit_move_insn (src_reg, pat);
3386 pat = get_insns ();
3387 end_sequence ();
3388
3389 if (before_strlen)
3390 emit_insn_after (pat, before_strlen);
3391 else
3392 emit_insn_before (pat, get_insns ());
3393
3394 /* Return the value in the proper mode for this function. */
3395 if (GET_MODE (result) == target_mode)
3396 target = result;
3397 else if (target != 0)
3398 convert_move (target, result, 0);
3399 else
3400 target = convert_to_mode (target_mode, result, 0);
3401
3402 return target;
3403 }
3404 }
3405
3406 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
3407 bytes from constant string DATA + OFFSET and return it as target
3408 constant. */
3409
3410 static rtx
3411 builtin_memcpy_read_str (void *data, HOST_WIDE_INT offset,
3412 enum machine_mode mode)
3413 {
3414 const char *str = (const char *) data;
3415
3416 gcc_assert (offset >= 0
3417 && ((unsigned HOST_WIDE_INT) offset + GET_MODE_SIZE (mode)
3418 <= strlen (str) + 1));
3419
3420 return c_readstr (str + offset, mode);
3421 }
3422
3423 /* Expand a call EXP to the memcpy builtin.
3424 Return NULL_RTX if we failed, the caller should emit a normal call,
3425 otherwise try to get the result in TARGET, if convenient (and in
3426 mode MODE if that's convenient). */
3427
3428 static rtx
3429 expand_builtin_memcpy (tree exp, rtx target)
3430 {
3431 if (!validate_arglist (exp,
3432 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3433 return NULL_RTX;
3434 else
3435 {
3436 tree dest = CALL_EXPR_ARG (exp, 0);
3437 tree src = CALL_EXPR_ARG (exp, 1);
3438 tree len = CALL_EXPR_ARG (exp, 2);
3439 const char *src_str;
3440 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
3441 unsigned int dest_align
3442 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3443 rtx dest_mem, src_mem, dest_addr, len_rtx;
3444 HOST_WIDE_INT expected_size = -1;
3445 unsigned int expected_align = 0;
3446
3447 /* If DEST is not a pointer type, call the normal function. */
3448 if (dest_align == 0)
3449 return NULL_RTX;
3450
3451 /* If either SRC is not a pointer type, don't do this
3452 operation in-line. */
3453 if (src_align == 0)
3454 return NULL_RTX;
3455
3456 if (currently_expanding_gimple_stmt)
3457 stringop_block_profile (currently_expanding_gimple_stmt,
3458 &expected_align, &expected_size);
3459
3460 if (expected_align < dest_align)
3461 expected_align = dest_align;
3462 dest_mem = get_memory_rtx (dest, len);
3463 set_mem_align (dest_mem, dest_align);
3464 len_rtx = expand_normal (len);
3465 src_str = c_getstr (src);
3466
3467 /* If SRC is a string constant and block move would be done
3468 by pieces, we can avoid loading the string from memory
3469 and only stored the computed constants. */
3470 if (src_str
3471 && CONST_INT_P (len_rtx)
3472 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1
3473 && can_store_by_pieces (INTVAL (len_rtx), builtin_memcpy_read_str,
3474 CONST_CAST (char *, src_str),
3475 dest_align, false))
3476 {
3477 dest_mem = store_by_pieces (dest_mem, INTVAL (len_rtx),
3478 builtin_memcpy_read_str,
3479 CONST_CAST (char *, src_str),
3480 dest_align, false, 0);
3481 dest_mem = force_operand (XEXP (dest_mem, 0), target);
3482 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3483 return dest_mem;
3484 }
3485
3486 src_mem = get_memory_rtx (src, len);
3487 set_mem_align (src_mem, src_align);
3488
3489 /* Copy word part most expediently. */
3490 dest_addr = emit_block_move_hints (dest_mem, src_mem, len_rtx,
3491 CALL_EXPR_TAILCALL (exp)
3492 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL,
3493 expected_align, expected_size);
3494
3495 if (dest_addr == 0)
3496 {
3497 dest_addr = force_operand (XEXP (dest_mem, 0), target);
3498 dest_addr = convert_memory_address (ptr_mode, dest_addr);
3499 }
3500 return dest_addr;
3501 }
3502 }
3503
3504 /* Expand a call EXP to the mempcpy builtin.
3505 Return NULL_RTX if we failed; the caller should emit a normal call,
3506 otherwise try to get the result in TARGET, if convenient (and in
3507 mode MODE if that's convenient). If ENDP is 0 return the
3508 destination pointer, if ENDP is 1 return the end pointer ala
3509 mempcpy, and if ENDP is 2 return the end pointer minus one ala
3510 stpcpy. */
3511
3512 static rtx
3513 expand_builtin_mempcpy (tree exp, rtx target, enum machine_mode mode)
3514 {
3515 if (!validate_arglist (exp,
3516 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3517 return NULL_RTX;
3518 else
3519 {
3520 tree dest = CALL_EXPR_ARG (exp, 0);
3521 tree src = CALL_EXPR_ARG (exp, 1);
3522 tree len = CALL_EXPR_ARG (exp, 2);
3523 return expand_builtin_mempcpy_args (dest, src, len,
3524 target, mode, /*endp=*/ 1);
3525 }
3526 }
3527
3528 /* Helper function to do the actual work for expand_builtin_mempcpy. The
3529 arguments to the builtin_mempcpy call DEST, SRC, and LEN are broken out
3530 so that this can also be called without constructing an actual CALL_EXPR.
3531 The other arguments and return value are the same as for
3532 expand_builtin_mempcpy. */
3533
3534 static rtx
3535 expand_builtin_mempcpy_args (tree dest, tree src, tree len,
3536 rtx target, enum machine_mode mode, int endp)
3537 {
3538 /* If return value is ignored, transform mempcpy into memcpy. */
3539 if (target == const0_rtx && implicit_built_in_decls[BUILT_IN_MEMCPY])
3540 {
3541 tree fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
3542 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3,
3543 dest, src, len);
3544 return expand_expr (result, target, mode, EXPAND_NORMAL);
3545 }
3546 else
3547 {
3548 const char *src_str;
3549 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
3550 unsigned int dest_align
3551 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3552 rtx dest_mem, src_mem, len_rtx;
3553
3554 /* If either SRC or DEST is not a pointer type, don't do this
3555 operation in-line. */
3556 if (dest_align == 0 || src_align == 0)
3557 return NULL_RTX;
3558
3559 /* If LEN is not constant, call the normal function. */
3560 if (! host_integerp (len, 1))
3561 return NULL_RTX;
3562
3563 len_rtx = expand_normal (len);
3564 src_str = c_getstr (src);
3565
3566 /* If SRC is a string constant and block move would be done
3567 by pieces, we can avoid loading the string from memory
3568 and only stored the computed constants. */
3569 if (src_str
3570 && CONST_INT_P (len_rtx)
3571 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1
3572 && can_store_by_pieces (INTVAL (len_rtx), builtin_memcpy_read_str,
3573 CONST_CAST (char *, src_str),
3574 dest_align, false))
3575 {
3576 dest_mem = get_memory_rtx (dest, len);
3577 set_mem_align (dest_mem, dest_align);
3578 dest_mem = store_by_pieces (dest_mem, INTVAL (len_rtx),
3579 builtin_memcpy_read_str,
3580 CONST_CAST (char *, src_str),
3581 dest_align, false, endp);
3582 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
3583 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3584 return dest_mem;
3585 }
3586
3587 if (CONST_INT_P (len_rtx)
3588 && can_move_by_pieces (INTVAL (len_rtx),
3589 MIN (dest_align, src_align)))
3590 {
3591 dest_mem = get_memory_rtx (dest, len);
3592 set_mem_align (dest_mem, dest_align);
3593 src_mem = get_memory_rtx (src, len);
3594 set_mem_align (src_mem, src_align);
3595 dest_mem = move_by_pieces (dest_mem, src_mem, INTVAL (len_rtx),
3596 MIN (dest_align, src_align), endp);
3597 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
3598 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3599 return dest_mem;
3600 }
3601
3602 return NULL_RTX;
3603 }
3604 }
3605
3606 #ifndef HAVE_movstr
3607 # define HAVE_movstr 0
3608 # define CODE_FOR_movstr CODE_FOR_nothing
3609 #endif
3610
3611 /* Expand into a movstr instruction, if one is available. Return NULL_RTX if
3612 we failed, the caller should emit a normal call, otherwise try to
3613 get the result in TARGET, if convenient. If ENDP is 0 return the
3614 destination pointer, if ENDP is 1 return the end pointer ala
3615 mempcpy, and if ENDP is 2 return the end pointer minus one ala
3616 stpcpy. */
3617
3618 static rtx
3619 expand_movstr (tree dest, tree src, rtx target, int endp)
3620 {
3621 rtx end;
3622 rtx dest_mem;
3623 rtx src_mem;
3624 rtx insn;
3625 const struct insn_data_d * data;
3626
3627 if (!HAVE_movstr)
3628 return NULL_RTX;
3629
3630 dest_mem = get_memory_rtx (dest, NULL);
3631 src_mem = get_memory_rtx (src, NULL);
3632 data = insn_data + CODE_FOR_movstr;
3633 if (!endp)
3634 {
3635 target = force_reg (Pmode, XEXP (dest_mem, 0));
3636 dest_mem = replace_equiv_address (dest_mem, target);
3637 end = gen_reg_rtx (Pmode);
3638 }
3639 else
3640 {
3641 if (target == 0
3642 || target == const0_rtx
3643 || ! (*data->operand[0].predicate) (target, Pmode))
3644 {
3645 end = gen_reg_rtx (Pmode);
3646 if (target != const0_rtx)
3647 target = end;
3648 }
3649 else
3650 end = target;
3651 }
3652
3653 if (data->operand[0].mode != VOIDmode)
3654 end = gen_lowpart (data->operand[0].mode, end);
3655
3656 insn = data->genfun (end, dest_mem, src_mem);
3657
3658 gcc_assert (insn);
3659
3660 emit_insn (insn);
3661
3662 /* movstr is supposed to set end to the address of the NUL
3663 terminator. If the caller requested a mempcpy-like return value,
3664 adjust it. */
3665 if (endp == 1 && target != const0_rtx)
3666 {
3667 rtx tem = plus_constant (gen_lowpart (GET_MODE (target), end), 1);
3668 emit_move_insn (target, force_operand (tem, NULL_RTX));
3669 }
3670
3671 return target;
3672 }
3673
3674 /* Expand expression EXP, which is a call to the strcpy builtin. Return
3675 NULL_RTX if we failed the caller should emit a normal call, otherwise
3676 try to get the result in TARGET, if convenient (and in mode MODE if that's
3677 convenient). */
3678
3679 static rtx
3680 expand_builtin_strcpy (tree exp, rtx target)
3681 {
3682 if (validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
3683 {
3684 tree dest = CALL_EXPR_ARG (exp, 0);
3685 tree src = CALL_EXPR_ARG (exp, 1);
3686 return expand_builtin_strcpy_args (dest, src, target);
3687 }
3688 return NULL_RTX;
3689 }
3690
3691 /* Helper function to do the actual work for expand_builtin_strcpy. The
3692 arguments to the builtin_strcpy call DEST and SRC are broken out
3693 so that this can also be called without constructing an actual CALL_EXPR.
3694 The other arguments and return value are the same as for
3695 expand_builtin_strcpy. */
3696
3697 static rtx
3698 expand_builtin_strcpy_args (tree dest, tree src, rtx target)
3699 {
3700 return expand_movstr (dest, src, target, /*endp=*/0);
3701 }
3702
3703 /* Expand a call EXP to the stpcpy builtin.
3704 Return NULL_RTX if we failed the caller should emit a normal call,
3705 otherwise try to get the result in TARGET, if convenient (and in
3706 mode MODE if that's convenient). */
3707
3708 static rtx
3709 expand_builtin_stpcpy (tree exp, rtx target, enum machine_mode mode)
3710 {
3711 tree dst, src;
3712 location_t loc = EXPR_LOCATION (exp);
3713
3714 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
3715 return NULL_RTX;
3716
3717 dst = CALL_EXPR_ARG (exp, 0);
3718 src = CALL_EXPR_ARG (exp, 1);
3719
3720 /* If return value is ignored, transform stpcpy into strcpy. */
3721 if (target == const0_rtx && implicit_built_in_decls[BUILT_IN_STRCPY])
3722 {
3723 tree fn = implicit_built_in_decls[BUILT_IN_STRCPY];
3724 tree result = build_call_nofold_loc (loc, fn, 2, dst, src);
3725 return expand_expr (result, target, mode, EXPAND_NORMAL);
3726 }
3727 else
3728 {
3729 tree len, lenp1;
3730 rtx ret;
3731
3732 /* Ensure we get an actual string whose length can be evaluated at
3733 compile-time, not an expression containing a string. This is
3734 because the latter will potentially produce pessimized code
3735 when used to produce the return value. */
3736 if (! c_getstr (src) || ! (len = c_strlen (src, 0)))
3737 return expand_movstr (dst, src, target, /*endp=*/2);
3738
3739 lenp1 = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
3740 ret = expand_builtin_mempcpy_args (dst, src, lenp1,
3741 target, mode, /*endp=*/2);
3742
3743 if (ret)
3744 return ret;
3745
3746 if (TREE_CODE (len) == INTEGER_CST)
3747 {
3748 rtx len_rtx = expand_normal (len);
3749
3750 if (CONST_INT_P (len_rtx))
3751 {
3752 ret = expand_builtin_strcpy_args (dst, src, target);
3753
3754 if (ret)
3755 {
3756 if (! target)
3757 {
3758 if (mode != VOIDmode)
3759 target = gen_reg_rtx (mode);
3760 else
3761 target = gen_reg_rtx (GET_MODE (ret));
3762 }
3763 if (GET_MODE (target) != GET_MODE (ret))
3764 ret = gen_lowpart (GET_MODE (target), ret);
3765
3766 ret = plus_constant (ret, INTVAL (len_rtx));
3767 ret = emit_move_insn (target, force_operand (ret, NULL_RTX));
3768 gcc_assert (ret);
3769
3770 return target;
3771 }
3772 }
3773 }
3774
3775 return expand_movstr (dst, src, target, /*endp=*/2);
3776 }
3777 }
3778
3779 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
3780 bytes from constant string DATA + OFFSET and return it as target
3781 constant. */
3782
3783 rtx
3784 builtin_strncpy_read_str (void *data, HOST_WIDE_INT offset,
3785 enum machine_mode mode)
3786 {
3787 const char *str = (const char *) data;
3788
3789 if ((unsigned HOST_WIDE_INT) offset > strlen (str))
3790 return const0_rtx;
3791
3792 return c_readstr (str + offset, mode);
3793 }
3794
3795 /* Expand expression EXP, which is a call to the strncpy builtin. Return
3796 NULL_RTX if we failed the caller should emit a normal call. */
3797
3798 static rtx
3799 expand_builtin_strncpy (tree exp, rtx target)
3800 {
3801 location_t loc = EXPR_LOCATION (exp);
3802
3803 if (validate_arglist (exp,
3804 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3805 {
3806 tree dest = CALL_EXPR_ARG (exp, 0);
3807 tree src = CALL_EXPR_ARG (exp, 1);
3808 tree len = CALL_EXPR_ARG (exp, 2);
3809 tree slen = c_strlen (src, 1);
3810
3811 /* We must be passed a constant len and src parameter. */
3812 if (!host_integerp (len, 1) || !slen || !host_integerp (slen, 1))
3813 return NULL_RTX;
3814
3815 slen = size_binop_loc (loc, PLUS_EXPR, slen, ssize_int (1));
3816
3817 /* We're required to pad with trailing zeros if the requested
3818 len is greater than strlen(s2)+1. In that case try to
3819 use store_by_pieces, if it fails, punt. */
3820 if (tree_int_cst_lt (slen, len))
3821 {
3822 unsigned int dest_align
3823 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3824 const char *p = c_getstr (src);
3825 rtx dest_mem;
3826
3827 if (!p || dest_align == 0 || !host_integerp (len, 1)
3828 || !can_store_by_pieces (tree_low_cst (len, 1),
3829 builtin_strncpy_read_str,
3830 CONST_CAST (char *, p),
3831 dest_align, false))
3832 return NULL_RTX;
3833
3834 dest_mem = get_memory_rtx (dest, len);
3835 store_by_pieces (dest_mem, tree_low_cst (len, 1),
3836 builtin_strncpy_read_str,
3837 CONST_CAST (char *, p), dest_align, false, 0);
3838 dest_mem = force_operand (XEXP (dest_mem, 0), target);
3839 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3840 return dest_mem;
3841 }
3842 }
3843 return NULL_RTX;
3844 }
3845
3846 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
3847 bytes from constant string DATA + OFFSET and return it as target
3848 constant. */
3849
3850 rtx
3851 builtin_memset_read_str (void *data, HOST_WIDE_INT offset ATTRIBUTE_UNUSED,
3852 enum machine_mode mode)
3853 {
3854 const char *c = (const char *) data;
3855 char *p = XALLOCAVEC (char, GET_MODE_SIZE (mode));
3856
3857 memset (p, *c, GET_MODE_SIZE (mode));
3858
3859 return c_readstr (p, mode);
3860 }
3861
3862 /* Callback routine for store_by_pieces. Return the RTL of a register
3863 containing GET_MODE_SIZE (MODE) consecutive copies of the unsigned
3864 char value given in the RTL register data. For example, if mode is
3865 4 bytes wide, return the RTL for 0x01010101*data. */
3866
3867 static rtx
3868 builtin_memset_gen_str (void *data, HOST_WIDE_INT offset ATTRIBUTE_UNUSED,
3869 enum machine_mode mode)
3870 {
3871 rtx target, coeff;
3872 size_t size;
3873 char *p;
3874
3875 size = GET_MODE_SIZE (mode);
3876 if (size == 1)
3877 return (rtx) data;
3878
3879 p = XALLOCAVEC (char, size);
3880 memset (p, 1, size);
3881 coeff = c_readstr (p, mode);
3882
3883 target = convert_to_mode (mode, (rtx) data, 1);
3884 target = expand_mult (mode, target, coeff, NULL_RTX, 1);
3885 return force_reg (mode, target);
3886 }
3887
3888 /* Expand expression EXP, which is a call to the memset builtin. Return
3889 NULL_RTX if we failed the caller should emit a normal call, otherwise
3890 try to get the result in TARGET, if convenient (and in mode MODE if that's
3891 convenient). */
3892
3893 static rtx
3894 expand_builtin_memset (tree exp, rtx target, enum machine_mode mode)
3895 {
3896 if (!validate_arglist (exp,
3897 POINTER_TYPE, INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
3898 return NULL_RTX;
3899 else
3900 {
3901 tree dest = CALL_EXPR_ARG (exp, 0);
3902 tree val = CALL_EXPR_ARG (exp, 1);
3903 tree len = CALL_EXPR_ARG (exp, 2);
3904 return expand_builtin_memset_args (dest, val, len, target, mode, exp);
3905 }
3906 }
3907
3908 /* Helper function to do the actual work for expand_builtin_memset. The
3909 arguments to the builtin_memset call DEST, VAL, and LEN are broken out
3910 so that this can also be called without constructing an actual CALL_EXPR.
3911 The other arguments and return value are the same as for
3912 expand_builtin_memset. */
3913
3914 static rtx
3915 expand_builtin_memset_args (tree dest, tree val, tree len,
3916 rtx target, enum machine_mode mode, tree orig_exp)
3917 {
3918 tree fndecl, fn;
3919 enum built_in_function fcode;
3920 char c;
3921 unsigned int dest_align;
3922 rtx dest_mem, dest_addr, len_rtx;
3923 HOST_WIDE_INT expected_size = -1;
3924 unsigned int expected_align = 0;
3925
3926 dest_align = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
3927
3928 /* If DEST is not a pointer type, don't do this operation in-line. */
3929 if (dest_align == 0)
3930 return NULL_RTX;
3931
3932 if (currently_expanding_gimple_stmt)
3933 stringop_block_profile (currently_expanding_gimple_stmt,
3934 &expected_align, &expected_size);
3935
3936 if (expected_align < dest_align)
3937 expected_align = dest_align;
3938
3939 /* If the LEN parameter is zero, return DEST. */
3940 if (integer_zerop (len))
3941 {
3942 /* Evaluate and ignore VAL in case it has side-effects. */
3943 expand_expr (val, const0_rtx, VOIDmode, EXPAND_NORMAL);
3944 return expand_expr (dest, target, mode, EXPAND_NORMAL);
3945 }
3946
3947 /* Stabilize the arguments in case we fail. */
3948 dest = builtin_save_expr (dest);
3949 val = builtin_save_expr (val);
3950 len = builtin_save_expr (len);
3951
3952 len_rtx = expand_normal (len);
3953 dest_mem = get_memory_rtx (dest, len);
3954
3955 if (TREE_CODE (val) != INTEGER_CST)
3956 {
3957 rtx val_rtx;
3958
3959 val_rtx = expand_normal (val);
3960 val_rtx = convert_to_mode (TYPE_MODE (unsigned_char_type_node),
3961 val_rtx, 0);
3962
3963 /* Assume that we can memset by pieces if we can store
3964 * the coefficients by pieces (in the required modes).
3965 * We can't pass builtin_memset_gen_str as that emits RTL. */
3966 c = 1;
3967 if (host_integerp (len, 1)
3968 && can_store_by_pieces (tree_low_cst (len, 1),
3969 builtin_memset_read_str, &c, dest_align,
3970 true))
3971 {
3972 val_rtx = force_reg (TYPE_MODE (unsigned_char_type_node),
3973 val_rtx);
3974 store_by_pieces (dest_mem, tree_low_cst (len, 1),
3975 builtin_memset_gen_str, val_rtx, dest_align,
3976 true, 0);
3977 }
3978 else if (!set_storage_via_setmem (dest_mem, len_rtx, val_rtx,
3979 dest_align, expected_align,
3980 expected_size))
3981 goto do_libcall;
3982
3983 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
3984 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3985 return dest_mem;
3986 }
3987
3988 if (target_char_cast (val, &c))
3989 goto do_libcall;
3990
3991 if (c)
3992 {
3993 if (host_integerp (len, 1)
3994 && can_store_by_pieces (tree_low_cst (len, 1),
3995 builtin_memset_read_str, &c, dest_align,
3996 true))
3997 store_by_pieces (dest_mem, tree_low_cst (len, 1),
3998 builtin_memset_read_str, &c, dest_align, true, 0);
3999 else if (!set_storage_via_setmem (dest_mem, len_rtx, GEN_INT (c),
4000 dest_align, expected_align,
4001 expected_size))
4002 goto do_libcall;
4003
4004 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4005 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4006 return dest_mem;
4007 }
4008
4009 set_mem_align (dest_mem, dest_align);
4010 dest_addr = clear_storage_hints (dest_mem, len_rtx,
4011 CALL_EXPR_TAILCALL (orig_exp)
4012 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL,
4013 expected_align, expected_size);
4014
4015 if (dest_addr == 0)
4016 {
4017 dest_addr = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4018 dest_addr = convert_memory_address (ptr_mode, dest_addr);
4019 }
4020
4021 return dest_addr;
4022
4023 do_libcall:
4024 fndecl = get_callee_fndecl (orig_exp);
4025 fcode = DECL_FUNCTION_CODE (fndecl);
4026 if (fcode == BUILT_IN_MEMSET)
4027 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3,
4028 dest, val, len);
4029 else if (fcode == BUILT_IN_BZERO)
4030 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2,
4031 dest, len);
4032 else
4033 gcc_unreachable ();
4034 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4035 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp);
4036 return expand_call (fn, target, target == const0_rtx);
4037 }
4038
4039 /* Expand expression EXP, which is a call to the bzero builtin. Return
4040 NULL_RTX if we failed the caller should emit a normal call. */
4041
4042 static rtx
4043 expand_builtin_bzero (tree exp)
4044 {
4045 tree dest, size;
4046 location_t loc = EXPR_LOCATION (exp);
4047
4048 if (!validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4049 return NULL_RTX;
4050
4051 dest = CALL_EXPR_ARG (exp, 0);
4052 size = CALL_EXPR_ARG (exp, 1);
4053
4054 /* New argument list transforming bzero(ptr x, int y) to
4055 memset(ptr x, int 0, size_t y). This is done this way
4056 so that if it isn't expanded inline, we fallback to
4057 calling bzero instead of memset. */
4058
4059 return expand_builtin_memset_args (dest, integer_zero_node,
4060 fold_convert_loc (loc, sizetype, size),
4061 const0_rtx, VOIDmode, exp);
4062 }
4063
4064 /* Expand expression EXP, which is a call to the memcmp built-in function.
4065 Return NULL_RTX if we failed and the
4066 caller should emit a normal call, otherwise try to get the result in
4067 TARGET, if convenient (and in mode MODE, if that's convenient). */
4068
4069 static rtx
4070 expand_builtin_memcmp (tree exp, ATTRIBUTE_UNUSED rtx target,
4071 ATTRIBUTE_UNUSED enum machine_mode mode)
4072 {
4073 location_t loc ATTRIBUTE_UNUSED = EXPR_LOCATION (exp);
4074
4075 if (!validate_arglist (exp,
4076 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4077 return NULL_RTX;
4078
4079 #if defined HAVE_cmpmemsi || defined HAVE_cmpstrnsi
4080 {
4081 rtx arg1_rtx, arg2_rtx, arg3_rtx;
4082 rtx result;
4083 rtx insn;
4084 tree arg1 = CALL_EXPR_ARG (exp, 0);
4085 tree arg2 = CALL_EXPR_ARG (exp, 1);
4086 tree len = CALL_EXPR_ARG (exp, 2);
4087
4088 unsigned int arg1_align
4089 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4090 unsigned int arg2_align
4091 = get_pointer_alignment (arg2, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4092 enum machine_mode insn_mode;
4093
4094 #ifdef HAVE_cmpmemsi
4095 if (HAVE_cmpmemsi)
4096 insn_mode = insn_data[(int) CODE_FOR_cmpmemsi].operand[0].mode;
4097 else
4098 #endif
4099 #ifdef HAVE_cmpstrnsi
4100 if (HAVE_cmpstrnsi)
4101 insn_mode = insn_data[(int) CODE_FOR_cmpstrnsi].operand[0].mode;
4102 else
4103 #endif
4104 return NULL_RTX;
4105
4106 /* If we don't have POINTER_TYPE, call the function. */
4107 if (arg1_align == 0 || arg2_align == 0)
4108 return NULL_RTX;
4109
4110 /* Make a place to write the result of the instruction. */
4111 result = target;
4112 if (! (result != 0
4113 && REG_P (result) && GET_MODE (result) == insn_mode
4114 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4115 result = gen_reg_rtx (insn_mode);
4116
4117 arg1_rtx = get_memory_rtx (arg1, len);
4118 arg2_rtx = get_memory_rtx (arg2, len);
4119 arg3_rtx = expand_normal (fold_convert_loc (loc, sizetype, len));
4120
4121 /* Set MEM_SIZE as appropriate. */
4122 if (CONST_INT_P (arg3_rtx))
4123 {
4124 set_mem_size (arg1_rtx, arg3_rtx);
4125 set_mem_size (arg2_rtx, arg3_rtx);
4126 }
4127
4128 #ifdef HAVE_cmpmemsi
4129 if (HAVE_cmpmemsi)
4130 insn = gen_cmpmemsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4131 GEN_INT (MIN (arg1_align, arg2_align)));
4132 else
4133 #endif
4134 #ifdef HAVE_cmpstrnsi
4135 if (HAVE_cmpstrnsi)
4136 insn = gen_cmpstrnsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4137 GEN_INT (MIN (arg1_align, arg2_align)));
4138 else
4139 #endif
4140 gcc_unreachable ();
4141
4142 if (insn)
4143 emit_insn (insn);
4144 else
4145 emit_library_call_value (memcmp_libfunc, result, LCT_PURE,
4146 TYPE_MODE (integer_type_node), 3,
4147 XEXP (arg1_rtx, 0), Pmode,
4148 XEXP (arg2_rtx, 0), Pmode,
4149 convert_to_mode (TYPE_MODE (sizetype), arg3_rtx,
4150 TYPE_UNSIGNED (sizetype)),
4151 TYPE_MODE (sizetype));
4152
4153 /* Return the value in the proper mode for this function. */
4154 mode = TYPE_MODE (TREE_TYPE (exp));
4155 if (GET_MODE (result) == mode)
4156 return result;
4157 else if (target != 0)
4158 {
4159 convert_move (target, result, 0);
4160 return target;
4161 }
4162 else
4163 return convert_to_mode (mode, result, 0);
4164 }
4165 #endif
4166
4167 return NULL_RTX;
4168 }
4169
4170 /* Expand expression EXP, which is a call to the strcmp builtin. Return NULL_RTX
4171 if we failed the caller should emit a normal call, otherwise try to get
4172 the result in TARGET, if convenient. */
4173
4174 static rtx
4175 expand_builtin_strcmp (tree exp, ATTRIBUTE_UNUSED rtx target)
4176 {
4177 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
4178 return NULL_RTX;
4179
4180 #if defined HAVE_cmpstrsi || defined HAVE_cmpstrnsi
4181 if (direct_optab_handler (cmpstr_optab, SImode) != CODE_FOR_nothing
4182 || direct_optab_handler (cmpstrn_optab, SImode) != CODE_FOR_nothing)
4183 {
4184 rtx arg1_rtx, arg2_rtx;
4185 rtx result, insn = NULL_RTX;
4186 tree fndecl, fn;
4187 tree arg1 = CALL_EXPR_ARG (exp, 0);
4188 tree arg2 = CALL_EXPR_ARG (exp, 1);
4189
4190 unsigned int arg1_align
4191 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4192 unsigned int arg2_align
4193 = get_pointer_alignment (arg2, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4194
4195 /* If we don't have POINTER_TYPE, call the function. */
4196 if (arg1_align == 0 || arg2_align == 0)
4197 return NULL_RTX;
4198
4199 /* Stabilize the arguments in case gen_cmpstr(n)si fail. */
4200 arg1 = builtin_save_expr (arg1);
4201 arg2 = builtin_save_expr (arg2);
4202
4203 arg1_rtx = get_memory_rtx (arg1, NULL);
4204 arg2_rtx = get_memory_rtx (arg2, NULL);
4205
4206 #ifdef HAVE_cmpstrsi
4207 /* Try to call cmpstrsi. */
4208 if (HAVE_cmpstrsi)
4209 {
4210 enum machine_mode insn_mode
4211 = insn_data[(int) CODE_FOR_cmpstrsi].operand[0].mode;
4212
4213 /* Make a place to write the result of the instruction. */
4214 result = target;
4215 if (! (result != 0
4216 && REG_P (result) && GET_MODE (result) == insn_mode
4217 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4218 result = gen_reg_rtx (insn_mode);
4219
4220 insn = gen_cmpstrsi (result, arg1_rtx, arg2_rtx,
4221 GEN_INT (MIN (arg1_align, arg2_align)));
4222 }
4223 #endif
4224 #ifdef HAVE_cmpstrnsi
4225 /* Try to determine at least one length and call cmpstrnsi. */
4226 if (!insn && HAVE_cmpstrnsi)
4227 {
4228 tree len;
4229 rtx arg3_rtx;
4230
4231 enum machine_mode insn_mode
4232 = insn_data[(int) CODE_FOR_cmpstrnsi].operand[0].mode;
4233 tree len1 = c_strlen (arg1, 1);
4234 tree len2 = c_strlen (arg2, 1);
4235
4236 if (len1)
4237 len1 = size_binop (PLUS_EXPR, ssize_int (1), len1);
4238 if (len2)
4239 len2 = size_binop (PLUS_EXPR, ssize_int (1), len2);
4240
4241 /* If we don't have a constant length for the first, use the length
4242 of the second, if we know it. We don't require a constant for
4243 this case; some cost analysis could be done if both are available
4244 but neither is constant. For now, assume they're equally cheap,
4245 unless one has side effects. If both strings have constant lengths,
4246 use the smaller. */
4247
4248 if (!len1)
4249 len = len2;
4250 else if (!len2)
4251 len = len1;
4252 else if (TREE_SIDE_EFFECTS (len1))
4253 len = len2;
4254 else if (TREE_SIDE_EFFECTS (len2))
4255 len = len1;
4256 else if (TREE_CODE (len1) != INTEGER_CST)
4257 len = len2;
4258 else if (TREE_CODE (len2) != INTEGER_CST)
4259 len = len1;
4260 else if (tree_int_cst_lt (len1, len2))
4261 len = len1;
4262 else
4263 len = len2;
4264
4265 /* If both arguments have side effects, we cannot optimize. */
4266 if (!len || TREE_SIDE_EFFECTS (len))
4267 goto do_libcall;
4268
4269 arg3_rtx = expand_normal (len);
4270
4271 /* Make a place to write the result of the instruction. */
4272 result = target;
4273 if (! (result != 0
4274 && REG_P (result) && GET_MODE (result) == insn_mode
4275 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4276 result = gen_reg_rtx (insn_mode);
4277
4278 insn = gen_cmpstrnsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4279 GEN_INT (MIN (arg1_align, arg2_align)));
4280 }
4281 #endif
4282
4283 if (insn)
4284 {
4285 enum machine_mode mode;
4286 emit_insn (insn);
4287
4288 /* Return the value in the proper mode for this function. */
4289 mode = TYPE_MODE (TREE_TYPE (exp));
4290 if (GET_MODE (result) == mode)
4291 return result;
4292 if (target == 0)
4293 return convert_to_mode (mode, result, 0);
4294 convert_move (target, result, 0);
4295 return target;
4296 }
4297
4298 /* Expand the library call ourselves using a stabilized argument
4299 list to avoid re-evaluating the function's arguments twice. */
4300 #ifdef HAVE_cmpstrnsi
4301 do_libcall:
4302 #endif
4303 fndecl = get_callee_fndecl (exp);
4304 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2);
4305 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4306 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
4307 return expand_call (fn, target, target == const0_rtx);
4308 }
4309 #endif
4310 return NULL_RTX;
4311 }
4312
4313 /* Expand expression EXP, which is a call to the strncmp builtin. Return
4314 NULL_RTX if we failed the caller should emit a normal call, otherwise try to get
4315 the result in TARGET, if convenient. */
4316
4317 static rtx
4318 expand_builtin_strncmp (tree exp, ATTRIBUTE_UNUSED rtx target,
4319 ATTRIBUTE_UNUSED enum machine_mode mode)
4320 {
4321 location_t loc ATTRIBUTE_UNUSED = EXPR_LOCATION (exp);
4322
4323 if (!validate_arglist (exp,
4324 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4325 return NULL_RTX;
4326
4327 /* If c_strlen can determine an expression for one of the string
4328 lengths, and it doesn't have side effects, then emit cmpstrnsi
4329 using length MIN(strlen(string)+1, arg3). */
4330 #ifdef HAVE_cmpstrnsi
4331 if (HAVE_cmpstrnsi)
4332 {
4333 tree len, len1, len2;
4334 rtx arg1_rtx, arg2_rtx, arg3_rtx;
4335 rtx result, insn;
4336 tree fndecl, fn;
4337 tree arg1 = CALL_EXPR_ARG (exp, 0);
4338 tree arg2 = CALL_EXPR_ARG (exp, 1);
4339 tree arg3 = CALL_EXPR_ARG (exp, 2);
4340
4341 unsigned int arg1_align
4342 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4343 unsigned int arg2_align
4344 = get_pointer_alignment (arg2, BIGGEST_ALIGNMENT) / BITS_PER_UNIT;
4345 enum machine_mode insn_mode
4346 = insn_data[(int) CODE_FOR_cmpstrnsi].operand[0].mode;
4347
4348 len1 = c_strlen (arg1, 1);
4349 len2 = c_strlen (arg2, 1);
4350
4351 if (len1)
4352 len1 = size_binop_loc (loc, PLUS_EXPR, ssize_int (1), len1);
4353 if (len2)
4354 len2 = size_binop_loc (loc, PLUS_EXPR, ssize_int (1), len2);
4355
4356 /* If we don't have a constant length for the first, use the length
4357 of the second, if we know it. We don't require a constant for
4358 this case; some cost analysis could be done if both are available
4359 but neither is constant. For now, assume they're equally cheap,
4360 unless one has side effects. If both strings have constant lengths,
4361 use the smaller. */
4362
4363 if (!len1)
4364 len = len2;
4365 else if (!len2)
4366 len = len1;
4367 else if (TREE_SIDE_EFFECTS (len1))
4368 len = len2;
4369 else if (TREE_SIDE_EFFECTS (len2))
4370 len = len1;
4371 else if (TREE_CODE (len1) != INTEGER_CST)
4372 len = len2;
4373 else if (TREE_CODE (len2) != INTEGER_CST)
4374 len = len1;
4375 else if (tree_int_cst_lt (len1, len2))
4376 len = len1;
4377 else
4378 len = len2;
4379
4380 /* If both arguments have side effects, we cannot optimize. */
4381 if (!len || TREE_SIDE_EFFECTS (len))
4382 return NULL_RTX;
4383
4384 /* The actual new length parameter is MIN(len,arg3). */
4385 len = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (len), len,
4386 fold_convert_loc (loc, TREE_TYPE (len), arg3));
4387
4388 /* If we don't have POINTER_TYPE, call the function. */
4389 if (arg1_align == 0 || arg2_align == 0)
4390 return NULL_RTX;
4391
4392 /* Make a place to write the result of the instruction. */
4393 result = target;
4394 if (! (result != 0
4395 && REG_P (result) && GET_MODE (result) == insn_mode
4396 && REGNO (result) >= FIRST_PSEUDO_REGISTER))
4397 result = gen_reg_rtx (insn_mode);
4398
4399 /* Stabilize the arguments in case gen_cmpstrnsi fails. */
4400 arg1 = builtin_save_expr (arg1);
4401 arg2 = builtin_save_expr (arg2);
4402 len = builtin_save_expr (len);
4403
4404 arg1_rtx = get_memory_rtx (arg1, len);
4405 arg2_rtx = get_memory_rtx (arg2, len);
4406 arg3_rtx = expand_normal (len);
4407 insn = gen_cmpstrnsi (result, arg1_rtx, arg2_rtx, arg3_rtx,
4408 GEN_INT (MIN (arg1_align, arg2_align)));
4409 if (insn)
4410 {
4411 emit_insn (insn);
4412
4413 /* Return the value in the proper mode for this function. */
4414 mode = TYPE_MODE (TREE_TYPE (exp));
4415 if (GET_MODE (result) == mode)
4416 return result;
4417 if (target == 0)
4418 return convert_to_mode (mode, result, 0);
4419 convert_move (target, result, 0);
4420 return target;
4421 }
4422
4423 /* Expand the library call ourselves using a stabilized argument
4424 list to avoid re-evaluating the function's arguments twice. */
4425 fndecl = get_callee_fndecl (exp);
4426 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 3,
4427 arg1, arg2, len);
4428 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4429 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
4430 return expand_call (fn, target, target == const0_rtx);
4431 }
4432 #endif
4433 return NULL_RTX;
4434 }
4435
4436 /* Expand a call to __builtin_saveregs, generating the result in TARGET,
4437 if that's convenient. */
4438
4439 rtx
4440 expand_builtin_saveregs (void)
4441 {
4442 rtx val, seq;
4443
4444 /* Don't do __builtin_saveregs more than once in a function.
4445 Save the result of the first call and reuse it. */
4446 if (saveregs_value != 0)
4447 return saveregs_value;
4448
4449 /* When this function is called, it means that registers must be
4450 saved on entry to this function. So we migrate the call to the
4451 first insn of this function. */
4452
4453 start_sequence ();
4454
4455 /* Do whatever the machine needs done in this case. */
4456 val = targetm.calls.expand_builtin_saveregs ();
4457
4458 seq = get_insns ();
4459 end_sequence ();
4460
4461 saveregs_value = val;
4462
4463 /* Put the insns after the NOTE that starts the function. If this
4464 is inside a start_sequence, make the outer-level insn chain current, so
4465 the code is placed at the start of the function. */
4466 push_topmost_sequence ();
4467 emit_insn_after (seq, entry_of_function ());
4468 pop_topmost_sequence ();
4469
4470 return val;
4471 }
4472
4473 /* Expand a call to __builtin_next_arg. */
4474
4475 static rtx
4476 expand_builtin_next_arg (void)
4477 {
4478 /* Checking arguments is already done in fold_builtin_next_arg
4479 that must be called before this function. */
4480 return expand_binop (ptr_mode, add_optab,
4481 crtl->args.internal_arg_pointer,
4482 crtl->args.arg_offset_rtx,
4483 NULL_RTX, 0, OPTAB_LIB_WIDEN);
4484 }
4485
4486 /* Make it easier for the backends by protecting the valist argument
4487 from multiple evaluations. */
4488
4489 static tree
4490 stabilize_va_list_loc (location_t loc, tree valist, int needs_lvalue)
4491 {
4492 tree vatype = targetm.canonical_va_list_type (TREE_TYPE (valist));
4493
4494 /* The current way of determining the type of valist is completely
4495 bogus. We should have the information on the va builtin instead. */
4496 if (!vatype)
4497 vatype = targetm.fn_abi_va_list (cfun->decl);
4498
4499 if (TREE_CODE (vatype) == ARRAY_TYPE)
4500 {
4501 if (TREE_SIDE_EFFECTS (valist))
4502 valist = save_expr (valist);
4503
4504 /* For this case, the backends will be expecting a pointer to
4505 vatype, but it's possible we've actually been given an array
4506 (an actual TARGET_CANONICAL_VA_LIST_TYPE (valist)).
4507 So fix it. */
4508 if (TREE_CODE (TREE_TYPE (valist)) == ARRAY_TYPE)
4509 {
4510 tree p1 = build_pointer_type (TREE_TYPE (vatype));
4511 valist = build_fold_addr_expr_with_type_loc (loc, valist, p1);
4512 }
4513 }
4514 else
4515 {
4516 tree pt = build_pointer_type (vatype);
4517
4518 if (! needs_lvalue)
4519 {
4520 if (! TREE_SIDE_EFFECTS (valist))
4521 return valist;
4522
4523 valist = fold_build1_loc (loc, ADDR_EXPR, pt, valist);
4524 TREE_SIDE_EFFECTS (valist) = 1;
4525 }
4526
4527 if (TREE_SIDE_EFFECTS (valist))
4528 valist = save_expr (valist);
4529 valist = fold_build2_loc (loc, MEM_REF,
4530 vatype, valist, build_int_cst (pt, 0));
4531 }
4532
4533 return valist;
4534 }
4535
4536 /* The "standard" definition of va_list is void*. */
4537
4538 tree
4539 std_build_builtin_va_list (void)
4540 {
4541 return ptr_type_node;
4542 }
4543
4544 /* The "standard" abi va_list is va_list_type_node. */
4545
4546 tree
4547 std_fn_abi_va_list (tree fndecl ATTRIBUTE_UNUSED)
4548 {
4549 return va_list_type_node;
4550 }
4551
4552 /* The "standard" type of va_list is va_list_type_node. */
4553
4554 tree
4555 std_canonical_va_list_type (tree type)
4556 {
4557 tree wtype, htype;
4558
4559 if (INDIRECT_REF_P (type))
4560 type = TREE_TYPE (type);
4561 else if (POINTER_TYPE_P (type) && POINTER_TYPE_P (TREE_TYPE(type)))
4562 type = TREE_TYPE (type);
4563 wtype = va_list_type_node;
4564 htype = type;
4565 /* Treat structure va_list types. */
4566 if (TREE_CODE (wtype) == RECORD_TYPE && POINTER_TYPE_P (htype))
4567 htype = TREE_TYPE (htype);
4568 else if (TREE_CODE (wtype) == ARRAY_TYPE)
4569 {
4570 /* If va_list is an array type, the argument may have decayed
4571 to a pointer type, e.g. by being passed to another function.
4572 In that case, unwrap both types so that we can compare the
4573 underlying records. */
4574 if (TREE_CODE (htype) == ARRAY_TYPE
4575 || POINTER_TYPE_P (htype))
4576 {
4577 wtype = TREE_TYPE (wtype);
4578 htype = TREE_TYPE (htype);
4579 }
4580 }
4581 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype))
4582 return va_list_type_node;
4583
4584 return NULL_TREE;
4585 }
4586
4587 /* The "standard" implementation of va_start: just assign `nextarg' to
4588 the variable. */
4589
4590 void
4591 std_expand_builtin_va_start (tree valist, rtx nextarg)
4592 {
4593 rtx va_r = expand_expr (valist, NULL_RTX, VOIDmode, EXPAND_WRITE);
4594 convert_move (va_r, nextarg, 0);
4595 }
4596
4597 /* Expand EXP, a call to __builtin_va_start. */
4598
4599 static rtx
4600 expand_builtin_va_start (tree exp)
4601 {
4602 rtx nextarg;
4603 tree valist;
4604 location_t loc = EXPR_LOCATION (exp);
4605
4606 if (call_expr_nargs (exp) < 2)
4607 {
4608 error_at (loc, "too few arguments to function %<va_start%>");
4609 return const0_rtx;
4610 }
4611
4612 if (fold_builtin_next_arg (exp, true))
4613 return const0_rtx;
4614
4615 nextarg = expand_builtin_next_arg ();
4616 valist = stabilize_va_list_loc (loc, CALL_EXPR_ARG (exp, 0), 1);
4617
4618 if (targetm.expand_builtin_va_start)
4619 targetm.expand_builtin_va_start (valist, nextarg);
4620 else
4621 std_expand_builtin_va_start (valist, nextarg);
4622
4623 return const0_rtx;
4624 }
4625
4626 /* The "standard" implementation of va_arg: read the value from the
4627 current (padded) address and increment by the (padded) size. */
4628
4629 tree
4630 std_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p,
4631 gimple_seq *post_p)
4632 {
4633 tree addr, t, type_size, rounded_size, valist_tmp;
4634 unsigned HOST_WIDE_INT align, boundary;
4635 bool indirect;
4636
4637 #ifdef ARGS_GROW_DOWNWARD
4638 /* All of the alignment and movement below is for args-grow-up machines.
4639 As of 2004, there are only 3 ARGS_GROW_DOWNWARD targets, and they all
4640 implement their own specialized gimplify_va_arg_expr routines. */
4641 gcc_unreachable ();
4642 #endif
4643
4644 indirect = pass_by_reference (NULL, TYPE_MODE (type), type, false);
4645 if (indirect)
4646 type = build_pointer_type (type);
4647
4648 align = PARM_BOUNDARY / BITS_PER_UNIT;
4649 boundary = FUNCTION_ARG_BOUNDARY (TYPE_MODE (type), type);
4650
4651 /* When we align parameter on stack for caller, if the parameter
4652 alignment is beyond MAX_SUPPORTED_STACK_ALIGNMENT, it will be
4653 aligned at MAX_SUPPORTED_STACK_ALIGNMENT. We will match callee
4654 here with caller. */
4655 if (boundary > MAX_SUPPORTED_STACK_ALIGNMENT)
4656 boundary = MAX_SUPPORTED_STACK_ALIGNMENT;
4657
4658 boundary /= BITS_PER_UNIT;
4659
4660 /* Hoist the valist value into a temporary for the moment. */
4661 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL);
4662
4663 /* va_list pointer is aligned to PARM_BOUNDARY. If argument actually
4664 requires greater alignment, we must perform dynamic alignment. */
4665 if (boundary > align
4666 && !integer_zerop (TYPE_SIZE (type)))
4667 {
4668 t = build2 (MODIFY_EXPR, TREE_TYPE (valist), valist_tmp,
4669 fold_build2 (POINTER_PLUS_EXPR,
4670 TREE_TYPE (valist),
4671 valist_tmp, size_int (boundary - 1)));
4672 gimplify_and_add (t, pre_p);
4673
4674 t = fold_convert (sizetype, valist_tmp);
4675 t = build2 (MODIFY_EXPR, TREE_TYPE (valist), valist_tmp,
4676 fold_convert (TREE_TYPE (valist),
4677 fold_build2 (BIT_AND_EXPR, sizetype, t,
4678 size_int (-boundary))));
4679 gimplify_and_add (t, pre_p);
4680 }
4681 else
4682 boundary = align;
4683
4684 /* If the actual alignment is less than the alignment of the type,
4685 adjust the type accordingly so that we don't assume strict alignment
4686 when dereferencing the pointer. */
4687 boundary *= BITS_PER_UNIT;
4688 if (boundary < TYPE_ALIGN (type))
4689 {
4690 type = build_variant_type_copy (type);
4691 TYPE_ALIGN (type) = boundary;
4692 }
4693
4694 /* Compute the rounded size of the type. */
4695 type_size = size_in_bytes (type);
4696 rounded_size = round_up (type_size, align);
4697
4698 /* Reduce rounded_size so it's sharable with the postqueue. */
4699 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue);
4700
4701 /* Get AP. */
4702 addr = valist_tmp;
4703 if (PAD_VARARGS_DOWN && !integer_zerop (rounded_size))
4704 {
4705 /* Small args are padded downward. */
4706 t = fold_build2_loc (input_location, GT_EXPR, sizetype,
4707 rounded_size, size_int (align));
4708 t = fold_build3 (COND_EXPR, sizetype, t, size_zero_node,
4709 size_binop (MINUS_EXPR, rounded_size, type_size));
4710 addr = fold_build2 (POINTER_PLUS_EXPR,
4711 TREE_TYPE (addr), addr, t);
4712 }
4713
4714 /* Compute new value for AP. */
4715 t = build2 (POINTER_PLUS_EXPR, TREE_TYPE (valist), valist_tmp, rounded_size);
4716 t = build2 (MODIFY_EXPR, TREE_TYPE (valist), valist, t);
4717 gimplify_and_add (t, pre_p);
4718
4719 addr = fold_convert (build_pointer_type (type), addr);
4720
4721 if (indirect)
4722 addr = build_va_arg_indirect_ref (addr);
4723
4724 return build_va_arg_indirect_ref (addr);
4725 }
4726
4727 /* Build an indirect-ref expression over the given TREE, which represents a
4728 piece of a va_arg() expansion. */
4729 tree
4730 build_va_arg_indirect_ref (tree addr)
4731 {
4732 addr = build_fold_indirect_ref_loc (EXPR_LOCATION (addr), addr);
4733
4734 if (flag_mudflap) /* Don't instrument va_arg INDIRECT_REF. */
4735 mf_mark (addr);
4736
4737 return addr;
4738 }
4739
4740 /* Return a dummy expression of type TYPE in order to keep going after an
4741 error. */
4742
4743 static tree
4744 dummy_object (tree type)
4745 {
4746 tree t = build_int_cst (build_pointer_type (type), 0);
4747 return build2 (MEM_REF, type, t, t);
4748 }
4749
4750 /* Gimplify __builtin_va_arg, aka VA_ARG_EXPR, which is not really a
4751 builtin function, but a very special sort of operator. */
4752
4753 enum gimplify_status
4754 gimplify_va_arg_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p)
4755 {
4756 tree promoted_type, have_va_type;
4757 tree valist = TREE_OPERAND (*expr_p, 0);
4758 tree type = TREE_TYPE (*expr_p);
4759 tree t;
4760 location_t loc = EXPR_LOCATION (*expr_p);
4761
4762 /* Verify that valist is of the proper type. */
4763 have_va_type = TREE_TYPE (valist);
4764 if (have_va_type == error_mark_node)
4765 return GS_ERROR;
4766 have_va_type = targetm.canonical_va_list_type (have_va_type);
4767
4768 if (have_va_type == NULL_TREE)
4769 {
4770 error_at (loc, "first argument to %<va_arg%> not of type %<va_list%>");
4771 return GS_ERROR;
4772 }
4773
4774 /* Generate a diagnostic for requesting data of a type that cannot
4775 be passed through `...' due to type promotion at the call site. */
4776 if ((promoted_type = lang_hooks.types.type_promotes_to (type))
4777 != type)
4778 {
4779 static bool gave_help;
4780 bool warned;
4781
4782 /* Unfortunately, this is merely undefined, rather than a constraint
4783 violation, so we cannot make this an error. If this call is never
4784 executed, the program is still strictly conforming. */
4785 warned = warning_at (loc, 0,
4786 "%qT is promoted to %qT when passed through %<...%>",
4787 type, promoted_type);
4788 if (!gave_help && warned)
4789 {
4790 gave_help = true;
4791 inform (loc, "(so you should pass %qT not %qT to %<va_arg%>)",
4792 promoted_type, type);
4793 }
4794
4795 /* We can, however, treat "undefined" any way we please.
4796 Call abort to encourage the user to fix the program. */
4797 if (warned)
4798 inform (loc, "if this code is reached, the program will abort");
4799 /* Before the abort, allow the evaluation of the va_list
4800 expression to exit or longjmp. */
4801 gimplify_and_add (valist, pre_p);
4802 t = build_call_expr_loc (loc,
4803 implicit_built_in_decls[BUILT_IN_TRAP], 0);
4804 gimplify_and_add (t, pre_p);
4805
4806 /* This is dead code, but go ahead and finish so that the
4807 mode of the result comes out right. */
4808 *expr_p = dummy_object (type);
4809 return GS_ALL_DONE;
4810 }
4811 else
4812 {
4813 /* Make it easier for the backends by protecting the valist argument
4814 from multiple evaluations. */
4815 if (TREE_CODE (have_va_type) == ARRAY_TYPE)
4816 {
4817 /* For this case, the backends will be expecting a pointer to
4818 TREE_TYPE (abi), but it's possible we've
4819 actually been given an array (an actual TARGET_FN_ABI_VA_LIST).
4820 So fix it. */
4821 if (TREE_CODE (TREE_TYPE (valist)) == ARRAY_TYPE)
4822 {
4823 tree p1 = build_pointer_type (TREE_TYPE (have_va_type));
4824 valist = fold_convert_loc (loc, p1,
4825 build_fold_addr_expr_loc (loc, valist));
4826 }
4827
4828 gimplify_expr (&valist, pre_p, post_p, is_gimple_val, fb_rvalue);
4829 }
4830 else
4831 gimplify_expr (&valist, pre_p, post_p, is_gimple_min_lval, fb_lvalue);
4832
4833 if (!targetm.gimplify_va_arg_expr)
4834 /* FIXME: Once most targets are converted we should merely
4835 assert this is non-null. */
4836 return GS_ALL_DONE;
4837
4838 *expr_p = targetm.gimplify_va_arg_expr (valist, type, pre_p, post_p);
4839 return GS_OK;
4840 }
4841 }
4842
4843 /* Expand EXP, a call to __builtin_va_end. */
4844
4845 static rtx
4846 expand_builtin_va_end (tree exp)
4847 {
4848 tree valist = CALL_EXPR_ARG (exp, 0);
4849
4850 /* Evaluate for side effects, if needed. I hate macros that don't
4851 do that. */
4852 if (TREE_SIDE_EFFECTS (valist))
4853 expand_expr (valist, const0_rtx, VOIDmode, EXPAND_NORMAL);
4854
4855 return const0_rtx;
4856 }
4857
4858 /* Expand EXP, a call to __builtin_va_copy. We do this as a
4859 builtin rather than just as an assignment in stdarg.h because of the
4860 nastiness of array-type va_list types. */
4861
4862 static rtx
4863 expand_builtin_va_copy (tree exp)
4864 {
4865 tree dst, src, t;
4866 location_t loc = EXPR_LOCATION (exp);
4867
4868 dst = CALL_EXPR_ARG (exp, 0);
4869 src = CALL_EXPR_ARG (exp, 1);
4870
4871 dst = stabilize_va_list_loc (loc, dst, 1);
4872 src = stabilize_va_list_loc (loc, src, 0);
4873
4874 gcc_assert (cfun != NULL && cfun->decl != NULL_TREE);
4875
4876 if (TREE_CODE (targetm.fn_abi_va_list (cfun->decl)) != ARRAY_TYPE)
4877 {
4878 t = build2 (MODIFY_EXPR, targetm.fn_abi_va_list (cfun->decl), dst, src);
4879 TREE_SIDE_EFFECTS (t) = 1;
4880 expand_expr (t, const0_rtx, VOIDmode, EXPAND_NORMAL);
4881 }
4882 else
4883 {
4884 rtx dstb, srcb, size;
4885
4886 /* Evaluate to pointers. */
4887 dstb = expand_expr (dst, NULL_RTX, Pmode, EXPAND_NORMAL);
4888 srcb = expand_expr (src, NULL_RTX, Pmode, EXPAND_NORMAL);
4889 size = expand_expr (TYPE_SIZE_UNIT (targetm.fn_abi_va_list (cfun->decl)),
4890 NULL_RTX, VOIDmode, EXPAND_NORMAL);
4891
4892 dstb = convert_memory_address (Pmode, dstb);
4893 srcb = convert_memory_address (Pmode, srcb);
4894
4895 /* "Dereference" to BLKmode memories. */
4896 dstb = gen_rtx_MEM (BLKmode, dstb);
4897 set_mem_alias_set (dstb, get_alias_set (TREE_TYPE (TREE_TYPE (dst))));
4898 set_mem_align (dstb, TYPE_ALIGN (targetm.fn_abi_va_list (cfun->decl)));
4899 srcb = gen_rtx_MEM (BLKmode, srcb);
4900 set_mem_alias_set (srcb, get_alias_set (TREE_TYPE (TREE_TYPE (src))));
4901 set_mem_align (srcb, TYPE_ALIGN (targetm.fn_abi_va_list (cfun->decl)));
4902
4903 /* Copy. */
4904 emit_block_move (dstb, srcb, size, BLOCK_OP_NORMAL);
4905 }
4906
4907 return const0_rtx;
4908 }
4909
4910 /* Expand a call to one of the builtin functions __builtin_frame_address or
4911 __builtin_return_address. */
4912
4913 static rtx
4914 expand_builtin_frame_address (tree fndecl, tree exp)
4915 {
4916 /* The argument must be a nonnegative integer constant.
4917 It counts the number of frames to scan up the stack.
4918 The value is the return address saved in that frame. */
4919 if (call_expr_nargs (exp) == 0)
4920 /* Warning about missing arg was already issued. */
4921 return const0_rtx;
4922 else if (! host_integerp (CALL_EXPR_ARG (exp, 0), 1))
4923 {
4924 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS)
4925 error ("invalid argument to %<__builtin_frame_address%>");
4926 else
4927 error ("invalid argument to %<__builtin_return_address%>");
4928 return const0_rtx;
4929 }
4930 else
4931 {
4932 rtx tem
4933 = expand_builtin_return_addr (DECL_FUNCTION_CODE (fndecl),
4934 tree_low_cst (CALL_EXPR_ARG (exp, 0), 1));
4935
4936 /* Some ports cannot access arbitrary stack frames. */
4937 if (tem == NULL)
4938 {
4939 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS)
4940 warning (0, "unsupported argument to %<__builtin_frame_address%>");
4941 else
4942 warning (0, "unsupported argument to %<__builtin_return_address%>");
4943 return const0_rtx;
4944 }
4945
4946 /* For __builtin_frame_address, return what we've got. */
4947 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS)
4948 return tem;
4949
4950 if (!REG_P (tem)
4951 && ! CONSTANT_P (tem))
4952 tem = copy_to_mode_reg (Pmode, tem);
4953 return tem;
4954 }
4955 }
4956
4957 /* Expand EXP, a call to the alloca builtin. Return NULL_RTX if we
4958 failed and the caller should emit a normal call, otherwise try to
4959 get the result in TARGET, if convenient. CANNOT_ACCUMULATE is the
4960 same as for allocate_dynamic_stack_space. */
4961
4962 static rtx
4963 expand_builtin_alloca (tree exp, rtx target, bool cannot_accumulate)
4964 {
4965 rtx op0;
4966 rtx result;
4967
4968 /* Emit normal call if marked not-inlineable. */
4969 if (CALL_CANNOT_INLINE_P (exp))
4970 return NULL_RTX;
4971
4972 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
4973 return NULL_RTX;
4974
4975 /* Compute the argument. */
4976 op0 = expand_normal (CALL_EXPR_ARG (exp, 0));
4977
4978 /* Allocate the desired space. */
4979 result = allocate_dynamic_stack_space (op0, target, BITS_PER_UNIT,
4980 cannot_accumulate);
4981 result = convert_memory_address (ptr_mode, result);
4982
4983 return result;
4984 }
4985
4986 /* Expand a call to a bswap builtin with argument ARG0. MODE
4987 is the mode to expand with. */
4988
4989 static rtx
4990 expand_builtin_bswap (tree exp, rtx target, rtx subtarget)
4991 {
4992 enum machine_mode mode;
4993 tree arg;
4994 rtx op0;
4995
4996 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
4997 return NULL_RTX;
4998
4999 arg = CALL_EXPR_ARG (exp, 0);
5000 mode = TYPE_MODE (TREE_TYPE (arg));
5001 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5002
5003 target = expand_unop (mode, bswap_optab, op0, target, 1);
5004
5005 gcc_assert (target);
5006
5007 return convert_to_mode (mode, target, 0);
5008 }
5009
5010 /* Expand a call to a unary builtin in EXP.
5011 Return NULL_RTX if a normal call should be emitted rather than expanding the
5012 function in-line. If convenient, the result should be placed in TARGET.
5013 SUBTARGET may be used as the target for computing one of EXP's operands. */
5014
5015 static rtx
5016 expand_builtin_unop (enum machine_mode target_mode, tree exp, rtx target,
5017 rtx subtarget, optab op_optab)
5018 {
5019 rtx op0;
5020
5021 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
5022 return NULL_RTX;
5023
5024 /* Compute the argument. */
5025 op0 = expand_expr (CALL_EXPR_ARG (exp, 0), subtarget,
5026 VOIDmode, EXPAND_NORMAL);
5027 /* Compute op, into TARGET if possible.
5028 Set TARGET to wherever the result comes back. */
5029 target = expand_unop (TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 0))),
5030 op_optab, op0, target, 1);
5031 gcc_assert (target);
5032
5033 return convert_to_mode (target_mode, target, 0);
5034 }
5035
5036 /* Expand a call to __builtin_expect. We just return our argument
5037 as the builtin_expect semantic should've been already executed by
5038 tree branch prediction pass. */
5039
5040 static rtx
5041 expand_builtin_expect (tree exp, rtx target)
5042 {
5043 tree arg;
5044
5045 if (call_expr_nargs (exp) < 2)
5046 return const0_rtx;
5047 arg = CALL_EXPR_ARG (exp, 0);
5048
5049 target = expand_expr (arg, target, VOIDmode, EXPAND_NORMAL);
5050 /* When guessing was done, the hints should be already stripped away. */
5051 gcc_assert (!flag_guess_branch_prob
5052 || optimize == 0 || seen_error ());
5053 return target;
5054 }
5055
5056 void
5057 expand_builtin_trap (void)
5058 {
5059 #ifdef HAVE_trap
5060 if (HAVE_trap)
5061 emit_insn (gen_trap ());
5062 else
5063 #endif
5064 emit_library_call (abort_libfunc, LCT_NORETURN, VOIDmode, 0);
5065 emit_barrier ();
5066 }
5067
5068 /* Expand a call to __builtin_unreachable. We do nothing except emit
5069 a barrier saying that control flow will not pass here.
5070
5071 It is the responsibility of the program being compiled to ensure
5072 that control flow does never reach __builtin_unreachable. */
5073 static void
5074 expand_builtin_unreachable (void)
5075 {
5076 emit_barrier ();
5077 }
5078
5079 /* Expand EXP, a call to fabs, fabsf or fabsl.
5080 Return NULL_RTX if a normal call should be emitted rather than expanding
5081 the function inline. If convenient, the result should be placed
5082 in TARGET. SUBTARGET may be used as the target for computing
5083 the operand. */
5084
5085 static rtx
5086 expand_builtin_fabs (tree exp, rtx target, rtx subtarget)
5087 {
5088 enum machine_mode mode;
5089 tree arg;
5090 rtx op0;
5091
5092 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
5093 return NULL_RTX;
5094
5095 arg = CALL_EXPR_ARG (exp, 0);
5096 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
5097 mode = TYPE_MODE (TREE_TYPE (arg));
5098 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5099 return expand_abs (mode, op0, target, 0, safe_from_p (target, arg, 1));
5100 }
5101
5102 /* Expand EXP, a call to copysign, copysignf, or copysignl.
5103 Return NULL is a normal call should be emitted rather than expanding the
5104 function inline. If convenient, the result should be placed in TARGET.
5105 SUBTARGET may be used as the target for computing the operand. */
5106
5107 static rtx
5108 expand_builtin_copysign (tree exp, rtx target, rtx subtarget)
5109 {
5110 rtx op0, op1;
5111 tree arg;
5112
5113 if (!validate_arglist (exp, REAL_TYPE, REAL_TYPE, VOID_TYPE))
5114 return NULL_RTX;
5115
5116 arg = CALL_EXPR_ARG (exp, 0);
5117 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5118
5119 arg = CALL_EXPR_ARG (exp, 1);
5120 op1 = expand_normal (arg);
5121
5122 return expand_copysign (op0, op1, target);
5123 }
5124
5125 /* Create a new constant string literal and return a char* pointer to it.
5126 The STRING_CST value is the LEN characters at STR. */
5127 tree
5128 build_string_literal (int len, const char *str)
5129 {
5130 tree t, elem, index, type;
5131
5132 t = build_string (len, str);
5133 elem = build_type_variant (char_type_node, 1, 0);
5134 index = build_index_type (size_int (len - 1));
5135 type = build_array_type (elem, index);
5136 TREE_TYPE (t) = type;
5137 TREE_CONSTANT (t) = 1;
5138 TREE_READONLY (t) = 1;
5139 TREE_STATIC (t) = 1;
5140
5141 type = build_pointer_type (elem);
5142 t = build1 (ADDR_EXPR, type,
5143 build4 (ARRAY_REF, elem,
5144 t, integer_zero_node, NULL_TREE, NULL_TREE));
5145 return t;
5146 }
5147
5148 /* Expand a call to either the entry or exit function profiler. */
5149
5150 static rtx
5151 expand_builtin_profile_func (bool exitp)
5152 {
5153 rtx this_rtx, which;
5154
5155 this_rtx = DECL_RTL (current_function_decl);
5156 gcc_assert (MEM_P (this_rtx));
5157 this_rtx = XEXP (this_rtx, 0);
5158
5159 if (exitp)
5160 which = profile_function_exit_libfunc;
5161 else
5162 which = profile_function_entry_libfunc;
5163
5164 emit_library_call (which, LCT_NORMAL, VOIDmode, 2, this_rtx, Pmode,
5165 expand_builtin_return_addr (BUILT_IN_RETURN_ADDRESS,
5166 0),
5167 Pmode);
5168
5169 return const0_rtx;
5170 }
5171
5172 /* Expand a call to __builtin___clear_cache. */
5173
5174 static rtx
5175 expand_builtin___clear_cache (tree exp ATTRIBUTE_UNUSED)
5176 {
5177 #ifndef HAVE_clear_cache
5178 #ifdef CLEAR_INSN_CACHE
5179 /* There is no "clear_cache" insn, and __clear_cache() in libgcc
5180 does something. Just do the default expansion to a call to
5181 __clear_cache(). */
5182 return NULL_RTX;
5183 #else
5184 /* There is no "clear_cache" insn, and __clear_cache() in libgcc
5185 does nothing. There is no need to call it. Do nothing. */
5186 return const0_rtx;
5187 #endif /* CLEAR_INSN_CACHE */
5188 #else
5189 /* We have a "clear_cache" insn, and it will handle everything. */
5190 tree begin, end;
5191 rtx begin_rtx, end_rtx;
5192 enum insn_code icode;
5193
5194 /* We must not expand to a library call. If we did, any
5195 fallback library function in libgcc that might contain a call to
5196 __builtin___clear_cache() would recurse infinitely. */
5197 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
5198 {
5199 error ("both arguments to %<__builtin___clear_cache%> must be pointers");
5200 return const0_rtx;
5201 }
5202
5203 if (HAVE_clear_cache)
5204 {
5205 icode = CODE_FOR_clear_cache;
5206
5207 begin = CALL_EXPR_ARG (exp, 0);
5208 begin_rtx = expand_expr (begin, NULL_RTX, Pmode, EXPAND_NORMAL);
5209 begin_rtx = convert_memory_address (Pmode, begin_rtx);
5210 if (!insn_data[icode].operand[0].predicate (begin_rtx, Pmode))
5211 begin_rtx = copy_to_mode_reg (Pmode, begin_rtx);
5212
5213 end = CALL_EXPR_ARG (exp, 1);
5214 end_rtx = expand_expr (end, NULL_RTX, Pmode, EXPAND_NORMAL);
5215 end_rtx = convert_memory_address (Pmode, end_rtx);
5216 if (!insn_data[icode].operand[1].predicate (end_rtx, Pmode))
5217 end_rtx = copy_to_mode_reg (Pmode, end_rtx);
5218
5219 emit_insn (gen_clear_cache (begin_rtx, end_rtx));
5220 }
5221 return const0_rtx;
5222 #endif /* HAVE_clear_cache */
5223 }
5224
5225 /* Given a trampoline address, make sure it satisfies TRAMPOLINE_ALIGNMENT. */
5226
5227 static rtx
5228 round_trampoline_addr (rtx tramp)
5229 {
5230 rtx temp, addend, mask;
5231
5232 /* If we don't need too much alignment, we'll have been guaranteed
5233 proper alignment by get_trampoline_type. */
5234 if (TRAMPOLINE_ALIGNMENT <= STACK_BOUNDARY)
5235 return tramp;
5236
5237 /* Round address up to desired boundary. */
5238 temp = gen_reg_rtx (Pmode);
5239 addend = GEN_INT (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT - 1);
5240 mask = GEN_INT (-TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
5241
5242 temp = expand_simple_binop (Pmode, PLUS, tramp, addend,
5243 temp, 0, OPTAB_LIB_WIDEN);
5244 tramp = expand_simple_binop (Pmode, AND, temp, mask,
5245 temp, 0, OPTAB_LIB_WIDEN);
5246
5247 return tramp;
5248 }
5249
5250 static rtx
5251 expand_builtin_init_trampoline (tree exp)
5252 {
5253 tree t_tramp, t_func, t_chain;
5254 rtx m_tramp, r_tramp, r_chain, tmp;
5255
5256 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE,
5257 POINTER_TYPE, VOID_TYPE))
5258 return NULL_RTX;
5259
5260 t_tramp = CALL_EXPR_ARG (exp, 0);
5261 t_func = CALL_EXPR_ARG (exp, 1);
5262 t_chain = CALL_EXPR_ARG (exp, 2);
5263
5264 r_tramp = expand_normal (t_tramp);
5265 m_tramp = gen_rtx_MEM (BLKmode, r_tramp);
5266 MEM_NOTRAP_P (m_tramp) = 1;
5267
5268 /* The TRAMP argument should be the address of a field within the
5269 local function's FRAME decl. Let's see if we can fill in the
5270 to fill in the MEM_ATTRs for this memory. */
5271 if (TREE_CODE (t_tramp) == ADDR_EXPR)
5272 set_mem_attributes_minus_bitpos (m_tramp, TREE_OPERAND (t_tramp, 0),
5273 true, 0);
5274
5275 tmp = round_trampoline_addr (r_tramp);
5276 if (tmp != r_tramp)
5277 {
5278 m_tramp = change_address (m_tramp, BLKmode, tmp);
5279 set_mem_align (m_tramp, TRAMPOLINE_ALIGNMENT);
5280 set_mem_size (m_tramp, GEN_INT (TRAMPOLINE_SIZE));
5281 }
5282
5283 /* The FUNC argument should be the address of the nested function.
5284 Extract the actual function decl to pass to the hook. */
5285 gcc_assert (TREE_CODE (t_func) == ADDR_EXPR);
5286 t_func = TREE_OPERAND (t_func, 0);
5287 gcc_assert (TREE_CODE (t_func) == FUNCTION_DECL);
5288
5289 r_chain = expand_normal (t_chain);
5290
5291 /* Generate insns to initialize the trampoline. */
5292 targetm.calls.trampoline_init (m_tramp, t_func, r_chain);
5293
5294 trampolines_created = 1;
5295
5296 warning_at (DECL_SOURCE_LOCATION (t_func), OPT_Wtrampolines,
5297 "trampoline generated for nested function %qD", t_func);
5298
5299 return const0_rtx;
5300 }
5301
5302 static rtx
5303 expand_builtin_adjust_trampoline (tree exp)
5304 {
5305 rtx tramp;
5306
5307 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
5308 return NULL_RTX;
5309
5310 tramp = expand_normal (CALL_EXPR_ARG (exp, 0));
5311 tramp = round_trampoline_addr (tramp);
5312 if (targetm.calls.trampoline_adjust_address)
5313 tramp = targetm.calls.trampoline_adjust_address (tramp);
5314
5315 return tramp;
5316 }
5317
5318 /* Expand the call EXP to the built-in signbit, signbitf or signbitl
5319 function. The function first checks whether the back end provides
5320 an insn to implement signbit for the respective mode. If not, it
5321 checks whether the floating point format of the value is such that
5322 the sign bit can be extracted. If that is not the case, the
5323 function returns NULL_RTX to indicate that a normal call should be
5324 emitted rather than expanding the function in-line. EXP is the
5325 expression that is a call to the builtin function; if convenient,
5326 the result should be placed in TARGET. */
5327 static rtx
5328 expand_builtin_signbit (tree exp, rtx target)
5329 {
5330 const struct real_format *fmt;
5331 enum machine_mode fmode, imode, rmode;
5332 tree arg;
5333 int word, bitpos;
5334 enum insn_code icode;
5335 rtx temp;
5336 location_t loc = EXPR_LOCATION (exp);
5337
5338 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
5339 return NULL_RTX;
5340
5341 arg = CALL_EXPR_ARG (exp, 0);
5342 fmode = TYPE_MODE (TREE_TYPE (arg));
5343 rmode = TYPE_MODE (TREE_TYPE (exp));
5344 fmt = REAL_MODE_FORMAT (fmode);
5345
5346 arg = builtin_save_expr (arg);
5347
5348 /* Expand the argument yielding a RTX expression. */
5349 temp = expand_normal (arg);
5350
5351 /* Check if the back end provides an insn that handles signbit for the
5352 argument's mode. */
5353 icode = optab_handler (signbit_optab, fmode);
5354 if (icode != CODE_FOR_nothing)
5355 {
5356 rtx last = get_last_insn ();
5357 target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
5358 if (maybe_emit_unop_insn (icode, target, temp, UNKNOWN))
5359 return target;
5360 delete_insns_since (last);
5361 }
5362
5363 /* For floating point formats without a sign bit, implement signbit
5364 as "ARG < 0.0". */
5365 bitpos = fmt->signbit_ro;
5366 if (bitpos < 0)
5367 {
5368 /* But we can't do this if the format supports signed zero. */
5369 if (fmt->has_signed_zero && HONOR_SIGNED_ZEROS (fmode))
5370 return NULL_RTX;
5371
5372 arg = fold_build2_loc (loc, LT_EXPR, TREE_TYPE (exp), arg,
5373 build_real (TREE_TYPE (arg), dconst0));
5374 return expand_expr (arg, target, VOIDmode, EXPAND_NORMAL);
5375 }
5376
5377 if (GET_MODE_SIZE (fmode) <= UNITS_PER_WORD)
5378 {
5379 imode = int_mode_for_mode (fmode);
5380 if (imode == BLKmode)
5381 return NULL_RTX;
5382 temp = gen_lowpart (imode, temp);
5383 }
5384 else
5385 {
5386 imode = word_mode;
5387 /* Handle targets with different FP word orders. */
5388 if (FLOAT_WORDS_BIG_ENDIAN)
5389 word = (GET_MODE_BITSIZE (fmode) - bitpos) / BITS_PER_WORD;
5390 else
5391 word = bitpos / BITS_PER_WORD;
5392 temp = operand_subword_force (temp, word, fmode);
5393 bitpos = bitpos % BITS_PER_WORD;
5394 }
5395
5396 /* Force the intermediate word_mode (or narrower) result into a
5397 register. This avoids attempting to create paradoxical SUBREGs
5398 of floating point modes below. */
5399 temp = force_reg (imode, temp);
5400
5401 /* If the bitpos is within the "result mode" lowpart, the operation
5402 can be implement with a single bitwise AND. Otherwise, we need
5403 a right shift and an AND. */
5404
5405 if (bitpos < GET_MODE_BITSIZE (rmode))
5406 {
5407 double_int mask = double_int_setbit (double_int_zero, bitpos);
5408
5409 if (GET_MODE_SIZE (imode) > GET_MODE_SIZE (rmode))
5410 temp = gen_lowpart (rmode, temp);
5411 temp = expand_binop (rmode, and_optab, temp,
5412 immed_double_int_const (mask, rmode),
5413 NULL_RTX, 1, OPTAB_LIB_WIDEN);
5414 }
5415 else
5416 {
5417 /* Perform a logical right shift to place the signbit in the least
5418 significant bit, then truncate the result to the desired mode
5419 and mask just this bit. */
5420 temp = expand_shift (RSHIFT_EXPR, imode, temp,
5421 build_int_cst (NULL_TREE, bitpos), NULL_RTX, 1);
5422 temp = gen_lowpart (rmode, temp);
5423 temp = expand_binop (rmode, and_optab, temp, const1_rtx,
5424 NULL_RTX, 1, OPTAB_LIB_WIDEN);
5425 }
5426
5427 return temp;
5428 }
5429
5430 /* Expand fork or exec calls. TARGET is the desired target of the
5431 call. EXP is the call. FN is the
5432 identificator of the actual function. IGNORE is nonzero if the
5433 value is to be ignored. */
5434
5435 static rtx
5436 expand_builtin_fork_or_exec (tree fn, tree exp, rtx target, int ignore)
5437 {
5438 tree id, decl;
5439 tree call;
5440
5441 /* If we are not profiling, just call the function. */
5442 if (!profile_arc_flag)
5443 return NULL_RTX;
5444
5445 /* Otherwise call the wrapper. This should be equivalent for the rest of
5446 compiler, so the code does not diverge, and the wrapper may run the
5447 code necessary for keeping the profiling sane. */
5448
5449 switch (DECL_FUNCTION_CODE (fn))
5450 {
5451 case BUILT_IN_FORK:
5452 id = get_identifier ("__gcov_fork");
5453 break;
5454
5455 case BUILT_IN_EXECL:
5456 id = get_identifier ("__gcov_execl");
5457 break;
5458
5459 case BUILT_IN_EXECV:
5460 id = get_identifier ("__gcov_execv");
5461 break;
5462
5463 case BUILT_IN_EXECLP:
5464 id = get_identifier ("__gcov_execlp");
5465 break;
5466
5467 case BUILT_IN_EXECLE:
5468 id = get_identifier ("__gcov_execle");
5469 break;
5470
5471 case BUILT_IN_EXECVP:
5472 id = get_identifier ("__gcov_execvp");
5473 break;
5474
5475 case BUILT_IN_EXECVE:
5476 id = get_identifier ("__gcov_execve");
5477 break;
5478
5479 default:
5480 gcc_unreachable ();
5481 }
5482
5483 decl = build_decl (DECL_SOURCE_LOCATION (fn),
5484 FUNCTION_DECL, id, TREE_TYPE (fn));
5485 DECL_EXTERNAL (decl) = 1;
5486 TREE_PUBLIC (decl) = 1;
5487 DECL_ARTIFICIAL (decl) = 1;
5488 TREE_NOTHROW (decl) = 1;
5489 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
5490 DECL_VISIBILITY_SPECIFIED (decl) = 1;
5491 call = rewrite_call_expr (EXPR_LOCATION (exp), exp, 0, decl, 0);
5492 return expand_call (call, target, ignore);
5493 }
5494
5495
5496 \f
5497 /* Reconstitute a mode for a __sync intrinsic operation. Since the type of
5498 the pointer in these functions is void*, the tree optimizers may remove
5499 casts. The mode computed in expand_builtin isn't reliable either, due
5500 to __sync_bool_compare_and_swap.
5501
5502 FCODE_DIFF should be fcode - base, where base is the FOO_1 code for the
5503 group of builtins. This gives us log2 of the mode size. */
5504
5505 static inline enum machine_mode
5506 get_builtin_sync_mode (int fcode_diff)
5507 {
5508 /* The size is not negotiable, so ask not to get BLKmode in return
5509 if the target indicates that a smaller size would be better. */
5510 return mode_for_size (BITS_PER_UNIT << fcode_diff, MODE_INT, 0);
5511 }
5512
5513 /* Expand the memory expression LOC and return the appropriate memory operand
5514 for the builtin_sync operations. */
5515
5516 static rtx
5517 get_builtin_sync_mem (tree loc, enum machine_mode mode)
5518 {
5519 rtx addr, mem;
5520
5521 addr = expand_expr (loc, NULL_RTX, ptr_mode, EXPAND_SUM);
5522 addr = convert_memory_address (Pmode, addr);
5523
5524 /* Note that we explicitly do not want any alias information for this
5525 memory, so that we kill all other live memories. Otherwise we don't
5526 satisfy the full barrier semantics of the intrinsic. */
5527 mem = validize_mem (gen_rtx_MEM (mode, addr));
5528
5529 /* The alignment needs to be at least according to that of the mode. */
5530 set_mem_align (mem, MAX (GET_MODE_ALIGNMENT (mode),
5531 get_pointer_alignment (loc, BIGGEST_ALIGNMENT)));
5532 set_mem_alias_set (mem, ALIAS_SET_MEMORY_BARRIER);
5533 MEM_VOLATILE_P (mem) = 1;
5534
5535 return mem;
5536 }
5537
5538 /* Expand the __sync_xxx_and_fetch and __sync_fetch_and_xxx intrinsics.
5539 EXP is the CALL_EXPR. CODE is the rtx code
5540 that corresponds to the arithmetic or logical operation from the name;
5541 an exception here is that NOT actually means NAND. TARGET is an optional
5542 place for us to store the results; AFTER is true if this is the
5543 fetch_and_xxx form. IGNORE is true if we don't actually care about
5544 the result of the operation at all. */
5545
5546 static rtx
5547 expand_builtin_sync_operation (enum machine_mode mode, tree exp,
5548 enum rtx_code code, bool after,
5549 rtx target, bool ignore)
5550 {
5551 rtx val, mem;
5552 enum machine_mode old_mode;
5553 location_t loc = EXPR_LOCATION (exp);
5554
5555 if (code == NOT && warn_sync_nand)
5556 {
5557 tree fndecl = get_callee_fndecl (exp);
5558 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
5559
5560 static bool warned_f_a_n, warned_n_a_f;
5561
5562 switch (fcode)
5563 {
5564 case BUILT_IN_FETCH_AND_NAND_1:
5565 case BUILT_IN_FETCH_AND_NAND_2:
5566 case BUILT_IN_FETCH_AND_NAND_4:
5567 case BUILT_IN_FETCH_AND_NAND_8:
5568 case BUILT_IN_FETCH_AND_NAND_16:
5569
5570 if (warned_f_a_n)
5571 break;
5572
5573 fndecl = implicit_built_in_decls[BUILT_IN_FETCH_AND_NAND_N];
5574 inform (loc, "%qD changed semantics in GCC 4.4", fndecl);
5575 warned_f_a_n = true;
5576 break;
5577
5578 case BUILT_IN_NAND_AND_FETCH_1:
5579 case BUILT_IN_NAND_AND_FETCH_2:
5580 case BUILT_IN_NAND_AND_FETCH_4:
5581 case BUILT_IN_NAND_AND_FETCH_8:
5582 case BUILT_IN_NAND_AND_FETCH_16:
5583
5584 if (warned_n_a_f)
5585 break;
5586
5587 fndecl = implicit_built_in_decls[BUILT_IN_NAND_AND_FETCH_N];
5588 inform (loc, "%qD changed semantics in GCC 4.4", fndecl);
5589 warned_n_a_f = true;
5590 break;
5591
5592 default:
5593 gcc_unreachable ();
5594 }
5595 }
5596
5597 /* Expand the operands. */
5598 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5599
5600 val = expand_expr (CALL_EXPR_ARG (exp, 1), NULL_RTX, mode, EXPAND_NORMAL);
5601 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5602 of CONST_INTs, where we know the old_mode only from the call argument. */
5603 old_mode = GET_MODE (val);
5604 if (old_mode == VOIDmode)
5605 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 1)));
5606 val = convert_modes (mode, old_mode, val, 1);
5607
5608 if (ignore)
5609 return expand_sync_operation (mem, val, code);
5610 else
5611 return expand_sync_fetch_operation (mem, val, code, after, target);
5612 }
5613
5614 /* Expand the __sync_val_compare_and_swap and __sync_bool_compare_and_swap
5615 intrinsics. EXP is the CALL_EXPR. IS_BOOL is
5616 true if this is the boolean form. TARGET is a place for us to store the
5617 results; this is NOT optional if IS_BOOL is true. */
5618
5619 static rtx
5620 expand_builtin_compare_and_swap (enum machine_mode mode, tree exp,
5621 bool is_bool, rtx target)
5622 {
5623 rtx old_val, new_val, mem;
5624 enum machine_mode old_mode;
5625
5626 /* Expand the operands. */
5627 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5628
5629
5630 old_val = expand_expr (CALL_EXPR_ARG (exp, 1), NULL_RTX,
5631 mode, EXPAND_NORMAL);
5632 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5633 of CONST_INTs, where we know the old_mode only from the call argument. */
5634 old_mode = GET_MODE (old_val);
5635 if (old_mode == VOIDmode)
5636 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 1)));
5637 old_val = convert_modes (mode, old_mode, old_val, 1);
5638
5639 new_val = expand_expr (CALL_EXPR_ARG (exp, 2), NULL_RTX,
5640 mode, EXPAND_NORMAL);
5641 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5642 of CONST_INTs, where we know the old_mode only from the call argument. */
5643 old_mode = GET_MODE (new_val);
5644 if (old_mode == VOIDmode)
5645 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 2)));
5646 new_val = convert_modes (mode, old_mode, new_val, 1);
5647
5648 if (is_bool)
5649 return expand_bool_compare_and_swap (mem, old_val, new_val, target);
5650 else
5651 return expand_val_compare_and_swap (mem, old_val, new_val, target);
5652 }
5653
5654 /* Expand the __sync_lock_test_and_set intrinsic. Note that the most
5655 general form is actually an atomic exchange, and some targets only
5656 support a reduced form with the second argument being a constant 1.
5657 EXP is the CALL_EXPR; TARGET is an optional place for us to store
5658 the results. */
5659
5660 static rtx
5661 expand_builtin_lock_test_and_set (enum machine_mode mode, tree exp,
5662 rtx target)
5663 {
5664 rtx val, mem;
5665 enum machine_mode old_mode;
5666
5667 /* Expand the operands. */
5668 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5669 val = expand_expr (CALL_EXPR_ARG (exp, 1), NULL_RTX, mode, EXPAND_NORMAL);
5670 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5671 of CONST_INTs, where we know the old_mode only from the call argument. */
5672 old_mode = GET_MODE (val);
5673 if (old_mode == VOIDmode)
5674 old_mode = TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 1)));
5675 val = convert_modes (mode, old_mode, val, 1);
5676
5677 return expand_sync_lock_test_and_set (mem, val, target);
5678 }
5679
5680 /* Expand the __sync_synchronize intrinsic. */
5681
5682 static void
5683 expand_builtin_synchronize (void)
5684 {
5685 gimple x;
5686 VEC (tree, gc) *v_clobbers;
5687
5688 #ifdef HAVE_memory_barrier
5689 if (HAVE_memory_barrier)
5690 {
5691 emit_insn (gen_memory_barrier ());
5692 return;
5693 }
5694 #endif
5695
5696 if (synchronize_libfunc != NULL_RTX)
5697 {
5698 emit_library_call (synchronize_libfunc, LCT_NORMAL, VOIDmode, 0);
5699 return;
5700 }
5701
5702 /* If no explicit memory barrier instruction is available, create an
5703 empty asm stmt with a memory clobber. */
5704 v_clobbers = VEC_alloc (tree, gc, 1);
5705 VEC_quick_push (tree, v_clobbers,
5706 tree_cons (NULL, build_string (6, "memory"), NULL));
5707 x = gimple_build_asm_vec ("", NULL, NULL, v_clobbers, NULL);
5708 gimple_asm_set_volatile (x, true);
5709 expand_asm_stmt (x);
5710 }
5711
5712 /* Expand the __sync_lock_release intrinsic. EXP is the CALL_EXPR. */
5713
5714 static void
5715 expand_builtin_lock_release (enum machine_mode mode, tree exp)
5716 {
5717 enum insn_code icode;
5718 rtx mem, insn;
5719 rtx val = const0_rtx;
5720
5721 /* Expand the operands. */
5722 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5723
5724 /* If there is an explicit operation in the md file, use it. */
5725 icode = direct_optab_handler (sync_lock_release_optab, mode);
5726 if (icode != CODE_FOR_nothing)
5727 {
5728 if (!insn_data[icode].operand[1].predicate (val, mode))
5729 val = force_reg (mode, val);
5730
5731 insn = GEN_FCN (icode) (mem, val);
5732 if (insn)
5733 {
5734 emit_insn (insn);
5735 return;
5736 }
5737 }
5738
5739 /* Otherwise we can implement this operation by emitting a barrier
5740 followed by a store of zero. */
5741 expand_builtin_synchronize ();
5742 emit_move_insn (mem, val);
5743 }
5744 \f
5745 /* Expand an expression EXP that calls a built-in function,
5746 with result going to TARGET if that's convenient
5747 (and in mode MODE if that's convenient).
5748 SUBTARGET may be used as the target for computing one of EXP's operands.
5749 IGNORE is nonzero if the value is to be ignored. */
5750
5751 rtx
5752 expand_builtin (tree exp, rtx target, rtx subtarget, enum machine_mode mode,
5753 int ignore)
5754 {
5755 tree fndecl = get_callee_fndecl (exp);
5756 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
5757 enum machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp));
5758 int flags;
5759
5760 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
5761 return targetm.expand_builtin (exp, target, subtarget, mode, ignore);
5762
5763 /* When not optimizing, generate calls to library functions for a certain
5764 set of builtins. */
5765 if (!optimize
5766 && !called_as_built_in (fndecl)
5767 && DECL_ASSEMBLER_NAME_SET_P (fndecl)
5768 && fcode != BUILT_IN_ALLOCA
5769 && fcode != BUILT_IN_FREE)
5770 return expand_call (exp, target, ignore);
5771
5772 /* The built-in function expanders test for target == const0_rtx
5773 to determine whether the function's result will be ignored. */
5774 if (ignore)
5775 target = const0_rtx;
5776
5777 /* If the result of a pure or const built-in function is ignored, and
5778 none of its arguments are volatile, we can avoid expanding the
5779 built-in call and just evaluate the arguments for side-effects. */
5780 if (target == const0_rtx
5781 && ((flags = flags_from_decl_or_type (fndecl)) & (ECF_CONST | ECF_PURE))
5782 && !(flags & ECF_LOOPING_CONST_OR_PURE))
5783 {
5784 bool volatilep = false;
5785 tree arg;
5786 call_expr_arg_iterator iter;
5787
5788 FOR_EACH_CALL_EXPR_ARG (arg, iter, exp)
5789 if (TREE_THIS_VOLATILE (arg))
5790 {
5791 volatilep = true;
5792 break;
5793 }
5794
5795 if (! volatilep)
5796 {
5797 FOR_EACH_CALL_EXPR_ARG (arg, iter, exp)
5798 expand_expr (arg, const0_rtx, VOIDmode, EXPAND_NORMAL);
5799 return const0_rtx;
5800 }
5801 }
5802
5803 switch (fcode)
5804 {
5805 CASE_FLT_FN (BUILT_IN_FABS):
5806 target = expand_builtin_fabs (exp, target, subtarget);
5807 if (target)
5808 return target;
5809 break;
5810
5811 CASE_FLT_FN (BUILT_IN_COPYSIGN):
5812 target = expand_builtin_copysign (exp, target, subtarget);
5813 if (target)
5814 return target;
5815 break;
5816
5817 /* Just do a normal library call if we were unable to fold
5818 the values. */
5819 CASE_FLT_FN (BUILT_IN_CABS):
5820 break;
5821
5822 CASE_FLT_FN (BUILT_IN_EXP):
5823 CASE_FLT_FN (BUILT_IN_EXP10):
5824 CASE_FLT_FN (BUILT_IN_POW10):
5825 CASE_FLT_FN (BUILT_IN_EXP2):
5826 CASE_FLT_FN (BUILT_IN_EXPM1):
5827 CASE_FLT_FN (BUILT_IN_LOGB):
5828 CASE_FLT_FN (BUILT_IN_LOG):
5829 CASE_FLT_FN (BUILT_IN_LOG10):
5830 CASE_FLT_FN (BUILT_IN_LOG2):
5831 CASE_FLT_FN (BUILT_IN_LOG1P):
5832 CASE_FLT_FN (BUILT_IN_TAN):
5833 CASE_FLT_FN (BUILT_IN_ASIN):
5834 CASE_FLT_FN (BUILT_IN_ACOS):
5835 CASE_FLT_FN (BUILT_IN_ATAN):
5836 CASE_FLT_FN (BUILT_IN_SIGNIFICAND):
5837 /* Treat these like sqrt only if unsafe math optimizations are allowed,
5838 because of possible accuracy problems. */
5839 if (! flag_unsafe_math_optimizations)
5840 break;
5841 CASE_FLT_FN (BUILT_IN_SQRT):
5842 CASE_FLT_FN (BUILT_IN_FLOOR):
5843 CASE_FLT_FN (BUILT_IN_CEIL):
5844 CASE_FLT_FN (BUILT_IN_TRUNC):
5845 CASE_FLT_FN (BUILT_IN_ROUND):
5846 CASE_FLT_FN (BUILT_IN_NEARBYINT):
5847 CASE_FLT_FN (BUILT_IN_RINT):
5848 target = expand_builtin_mathfn (exp, target, subtarget);
5849 if (target)
5850 return target;
5851 break;
5852
5853 CASE_FLT_FN (BUILT_IN_ILOGB):
5854 if (! flag_unsafe_math_optimizations)
5855 break;
5856 CASE_FLT_FN (BUILT_IN_ISINF):
5857 CASE_FLT_FN (BUILT_IN_FINITE):
5858 case BUILT_IN_ISFINITE:
5859 case BUILT_IN_ISNORMAL:
5860 target = expand_builtin_interclass_mathfn (exp, target, subtarget);
5861 if (target)
5862 return target;
5863 break;
5864
5865 CASE_FLT_FN (BUILT_IN_LCEIL):
5866 CASE_FLT_FN (BUILT_IN_LLCEIL):
5867 CASE_FLT_FN (BUILT_IN_LFLOOR):
5868 CASE_FLT_FN (BUILT_IN_LLFLOOR):
5869 target = expand_builtin_int_roundingfn (exp, target);
5870 if (target)
5871 return target;
5872 break;
5873
5874 CASE_FLT_FN (BUILT_IN_LRINT):
5875 CASE_FLT_FN (BUILT_IN_LLRINT):
5876 CASE_FLT_FN (BUILT_IN_LROUND):
5877 CASE_FLT_FN (BUILT_IN_LLROUND):
5878 target = expand_builtin_int_roundingfn_2 (exp, target);
5879 if (target)
5880 return target;
5881 break;
5882
5883 CASE_FLT_FN (BUILT_IN_POW):
5884 target = expand_builtin_pow (exp, target, subtarget);
5885 if (target)
5886 return target;
5887 break;
5888
5889 CASE_FLT_FN (BUILT_IN_POWI):
5890 target = expand_builtin_powi (exp, target, subtarget);
5891 if (target)
5892 return target;
5893 break;
5894
5895 CASE_FLT_FN (BUILT_IN_ATAN2):
5896 CASE_FLT_FN (BUILT_IN_LDEXP):
5897 CASE_FLT_FN (BUILT_IN_SCALB):
5898 CASE_FLT_FN (BUILT_IN_SCALBN):
5899 CASE_FLT_FN (BUILT_IN_SCALBLN):
5900 if (! flag_unsafe_math_optimizations)
5901 break;
5902
5903 CASE_FLT_FN (BUILT_IN_FMOD):
5904 CASE_FLT_FN (BUILT_IN_REMAINDER):
5905 CASE_FLT_FN (BUILT_IN_DREM):
5906 target = expand_builtin_mathfn_2 (exp, target, subtarget);
5907 if (target)
5908 return target;
5909 break;
5910
5911 CASE_FLT_FN (BUILT_IN_CEXPI):
5912 target = expand_builtin_cexpi (exp, target, subtarget);
5913 gcc_assert (target);
5914 return target;
5915
5916 CASE_FLT_FN (BUILT_IN_SIN):
5917 CASE_FLT_FN (BUILT_IN_COS):
5918 if (! flag_unsafe_math_optimizations)
5919 break;
5920 target = expand_builtin_mathfn_3 (exp, target, subtarget);
5921 if (target)
5922 return target;
5923 break;
5924
5925 CASE_FLT_FN (BUILT_IN_SINCOS):
5926 if (! flag_unsafe_math_optimizations)
5927 break;
5928 target = expand_builtin_sincos (exp);
5929 if (target)
5930 return target;
5931 break;
5932
5933 case BUILT_IN_APPLY_ARGS:
5934 return expand_builtin_apply_args ();
5935
5936 /* __builtin_apply (FUNCTION, ARGUMENTS, ARGSIZE) invokes
5937 FUNCTION with a copy of the parameters described by
5938 ARGUMENTS, and ARGSIZE. It returns a block of memory
5939 allocated on the stack into which is stored all the registers
5940 that might possibly be used for returning the result of a
5941 function. ARGUMENTS is the value returned by
5942 __builtin_apply_args. ARGSIZE is the number of bytes of
5943 arguments that must be copied. ??? How should this value be
5944 computed? We'll also need a safe worst case value for varargs
5945 functions. */
5946 case BUILT_IN_APPLY:
5947 if (!validate_arglist (exp, POINTER_TYPE,
5948 POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)
5949 && !validate_arglist (exp, REFERENCE_TYPE,
5950 POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
5951 return const0_rtx;
5952 else
5953 {
5954 rtx ops[3];
5955
5956 ops[0] = expand_normal (CALL_EXPR_ARG (exp, 0));
5957 ops[1] = expand_normal (CALL_EXPR_ARG (exp, 1));
5958 ops[2] = expand_normal (CALL_EXPR_ARG (exp, 2));
5959
5960 return expand_builtin_apply (ops[0], ops[1], ops[2]);
5961 }
5962
5963 /* __builtin_return (RESULT) causes the function to return the
5964 value described by RESULT. RESULT is address of the block of
5965 memory returned by __builtin_apply. */
5966 case BUILT_IN_RETURN:
5967 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
5968 expand_builtin_return (expand_normal (CALL_EXPR_ARG (exp, 0)));
5969 return const0_rtx;
5970
5971 case BUILT_IN_SAVEREGS:
5972 return expand_builtin_saveregs ();
5973
5974 case BUILT_IN_VA_ARG_PACK:
5975 /* All valid uses of __builtin_va_arg_pack () are removed during
5976 inlining. */
5977 error ("%Kinvalid use of %<__builtin_va_arg_pack ()%>", exp);
5978 return const0_rtx;
5979
5980 case BUILT_IN_VA_ARG_PACK_LEN:
5981 /* All valid uses of __builtin_va_arg_pack_len () are removed during
5982 inlining. */
5983 error ("%Kinvalid use of %<__builtin_va_arg_pack_len ()%>", exp);
5984 return const0_rtx;
5985
5986 /* Return the address of the first anonymous stack arg. */
5987 case BUILT_IN_NEXT_ARG:
5988 if (fold_builtin_next_arg (exp, false))
5989 return const0_rtx;
5990 return expand_builtin_next_arg ();
5991
5992 case BUILT_IN_CLEAR_CACHE:
5993 target = expand_builtin___clear_cache (exp);
5994 if (target)
5995 return target;
5996 break;
5997
5998 case BUILT_IN_CLASSIFY_TYPE:
5999 return expand_builtin_classify_type (exp);
6000
6001 case BUILT_IN_CONSTANT_P:
6002 return const0_rtx;
6003
6004 case BUILT_IN_FRAME_ADDRESS:
6005 case BUILT_IN_RETURN_ADDRESS:
6006 return expand_builtin_frame_address (fndecl, exp);
6007
6008 /* Returns the address of the area where the structure is returned.
6009 0 otherwise. */
6010 case BUILT_IN_AGGREGATE_INCOMING_ADDRESS:
6011 if (call_expr_nargs (exp) != 0
6012 || ! AGGREGATE_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))
6013 || !MEM_P (DECL_RTL (DECL_RESULT (current_function_decl))))
6014 return const0_rtx;
6015 else
6016 return XEXP (DECL_RTL (DECL_RESULT (current_function_decl)), 0);
6017
6018 case BUILT_IN_ALLOCA:
6019 /* If the allocation stems from the declaration of a variable-sized
6020 object, it cannot accumulate. */
6021 target = expand_builtin_alloca (exp, target, ALLOCA_FOR_VAR_P (exp));
6022 if (target)
6023 return target;
6024 break;
6025
6026 case BUILT_IN_STACK_SAVE:
6027 return expand_stack_save ();
6028
6029 case BUILT_IN_STACK_RESTORE:
6030 expand_stack_restore (CALL_EXPR_ARG (exp, 0));
6031 return const0_rtx;
6032
6033 case BUILT_IN_BSWAP32:
6034 case BUILT_IN_BSWAP64:
6035 target = expand_builtin_bswap (exp, target, subtarget);
6036
6037 if (target)
6038 return target;
6039 break;
6040
6041 CASE_INT_FN (BUILT_IN_FFS):
6042 case BUILT_IN_FFSIMAX:
6043 target = expand_builtin_unop (target_mode, exp, target,
6044 subtarget, ffs_optab);
6045 if (target)
6046 return target;
6047 break;
6048
6049 CASE_INT_FN (BUILT_IN_CLZ):
6050 case BUILT_IN_CLZIMAX:
6051 target = expand_builtin_unop (target_mode, exp, target,
6052 subtarget, clz_optab);
6053 if (target)
6054 return target;
6055 break;
6056
6057 CASE_INT_FN (BUILT_IN_CTZ):
6058 case BUILT_IN_CTZIMAX:
6059 target = expand_builtin_unop (target_mode, exp, target,
6060 subtarget, ctz_optab);
6061 if (target)
6062 return target;
6063 break;
6064
6065 CASE_INT_FN (BUILT_IN_POPCOUNT):
6066 case BUILT_IN_POPCOUNTIMAX:
6067 target = expand_builtin_unop (target_mode, exp, target,
6068 subtarget, popcount_optab);
6069 if (target)
6070 return target;
6071 break;
6072
6073 CASE_INT_FN (BUILT_IN_PARITY):
6074 case BUILT_IN_PARITYIMAX:
6075 target = expand_builtin_unop (target_mode, exp, target,
6076 subtarget, parity_optab);
6077 if (target)
6078 return target;
6079 break;
6080
6081 case BUILT_IN_STRLEN:
6082 target = expand_builtin_strlen (exp, target, target_mode);
6083 if (target)
6084 return target;
6085 break;
6086
6087 case BUILT_IN_STRCPY:
6088 target = expand_builtin_strcpy (exp, target);
6089 if (target)
6090 return target;
6091 break;
6092
6093 case BUILT_IN_STRNCPY:
6094 target = expand_builtin_strncpy (exp, target);
6095 if (target)
6096 return target;
6097 break;
6098
6099 case BUILT_IN_STPCPY:
6100 target = expand_builtin_stpcpy (exp, target, mode);
6101 if (target)
6102 return target;
6103 break;
6104
6105 case BUILT_IN_MEMCPY:
6106 target = expand_builtin_memcpy (exp, target);
6107 if (target)
6108 return target;
6109 break;
6110
6111 case BUILT_IN_MEMPCPY:
6112 target = expand_builtin_mempcpy (exp, target, mode);
6113 if (target)
6114 return target;
6115 break;
6116
6117 case BUILT_IN_MEMSET:
6118 target = expand_builtin_memset (exp, target, mode);
6119 if (target)
6120 return target;
6121 break;
6122
6123 case BUILT_IN_BZERO:
6124 target = expand_builtin_bzero (exp);
6125 if (target)
6126 return target;
6127 break;
6128
6129 case BUILT_IN_STRCMP:
6130 target = expand_builtin_strcmp (exp, target);
6131 if (target)
6132 return target;
6133 break;
6134
6135 case BUILT_IN_STRNCMP:
6136 target = expand_builtin_strncmp (exp, target, mode);
6137 if (target)
6138 return target;
6139 break;
6140
6141 case BUILT_IN_BCMP:
6142 case BUILT_IN_MEMCMP:
6143 target = expand_builtin_memcmp (exp, target, mode);
6144 if (target)
6145 return target;
6146 break;
6147
6148 case BUILT_IN_SETJMP:
6149 /* This should have been lowered to the builtins below. */
6150 gcc_unreachable ();
6151
6152 case BUILT_IN_SETJMP_SETUP:
6153 /* __builtin_setjmp_setup is passed a pointer to an array of five words
6154 and the receiver label. */
6155 if (validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
6156 {
6157 rtx buf_addr = expand_expr (CALL_EXPR_ARG (exp, 0), subtarget,
6158 VOIDmode, EXPAND_NORMAL);
6159 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 1), 0);
6160 rtx label_r = label_rtx (label);
6161
6162 /* This is copied from the handling of non-local gotos. */
6163 expand_builtin_setjmp_setup (buf_addr, label_r);
6164 nonlocal_goto_handler_labels
6165 = gen_rtx_EXPR_LIST (VOIDmode, label_r,
6166 nonlocal_goto_handler_labels);
6167 /* ??? Do not let expand_label treat us as such since we would
6168 not want to be both on the list of non-local labels and on
6169 the list of forced labels. */
6170 FORCED_LABEL (label) = 0;
6171 return const0_rtx;
6172 }
6173 break;
6174
6175 case BUILT_IN_SETJMP_DISPATCHER:
6176 /* __builtin_setjmp_dispatcher is passed the dispatcher label. */
6177 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6178 {
6179 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 0), 0);
6180 rtx label_r = label_rtx (label);
6181
6182 /* Remove the dispatcher label from the list of non-local labels
6183 since the receiver labels have been added to it above. */
6184 remove_node_from_expr_list (label_r, &nonlocal_goto_handler_labels);
6185 return const0_rtx;
6186 }
6187 break;
6188
6189 case BUILT_IN_SETJMP_RECEIVER:
6190 /* __builtin_setjmp_receiver is passed the receiver label. */
6191 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6192 {
6193 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 0), 0);
6194 rtx label_r = label_rtx (label);
6195
6196 expand_builtin_setjmp_receiver (label_r);
6197 return const0_rtx;
6198 }
6199 break;
6200
6201 /* __builtin_longjmp is passed a pointer to an array of five words.
6202 It's similar to the C library longjmp function but works with
6203 __builtin_setjmp above. */
6204 case BUILT_IN_LONGJMP:
6205 if (validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
6206 {
6207 rtx buf_addr = expand_expr (CALL_EXPR_ARG (exp, 0), subtarget,
6208 VOIDmode, EXPAND_NORMAL);
6209 rtx value = expand_normal (CALL_EXPR_ARG (exp, 1));
6210
6211 if (value != const1_rtx)
6212 {
6213 error ("%<__builtin_longjmp%> second argument must be 1");
6214 return const0_rtx;
6215 }
6216
6217 expand_builtin_longjmp (buf_addr, value);
6218 return const0_rtx;
6219 }
6220 break;
6221
6222 case BUILT_IN_NONLOCAL_GOTO:
6223 target = expand_builtin_nonlocal_goto (exp);
6224 if (target)
6225 return target;
6226 break;
6227
6228 /* This updates the setjmp buffer that is its argument with the value
6229 of the current stack pointer. */
6230 case BUILT_IN_UPDATE_SETJMP_BUF:
6231 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6232 {
6233 rtx buf_addr
6234 = expand_normal (CALL_EXPR_ARG (exp, 0));
6235
6236 expand_builtin_update_setjmp_buf (buf_addr);
6237 return const0_rtx;
6238 }
6239 break;
6240
6241 case BUILT_IN_TRAP:
6242 expand_builtin_trap ();
6243 return const0_rtx;
6244
6245 case BUILT_IN_UNREACHABLE:
6246 expand_builtin_unreachable ();
6247 return const0_rtx;
6248
6249 CASE_FLT_FN (BUILT_IN_SIGNBIT):
6250 case BUILT_IN_SIGNBITD32:
6251 case BUILT_IN_SIGNBITD64:
6252 case BUILT_IN_SIGNBITD128:
6253 target = expand_builtin_signbit (exp, target);
6254 if (target)
6255 return target;
6256 break;
6257
6258 /* Various hooks for the DWARF 2 __throw routine. */
6259 case BUILT_IN_UNWIND_INIT:
6260 expand_builtin_unwind_init ();
6261 return const0_rtx;
6262 case BUILT_IN_DWARF_CFA:
6263 return virtual_cfa_rtx;
6264 #ifdef DWARF2_UNWIND_INFO
6265 case BUILT_IN_DWARF_SP_COLUMN:
6266 return expand_builtin_dwarf_sp_column ();
6267 case BUILT_IN_INIT_DWARF_REG_SIZES:
6268 expand_builtin_init_dwarf_reg_sizes (CALL_EXPR_ARG (exp, 0));
6269 return const0_rtx;
6270 #endif
6271 case BUILT_IN_FROB_RETURN_ADDR:
6272 return expand_builtin_frob_return_addr (CALL_EXPR_ARG (exp, 0));
6273 case BUILT_IN_EXTRACT_RETURN_ADDR:
6274 return expand_builtin_extract_return_addr (CALL_EXPR_ARG (exp, 0));
6275 case BUILT_IN_EH_RETURN:
6276 expand_builtin_eh_return (CALL_EXPR_ARG (exp, 0),
6277 CALL_EXPR_ARG (exp, 1));
6278 return const0_rtx;
6279 #ifdef EH_RETURN_DATA_REGNO
6280 case BUILT_IN_EH_RETURN_DATA_REGNO:
6281 return expand_builtin_eh_return_data_regno (exp);
6282 #endif
6283 case BUILT_IN_EXTEND_POINTER:
6284 return expand_builtin_extend_pointer (CALL_EXPR_ARG (exp, 0));
6285 case BUILT_IN_EH_POINTER:
6286 return expand_builtin_eh_pointer (exp);
6287 case BUILT_IN_EH_FILTER:
6288 return expand_builtin_eh_filter (exp);
6289 case BUILT_IN_EH_COPY_VALUES:
6290 return expand_builtin_eh_copy_values (exp);
6291
6292 case BUILT_IN_VA_START:
6293 return expand_builtin_va_start (exp);
6294 case BUILT_IN_VA_END:
6295 return expand_builtin_va_end (exp);
6296 case BUILT_IN_VA_COPY:
6297 return expand_builtin_va_copy (exp);
6298 case BUILT_IN_EXPECT:
6299 return expand_builtin_expect (exp, target);
6300 case BUILT_IN_PREFETCH:
6301 expand_builtin_prefetch (exp);
6302 return const0_rtx;
6303
6304 case BUILT_IN_PROFILE_FUNC_ENTER:
6305 return expand_builtin_profile_func (false);
6306 case BUILT_IN_PROFILE_FUNC_EXIT:
6307 return expand_builtin_profile_func (true);
6308
6309 case BUILT_IN_INIT_TRAMPOLINE:
6310 return expand_builtin_init_trampoline (exp);
6311 case BUILT_IN_ADJUST_TRAMPOLINE:
6312 return expand_builtin_adjust_trampoline (exp);
6313
6314 case BUILT_IN_FORK:
6315 case BUILT_IN_EXECL:
6316 case BUILT_IN_EXECV:
6317 case BUILT_IN_EXECLP:
6318 case BUILT_IN_EXECLE:
6319 case BUILT_IN_EXECVP:
6320 case BUILT_IN_EXECVE:
6321 target = expand_builtin_fork_or_exec (fndecl, exp, target, ignore);
6322 if (target)
6323 return target;
6324 break;
6325
6326 case BUILT_IN_FETCH_AND_ADD_1:
6327 case BUILT_IN_FETCH_AND_ADD_2:
6328 case BUILT_IN_FETCH_AND_ADD_4:
6329 case BUILT_IN_FETCH_AND_ADD_8:
6330 case BUILT_IN_FETCH_AND_ADD_16:
6331 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_ADD_1);
6332 target = expand_builtin_sync_operation (mode, exp, PLUS,
6333 false, target, ignore);
6334 if (target)
6335 return target;
6336 break;
6337
6338 case BUILT_IN_FETCH_AND_SUB_1:
6339 case BUILT_IN_FETCH_AND_SUB_2:
6340 case BUILT_IN_FETCH_AND_SUB_4:
6341 case BUILT_IN_FETCH_AND_SUB_8:
6342 case BUILT_IN_FETCH_AND_SUB_16:
6343 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_SUB_1);
6344 target = expand_builtin_sync_operation (mode, exp, MINUS,
6345 false, target, ignore);
6346 if (target)
6347 return target;
6348 break;
6349
6350 case BUILT_IN_FETCH_AND_OR_1:
6351 case BUILT_IN_FETCH_AND_OR_2:
6352 case BUILT_IN_FETCH_AND_OR_4:
6353 case BUILT_IN_FETCH_AND_OR_8:
6354 case BUILT_IN_FETCH_AND_OR_16:
6355 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_OR_1);
6356 target = expand_builtin_sync_operation (mode, exp, IOR,
6357 false, target, ignore);
6358 if (target)
6359 return target;
6360 break;
6361
6362 case BUILT_IN_FETCH_AND_AND_1:
6363 case BUILT_IN_FETCH_AND_AND_2:
6364 case BUILT_IN_FETCH_AND_AND_4:
6365 case BUILT_IN_FETCH_AND_AND_8:
6366 case BUILT_IN_FETCH_AND_AND_16:
6367 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_AND_1);
6368 target = expand_builtin_sync_operation (mode, exp, AND,
6369 false, target, ignore);
6370 if (target)
6371 return target;
6372 break;
6373
6374 case BUILT_IN_FETCH_AND_XOR_1:
6375 case BUILT_IN_FETCH_AND_XOR_2:
6376 case BUILT_IN_FETCH_AND_XOR_4:
6377 case BUILT_IN_FETCH_AND_XOR_8:
6378 case BUILT_IN_FETCH_AND_XOR_16:
6379 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_XOR_1);
6380 target = expand_builtin_sync_operation (mode, exp, XOR,
6381 false, target, ignore);
6382 if (target)
6383 return target;
6384 break;
6385
6386 case BUILT_IN_FETCH_AND_NAND_1:
6387 case BUILT_IN_FETCH_AND_NAND_2:
6388 case BUILT_IN_FETCH_AND_NAND_4:
6389 case BUILT_IN_FETCH_AND_NAND_8:
6390 case BUILT_IN_FETCH_AND_NAND_16:
6391 mode = get_builtin_sync_mode (fcode - BUILT_IN_FETCH_AND_NAND_1);
6392 target = expand_builtin_sync_operation (mode, exp, NOT,
6393 false, target, ignore);
6394 if (target)
6395 return target;
6396 break;
6397
6398 case BUILT_IN_ADD_AND_FETCH_1:
6399 case BUILT_IN_ADD_AND_FETCH_2:
6400 case BUILT_IN_ADD_AND_FETCH_4:
6401 case BUILT_IN_ADD_AND_FETCH_8:
6402 case BUILT_IN_ADD_AND_FETCH_16:
6403 mode = get_builtin_sync_mode (fcode - BUILT_IN_ADD_AND_FETCH_1);
6404 target = expand_builtin_sync_operation (mode, exp, PLUS,
6405 true, target, ignore);
6406 if (target)
6407 return target;
6408 break;
6409
6410 case BUILT_IN_SUB_AND_FETCH_1:
6411 case BUILT_IN_SUB_AND_FETCH_2:
6412 case BUILT_IN_SUB_AND_FETCH_4:
6413 case BUILT_IN_SUB_AND_FETCH_8:
6414 case BUILT_IN_SUB_AND_FETCH_16:
6415 mode = get_builtin_sync_mode (fcode - BUILT_IN_SUB_AND_FETCH_1);
6416 target = expand_builtin_sync_operation (mode, exp, MINUS,
6417 true, target, ignore);
6418 if (target)
6419 return target;
6420 break;
6421
6422 case BUILT_IN_OR_AND_FETCH_1:
6423 case BUILT_IN_OR_AND_FETCH_2:
6424 case BUILT_IN_OR_AND_FETCH_4:
6425 case BUILT_IN_OR_AND_FETCH_8:
6426 case BUILT_IN_OR_AND_FETCH_16:
6427 mode = get_builtin_sync_mode (fcode - BUILT_IN_OR_AND_FETCH_1);
6428 target = expand_builtin_sync_operation (mode, exp, IOR,
6429 true, target, ignore);
6430 if (target)
6431 return target;
6432 break;
6433
6434 case BUILT_IN_AND_AND_FETCH_1:
6435 case BUILT_IN_AND_AND_FETCH_2:
6436 case BUILT_IN_AND_AND_FETCH_4:
6437 case BUILT_IN_AND_AND_FETCH_8:
6438 case BUILT_IN_AND_AND_FETCH_16:
6439 mode = get_builtin_sync_mode (fcode - BUILT_IN_AND_AND_FETCH_1);
6440 target = expand_builtin_sync_operation (mode, exp, AND,
6441 true, target, ignore);
6442 if (target)
6443 return target;
6444 break;
6445
6446 case BUILT_IN_XOR_AND_FETCH_1:
6447 case BUILT_IN_XOR_AND_FETCH_2:
6448 case BUILT_IN_XOR_AND_FETCH_4:
6449 case BUILT_IN_XOR_AND_FETCH_8:
6450 case BUILT_IN_XOR_AND_FETCH_16:
6451 mode = get_builtin_sync_mode (fcode - BUILT_IN_XOR_AND_FETCH_1);
6452 target = expand_builtin_sync_operation (mode, exp, XOR,
6453 true, target, ignore);
6454 if (target)
6455 return target;
6456 break;
6457
6458 case BUILT_IN_NAND_AND_FETCH_1:
6459 case BUILT_IN_NAND_AND_FETCH_2:
6460 case BUILT_IN_NAND_AND_FETCH_4:
6461 case BUILT_IN_NAND_AND_FETCH_8:
6462 case BUILT_IN_NAND_AND_FETCH_16:
6463 mode = get_builtin_sync_mode (fcode - BUILT_IN_NAND_AND_FETCH_1);
6464 target = expand_builtin_sync_operation (mode, exp, NOT,
6465 true, target, ignore);
6466 if (target)
6467 return target;
6468 break;
6469
6470 case BUILT_IN_BOOL_COMPARE_AND_SWAP_1:
6471 case BUILT_IN_BOOL_COMPARE_AND_SWAP_2:
6472 case BUILT_IN_BOOL_COMPARE_AND_SWAP_4:
6473 case BUILT_IN_BOOL_COMPARE_AND_SWAP_8:
6474 case BUILT_IN_BOOL_COMPARE_AND_SWAP_16:
6475 if (mode == VOIDmode)
6476 mode = TYPE_MODE (boolean_type_node);
6477 if (!target || !register_operand (target, mode))
6478 target = gen_reg_rtx (mode);
6479
6480 mode = get_builtin_sync_mode (fcode - BUILT_IN_BOOL_COMPARE_AND_SWAP_1);
6481 target = expand_builtin_compare_and_swap (mode, exp, true, target);
6482 if (target)
6483 return target;
6484 break;
6485
6486 case BUILT_IN_VAL_COMPARE_AND_SWAP_1:
6487 case BUILT_IN_VAL_COMPARE_AND_SWAP_2:
6488 case BUILT_IN_VAL_COMPARE_AND_SWAP_4:
6489 case BUILT_IN_VAL_COMPARE_AND_SWAP_8:
6490 case BUILT_IN_VAL_COMPARE_AND_SWAP_16:
6491 mode = get_builtin_sync_mode (fcode - BUILT_IN_VAL_COMPARE_AND_SWAP_1);
6492 target = expand_builtin_compare_and_swap (mode, exp, false, target);
6493 if (target)
6494 return target;
6495 break;
6496
6497 case BUILT_IN_LOCK_TEST_AND_SET_1:
6498 case BUILT_IN_LOCK_TEST_AND_SET_2:
6499 case BUILT_IN_LOCK_TEST_AND_SET_4:
6500 case BUILT_IN_LOCK_TEST_AND_SET_8:
6501 case BUILT_IN_LOCK_TEST_AND_SET_16:
6502 mode = get_builtin_sync_mode (fcode - BUILT_IN_LOCK_TEST_AND_SET_1);
6503 target = expand_builtin_lock_test_and_set (mode, exp, target);
6504 if (target)
6505 return target;
6506 break;
6507
6508 case BUILT_IN_LOCK_RELEASE_1:
6509 case BUILT_IN_LOCK_RELEASE_2:
6510 case BUILT_IN_LOCK_RELEASE_4:
6511 case BUILT_IN_LOCK_RELEASE_8:
6512 case BUILT_IN_LOCK_RELEASE_16:
6513 mode = get_builtin_sync_mode (fcode - BUILT_IN_LOCK_RELEASE_1);
6514 expand_builtin_lock_release (mode, exp);
6515 return const0_rtx;
6516
6517 case BUILT_IN_SYNCHRONIZE:
6518 expand_builtin_synchronize ();
6519 return const0_rtx;
6520
6521 case BUILT_IN_OBJECT_SIZE:
6522 return expand_builtin_object_size (exp);
6523
6524 case BUILT_IN_MEMCPY_CHK:
6525 case BUILT_IN_MEMPCPY_CHK:
6526 case BUILT_IN_MEMMOVE_CHK:
6527 case BUILT_IN_MEMSET_CHK:
6528 target = expand_builtin_memory_chk (exp, target, mode, fcode);
6529 if (target)
6530 return target;
6531 break;
6532
6533 case BUILT_IN_STRCPY_CHK:
6534 case BUILT_IN_STPCPY_CHK:
6535 case BUILT_IN_STRNCPY_CHK:
6536 case BUILT_IN_STRCAT_CHK:
6537 case BUILT_IN_STRNCAT_CHK:
6538 case BUILT_IN_SNPRINTF_CHK:
6539 case BUILT_IN_VSNPRINTF_CHK:
6540 maybe_emit_chk_warning (exp, fcode);
6541 break;
6542
6543 case BUILT_IN_SPRINTF_CHK:
6544 case BUILT_IN_VSPRINTF_CHK:
6545 maybe_emit_sprintf_chk_warning (exp, fcode);
6546 break;
6547
6548 case BUILT_IN_FREE:
6549 maybe_emit_free_warning (exp);
6550 break;
6551
6552 default: /* just do library call, if unknown builtin */
6553 break;
6554 }
6555
6556 /* The switch statement above can drop through to cause the function
6557 to be called normally. */
6558 return expand_call (exp, target, ignore);
6559 }
6560
6561 /* Determine whether a tree node represents a call to a built-in
6562 function. If the tree T is a call to a built-in function with
6563 the right number of arguments of the appropriate types, return
6564 the DECL_FUNCTION_CODE of the call, e.g. BUILT_IN_SQRT.
6565 Otherwise the return value is END_BUILTINS. */
6566
6567 enum built_in_function
6568 builtin_mathfn_code (const_tree t)
6569 {
6570 const_tree fndecl, arg, parmlist;
6571 const_tree argtype, parmtype;
6572 const_call_expr_arg_iterator iter;
6573
6574 if (TREE_CODE (t) != CALL_EXPR
6575 || TREE_CODE (CALL_EXPR_FN (t)) != ADDR_EXPR)
6576 return END_BUILTINS;
6577
6578 fndecl = get_callee_fndecl (t);
6579 if (fndecl == NULL_TREE
6580 || TREE_CODE (fndecl) != FUNCTION_DECL
6581 || ! DECL_BUILT_IN (fndecl)
6582 || DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
6583 return END_BUILTINS;
6584
6585 parmlist = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
6586 init_const_call_expr_arg_iterator (t, &iter);
6587 for (; parmlist; parmlist = TREE_CHAIN (parmlist))
6588 {
6589 /* If a function doesn't take a variable number of arguments,
6590 the last element in the list will have type `void'. */
6591 parmtype = TREE_VALUE (parmlist);
6592 if (VOID_TYPE_P (parmtype))
6593 {
6594 if (more_const_call_expr_args_p (&iter))
6595 return END_BUILTINS;
6596 return DECL_FUNCTION_CODE (fndecl);
6597 }
6598
6599 if (! more_const_call_expr_args_p (&iter))
6600 return END_BUILTINS;
6601
6602 arg = next_const_call_expr_arg (&iter);
6603 argtype = TREE_TYPE (arg);
6604
6605 if (SCALAR_FLOAT_TYPE_P (parmtype))
6606 {
6607 if (! SCALAR_FLOAT_TYPE_P (argtype))
6608 return END_BUILTINS;
6609 }
6610 else if (COMPLEX_FLOAT_TYPE_P (parmtype))
6611 {
6612 if (! COMPLEX_FLOAT_TYPE_P (argtype))
6613 return END_BUILTINS;
6614 }
6615 else if (POINTER_TYPE_P (parmtype))
6616 {
6617 if (! POINTER_TYPE_P (argtype))
6618 return END_BUILTINS;
6619 }
6620 else if (INTEGRAL_TYPE_P (parmtype))
6621 {
6622 if (! INTEGRAL_TYPE_P (argtype))
6623 return END_BUILTINS;
6624 }
6625 else
6626 return END_BUILTINS;
6627 }
6628
6629 /* Variable-length argument list. */
6630 return DECL_FUNCTION_CODE (fndecl);
6631 }
6632
6633 /* Fold a call to __builtin_constant_p, if we know its argument ARG will
6634 evaluate to a constant. */
6635
6636 static tree
6637 fold_builtin_constant_p (tree arg)
6638 {
6639 /* We return 1 for a numeric type that's known to be a constant
6640 value at compile-time or for an aggregate type that's a
6641 literal constant. */
6642 STRIP_NOPS (arg);
6643
6644 /* If we know this is a constant, emit the constant of one. */
6645 if (CONSTANT_CLASS_P (arg)
6646 || (TREE_CODE (arg) == CONSTRUCTOR
6647 && TREE_CONSTANT (arg)))
6648 return integer_one_node;
6649 if (TREE_CODE (arg) == ADDR_EXPR)
6650 {
6651 tree op = TREE_OPERAND (arg, 0);
6652 if (TREE_CODE (op) == STRING_CST
6653 || (TREE_CODE (op) == ARRAY_REF
6654 && integer_zerop (TREE_OPERAND (op, 1))
6655 && TREE_CODE (TREE_OPERAND (op, 0)) == STRING_CST))
6656 return integer_one_node;
6657 }
6658
6659 /* If this expression has side effects, show we don't know it to be a
6660 constant. Likewise if it's a pointer or aggregate type since in
6661 those case we only want literals, since those are only optimized
6662 when generating RTL, not later.
6663 And finally, if we are compiling an initializer, not code, we
6664 need to return a definite result now; there's not going to be any
6665 more optimization done. */
6666 if (TREE_SIDE_EFFECTS (arg)
6667 || AGGREGATE_TYPE_P (TREE_TYPE (arg))
6668 || POINTER_TYPE_P (TREE_TYPE (arg))
6669 || cfun == 0
6670 || folding_initializer)
6671 return integer_zero_node;
6672
6673 return NULL_TREE;
6674 }
6675
6676 /* Create builtin_expect with PRED and EXPECTED as its arguments and
6677 return it as a truthvalue. */
6678
6679 static tree
6680 build_builtin_expect_predicate (location_t loc, tree pred, tree expected)
6681 {
6682 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type;
6683
6684 fn = built_in_decls[BUILT_IN_EXPECT];
6685 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
6686 ret_type = TREE_TYPE (TREE_TYPE (fn));
6687 pred_type = TREE_VALUE (arg_types);
6688 expected_type = TREE_VALUE (TREE_CHAIN (arg_types));
6689
6690 pred = fold_convert_loc (loc, pred_type, pred);
6691 expected = fold_convert_loc (loc, expected_type, expected);
6692 call_expr = build_call_expr_loc (loc, fn, 2, pred, expected);
6693
6694 return build2 (NE_EXPR, TREE_TYPE (pred), call_expr,
6695 build_int_cst (ret_type, 0));
6696 }
6697
6698 /* Fold a call to builtin_expect with arguments ARG0 and ARG1. Return
6699 NULL_TREE if no simplification is possible. */
6700
6701 static tree
6702 fold_builtin_expect (location_t loc, tree arg0, tree arg1)
6703 {
6704 tree inner, fndecl;
6705 enum tree_code code;
6706
6707 /* If this is a builtin_expect within a builtin_expect keep the
6708 inner one. See through a comparison against a constant. It
6709 might have been added to create a thruthvalue. */
6710 inner = arg0;
6711 if (COMPARISON_CLASS_P (inner)
6712 && TREE_CODE (TREE_OPERAND (inner, 1)) == INTEGER_CST)
6713 inner = TREE_OPERAND (inner, 0);
6714
6715 if (TREE_CODE (inner) == CALL_EXPR
6716 && (fndecl = get_callee_fndecl (inner))
6717 && DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_NORMAL
6718 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_EXPECT)
6719 return arg0;
6720
6721 /* Distribute the expected value over short-circuiting operators.
6722 See through the cast from truthvalue_type_node to long. */
6723 inner = arg0;
6724 while (TREE_CODE (inner) == NOP_EXPR
6725 && INTEGRAL_TYPE_P (TREE_TYPE (inner))
6726 && INTEGRAL_TYPE_P (TREE_TYPE (TREE_OPERAND (inner, 0))))
6727 inner = TREE_OPERAND (inner, 0);
6728
6729 code = TREE_CODE (inner);
6730 if (code == TRUTH_ANDIF_EXPR || code == TRUTH_ORIF_EXPR)
6731 {
6732 tree op0 = TREE_OPERAND (inner, 0);
6733 tree op1 = TREE_OPERAND (inner, 1);
6734
6735 op0 = build_builtin_expect_predicate (loc, op0, arg1);
6736 op1 = build_builtin_expect_predicate (loc, op1, arg1);
6737 inner = build2 (code, TREE_TYPE (inner), op0, op1);
6738
6739 return fold_convert_loc (loc, TREE_TYPE (arg0), inner);
6740 }
6741
6742 /* If the argument isn't invariant then there's nothing else we can do. */
6743 if (!TREE_CONSTANT (arg0))
6744 return NULL_TREE;
6745
6746 /* If we expect that a comparison against the argument will fold to
6747 a constant return the constant. In practice, this means a true
6748 constant or the address of a non-weak symbol. */
6749 inner = arg0;
6750 STRIP_NOPS (inner);
6751 if (TREE_CODE (inner) == ADDR_EXPR)
6752 {
6753 do
6754 {
6755 inner = TREE_OPERAND (inner, 0);
6756 }
6757 while (TREE_CODE (inner) == COMPONENT_REF
6758 || TREE_CODE (inner) == ARRAY_REF);
6759 if ((TREE_CODE (inner) == VAR_DECL
6760 || TREE_CODE (inner) == FUNCTION_DECL)
6761 && DECL_WEAK (inner))
6762 return NULL_TREE;
6763 }
6764
6765 /* Otherwise, ARG0 already has the proper type for the return value. */
6766 return arg0;
6767 }
6768
6769 /* Fold a call to __builtin_classify_type with argument ARG. */
6770
6771 static tree
6772 fold_builtin_classify_type (tree arg)
6773 {
6774 if (arg == 0)
6775 return build_int_cst (NULL_TREE, no_type_class);
6776
6777 return build_int_cst (NULL_TREE, type_to_class (TREE_TYPE (arg)));
6778 }
6779
6780 /* Fold a call to __builtin_strlen with argument ARG. */
6781
6782 static tree
6783 fold_builtin_strlen (location_t loc, tree type, tree arg)
6784 {
6785 if (!validate_arg (arg, POINTER_TYPE))
6786 return NULL_TREE;
6787 else
6788 {
6789 tree len = c_strlen (arg, 0);
6790
6791 if (len)
6792 return fold_convert_loc (loc, type, len);
6793
6794 return NULL_TREE;
6795 }
6796 }
6797
6798 /* Fold a call to __builtin_inf or __builtin_huge_val. */
6799
6800 static tree
6801 fold_builtin_inf (location_t loc, tree type, int warn)
6802 {
6803 REAL_VALUE_TYPE real;
6804
6805 /* __builtin_inff is intended to be usable to define INFINITY on all
6806 targets. If an infinity is not available, INFINITY expands "to a
6807 positive constant of type float that overflows at translation
6808 time", footnote "In this case, using INFINITY will violate the
6809 constraint in 6.4.4 and thus require a diagnostic." (C99 7.12#4).
6810 Thus we pedwarn to ensure this constraint violation is
6811 diagnosed. */
6812 if (!MODE_HAS_INFINITIES (TYPE_MODE (type)) && warn)
6813 pedwarn (loc, 0, "target format does not support infinity");
6814
6815 real_inf (&real);
6816 return build_real (type, real);
6817 }
6818
6819 /* Fold a call to __builtin_nan or __builtin_nans with argument ARG. */
6820
6821 static tree
6822 fold_builtin_nan (tree arg, tree type, int quiet)
6823 {
6824 REAL_VALUE_TYPE real;
6825 const char *str;
6826
6827 if (!validate_arg (arg, POINTER_TYPE))
6828 return NULL_TREE;
6829 str = c_getstr (arg);
6830 if (!str)
6831 return NULL_TREE;
6832
6833 if (!real_nan (&real, str, quiet, TYPE_MODE (type)))
6834 return NULL_TREE;
6835
6836 return build_real (type, real);
6837 }
6838
6839 /* Return true if the floating point expression T has an integer value.
6840 We also allow +Inf, -Inf and NaN to be considered integer values. */
6841
6842 static bool
6843 integer_valued_real_p (tree t)
6844 {
6845 switch (TREE_CODE (t))
6846 {
6847 case FLOAT_EXPR:
6848 return true;
6849
6850 case ABS_EXPR:
6851 case SAVE_EXPR:
6852 return integer_valued_real_p (TREE_OPERAND (t, 0));
6853
6854 case COMPOUND_EXPR:
6855 case MODIFY_EXPR:
6856 case BIND_EXPR:
6857 return integer_valued_real_p (TREE_OPERAND (t, 1));
6858
6859 case PLUS_EXPR:
6860 case MINUS_EXPR:
6861 case MULT_EXPR:
6862 case MIN_EXPR:
6863 case MAX_EXPR:
6864 return integer_valued_real_p (TREE_OPERAND (t, 0))
6865 && integer_valued_real_p (TREE_OPERAND (t, 1));
6866
6867 case COND_EXPR:
6868 return integer_valued_real_p (TREE_OPERAND (t, 1))
6869 && integer_valued_real_p (TREE_OPERAND (t, 2));
6870
6871 case REAL_CST:
6872 return real_isinteger (TREE_REAL_CST_PTR (t), TYPE_MODE (TREE_TYPE (t)));
6873
6874 case NOP_EXPR:
6875 {
6876 tree type = TREE_TYPE (TREE_OPERAND (t, 0));
6877 if (TREE_CODE (type) == INTEGER_TYPE)
6878 return true;
6879 if (TREE_CODE (type) == REAL_TYPE)
6880 return integer_valued_real_p (TREE_OPERAND (t, 0));
6881 break;
6882 }
6883
6884 case CALL_EXPR:
6885 switch (builtin_mathfn_code (t))
6886 {
6887 CASE_FLT_FN (BUILT_IN_CEIL):
6888 CASE_FLT_FN (BUILT_IN_FLOOR):
6889 CASE_FLT_FN (BUILT_IN_NEARBYINT):
6890 CASE_FLT_FN (BUILT_IN_RINT):
6891 CASE_FLT_FN (BUILT_IN_ROUND):
6892 CASE_FLT_FN (BUILT_IN_TRUNC):
6893 return true;
6894
6895 CASE_FLT_FN (BUILT_IN_FMIN):
6896 CASE_FLT_FN (BUILT_IN_FMAX):
6897 return integer_valued_real_p (CALL_EXPR_ARG (t, 0))
6898 && integer_valued_real_p (CALL_EXPR_ARG (t, 1));
6899
6900 default:
6901 break;
6902 }
6903 break;
6904
6905 default:
6906 break;
6907 }
6908 return false;
6909 }
6910
6911 /* FNDECL is assumed to be a builtin where truncation can be propagated
6912 across (for instance floor((double)f) == (double)floorf (f).
6913 Do the transformation for a call with argument ARG. */
6914
6915 static tree
6916 fold_trunc_transparent_mathfn (location_t loc, tree fndecl, tree arg)
6917 {
6918 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
6919
6920 if (!validate_arg (arg, REAL_TYPE))
6921 return NULL_TREE;
6922
6923 /* Integer rounding functions are idempotent. */
6924 if (fcode == builtin_mathfn_code (arg))
6925 return arg;
6926
6927 /* If argument is already integer valued, and we don't need to worry
6928 about setting errno, there's no need to perform rounding. */
6929 if (! flag_errno_math && integer_valued_real_p (arg))
6930 return arg;
6931
6932 if (optimize)
6933 {
6934 tree arg0 = strip_float_extensions (arg);
6935 tree ftype = TREE_TYPE (TREE_TYPE (fndecl));
6936 tree newtype = TREE_TYPE (arg0);
6937 tree decl;
6938
6939 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
6940 && (decl = mathfn_built_in (newtype, fcode)))
6941 return fold_convert_loc (loc, ftype,
6942 build_call_expr_loc (loc, decl, 1,
6943 fold_convert_loc (loc,
6944 newtype,
6945 arg0)));
6946 }
6947 return NULL_TREE;
6948 }
6949
6950 /* FNDECL is assumed to be builtin which can narrow the FP type of
6951 the argument, for instance lround((double)f) -> lroundf (f).
6952 Do the transformation for a call with argument ARG. */
6953
6954 static tree
6955 fold_fixed_mathfn (location_t loc, tree fndecl, tree arg)
6956 {
6957 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
6958
6959 if (!validate_arg (arg, REAL_TYPE))
6960 return NULL_TREE;
6961
6962 /* If argument is already integer valued, and we don't need to worry
6963 about setting errno, there's no need to perform rounding. */
6964 if (! flag_errno_math && integer_valued_real_p (arg))
6965 return fold_build1_loc (loc, FIX_TRUNC_EXPR,
6966 TREE_TYPE (TREE_TYPE (fndecl)), arg);
6967
6968 if (optimize)
6969 {
6970 tree ftype = TREE_TYPE (arg);
6971 tree arg0 = strip_float_extensions (arg);
6972 tree newtype = TREE_TYPE (arg0);
6973 tree decl;
6974
6975 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
6976 && (decl = mathfn_built_in (newtype, fcode)))
6977 return build_call_expr_loc (loc, decl, 1,
6978 fold_convert_loc (loc, newtype, arg0));
6979 }
6980
6981 /* Canonicalize llround (x) to lround (x) on LP64 targets where
6982 sizeof (long long) == sizeof (long). */
6983 if (TYPE_PRECISION (long_long_integer_type_node)
6984 == TYPE_PRECISION (long_integer_type_node))
6985 {
6986 tree newfn = NULL_TREE;
6987 switch (fcode)
6988 {
6989 CASE_FLT_FN (BUILT_IN_LLCEIL):
6990 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LCEIL);
6991 break;
6992
6993 CASE_FLT_FN (BUILT_IN_LLFLOOR):
6994 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LFLOOR);
6995 break;
6996
6997 CASE_FLT_FN (BUILT_IN_LLROUND):
6998 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LROUND);
6999 break;
7000
7001 CASE_FLT_FN (BUILT_IN_LLRINT):
7002 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LRINT);
7003 break;
7004
7005 default:
7006 break;
7007 }
7008
7009 if (newfn)
7010 {
7011 tree newcall = build_call_expr_loc (loc, newfn, 1, arg);
7012 return fold_convert_loc (loc,
7013 TREE_TYPE (TREE_TYPE (fndecl)), newcall);
7014 }
7015 }
7016
7017 return NULL_TREE;
7018 }
7019
7020 /* Fold call to builtin cabs, cabsf or cabsl with argument ARG. TYPE is the
7021 return type. Return NULL_TREE if no simplification can be made. */
7022
7023 static tree
7024 fold_builtin_cabs (location_t loc, tree arg, tree type, tree fndecl)
7025 {
7026 tree res;
7027
7028 if (!validate_arg (arg, COMPLEX_TYPE)
7029 || TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) != REAL_TYPE)
7030 return NULL_TREE;
7031
7032 /* Calculate the result when the argument is a constant. */
7033 if (TREE_CODE (arg) == COMPLEX_CST
7034 && (res = do_mpfr_arg2 (TREE_REALPART (arg), TREE_IMAGPART (arg),
7035 type, mpfr_hypot)))
7036 return res;
7037
7038 if (TREE_CODE (arg) == COMPLEX_EXPR)
7039 {
7040 tree real = TREE_OPERAND (arg, 0);
7041 tree imag = TREE_OPERAND (arg, 1);
7042
7043 /* If either part is zero, cabs is fabs of the other. */
7044 if (real_zerop (real))
7045 return fold_build1_loc (loc, ABS_EXPR, type, imag);
7046 if (real_zerop (imag))
7047 return fold_build1_loc (loc, ABS_EXPR, type, real);
7048
7049 /* cabs(x+xi) -> fabs(x)*sqrt(2). */
7050 if (flag_unsafe_math_optimizations
7051 && operand_equal_p (real, imag, OEP_PURE_SAME))
7052 {
7053 const REAL_VALUE_TYPE sqrt2_trunc
7054 = real_value_truncate (TYPE_MODE (type), dconst_sqrt2 ());
7055 STRIP_NOPS (real);
7056 return fold_build2_loc (loc, MULT_EXPR, type,
7057 fold_build1_loc (loc, ABS_EXPR, type, real),
7058 build_real (type, sqrt2_trunc));
7059 }
7060 }
7061
7062 /* Optimize cabs(-z) and cabs(conj(z)) as cabs(z). */
7063 if (TREE_CODE (arg) == NEGATE_EXPR
7064 || TREE_CODE (arg) == CONJ_EXPR)
7065 return build_call_expr_loc (loc, fndecl, 1, TREE_OPERAND (arg, 0));
7066
7067 /* Don't do this when optimizing for size. */
7068 if (flag_unsafe_math_optimizations
7069 && optimize && optimize_function_for_speed_p (cfun))
7070 {
7071 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
7072
7073 if (sqrtfn != NULL_TREE)
7074 {
7075 tree rpart, ipart, result;
7076
7077 arg = builtin_save_expr (arg);
7078
7079 rpart = fold_build1_loc (loc, REALPART_EXPR, type, arg);
7080 ipart = fold_build1_loc (loc, IMAGPART_EXPR, type, arg);
7081
7082 rpart = builtin_save_expr (rpart);
7083 ipart = builtin_save_expr (ipart);
7084
7085 result = fold_build2_loc (loc, PLUS_EXPR, type,
7086 fold_build2_loc (loc, MULT_EXPR, type,
7087 rpart, rpart),
7088 fold_build2_loc (loc, MULT_EXPR, type,
7089 ipart, ipart));
7090
7091 return build_call_expr_loc (loc, sqrtfn, 1, result);
7092 }
7093 }
7094
7095 return NULL_TREE;
7096 }
7097
7098 /* Build a complex (inf +- 0i) for the result of cproj. TYPE is the
7099 complex tree type of the result. If NEG is true, the imaginary
7100 zero is negative. */
7101
7102 static tree
7103 build_complex_cproj (tree type, bool neg)
7104 {
7105 REAL_VALUE_TYPE rinf, rzero = dconst0;
7106
7107 real_inf (&rinf);
7108 rzero.sign = neg;
7109 return build_complex (type, build_real (TREE_TYPE (type), rinf),
7110 build_real (TREE_TYPE (type), rzero));
7111 }
7112
7113 /* Fold call to builtin cproj, cprojf or cprojl with argument ARG. TYPE is the
7114 return type. Return NULL_TREE if no simplification can be made. */
7115
7116 static tree
7117 fold_builtin_cproj (location_t loc, tree arg, tree type)
7118 {
7119 if (!validate_arg (arg, COMPLEX_TYPE)
7120 || TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) != REAL_TYPE)
7121 return NULL_TREE;
7122
7123 /* If there are no infinities, return arg. */
7124 if (! HONOR_INFINITIES (TYPE_MODE (TREE_TYPE (type))))
7125 return non_lvalue_loc (loc, arg);
7126
7127 /* Calculate the result when the argument is a constant. */
7128 if (TREE_CODE (arg) == COMPLEX_CST)
7129 {
7130 const REAL_VALUE_TYPE *real = TREE_REAL_CST_PTR (TREE_REALPART (arg));
7131 const REAL_VALUE_TYPE *imag = TREE_REAL_CST_PTR (TREE_IMAGPART (arg));
7132
7133 if (real_isinf (real) || real_isinf (imag))
7134 return build_complex_cproj (type, imag->sign);
7135 else
7136 return arg;
7137 }
7138 else if (TREE_CODE (arg) == COMPLEX_EXPR)
7139 {
7140 tree real = TREE_OPERAND (arg, 0);
7141 tree imag = TREE_OPERAND (arg, 1);
7142
7143 STRIP_NOPS (real);
7144 STRIP_NOPS (imag);
7145
7146 /* If the real part is inf and the imag part is known to be
7147 nonnegative, return (inf + 0i). Remember side-effects are
7148 possible in the imag part. */
7149 if (TREE_CODE (real) == REAL_CST
7150 && real_isinf (TREE_REAL_CST_PTR (real))
7151 && tree_expr_nonnegative_p (imag))
7152 return omit_one_operand_loc (loc, type,
7153 build_complex_cproj (type, false),
7154 arg);
7155
7156 /* If the imag part is inf, return (inf+I*copysign(0,imag)).
7157 Remember side-effects are possible in the real part. */
7158 if (TREE_CODE (imag) == REAL_CST
7159 && real_isinf (TREE_REAL_CST_PTR (imag)))
7160 return
7161 omit_one_operand_loc (loc, type,
7162 build_complex_cproj (type, TREE_REAL_CST_PTR
7163 (imag)->sign), arg);
7164 }
7165
7166 return NULL_TREE;
7167 }
7168
7169 /* Fold a builtin function call to sqrt, sqrtf, or sqrtl with argument ARG.
7170 Return NULL_TREE if no simplification can be made. */
7171
7172 static tree
7173 fold_builtin_sqrt (location_t loc, tree arg, tree type)
7174 {
7175
7176 enum built_in_function fcode;
7177 tree res;
7178
7179 if (!validate_arg (arg, REAL_TYPE))
7180 return NULL_TREE;
7181
7182 /* Calculate the result when the argument is a constant. */
7183 if ((res = do_mpfr_arg1 (arg, type, mpfr_sqrt, &dconst0, NULL, true)))
7184 return res;
7185
7186 /* Optimize sqrt(expN(x)) = expN(x*0.5). */
7187 fcode = builtin_mathfn_code (arg);
7188 if (flag_unsafe_math_optimizations && BUILTIN_EXPONENT_P (fcode))
7189 {
7190 tree expfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7191 arg = fold_build2_loc (loc, MULT_EXPR, type,
7192 CALL_EXPR_ARG (arg, 0),
7193 build_real (type, dconsthalf));
7194 return build_call_expr_loc (loc, expfn, 1, arg);
7195 }
7196
7197 /* Optimize sqrt(Nroot(x)) -> pow(x,1/(2*N)). */
7198 if (flag_unsafe_math_optimizations && BUILTIN_ROOT_P (fcode))
7199 {
7200 tree powfn = mathfn_built_in (type, BUILT_IN_POW);
7201
7202 if (powfn)
7203 {
7204 tree arg0 = CALL_EXPR_ARG (arg, 0);
7205 tree tree_root;
7206 /* The inner root was either sqrt or cbrt. */
7207 /* This was a conditional expression but it triggered a bug
7208 in Sun C 5.5. */
7209 REAL_VALUE_TYPE dconstroot;
7210 if (BUILTIN_SQRT_P (fcode))
7211 dconstroot = dconsthalf;
7212 else
7213 dconstroot = dconst_third ();
7214
7215 /* Adjust for the outer root. */
7216 SET_REAL_EXP (&dconstroot, REAL_EXP (&dconstroot) - 1);
7217 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7218 tree_root = build_real (type, dconstroot);
7219 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root);
7220 }
7221 }
7222
7223 /* Optimize sqrt(pow(x,y)) = pow(|x|,y*0.5). */
7224 if (flag_unsafe_math_optimizations
7225 && (fcode == BUILT_IN_POW
7226 || fcode == BUILT_IN_POWF
7227 || fcode == BUILT_IN_POWL))
7228 {
7229 tree powfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7230 tree arg0 = CALL_EXPR_ARG (arg, 0);
7231 tree arg1 = CALL_EXPR_ARG (arg, 1);
7232 tree narg1;
7233 if (!tree_expr_nonnegative_p (arg0))
7234 arg0 = build1 (ABS_EXPR, type, arg0);
7235 narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg1,
7236 build_real (type, dconsthalf));
7237 return build_call_expr_loc (loc, powfn, 2, arg0, narg1);
7238 }
7239
7240 return NULL_TREE;
7241 }
7242
7243 /* Fold a builtin function call to cbrt, cbrtf, or cbrtl with argument ARG.
7244 Return NULL_TREE if no simplification can be made. */
7245
7246 static tree
7247 fold_builtin_cbrt (location_t loc, tree arg, tree type)
7248 {
7249 const enum built_in_function fcode = builtin_mathfn_code (arg);
7250 tree res;
7251
7252 if (!validate_arg (arg, REAL_TYPE))
7253 return NULL_TREE;
7254
7255 /* Calculate the result when the argument is a constant. */
7256 if ((res = do_mpfr_arg1 (arg, type, mpfr_cbrt, NULL, NULL, 0)))
7257 return res;
7258
7259 if (flag_unsafe_math_optimizations)
7260 {
7261 /* Optimize cbrt(expN(x)) -> expN(x/3). */
7262 if (BUILTIN_EXPONENT_P (fcode))
7263 {
7264 tree expfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7265 const REAL_VALUE_TYPE third_trunc =
7266 real_value_truncate (TYPE_MODE (type), dconst_third ());
7267 arg = fold_build2_loc (loc, MULT_EXPR, type,
7268 CALL_EXPR_ARG (arg, 0),
7269 build_real (type, third_trunc));
7270 return build_call_expr_loc (loc, expfn, 1, arg);
7271 }
7272
7273 /* Optimize cbrt(sqrt(x)) -> pow(x,1/6). */
7274 if (BUILTIN_SQRT_P (fcode))
7275 {
7276 tree powfn = mathfn_built_in (type, BUILT_IN_POW);
7277
7278 if (powfn)
7279 {
7280 tree arg0 = CALL_EXPR_ARG (arg, 0);
7281 tree tree_root;
7282 REAL_VALUE_TYPE dconstroot = dconst_third ();
7283
7284 SET_REAL_EXP (&dconstroot, REAL_EXP (&dconstroot) - 1);
7285 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7286 tree_root = build_real (type, dconstroot);
7287 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root);
7288 }
7289 }
7290
7291 /* Optimize cbrt(cbrt(x)) -> pow(x,1/9) iff x is nonnegative. */
7292 if (BUILTIN_CBRT_P (fcode))
7293 {
7294 tree arg0 = CALL_EXPR_ARG (arg, 0);
7295 if (tree_expr_nonnegative_p (arg0))
7296 {
7297 tree powfn = mathfn_built_in (type, BUILT_IN_POW);
7298
7299 if (powfn)
7300 {
7301 tree tree_root;
7302 REAL_VALUE_TYPE dconstroot;
7303
7304 real_arithmetic (&dconstroot, MULT_EXPR,
7305 dconst_third_ptr (), dconst_third_ptr ());
7306 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7307 tree_root = build_real (type, dconstroot);
7308 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root);
7309 }
7310 }
7311 }
7312
7313 /* Optimize cbrt(pow(x,y)) -> pow(x,y/3) iff x is nonnegative. */
7314 if (fcode == BUILT_IN_POW
7315 || fcode == BUILT_IN_POWF
7316 || fcode == BUILT_IN_POWL)
7317 {
7318 tree arg00 = CALL_EXPR_ARG (arg, 0);
7319 tree arg01 = CALL_EXPR_ARG (arg, 1);
7320 if (tree_expr_nonnegative_p (arg00))
7321 {
7322 tree powfn = TREE_OPERAND (CALL_EXPR_FN (arg), 0);
7323 const REAL_VALUE_TYPE dconstroot
7324 = real_value_truncate (TYPE_MODE (type), dconst_third ());
7325 tree narg01 = fold_build2_loc (loc, MULT_EXPR, type, arg01,
7326 build_real (type, dconstroot));
7327 return build_call_expr_loc (loc, powfn, 2, arg00, narg01);
7328 }
7329 }
7330 }
7331 return NULL_TREE;
7332 }
7333
7334 /* Fold function call to builtin cos, cosf, or cosl with argument ARG.
7335 TYPE is the type of the return value. Return NULL_TREE if no
7336 simplification can be made. */
7337
7338 static tree
7339 fold_builtin_cos (location_t loc,
7340 tree arg, tree type, tree fndecl)
7341 {
7342 tree res, narg;
7343
7344 if (!validate_arg (arg, REAL_TYPE))
7345 return NULL_TREE;
7346
7347 /* Calculate the result when the argument is a constant. */
7348 if ((res = do_mpfr_arg1 (arg, type, mpfr_cos, NULL, NULL, 0)))
7349 return res;
7350
7351 /* Optimize cos(-x) into cos (x). */
7352 if ((narg = fold_strip_sign_ops (arg)))
7353 return build_call_expr_loc (loc, fndecl, 1, narg);
7354
7355 return NULL_TREE;
7356 }
7357
7358 /* Fold function call to builtin cosh, coshf, or coshl with argument ARG.
7359 Return NULL_TREE if no simplification can be made. */
7360
7361 static tree
7362 fold_builtin_cosh (location_t loc, tree arg, tree type, tree fndecl)
7363 {
7364 if (validate_arg (arg, REAL_TYPE))
7365 {
7366 tree res, narg;
7367
7368 /* Calculate the result when the argument is a constant. */
7369 if ((res = do_mpfr_arg1 (arg, type, mpfr_cosh, NULL, NULL, 0)))
7370 return res;
7371
7372 /* Optimize cosh(-x) into cosh (x). */
7373 if ((narg = fold_strip_sign_ops (arg)))
7374 return build_call_expr_loc (loc, fndecl, 1, narg);
7375 }
7376
7377 return NULL_TREE;
7378 }
7379
7380 /* Fold function call to builtin ccos (or ccosh if HYPER is TRUE) with
7381 argument ARG. TYPE is the type of the return value. Return
7382 NULL_TREE if no simplification can be made. */
7383
7384 static tree
7385 fold_builtin_ccos (location_t loc, tree arg, tree type, tree fndecl,
7386 bool hyper)
7387 {
7388 if (validate_arg (arg, COMPLEX_TYPE)
7389 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) == REAL_TYPE)
7390 {
7391 tree tmp;
7392
7393 /* Calculate the result when the argument is a constant. */
7394 if ((tmp = do_mpc_arg1 (arg, type, (hyper ? mpc_cosh : mpc_cos))))
7395 return tmp;
7396
7397 /* Optimize fn(-x) into fn(x). */
7398 if ((tmp = fold_strip_sign_ops (arg)))
7399 return build_call_expr_loc (loc, fndecl, 1, tmp);
7400 }
7401
7402 return NULL_TREE;
7403 }
7404
7405 /* Fold function call to builtin tan, tanf, or tanl with argument ARG.
7406 Return NULL_TREE if no simplification can be made. */
7407
7408 static tree
7409 fold_builtin_tan (tree arg, tree type)
7410 {
7411 enum built_in_function fcode;
7412 tree res;
7413
7414 if (!validate_arg (arg, REAL_TYPE))
7415 return NULL_TREE;
7416
7417 /* Calculate the result when the argument is a constant. */
7418 if ((res = do_mpfr_arg1 (arg, type, mpfr_tan, NULL, NULL, 0)))
7419 return res;
7420
7421 /* Optimize tan(atan(x)) = x. */
7422 fcode = builtin_mathfn_code (arg);
7423 if (flag_unsafe_math_optimizations
7424 && (fcode == BUILT_IN_ATAN
7425 || fcode == BUILT_IN_ATANF
7426 || fcode == BUILT_IN_ATANL))
7427 return CALL_EXPR_ARG (arg, 0);
7428
7429 return NULL_TREE;
7430 }
7431
7432 /* Fold function call to builtin sincos, sincosf, or sincosl. Return
7433 NULL_TREE if no simplification can be made. */
7434
7435 static tree
7436 fold_builtin_sincos (location_t loc,
7437 tree arg0, tree arg1, tree arg2)
7438 {
7439 tree type;
7440 tree res, fn, call;
7441
7442 if (!validate_arg (arg0, REAL_TYPE)
7443 || !validate_arg (arg1, POINTER_TYPE)
7444 || !validate_arg (arg2, POINTER_TYPE))
7445 return NULL_TREE;
7446
7447 type = TREE_TYPE (arg0);
7448
7449 /* Calculate the result when the argument is a constant. */
7450 if ((res = do_mpfr_sincos (arg0, arg1, arg2)))
7451 return res;
7452
7453 /* Canonicalize sincos to cexpi. */
7454 if (!TARGET_C99_FUNCTIONS)
7455 return NULL_TREE;
7456 fn = mathfn_built_in (type, BUILT_IN_CEXPI);
7457 if (!fn)
7458 return NULL_TREE;
7459
7460 call = build_call_expr_loc (loc, fn, 1, arg0);
7461 call = builtin_save_expr (call);
7462
7463 return build2 (COMPOUND_EXPR, void_type_node,
7464 build2 (MODIFY_EXPR, void_type_node,
7465 build_fold_indirect_ref_loc (loc, arg1),
7466 build1 (IMAGPART_EXPR, type, call)),
7467 build2 (MODIFY_EXPR, void_type_node,
7468 build_fold_indirect_ref_loc (loc, arg2),
7469 build1 (REALPART_EXPR, type, call)));
7470 }
7471
7472 /* Fold function call to builtin cexp, cexpf, or cexpl. Return
7473 NULL_TREE if no simplification can be made. */
7474
7475 static tree
7476 fold_builtin_cexp (location_t loc, tree arg0, tree type)
7477 {
7478 tree rtype;
7479 tree realp, imagp, ifn;
7480 tree res;
7481
7482 if (!validate_arg (arg0, COMPLEX_TYPE)
7483 || TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) != REAL_TYPE)
7484 return NULL_TREE;
7485
7486 /* Calculate the result when the argument is a constant. */
7487 if ((res = do_mpc_arg1 (arg0, type, mpc_exp)))
7488 return res;
7489
7490 rtype = TREE_TYPE (TREE_TYPE (arg0));
7491
7492 /* In case we can figure out the real part of arg0 and it is constant zero
7493 fold to cexpi. */
7494 if (!TARGET_C99_FUNCTIONS)
7495 return NULL_TREE;
7496 ifn = mathfn_built_in (rtype, BUILT_IN_CEXPI);
7497 if (!ifn)
7498 return NULL_TREE;
7499
7500 if ((realp = fold_unary_loc (loc, REALPART_EXPR, rtype, arg0))
7501 && real_zerop (realp))
7502 {
7503 tree narg = fold_build1_loc (loc, IMAGPART_EXPR, rtype, arg0);
7504 return build_call_expr_loc (loc, ifn, 1, narg);
7505 }
7506
7507 /* In case we can easily decompose real and imaginary parts split cexp
7508 to exp (r) * cexpi (i). */
7509 if (flag_unsafe_math_optimizations
7510 && realp)
7511 {
7512 tree rfn, rcall, icall;
7513
7514 rfn = mathfn_built_in (rtype, BUILT_IN_EXP);
7515 if (!rfn)
7516 return NULL_TREE;
7517
7518 imagp = fold_unary_loc (loc, IMAGPART_EXPR, rtype, arg0);
7519 if (!imagp)
7520 return NULL_TREE;
7521
7522 icall = build_call_expr_loc (loc, ifn, 1, imagp);
7523 icall = builtin_save_expr (icall);
7524 rcall = build_call_expr_loc (loc, rfn, 1, realp);
7525 rcall = builtin_save_expr (rcall);
7526 return fold_build2_loc (loc, COMPLEX_EXPR, type,
7527 fold_build2_loc (loc, MULT_EXPR, rtype,
7528 rcall,
7529 fold_build1_loc (loc, REALPART_EXPR,
7530 rtype, icall)),
7531 fold_build2_loc (loc, MULT_EXPR, rtype,
7532 rcall,
7533 fold_build1_loc (loc, IMAGPART_EXPR,
7534 rtype, icall)));
7535 }
7536
7537 return NULL_TREE;
7538 }
7539
7540 /* Fold function call to builtin trunc, truncf or truncl with argument ARG.
7541 Return NULL_TREE if no simplification can be made. */
7542
7543 static tree
7544 fold_builtin_trunc (location_t loc, tree fndecl, tree arg)
7545 {
7546 if (!validate_arg (arg, REAL_TYPE))
7547 return NULL_TREE;
7548
7549 /* Optimize trunc of constant value. */
7550 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7551 {
7552 REAL_VALUE_TYPE r, x;
7553 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7554
7555 x = TREE_REAL_CST (arg);
7556 real_trunc (&r, TYPE_MODE (type), &x);
7557 return build_real (type, r);
7558 }
7559
7560 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7561 }
7562
7563 /* Fold function call to builtin floor, floorf or floorl with argument ARG.
7564 Return NULL_TREE if no simplification can be made. */
7565
7566 static tree
7567 fold_builtin_floor (location_t loc, tree fndecl, tree arg)
7568 {
7569 if (!validate_arg (arg, REAL_TYPE))
7570 return NULL_TREE;
7571
7572 /* Optimize floor of constant value. */
7573 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7574 {
7575 REAL_VALUE_TYPE x;
7576
7577 x = TREE_REAL_CST (arg);
7578 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math)
7579 {
7580 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7581 REAL_VALUE_TYPE r;
7582
7583 real_floor (&r, TYPE_MODE (type), &x);
7584 return build_real (type, r);
7585 }
7586 }
7587
7588 /* Fold floor (x) where x is nonnegative to trunc (x). */
7589 if (tree_expr_nonnegative_p (arg))
7590 {
7591 tree truncfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_TRUNC);
7592 if (truncfn)
7593 return build_call_expr_loc (loc, truncfn, 1, arg);
7594 }
7595
7596 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7597 }
7598
7599 /* Fold function call to builtin ceil, ceilf or ceill with argument ARG.
7600 Return NULL_TREE if no simplification can be made. */
7601
7602 static tree
7603 fold_builtin_ceil (location_t loc, tree fndecl, tree arg)
7604 {
7605 if (!validate_arg (arg, REAL_TYPE))
7606 return NULL_TREE;
7607
7608 /* Optimize ceil of constant value. */
7609 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7610 {
7611 REAL_VALUE_TYPE x;
7612
7613 x = TREE_REAL_CST (arg);
7614 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math)
7615 {
7616 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7617 REAL_VALUE_TYPE r;
7618
7619 real_ceil (&r, TYPE_MODE (type), &x);
7620 return build_real (type, r);
7621 }
7622 }
7623
7624 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7625 }
7626
7627 /* Fold function call to builtin round, roundf or roundl with argument ARG.
7628 Return NULL_TREE if no simplification can be made. */
7629
7630 static tree
7631 fold_builtin_round (location_t loc, tree fndecl, tree arg)
7632 {
7633 if (!validate_arg (arg, REAL_TYPE))
7634 return NULL_TREE;
7635
7636 /* Optimize round of constant value. */
7637 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7638 {
7639 REAL_VALUE_TYPE x;
7640
7641 x = TREE_REAL_CST (arg);
7642 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math)
7643 {
7644 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7645 REAL_VALUE_TYPE r;
7646
7647 real_round (&r, TYPE_MODE (type), &x);
7648 return build_real (type, r);
7649 }
7650 }
7651
7652 return fold_trunc_transparent_mathfn (loc, fndecl, arg);
7653 }
7654
7655 /* Fold function call to builtin lround, lroundf or lroundl (or the
7656 corresponding long long versions) and other rounding functions. ARG
7657 is the argument to the call. Return NULL_TREE if no simplification
7658 can be made. */
7659
7660 static tree
7661 fold_builtin_int_roundingfn (location_t loc, tree fndecl, tree arg)
7662 {
7663 if (!validate_arg (arg, REAL_TYPE))
7664 return NULL_TREE;
7665
7666 /* Optimize lround of constant value. */
7667 if (TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
7668 {
7669 const REAL_VALUE_TYPE x = TREE_REAL_CST (arg);
7670
7671 if (real_isfinite (&x))
7672 {
7673 tree itype = TREE_TYPE (TREE_TYPE (fndecl));
7674 tree ftype = TREE_TYPE (arg);
7675 double_int val;
7676 REAL_VALUE_TYPE r;
7677
7678 switch (DECL_FUNCTION_CODE (fndecl))
7679 {
7680 CASE_FLT_FN (BUILT_IN_LFLOOR):
7681 CASE_FLT_FN (BUILT_IN_LLFLOOR):
7682 real_floor (&r, TYPE_MODE (ftype), &x);
7683 break;
7684
7685 CASE_FLT_FN (BUILT_IN_LCEIL):
7686 CASE_FLT_FN (BUILT_IN_LLCEIL):
7687 real_ceil (&r, TYPE_MODE (ftype), &x);
7688 break;
7689
7690 CASE_FLT_FN (BUILT_IN_LROUND):
7691 CASE_FLT_FN (BUILT_IN_LLROUND):
7692 real_round (&r, TYPE_MODE (ftype), &x);
7693 break;
7694
7695 default:
7696 gcc_unreachable ();
7697 }
7698
7699 real_to_integer2 ((HOST_WIDE_INT *)&val.low, &val.high, &r);
7700 if (double_int_fits_to_tree_p (itype, val))
7701 return double_int_to_tree (itype, val);
7702 }
7703 }
7704
7705 switch (DECL_FUNCTION_CODE (fndecl))
7706 {
7707 CASE_FLT_FN (BUILT_IN_LFLOOR):
7708 CASE_FLT_FN (BUILT_IN_LLFLOOR):
7709 /* Fold lfloor (x) where x is nonnegative to FIX_TRUNC (x). */
7710 if (tree_expr_nonnegative_p (arg))
7711 return fold_build1_loc (loc, FIX_TRUNC_EXPR,
7712 TREE_TYPE (TREE_TYPE (fndecl)), arg);
7713 break;
7714 default:;
7715 }
7716
7717 return fold_fixed_mathfn (loc, fndecl, arg);
7718 }
7719
7720 /* Fold function call to builtin ffs, clz, ctz, popcount and parity
7721 and their long and long long variants (i.e. ffsl and ffsll). ARG is
7722 the argument to the call. Return NULL_TREE if no simplification can
7723 be made. */
7724
7725 static tree
7726 fold_builtin_bitop (tree fndecl, tree arg)
7727 {
7728 if (!validate_arg (arg, INTEGER_TYPE))
7729 return NULL_TREE;
7730
7731 /* Optimize for constant argument. */
7732 if (TREE_CODE (arg) == INTEGER_CST && !TREE_OVERFLOW (arg))
7733 {
7734 HOST_WIDE_INT hi, width, result;
7735 unsigned HOST_WIDE_INT lo;
7736 tree type;
7737
7738 type = TREE_TYPE (arg);
7739 width = TYPE_PRECISION (type);
7740 lo = TREE_INT_CST_LOW (arg);
7741
7742 /* Clear all the bits that are beyond the type's precision. */
7743 if (width > HOST_BITS_PER_WIDE_INT)
7744 {
7745 hi = TREE_INT_CST_HIGH (arg);
7746 if (width < 2 * HOST_BITS_PER_WIDE_INT)
7747 hi &= ~((HOST_WIDE_INT) (-1) >> (width - HOST_BITS_PER_WIDE_INT));
7748 }
7749 else
7750 {
7751 hi = 0;
7752 if (width < HOST_BITS_PER_WIDE_INT)
7753 lo &= ~((unsigned HOST_WIDE_INT) (-1) << width);
7754 }
7755
7756 switch (DECL_FUNCTION_CODE (fndecl))
7757 {
7758 CASE_INT_FN (BUILT_IN_FFS):
7759 if (lo != 0)
7760 result = ffs_hwi (lo);
7761 else if (hi != 0)
7762 result = HOST_BITS_PER_WIDE_INT + ffs_hwi (hi);
7763 else
7764 result = 0;
7765 break;
7766
7767 CASE_INT_FN (BUILT_IN_CLZ):
7768 if (hi != 0)
7769 result = width - floor_log2 (hi) - 1 - HOST_BITS_PER_WIDE_INT;
7770 else if (lo != 0)
7771 result = width - floor_log2 (lo) - 1;
7772 else if (! CLZ_DEFINED_VALUE_AT_ZERO (TYPE_MODE (type), result))
7773 result = width;
7774 break;
7775
7776 CASE_INT_FN (BUILT_IN_CTZ):
7777 if (lo != 0)
7778 result = ctz_hwi (lo);
7779 else if (hi != 0)
7780 result = HOST_BITS_PER_WIDE_INT + ctz_hwi (hi);
7781 else if (! CTZ_DEFINED_VALUE_AT_ZERO (TYPE_MODE (type), result))
7782 result = width;
7783 break;
7784
7785 CASE_INT_FN (BUILT_IN_POPCOUNT):
7786 result = 0;
7787 while (lo)
7788 result++, lo &= lo - 1;
7789 while (hi)
7790 result++, hi &= (unsigned HOST_WIDE_INT) hi - 1;
7791 break;
7792
7793 CASE_INT_FN (BUILT_IN_PARITY):
7794 result = 0;
7795 while (lo)
7796 result++, lo &= lo - 1;
7797 while (hi)
7798 result++, hi &= (unsigned HOST_WIDE_INT) hi - 1;
7799 result &= 1;
7800 break;
7801
7802 default:
7803 gcc_unreachable ();
7804 }
7805
7806 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), result);
7807 }
7808
7809 return NULL_TREE;
7810 }
7811
7812 /* Fold function call to builtin_bswap and the long and long long
7813 variants. Return NULL_TREE if no simplification can be made. */
7814 static tree
7815 fold_builtin_bswap (tree fndecl, tree arg)
7816 {
7817 if (! validate_arg (arg, INTEGER_TYPE))
7818 return NULL_TREE;
7819
7820 /* Optimize constant value. */
7821 if (TREE_CODE (arg) == INTEGER_CST && !TREE_OVERFLOW (arg))
7822 {
7823 HOST_WIDE_INT hi, width, r_hi = 0;
7824 unsigned HOST_WIDE_INT lo, r_lo = 0;
7825 tree type;
7826
7827 type = TREE_TYPE (arg);
7828 width = TYPE_PRECISION (type);
7829 lo = TREE_INT_CST_LOW (arg);
7830 hi = TREE_INT_CST_HIGH (arg);
7831
7832 switch (DECL_FUNCTION_CODE (fndecl))
7833 {
7834 case BUILT_IN_BSWAP32:
7835 case BUILT_IN_BSWAP64:
7836 {
7837 int s;
7838
7839 for (s = 0; s < width; s += 8)
7840 {
7841 int d = width - s - 8;
7842 unsigned HOST_WIDE_INT byte;
7843
7844 if (s < HOST_BITS_PER_WIDE_INT)
7845 byte = (lo >> s) & 0xff;
7846 else
7847 byte = (hi >> (s - HOST_BITS_PER_WIDE_INT)) & 0xff;
7848
7849 if (d < HOST_BITS_PER_WIDE_INT)
7850 r_lo |= byte << d;
7851 else
7852 r_hi |= byte << (d - HOST_BITS_PER_WIDE_INT);
7853 }
7854 }
7855
7856 break;
7857
7858 default:
7859 gcc_unreachable ();
7860 }
7861
7862 if (width < HOST_BITS_PER_WIDE_INT)
7863 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), r_lo);
7864 else
7865 return build_int_cst_wide (TREE_TYPE (TREE_TYPE (fndecl)), r_lo, r_hi);
7866 }
7867
7868 return NULL_TREE;
7869 }
7870
7871 /* A subroutine of fold_builtin to fold the various logarithmic
7872 functions. Return NULL_TREE if no simplification can me made.
7873 FUNC is the corresponding MPFR logarithm function. */
7874
7875 static tree
7876 fold_builtin_logarithm (location_t loc, tree fndecl, tree arg,
7877 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t))
7878 {
7879 if (validate_arg (arg, REAL_TYPE))
7880 {
7881 tree type = TREE_TYPE (TREE_TYPE (fndecl));
7882 tree res;
7883 const enum built_in_function fcode = builtin_mathfn_code (arg);
7884
7885 /* Calculate the result when the argument is a constant. */
7886 if ((res = do_mpfr_arg1 (arg, type, func, &dconst0, NULL, false)))
7887 return res;
7888
7889 /* Special case, optimize logN(expN(x)) = x. */
7890 if (flag_unsafe_math_optimizations
7891 && ((func == mpfr_log
7892 && (fcode == BUILT_IN_EXP
7893 || fcode == BUILT_IN_EXPF
7894 || fcode == BUILT_IN_EXPL))
7895 || (func == mpfr_log2
7896 && (fcode == BUILT_IN_EXP2
7897 || fcode == BUILT_IN_EXP2F
7898 || fcode == BUILT_IN_EXP2L))
7899 || (func == mpfr_log10 && (BUILTIN_EXP10_P (fcode)))))
7900 return fold_convert_loc (loc, type, CALL_EXPR_ARG (arg, 0));
7901
7902 /* Optimize logN(func()) for various exponential functions. We
7903 want to determine the value "x" and the power "exponent" in
7904 order to transform logN(x**exponent) into exponent*logN(x). */
7905 if (flag_unsafe_math_optimizations)
7906 {
7907 tree exponent = 0, x = 0;
7908
7909 switch (fcode)
7910 {
7911 CASE_FLT_FN (BUILT_IN_EXP):
7912 /* Prepare to do logN(exp(exponent) -> exponent*logN(e). */
7913 x = build_real (type, real_value_truncate (TYPE_MODE (type),
7914 dconst_e ()));
7915 exponent = CALL_EXPR_ARG (arg, 0);
7916 break;
7917 CASE_FLT_FN (BUILT_IN_EXP2):
7918 /* Prepare to do logN(exp2(exponent) -> exponent*logN(2). */
7919 x = build_real (type, dconst2);
7920 exponent = CALL_EXPR_ARG (arg, 0);
7921 break;
7922 CASE_FLT_FN (BUILT_IN_EXP10):
7923 CASE_FLT_FN (BUILT_IN_POW10):
7924 /* Prepare to do logN(exp10(exponent) -> exponent*logN(10). */
7925 {
7926 REAL_VALUE_TYPE dconst10;
7927 real_from_integer (&dconst10, VOIDmode, 10, 0, 0);
7928 x = build_real (type, dconst10);
7929 }
7930 exponent = CALL_EXPR_ARG (arg, 0);
7931 break;
7932 CASE_FLT_FN (BUILT_IN_SQRT):
7933 /* Prepare to do logN(sqrt(x) -> 0.5*logN(x). */
7934 x = CALL_EXPR_ARG (arg, 0);
7935 exponent = build_real (type, dconsthalf);
7936 break;
7937 CASE_FLT_FN (BUILT_IN_CBRT):
7938 /* Prepare to do logN(cbrt(x) -> (1/3)*logN(x). */
7939 x = CALL_EXPR_ARG (arg, 0);
7940 exponent = build_real (type, real_value_truncate (TYPE_MODE (type),
7941 dconst_third ()));
7942 break;
7943 CASE_FLT_FN (BUILT_IN_POW):
7944 /* Prepare to do logN(pow(x,exponent) -> exponent*logN(x). */
7945 x = CALL_EXPR_ARG (arg, 0);
7946 exponent = CALL_EXPR_ARG (arg, 1);
7947 break;
7948 default:
7949 break;
7950 }
7951
7952 /* Now perform the optimization. */
7953 if (x && exponent)
7954 {
7955 tree logfn = build_call_expr_loc (loc, fndecl, 1, x);
7956 return fold_build2_loc (loc, MULT_EXPR, type, exponent, logfn);
7957 }
7958 }
7959 }
7960
7961 return NULL_TREE;
7962 }
7963
7964 /* Fold a builtin function call to hypot, hypotf, or hypotl. Return
7965 NULL_TREE if no simplification can be made. */
7966
7967 static tree
7968 fold_builtin_hypot (location_t loc, tree fndecl,
7969 tree arg0, tree arg1, tree type)
7970 {
7971 tree res, narg0, narg1;
7972
7973 if (!validate_arg (arg0, REAL_TYPE)
7974 || !validate_arg (arg1, REAL_TYPE))
7975 return NULL_TREE;
7976
7977 /* Calculate the result when the argument is a constant. */
7978 if ((res = do_mpfr_arg2 (arg0, arg1, type, mpfr_hypot)))
7979 return res;
7980
7981 /* If either argument to hypot has a negate or abs, strip that off.
7982 E.g. hypot(-x,fabs(y)) -> hypot(x,y). */
7983 narg0 = fold_strip_sign_ops (arg0);
7984 narg1 = fold_strip_sign_ops (arg1);
7985 if (narg0 || narg1)
7986 {
7987 return build_call_expr_loc (loc, fndecl, 2, narg0 ? narg0 : arg0,
7988 narg1 ? narg1 : arg1);
7989 }
7990
7991 /* If either argument is zero, hypot is fabs of the other. */
7992 if (real_zerop (arg0))
7993 return fold_build1_loc (loc, ABS_EXPR, type, arg1);
7994 else if (real_zerop (arg1))
7995 return fold_build1_loc (loc, ABS_EXPR, type, arg0);
7996
7997 /* hypot(x,x) -> fabs(x)*sqrt(2). */
7998 if (flag_unsafe_math_optimizations
7999 && operand_equal_p (arg0, arg1, OEP_PURE_SAME))
8000 {
8001 const REAL_VALUE_TYPE sqrt2_trunc
8002 = real_value_truncate (TYPE_MODE (type), dconst_sqrt2 ());
8003 return fold_build2_loc (loc, MULT_EXPR, type,
8004 fold_build1_loc (loc, ABS_EXPR, type, arg0),
8005 build_real (type, sqrt2_trunc));
8006 }
8007
8008 return NULL_TREE;
8009 }
8010
8011
8012 /* Fold a builtin function call to pow, powf, or powl. Return
8013 NULL_TREE if no simplification can be made. */
8014 static tree
8015 fold_builtin_pow (location_t loc, tree fndecl, tree arg0, tree arg1, tree type)
8016 {
8017 tree res;
8018
8019 if (!validate_arg (arg0, REAL_TYPE)
8020 || !validate_arg (arg1, REAL_TYPE))
8021 return NULL_TREE;
8022
8023 /* Calculate the result when the argument is a constant. */
8024 if ((res = do_mpfr_arg2 (arg0, arg1, type, mpfr_pow)))
8025 return res;
8026
8027 /* Optimize pow(1.0,y) = 1.0. */
8028 if (real_onep (arg0))
8029 return omit_one_operand_loc (loc, type, build_real (type, dconst1), arg1);
8030
8031 if (TREE_CODE (arg1) == REAL_CST
8032 && !TREE_OVERFLOW (arg1))
8033 {
8034 REAL_VALUE_TYPE cint;
8035 REAL_VALUE_TYPE c;
8036 HOST_WIDE_INT n;
8037
8038 c = TREE_REAL_CST (arg1);
8039
8040 /* Optimize pow(x,0.0) = 1.0. */
8041 if (REAL_VALUES_EQUAL (c, dconst0))
8042 return omit_one_operand_loc (loc, type, build_real (type, dconst1),
8043 arg0);
8044
8045 /* Optimize pow(x,1.0) = x. */
8046 if (REAL_VALUES_EQUAL (c, dconst1))
8047 return arg0;
8048
8049 /* Optimize pow(x,-1.0) = 1.0/x. */
8050 if (REAL_VALUES_EQUAL (c, dconstm1))
8051 return fold_build2_loc (loc, RDIV_EXPR, type,
8052 build_real (type, dconst1), arg0);
8053
8054 /* Optimize pow(x,0.5) = sqrt(x). */
8055 if (flag_unsafe_math_optimizations
8056 && REAL_VALUES_EQUAL (c, dconsthalf))
8057 {
8058 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
8059
8060 if (sqrtfn != NULL_TREE)
8061 return build_call_expr_loc (loc, sqrtfn, 1, arg0);
8062 }
8063
8064 /* Optimize pow(x,1.0/3.0) = cbrt(x). */
8065 if (flag_unsafe_math_optimizations)
8066 {
8067 const REAL_VALUE_TYPE dconstroot
8068 = real_value_truncate (TYPE_MODE (type), dconst_third ());
8069
8070 if (REAL_VALUES_EQUAL (c, dconstroot))
8071 {
8072 tree cbrtfn = mathfn_built_in (type, BUILT_IN_CBRT);
8073 if (cbrtfn != NULL_TREE)
8074 return build_call_expr_loc (loc, cbrtfn, 1, arg0);
8075 }
8076 }
8077
8078 /* Check for an integer exponent. */
8079 n = real_to_integer (&c);
8080 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0);
8081 if (real_identical (&c, &cint))
8082 {
8083 /* Attempt to evaluate pow at compile-time, unless this should
8084 raise an exception. */
8085 if (TREE_CODE (arg0) == REAL_CST
8086 && !TREE_OVERFLOW (arg0)
8087 && (n > 0
8088 || (!flag_trapping_math && !flag_errno_math)
8089 || !REAL_VALUES_EQUAL (TREE_REAL_CST (arg0), dconst0)))
8090 {
8091 REAL_VALUE_TYPE x;
8092 bool inexact;
8093
8094 x = TREE_REAL_CST (arg0);
8095 inexact = real_powi (&x, TYPE_MODE (type), &x, n);
8096 if (flag_unsafe_math_optimizations || !inexact)
8097 return build_real (type, x);
8098 }
8099
8100 /* Strip sign ops from even integer powers. */
8101 if ((n & 1) == 0 && flag_unsafe_math_optimizations)
8102 {
8103 tree narg0 = fold_strip_sign_ops (arg0);
8104 if (narg0)
8105 return build_call_expr_loc (loc, fndecl, 2, narg0, arg1);
8106 }
8107 }
8108 }
8109
8110 if (flag_unsafe_math_optimizations)
8111 {
8112 const enum built_in_function fcode = builtin_mathfn_code (arg0);
8113
8114 /* Optimize pow(expN(x),y) = expN(x*y). */
8115 if (BUILTIN_EXPONENT_P (fcode))
8116 {
8117 tree expfn = TREE_OPERAND (CALL_EXPR_FN (arg0), 0);
8118 tree arg = CALL_EXPR_ARG (arg0, 0);
8119 arg = fold_build2_loc (loc, MULT_EXPR, type, arg, arg1);
8120 return build_call_expr_loc (loc, expfn, 1, arg);
8121 }
8122
8123 /* Optimize pow(sqrt(x),y) = pow(x,y*0.5). */
8124 if (BUILTIN_SQRT_P (fcode))
8125 {
8126 tree narg0 = CALL_EXPR_ARG (arg0, 0);
8127 tree narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg1,
8128 build_real (type, dconsthalf));
8129 return build_call_expr_loc (loc, fndecl, 2, narg0, narg1);
8130 }
8131
8132 /* Optimize pow(cbrt(x),y) = pow(x,y/3) iff x is nonnegative. */
8133 if (BUILTIN_CBRT_P (fcode))
8134 {
8135 tree arg = CALL_EXPR_ARG (arg0, 0);
8136 if (tree_expr_nonnegative_p (arg))
8137 {
8138 const REAL_VALUE_TYPE dconstroot
8139 = real_value_truncate (TYPE_MODE (type), dconst_third ());
8140 tree narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg1,
8141 build_real (type, dconstroot));
8142 return build_call_expr_loc (loc, fndecl, 2, arg, narg1);
8143 }
8144 }
8145
8146 /* Optimize pow(pow(x,y),z) = pow(x,y*z) iff x is nonnegative. */
8147 if (fcode == BUILT_IN_POW
8148 || fcode == BUILT_IN_POWF
8149 || fcode == BUILT_IN_POWL)
8150 {
8151 tree arg00 = CALL_EXPR_ARG (arg0, 0);
8152 if (tree_expr_nonnegative_p (arg00))
8153 {
8154 tree arg01 = CALL_EXPR_ARG (arg0, 1);
8155 tree narg1 = fold_build2_loc (loc, MULT_EXPR, type, arg01, arg1);
8156 return build_call_expr_loc (loc, fndecl, 2, arg00, narg1);
8157 }
8158 }
8159 }
8160
8161 return NULL_TREE;
8162 }
8163
8164 /* Fold a builtin function call to powi, powif, or powil with argument ARG.
8165 Return NULL_TREE if no simplification can be made. */
8166 static tree
8167 fold_builtin_powi (location_t loc, tree fndecl ATTRIBUTE_UNUSED,
8168 tree arg0, tree arg1, tree type)
8169 {
8170 if (!validate_arg (arg0, REAL_TYPE)
8171 || !validate_arg (arg1, INTEGER_TYPE))
8172 return NULL_TREE;
8173
8174 /* Optimize pow(1.0,y) = 1.0. */
8175 if (real_onep (arg0))
8176 return omit_one_operand_loc (loc, type, build_real (type, dconst1), arg1);
8177
8178 if (host_integerp (arg1, 0))
8179 {
8180 HOST_WIDE_INT c = TREE_INT_CST_LOW (arg1);
8181
8182 /* Evaluate powi at compile-time. */
8183 if (TREE_CODE (arg0) == REAL_CST
8184 && !TREE_OVERFLOW (arg0))
8185 {
8186 REAL_VALUE_TYPE x;
8187 x = TREE_REAL_CST (arg0);
8188 real_powi (&x, TYPE_MODE (type), &x, c);
8189 return build_real (type, x);
8190 }
8191
8192 /* Optimize pow(x,0) = 1.0. */
8193 if (c == 0)
8194 return omit_one_operand_loc (loc, type, build_real (type, dconst1),
8195 arg0);
8196
8197 /* Optimize pow(x,1) = x. */
8198 if (c == 1)
8199 return arg0;
8200
8201 /* Optimize pow(x,-1) = 1.0/x. */
8202 if (c == -1)
8203 return fold_build2_loc (loc, RDIV_EXPR, type,
8204 build_real (type, dconst1), arg0);
8205 }
8206
8207 return NULL_TREE;
8208 }
8209
8210 /* A subroutine of fold_builtin to fold the various exponent
8211 functions. Return NULL_TREE if no simplification can be made.
8212 FUNC is the corresponding MPFR exponent function. */
8213
8214 static tree
8215 fold_builtin_exponent (location_t loc, tree fndecl, tree arg,
8216 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t))
8217 {
8218 if (validate_arg (arg, REAL_TYPE))
8219 {
8220 tree type = TREE_TYPE (TREE_TYPE (fndecl));
8221 tree res;
8222
8223 /* Calculate the result when the argument is a constant. */
8224 if ((res = do_mpfr_arg1 (arg, type, func, NULL, NULL, 0)))
8225 return res;
8226
8227 /* Optimize expN(logN(x)) = x. */
8228 if (flag_unsafe_math_optimizations)
8229 {
8230 const enum built_in_function fcode = builtin_mathfn_code (arg);
8231
8232 if ((func == mpfr_exp
8233 && (fcode == BUILT_IN_LOG
8234 || fcode == BUILT_IN_LOGF
8235 || fcode == BUILT_IN_LOGL))
8236 || (func == mpfr_exp2
8237 && (fcode == BUILT_IN_LOG2
8238 || fcode == BUILT_IN_LOG2F
8239 || fcode == BUILT_IN_LOG2L))
8240 || (func == mpfr_exp10
8241 && (fcode == BUILT_IN_LOG10
8242 || fcode == BUILT_IN_LOG10F
8243 || fcode == BUILT_IN_LOG10L)))
8244 return fold_convert_loc (loc, type, CALL_EXPR_ARG (arg, 0));
8245 }
8246 }
8247
8248 return NULL_TREE;
8249 }
8250
8251 /* Return true if VAR is a VAR_DECL or a component thereof. */
8252
8253 static bool
8254 var_decl_component_p (tree var)
8255 {
8256 tree inner = var;
8257 while (handled_component_p (inner))
8258 inner = TREE_OPERAND (inner, 0);
8259 return SSA_VAR_P (inner);
8260 }
8261
8262 /* Fold function call to builtin memset. Return
8263 NULL_TREE if no simplification can be made. */
8264
8265 static tree
8266 fold_builtin_memset (location_t loc, tree dest, tree c, tree len,
8267 tree type, bool ignore)
8268 {
8269 tree var, ret, etype;
8270 unsigned HOST_WIDE_INT length, cval;
8271
8272 if (! validate_arg (dest, POINTER_TYPE)
8273 || ! validate_arg (c, INTEGER_TYPE)
8274 || ! validate_arg (len, INTEGER_TYPE))
8275 return NULL_TREE;
8276
8277 if (! host_integerp (len, 1))
8278 return NULL_TREE;
8279
8280 /* If the LEN parameter is zero, return DEST. */
8281 if (integer_zerop (len))
8282 return omit_one_operand_loc (loc, type, dest, c);
8283
8284 if (! host_integerp (c, 1) || TREE_SIDE_EFFECTS (dest))
8285 return NULL_TREE;
8286
8287 var = dest;
8288 STRIP_NOPS (var);
8289 if (TREE_CODE (var) != ADDR_EXPR)
8290 return NULL_TREE;
8291
8292 var = TREE_OPERAND (var, 0);
8293 if (TREE_THIS_VOLATILE (var))
8294 return NULL_TREE;
8295
8296 etype = TREE_TYPE (var);
8297 if (TREE_CODE (etype) == ARRAY_TYPE)
8298 etype = TREE_TYPE (etype);
8299
8300 if (!INTEGRAL_TYPE_P (etype)
8301 && !POINTER_TYPE_P (etype))
8302 return NULL_TREE;
8303
8304 if (! var_decl_component_p (var))
8305 return NULL_TREE;
8306
8307 length = tree_low_cst (len, 1);
8308 if (GET_MODE_SIZE (TYPE_MODE (etype)) != length
8309 || get_pointer_alignment (dest, BIGGEST_ALIGNMENT) / BITS_PER_UNIT
8310 < length)
8311 return NULL_TREE;
8312
8313 if (length > HOST_BITS_PER_WIDE_INT / BITS_PER_UNIT)
8314 return NULL_TREE;
8315
8316 if (integer_zerop (c))
8317 cval = 0;
8318 else
8319 {
8320 if (CHAR_BIT != 8 || BITS_PER_UNIT != 8 || HOST_BITS_PER_WIDE_INT > 64)
8321 return NULL_TREE;
8322
8323 cval = tree_low_cst (c, 1);
8324 cval &= 0xff;
8325 cval |= cval << 8;
8326 cval |= cval << 16;
8327 cval |= (cval << 31) << 1;
8328 }
8329
8330 ret = build_int_cst_type (etype, cval);
8331 var = build_fold_indirect_ref_loc (loc,
8332 fold_convert_loc (loc,
8333 build_pointer_type (etype),
8334 dest));
8335 ret = build2 (MODIFY_EXPR, etype, var, ret);
8336 if (ignore)
8337 return ret;
8338
8339 return omit_one_operand_loc (loc, type, dest, ret);
8340 }
8341
8342 /* Fold function call to builtin memset. Return
8343 NULL_TREE if no simplification can be made. */
8344
8345 static tree
8346 fold_builtin_bzero (location_t loc, tree dest, tree size, bool ignore)
8347 {
8348 if (! validate_arg (dest, POINTER_TYPE)
8349 || ! validate_arg (size, INTEGER_TYPE))
8350 return NULL_TREE;
8351
8352 if (!ignore)
8353 return NULL_TREE;
8354
8355 /* New argument list transforming bzero(ptr x, int y) to
8356 memset(ptr x, int 0, size_t y). This is done this way
8357 so that if it isn't expanded inline, we fallback to
8358 calling bzero instead of memset. */
8359
8360 return fold_builtin_memset (loc, dest, integer_zero_node,
8361 fold_convert_loc (loc, sizetype, size),
8362 void_type_node, ignore);
8363 }
8364
8365 /* Fold function call to builtin mem{{,p}cpy,move}. Return
8366 NULL_TREE if no simplification can be made.
8367 If ENDP is 0, return DEST (like memcpy).
8368 If ENDP is 1, return DEST+LEN (like mempcpy).
8369 If ENDP is 2, return DEST+LEN-1 (like stpcpy).
8370 If ENDP is 3, return DEST, additionally *SRC and *DEST may overlap
8371 (memmove). */
8372
8373 static tree
8374 fold_builtin_memory_op (location_t loc, tree dest, tree src,
8375 tree len, tree type, bool ignore, int endp)
8376 {
8377 tree destvar, srcvar, expr;
8378
8379 if (! validate_arg (dest, POINTER_TYPE)
8380 || ! validate_arg (src, POINTER_TYPE)
8381 || ! validate_arg (len, INTEGER_TYPE))
8382 return NULL_TREE;
8383
8384 /* If the LEN parameter is zero, return DEST. */
8385 if (integer_zerop (len))
8386 return omit_one_operand_loc (loc, type, dest, src);
8387
8388 /* If SRC and DEST are the same (and not volatile), return
8389 DEST{,+LEN,+LEN-1}. */
8390 if (operand_equal_p (src, dest, 0))
8391 expr = len;
8392 else
8393 {
8394 tree srctype, desttype;
8395 unsigned int src_align, dest_align;
8396 tree off0;
8397
8398 if (endp == 3)
8399 {
8400 src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
8401 dest_align = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
8402
8403 /* Both DEST and SRC must be pointer types.
8404 ??? This is what old code did. Is the testing for pointer types
8405 really mandatory?
8406
8407 If either SRC is readonly or length is 1, we can use memcpy. */
8408 if (!dest_align || !src_align)
8409 return NULL_TREE;
8410 if (readonly_data_expr (src)
8411 || (host_integerp (len, 1)
8412 && (MIN (src_align, dest_align) / BITS_PER_UNIT
8413 >= (unsigned HOST_WIDE_INT) tree_low_cst (len, 1))))
8414 {
8415 tree fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8416 if (!fn)
8417 return NULL_TREE;
8418 return build_call_expr_loc (loc, fn, 3, dest, src, len);
8419 }
8420
8421 /* If *src and *dest can't overlap, optimize into memcpy as well. */
8422 if (TREE_CODE (src) == ADDR_EXPR
8423 && TREE_CODE (dest) == ADDR_EXPR)
8424 {
8425 tree src_base, dest_base, fn;
8426 HOST_WIDE_INT src_offset = 0, dest_offset = 0;
8427 HOST_WIDE_INT size = -1;
8428 HOST_WIDE_INT maxsize = -1;
8429
8430 srcvar = TREE_OPERAND (src, 0);
8431 src_base = get_ref_base_and_extent (srcvar, &src_offset,
8432 &size, &maxsize);
8433 destvar = TREE_OPERAND (dest, 0);
8434 dest_base = get_ref_base_and_extent (destvar, &dest_offset,
8435 &size, &maxsize);
8436 if (host_integerp (len, 1))
8437 maxsize = tree_low_cst (len, 1);
8438 else
8439 maxsize = -1;
8440 src_offset /= BITS_PER_UNIT;
8441 dest_offset /= BITS_PER_UNIT;
8442 if (SSA_VAR_P (src_base)
8443 && SSA_VAR_P (dest_base))
8444 {
8445 if (operand_equal_p (src_base, dest_base, 0)
8446 && ranges_overlap_p (src_offset, maxsize,
8447 dest_offset, maxsize))
8448 return NULL_TREE;
8449 }
8450 else if (TREE_CODE (src_base) == MEM_REF
8451 && TREE_CODE (dest_base) == MEM_REF)
8452 {
8453 double_int off;
8454 if (! operand_equal_p (TREE_OPERAND (src_base, 0),
8455 TREE_OPERAND (dest_base, 0), 0))
8456 return NULL_TREE;
8457 off = double_int_add (mem_ref_offset (src_base),
8458 shwi_to_double_int (src_offset));
8459 if (!double_int_fits_in_shwi_p (off))
8460 return NULL_TREE;
8461 src_offset = off.low;
8462 off = double_int_add (mem_ref_offset (dest_base),
8463 shwi_to_double_int (dest_offset));
8464 if (!double_int_fits_in_shwi_p (off))
8465 return NULL_TREE;
8466 dest_offset = off.low;
8467 if (ranges_overlap_p (src_offset, maxsize,
8468 dest_offset, maxsize))
8469 return NULL_TREE;
8470 }
8471 else
8472 return NULL_TREE;
8473
8474 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8475 if (!fn)
8476 return NULL_TREE;
8477 return build_call_expr_loc (loc, fn, 3, dest, src, len);
8478 }
8479
8480 /* If the destination and source do not alias optimize into
8481 memcpy as well. */
8482 if ((is_gimple_min_invariant (dest)
8483 || TREE_CODE (dest) == SSA_NAME)
8484 && (is_gimple_min_invariant (src)
8485 || TREE_CODE (src) == SSA_NAME))
8486 {
8487 ao_ref destr, srcr;
8488 ao_ref_init_from_ptr_and_size (&destr, dest, len);
8489 ao_ref_init_from_ptr_and_size (&srcr, src, len);
8490 if (!refs_may_alias_p_1 (&destr, &srcr, false))
8491 {
8492 tree fn;
8493 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8494 if (!fn)
8495 return NULL_TREE;
8496 return build_call_expr_loc (loc, fn, 3, dest, src, len);
8497 }
8498 }
8499
8500 return NULL_TREE;
8501 }
8502
8503 if (!host_integerp (len, 0))
8504 return NULL_TREE;
8505 /* FIXME:
8506 This logic lose for arguments like (type *)malloc (sizeof (type)),
8507 since we strip the casts of up to VOID return value from malloc.
8508 Perhaps we ought to inherit type from non-VOID argument here? */
8509 STRIP_NOPS (src);
8510 STRIP_NOPS (dest);
8511 /* As we fold (void *)(p + CST) to (void *)p + CST undo this here. */
8512 if (TREE_CODE (src) == POINTER_PLUS_EXPR)
8513 {
8514 tree tem = TREE_OPERAND (src, 0);
8515 STRIP_NOPS (tem);
8516 if (tem != TREE_OPERAND (src, 0))
8517 src = build1 (NOP_EXPR, TREE_TYPE (tem), src);
8518 }
8519 if (TREE_CODE (dest) == POINTER_PLUS_EXPR)
8520 {
8521 tree tem = TREE_OPERAND (dest, 0);
8522 STRIP_NOPS (tem);
8523 if (tem != TREE_OPERAND (dest, 0))
8524 dest = build1 (NOP_EXPR, TREE_TYPE (tem), dest);
8525 }
8526 srctype = TREE_TYPE (TREE_TYPE (src));
8527 if (srctype
8528 && TREE_CODE (srctype) == ARRAY_TYPE
8529 && !tree_int_cst_equal (TYPE_SIZE_UNIT (srctype), len))
8530 {
8531 srctype = TREE_TYPE (srctype);
8532 STRIP_NOPS (src);
8533 src = build1 (NOP_EXPR, build_pointer_type (srctype), src);
8534 }
8535 desttype = TREE_TYPE (TREE_TYPE (dest));
8536 if (desttype
8537 && TREE_CODE (desttype) == ARRAY_TYPE
8538 && !tree_int_cst_equal (TYPE_SIZE_UNIT (desttype), len))
8539 {
8540 desttype = TREE_TYPE (desttype);
8541 STRIP_NOPS (dest);
8542 dest = build1 (NOP_EXPR, build_pointer_type (desttype), dest);
8543 }
8544 if (!srctype || !desttype
8545 || TREE_ADDRESSABLE (srctype)
8546 || TREE_ADDRESSABLE (desttype)
8547 || !TYPE_SIZE_UNIT (srctype)
8548 || !TYPE_SIZE_UNIT (desttype)
8549 || TREE_CODE (TYPE_SIZE_UNIT (srctype)) != INTEGER_CST
8550 || TREE_CODE (TYPE_SIZE_UNIT (desttype)) != INTEGER_CST)
8551 return NULL_TREE;
8552
8553 src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
8554 dest_align = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
8555 if (dest_align < TYPE_ALIGN (desttype)
8556 || src_align < TYPE_ALIGN (srctype))
8557 return NULL_TREE;
8558
8559 if (!ignore)
8560 dest = builtin_save_expr (dest);
8561
8562 /* Build accesses at offset zero with a ref-all character type. */
8563 off0 = build_int_cst (build_pointer_type_for_mode (char_type_node,
8564 ptr_mode, true), 0);
8565
8566 destvar = dest;
8567 STRIP_NOPS (destvar);
8568 if (TREE_CODE (destvar) == ADDR_EXPR
8569 && var_decl_component_p (TREE_OPERAND (destvar, 0))
8570 && tree_int_cst_equal (TYPE_SIZE_UNIT (desttype), len))
8571 destvar = fold_build2 (MEM_REF, desttype, destvar, off0);
8572 else
8573 destvar = NULL_TREE;
8574
8575 srcvar = src;
8576 STRIP_NOPS (srcvar);
8577 if (TREE_CODE (srcvar) == ADDR_EXPR
8578 && var_decl_component_p (TREE_OPERAND (srcvar, 0))
8579 && tree_int_cst_equal (TYPE_SIZE_UNIT (srctype), len)
8580 && (!STRICT_ALIGNMENT
8581 || !destvar
8582 || src_align >= TYPE_ALIGN (desttype)))
8583 srcvar = fold_build2 (MEM_REF, destvar ? desttype : srctype,
8584 srcvar, off0);
8585 else
8586 srcvar = NULL_TREE;
8587
8588 if (srcvar == NULL_TREE && destvar == NULL_TREE)
8589 return NULL_TREE;
8590
8591 if (srcvar == NULL_TREE)
8592 {
8593 if (STRICT_ALIGNMENT
8594 && src_align < TYPE_ALIGN (desttype))
8595 return NULL_TREE;
8596 STRIP_NOPS (src);
8597 srcvar = fold_build2 (MEM_REF, desttype, src, off0);
8598 }
8599 else if (destvar == NULL_TREE)
8600 {
8601 if (STRICT_ALIGNMENT
8602 && dest_align < TYPE_ALIGN (srctype))
8603 return NULL_TREE;
8604 STRIP_NOPS (dest);
8605 destvar = fold_build2 (MEM_REF, srctype, dest, off0);
8606 }
8607
8608 expr = build2 (MODIFY_EXPR, TREE_TYPE (destvar), destvar, srcvar);
8609 }
8610
8611 if (ignore)
8612 return expr;
8613
8614 if (endp == 0 || endp == 3)
8615 return omit_one_operand_loc (loc, type, dest, expr);
8616
8617 if (expr == len)
8618 expr = NULL_TREE;
8619
8620 if (endp == 2)
8621 len = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (len), len,
8622 ssize_int (1));
8623
8624 len = fold_convert_loc (loc, sizetype, len);
8625 dest = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (dest), dest, len);
8626 dest = fold_convert_loc (loc, type, dest);
8627 if (expr)
8628 dest = omit_one_operand_loc (loc, type, dest, expr);
8629 return dest;
8630 }
8631
8632 /* Fold function call to builtin strcpy with arguments DEST and SRC.
8633 If LEN is not NULL, it represents the length of the string to be
8634 copied. Return NULL_TREE if no simplification can be made. */
8635
8636 tree
8637 fold_builtin_strcpy (location_t loc, tree fndecl, tree dest, tree src, tree len)
8638 {
8639 tree fn;
8640
8641 if (!validate_arg (dest, POINTER_TYPE)
8642 || !validate_arg (src, POINTER_TYPE))
8643 return NULL_TREE;
8644
8645 /* If SRC and DEST are the same (and not volatile), return DEST. */
8646 if (operand_equal_p (src, dest, 0))
8647 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest);
8648
8649 if (optimize_function_for_size_p (cfun))
8650 return NULL_TREE;
8651
8652 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8653 if (!fn)
8654 return NULL_TREE;
8655
8656 if (!len)
8657 {
8658 len = c_strlen (src, 1);
8659 if (! len || TREE_SIDE_EFFECTS (len))
8660 return NULL_TREE;
8661 }
8662
8663 len = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
8664 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
8665 build_call_expr_loc (loc, fn, 3, dest, src, len));
8666 }
8667
8668 /* Fold function call to builtin stpcpy with arguments DEST and SRC.
8669 Return NULL_TREE if no simplification can be made. */
8670
8671 static tree
8672 fold_builtin_stpcpy (location_t loc, tree fndecl, tree dest, tree src)
8673 {
8674 tree fn, len, lenp1, call, type;
8675
8676 if (!validate_arg (dest, POINTER_TYPE)
8677 || !validate_arg (src, POINTER_TYPE))
8678 return NULL_TREE;
8679
8680 len = c_strlen (src, 1);
8681 if (!len
8682 || TREE_CODE (len) != INTEGER_CST)
8683 return NULL_TREE;
8684
8685 if (optimize_function_for_size_p (cfun)
8686 /* If length is zero it's small enough. */
8687 && !integer_zerop (len))
8688 return NULL_TREE;
8689
8690 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8691 if (!fn)
8692 return NULL_TREE;
8693
8694 lenp1 = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
8695 /* We use dest twice in building our expression. Save it from
8696 multiple expansions. */
8697 dest = builtin_save_expr (dest);
8698 call = build_call_expr_loc (loc, fn, 3, dest, src, lenp1);
8699
8700 type = TREE_TYPE (TREE_TYPE (fndecl));
8701 len = fold_convert_loc (loc, sizetype, len);
8702 dest = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (dest), dest, len);
8703 dest = fold_convert_loc (loc, type, dest);
8704 dest = omit_one_operand_loc (loc, type, dest, call);
8705 return dest;
8706 }
8707
8708 /* Fold function call to builtin strncpy with arguments DEST, SRC, and LEN.
8709 If SLEN is not NULL, it represents the length of the source string.
8710 Return NULL_TREE if no simplification can be made. */
8711
8712 tree
8713 fold_builtin_strncpy (location_t loc, tree fndecl, tree dest,
8714 tree src, tree len, tree slen)
8715 {
8716 tree fn;
8717
8718 if (!validate_arg (dest, POINTER_TYPE)
8719 || !validate_arg (src, POINTER_TYPE)
8720 || !validate_arg (len, INTEGER_TYPE))
8721 return NULL_TREE;
8722
8723 /* If the LEN parameter is zero, return DEST. */
8724 if (integer_zerop (len))
8725 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, src);
8726
8727 /* We can't compare slen with len as constants below if len is not a
8728 constant. */
8729 if (len == 0 || TREE_CODE (len) != INTEGER_CST)
8730 return NULL_TREE;
8731
8732 if (!slen)
8733 slen = c_strlen (src, 1);
8734
8735 /* Now, we must be passed a constant src ptr parameter. */
8736 if (slen == 0 || TREE_CODE (slen) != INTEGER_CST)
8737 return NULL_TREE;
8738
8739 slen = size_binop_loc (loc, PLUS_EXPR, slen, ssize_int (1));
8740
8741 /* We do not support simplification of this case, though we do
8742 support it when expanding trees into RTL. */
8743 /* FIXME: generate a call to __builtin_memset. */
8744 if (tree_int_cst_lt (slen, len))
8745 return NULL_TREE;
8746
8747 /* OK transform into builtin memcpy. */
8748 fn = implicit_built_in_decls[BUILT_IN_MEMCPY];
8749 if (!fn)
8750 return NULL_TREE;
8751 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
8752 build_call_expr_loc (loc, fn, 3, dest, src, len));
8753 }
8754
8755 /* Fold function call to builtin memchr. ARG1, ARG2 and LEN are the
8756 arguments to the call, and TYPE is its return type.
8757 Return NULL_TREE if no simplification can be made. */
8758
8759 static tree
8760 fold_builtin_memchr (location_t loc, tree arg1, tree arg2, tree len, tree type)
8761 {
8762 if (!validate_arg (arg1, POINTER_TYPE)
8763 || !validate_arg (arg2, INTEGER_TYPE)
8764 || !validate_arg (len, INTEGER_TYPE))
8765 return NULL_TREE;
8766 else
8767 {
8768 const char *p1;
8769
8770 if (TREE_CODE (arg2) != INTEGER_CST
8771 || !host_integerp (len, 1))
8772 return NULL_TREE;
8773
8774 p1 = c_getstr (arg1);
8775 if (p1 && compare_tree_int (len, strlen (p1) + 1) <= 0)
8776 {
8777 char c;
8778 const char *r;
8779 tree tem;
8780
8781 if (target_char_cast (arg2, &c))
8782 return NULL_TREE;
8783
8784 r = (char *) memchr (p1, c, tree_low_cst (len, 1));
8785
8786 if (r == NULL)
8787 return build_int_cst (TREE_TYPE (arg1), 0);
8788
8789 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (arg1), arg1,
8790 size_int (r - p1));
8791 return fold_convert_loc (loc, type, tem);
8792 }
8793 return NULL_TREE;
8794 }
8795 }
8796
8797 /* Fold function call to builtin memcmp with arguments ARG1 and ARG2.
8798 Return NULL_TREE if no simplification can be made. */
8799
8800 static tree
8801 fold_builtin_memcmp (location_t loc, tree arg1, tree arg2, tree len)
8802 {
8803 const char *p1, *p2;
8804
8805 if (!validate_arg (arg1, POINTER_TYPE)
8806 || !validate_arg (arg2, POINTER_TYPE)
8807 || !validate_arg (len, INTEGER_TYPE))
8808 return NULL_TREE;
8809
8810 /* If the LEN parameter is zero, return zero. */
8811 if (integer_zerop (len))
8812 return omit_two_operands_loc (loc, integer_type_node, integer_zero_node,
8813 arg1, arg2);
8814
8815 /* If ARG1 and ARG2 are the same (and not volatile), return zero. */
8816 if (operand_equal_p (arg1, arg2, 0))
8817 return omit_one_operand_loc (loc, integer_type_node, integer_zero_node, len);
8818
8819 p1 = c_getstr (arg1);
8820 p2 = c_getstr (arg2);
8821
8822 /* If all arguments are constant, and the value of len is not greater
8823 than the lengths of arg1 and arg2, evaluate at compile-time. */
8824 if (host_integerp (len, 1) && p1 && p2
8825 && compare_tree_int (len, strlen (p1) + 1) <= 0
8826 && compare_tree_int (len, strlen (p2) + 1) <= 0)
8827 {
8828 const int r = memcmp (p1, p2, tree_low_cst (len, 1));
8829
8830 if (r > 0)
8831 return integer_one_node;
8832 else if (r < 0)
8833 return integer_minus_one_node;
8834 else
8835 return integer_zero_node;
8836 }
8837
8838 /* If len parameter is one, return an expression corresponding to
8839 (*(const unsigned char*)arg1 - (const unsigned char*)arg2). */
8840 if (host_integerp (len, 1) && tree_low_cst (len, 1) == 1)
8841 {
8842 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8843 tree cst_uchar_ptr_node
8844 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8845
8846 tree ind1
8847 = fold_convert_loc (loc, integer_type_node,
8848 build1 (INDIRECT_REF, cst_uchar_node,
8849 fold_convert_loc (loc,
8850 cst_uchar_ptr_node,
8851 arg1)));
8852 tree ind2
8853 = fold_convert_loc (loc, integer_type_node,
8854 build1 (INDIRECT_REF, cst_uchar_node,
8855 fold_convert_loc (loc,
8856 cst_uchar_ptr_node,
8857 arg2)));
8858 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2);
8859 }
8860
8861 return NULL_TREE;
8862 }
8863
8864 /* Fold function call to builtin strcmp with arguments ARG1 and ARG2.
8865 Return NULL_TREE if no simplification can be made. */
8866
8867 static tree
8868 fold_builtin_strcmp (location_t loc, tree arg1, tree arg2)
8869 {
8870 const char *p1, *p2;
8871
8872 if (!validate_arg (arg1, POINTER_TYPE)
8873 || !validate_arg (arg2, POINTER_TYPE))
8874 return NULL_TREE;
8875
8876 /* If ARG1 and ARG2 are the same (and not volatile), return zero. */
8877 if (operand_equal_p (arg1, arg2, 0))
8878 return integer_zero_node;
8879
8880 p1 = c_getstr (arg1);
8881 p2 = c_getstr (arg2);
8882
8883 if (p1 && p2)
8884 {
8885 const int i = strcmp (p1, p2);
8886 if (i < 0)
8887 return integer_minus_one_node;
8888 else if (i > 0)
8889 return integer_one_node;
8890 else
8891 return integer_zero_node;
8892 }
8893
8894 /* If the second arg is "", return *(const unsigned char*)arg1. */
8895 if (p2 && *p2 == '\0')
8896 {
8897 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8898 tree cst_uchar_ptr_node
8899 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8900
8901 return fold_convert_loc (loc, integer_type_node,
8902 build1 (INDIRECT_REF, cst_uchar_node,
8903 fold_convert_loc (loc,
8904 cst_uchar_ptr_node,
8905 arg1)));
8906 }
8907
8908 /* If the first arg is "", return -*(const unsigned char*)arg2. */
8909 if (p1 && *p1 == '\0')
8910 {
8911 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8912 tree cst_uchar_ptr_node
8913 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8914
8915 tree temp
8916 = fold_convert_loc (loc, integer_type_node,
8917 build1 (INDIRECT_REF, cst_uchar_node,
8918 fold_convert_loc (loc,
8919 cst_uchar_ptr_node,
8920 arg2)));
8921 return fold_build1_loc (loc, NEGATE_EXPR, integer_type_node, temp);
8922 }
8923
8924 return NULL_TREE;
8925 }
8926
8927 /* Fold function call to builtin strncmp with arguments ARG1, ARG2, and LEN.
8928 Return NULL_TREE if no simplification can be made. */
8929
8930 static tree
8931 fold_builtin_strncmp (location_t loc, tree arg1, tree arg2, tree len)
8932 {
8933 const char *p1, *p2;
8934
8935 if (!validate_arg (arg1, POINTER_TYPE)
8936 || !validate_arg (arg2, POINTER_TYPE)
8937 || !validate_arg (len, INTEGER_TYPE))
8938 return NULL_TREE;
8939
8940 /* If the LEN parameter is zero, return zero. */
8941 if (integer_zerop (len))
8942 return omit_two_operands_loc (loc, integer_type_node, integer_zero_node,
8943 arg1, arg2);
8944
8945 /* If ARG1 and ARG2 are the same (and not volatile), return zero. */
8946 if (operand_equal_p (arg1, arg2, 0))
8947 return omit_one_operand_loc (loc, integer_type_node, integer_zero_node, len);
8948
8949 p1 = c_getstr (arg1);
8950 p2 = c_getstr (arg2);
8951
8952 if (host_integerp (len, 1) && p1 && p2)
8953 {
8954 const int i = strncmp (p1, p2, tree_low_cst (len, 1));
8955 if (i > 0)
8956 return integer_one_node;
8957 else if (i < 0)
8958 return integer_minus_one_node;
8959 else
8960 return integer_zero_node;
8961 }
8962
8963 /* If the second arg is "", and the length is greater than zero,
8964 return *(const unsigned char*)arg1. */
8965 if (p2 && *p2 == '\0'
8966 && TREE_CODE (len) == INTEGER_CST
8967 && tree_int_cst_sgn (len) == 1)
8968 {
8969 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8970 tree cst_uchar_ptr_node
8971 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8972
8973 return fold_convert_loc (loc, integer_type_node,
8974 build1 (INDIRECT_REF, cst_uchar_node,
8975 fold_convert_loc (loc,
8976 cst_uchar_ptr_node,
8977 arg1)));
8978 }
8979
8980 /* If the first arg is "", and the length is greater than zero,
8981 return -*(const unsigned char*)arg2. */
8982 if (p1 && *p1 == '\0'
8983 && TREE_CODE (len) == INTEGER_CST
8984 && tree_int_cst_sgn (len) == 1)
8985 {
8986 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8987 tree cst_uchar_ptr_node
8988 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8989
8990 tree temp = fold_convert_loc (loc, integer_type_node,
8991 build1 (INDIRECT_REF, cst_uchar_node,
8992 fold_convert_loc (loc,
8993 cst_uchar_ptr_node,
8994 arg2)));
8995 return fold_build1_loc (loc, NEGATE_EXPR, integer_type_node, temp);
8996 }
8997
8998 /* If len parameter is one, return an expression corresponding to
8999 (*(const unsigned char*)arg1 - (const unsigned char*)arg2). */
9000 if (host_integerp (len, 1) && tree_low_cst (len, 1) == 1)
9001 {
9002 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
9003 tree cst_uchar_ptr_node
9004 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
9005
9006 tree ind1 = fold_convert_loc (loc, integer_type_node,
9007 build1 (INDIRECT_REF, cst_uchar_node,
9008 fold_convert_loc (loc,
9009 cst_uchar_ptr_node,
9010 arg1)));
9011 tree ind2 = fold_convert_loc (loc, integer_type_node,
9012 build1 (INDIRECT_REF, cst_uchar_node,
9013 fold_convert_loc (loc,
9014 cst_uchar_ptr_node,
9015 arg2)));
9016 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2);
9017 }
9018
9019 return NULL_TREE;
9020 }
9021
9022 /* Fold function call to builtin signbit, signbitf or signbitl with argument
9023 ARG. Return NULL_TREE if no simplification can be made. */
9024
9025 static tree
9026 fold_builtin_signbit (location_t loc, tree arg, tree type)
9027 {
9028 tree temp;
9029
9030 if (!validate_arg (arg, REAL_TYPE))
9031 return NULL_TREE;
9032
9033 /* If ARG is a compile-time constant, determine the result. */
9034 if (TREE_CODE (arg) == REAL_CST
9035 && !TREE_OVERFLOW (arg))
9036 {
9037 REAL_VALUE_TYPE c;
9038
9039 c = TREE_REAL_CST (arg);
9040 temp = REAL_VALUE_NEGATIVE (c) ? integer_one_node : integer_zero_node;
9041 return fold_convert_loc (loc, type, temp);
9042 }
9043
9044 /* If ARG is non-negative, the result is always zero. */
9045 if (tree_expr_nonnegative_p (arg))
9046 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
9047
9048 /* If ARG's format doesn't have signed zeros, return "arg < 0.0". */
9049 if (!HONOR_SIGNED_ZEROS (TYPE_MODE (TREE_TYPE (arg))))
9050 return fold_build2_loc (loc, LT_EXPR, type, arg,
9051 build_real (TREE_TYPE (arg), dconst0));
9052
9053 return NULL_TREE;
9054 }
9055
9056 /* Fold function call to builtin copysign, copysignf or copysignl with
9057 arguments ARG1 and ARG2. Return NULL_TREE if no simplification can
9058 be made. */
9059
9060 static tree
9061 fold_builtin_copysign (location_t loc, tree fndecl,
9062 tree arg1, tree arg2, tree type)
9063 {
9064 tree tem;
9065
9066 if (!validate_arg (arg1, REAL_TYPE)
9067 || !validate_arg (arg2, REAL_TYPE))
9068 return NULL_TREE;
9069
9070 /* copysign(X,X) is X. */
9071 if (operand_equal_p (arg1, arg2, 0))
9072 return fold_convert_loc (loc, type, arg1);
9073
9074 /* If ARG1 and ARG2 are compile-time constants, determine the result. */
9075 if (TREE_CODE (arg1) == REAL_CST
9076 && TREE_CODE (arg2) == REAL_CST
9077 && !TREE_OVERFLOW (arg1)
9078 && !TREE_OVERFLOW (arg2))
9079 {
9080 REAL_VALUE_TYPE c1, c2;
9081
9082 c1 = TREE_REAL_CST (arg1);
9083 c2 = TREE_REAL_CST (arg2);
9084 /* c1.sign := c2.sign. */
9085 real_copysign (&c1, &c2);
9086 return build_real (type, c1);
9087 }
9088
9089 /* copysign(X, Y) is fabs(X) when Y is always non-negative.
9090 Remember to evaluate Y for side-effects. */
9091 if (tree_expr_nonnegative_p (arg2))
9092 return omit_one_operand_loc (loc, type,
9093 fold_build1_loc (loc, ABS_EXPR, type, arg1),
9094 arg2);
9095
9096 /* Strip sign changing operations for the first argument. */
9097 tem = fold_strip_sign_ops (arg1);
9098 if (tem)
9099 return build_call_expr_loc (loc, fndecl, 2, tem, arg2);
9100
9101 return NULL_TREE;
9102 }
9103
9104 /* Fold a call to builtin isascii with argument ARG. */
9105
9106 static tree
9107 fold_builtin_isascii (location_t loc, tree arg)
9108 {
9109 if (!validate_arg (arg, INTEGER_TYPE))
9110 return NULL_TREE;
9111 else
9112 {
9113 /* Transform isascii(c) -> ((c & ~0x7f) == 0). */
9114 arg = fold_build2 (BIT_AND_EXPR, integer_type_node, arg,
9115 build_int_cst (NULL_TREE,
9116 ~ (unsigned HOST_WIDE_INT) 0x7f));
9117 return fold_build2_loc (loc, EQ_EXPR, integer_type_node,
9118 arg, integer_zero_node);
9119 }
9120 }
9121
9122 /* Fold a call to builtin toascii with argument ARG. */
9123
9124 static tree
9125 fold_builtin_toascii (location_t loc, tree arg)
9126 {
9127 if (!validate_arg (arg, INTEGER_TYPE))
9128 return NULL_TREE;
9129
9130 /* Transform toascii(c) -> (c & 0x7f). */
9131 return fold_build2_loc (loc, BIT_AND_EXPR, integer_type_node, arg,
9132 build_int_cst (NULL_TREE, 0x7f));
9133 }
9134
9135 /* Fold a call to builtin isdigit with argument ARG. */
9136
9137 static tree
9138 fold_builtin_isdigit (location_t loc, tree arg)
9139 {
9140 if (!validate_arg (arg, INTEGER_TYPE))
9141 return NULL_TREE;
9142 else
9143 {
9144 /* Transform isdigit(c) -> (unsigned)(c) - '0' <= 9. */
9145 /* According to the C standard, isdigit is unaffected by locale.
9146 However, it definitely is affected by the target character set. */
9147 unsigned HOST_WIDE_INT target_digit0
9148 = lang_hooks.to_target_charset ('0');
9149
9150 if (target_digit0 == 0)
9151 return NULL_TREE;
9152
9153 arg = fold_convert_loc (loc, unsigned_type_node, arg);
9154 arg = fold_build2 (MINUS_EXPR, unsigned_type_node, arg,
9155 build_int_cst (unsigned_type_node, target_digit0));
9156 return fold_build2_loc (loc, LE_EXPR, integer_type_node, arg,
9157 build_int_cst (unsigned_type_node, 9));
9158 }
9159 }
9160
9161 /* Fold a call to fabs, fabsf or fabsl with argument ARG. */
9162
9163 static tree
9164 fold_builtin_fabs (location_t loc, tree arg, tree type)
9165 {
9166 if (!validate_arg (arg, REAL_TYPE))
9167 return NULL_TREE;
9168
9169 arg = fold_convert_loc (loc, type, arg);
9170 if (TREE_CODE (arg) == REAL_CST)
9171 return fold_abs_const (arg, type);
9172 return fold_build1_loc (loc, ABS_EXPR, type, arg);
9173 }
9174
9175 /* Fold a call to abs, labs, llabs or imaxabs with argument ARG. */
9176
9177 static tree
9178 fold_builtin_abs (location_t loc, tree arg, tree type)
9179 {
9180 if (!validate_arg (arg, INTEGER_TYPE))
9181 return NULL_TREE;
9182
9183 arg = fold_convert_loc (loc, type, arg);
9184 if (TREE_CODE (arg) == INTEGER_CST)
9185 return fold_abs_const (arg, type);
9186 return fold_build1_loc (loc, ABS_EXPR, type, arg);
9187 }
9188
9189 /* Fold a call to builtin fmin or fmax. */
9190
9191 static tree
9192 fold_builtin_fmin_fmax (location_t loc, tree arg0, tree arg1,
9193 tree type, bool max)
9194 {
9195 if (validate_arg (arg0, REAL_TYPE) && validate_arg (arg1, REAL_TYPE))
9196 {
9197 /* Calculate the result when the argument is a constant. */
9198 tree res = do_mpfr_arg2 (arg0, arg1, type, (max ? mpfr_max : mpfr_min));
9199
9200 if (res)
9201 return res;
9202
9203 /* If either argument is NaN, return the other one. Avoid the
9204 transformation if we get (and honor) a signalling NaN. Using
9205 omit_one_operand() ensures we create a non-lvalue. */
9206 if (TREE_CODE (arg0) == REAL_CST
9207 && real_isnan (&TREE_REAL_CST (arg0))
9208 && (! HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0)))
9209 || ! TREE_REAL_CST (arg0).signalling))
9210 return omit_one_operand_loc (loc, type, arg1, arg0);
9211 if (TREE_CODE (arg1) == REAL_CST
9212 && real_isnan (&TREE_REAL_CST (arg1))
9213 && (! HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg1)))
9214 || ! TREE_REAL_CST (arg1).signalling))
9215 return omit_one_operand_loc (loc, type, arg0, arg1);
9216
9217 /* Transform fmin/fmax(x,x) -> x. */
9218 if (operand_equal_p (arg0, arg1, OEP_PURE_SAME))
9219 return omit_one_operand_loc (loc, type, arg0, arg1);
9220
9221 /* Convert fmin/fmax to MIN_EXPR/MAX_EXPR. C99 requires these
9222 functions to return the numeric arg if the other one is NaN.
9223 These tree codes don't honor that, so only transform if
9224 -ffinite-math-only is set. C99 doesn't require -0.0 to be
9225 handled, so we don't have to worry about it either. */
9226 if (flag_finite_math_only)
9227 return fold_build2_loc (loc, (max ? MAX_EXPR : MIN_EXPR), type,
9228 fold_convert_loc (loc, type, arg0),
9229 fold_convert_loc (loc, type, arg1));
9230 }
9231 return NULL_TREE;
9232 }
9233
9234 /* Fold a call to builtin carg(a+bi) -> atan2(b,a). */
9235
9236 static tree
9237 fold_builtin_carg (location_t loc, tree arg, tree type)
9238 {
9239 if (validate_arg (arg, COMPLEX_TYPE)
9240 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) == REAL_TYPE)
9241 {
9242 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2);
9243
9244 if (atan2_fn)
9245 {
9246 tree new_arg = builtin_save_expr (arg);
9247 tree r_arg = fold_build1_loc (loc, REALPART_EXPR, type, new_arg);
9248 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg);
9249 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
9250 }
9251 }
9252
9253 return NULL_TREE;
9254 }
9255
9256 /* Fold a call to builtin logb/ilogb. */
9257
9258 static tree
9259 fold_builtin_logb (location_t loc, tree arg, tree rettype)
9260 {
9261 if (! validate_arg (arg, REAL_TYPE))
9262 return NULL_TREE;
9263
9264 STRIP_NOPS (arg);
9265
9266 if (TREE_CODE (arg) == REAL_CST && ! TREE_OVERFLOW (arg))
9267 {
9268 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg);
9269
9270 switch (value->cl)
9271 {
9272 case rvc_nan:
9273 case rvc_inf:
9274 /* If arg is Inf or NaN and we're logb, return it. */
9275 if (TREE_CODE (rettype) == REAL_TYPE)
9276 return fold_convert_loc (loc, rettype, arg);
9277 /* Fall through... */
9278 case rvc_zero:
9279 /* Zero may set errno and/or raise an exception for logb, also
9280 for ilogb we don't know FP_ILOGB0. */
9281 return NULL_TREE;
9282 case rvc_normal:
9283 /* For normal numbers, proceed iff radix == 2. In GCC,
9284 normalized significands are in the range [0.5, 1.0). We
9285 want the exponent as if they were [1.0, 2.0) so get the
9286 exponent and subtract 1. */
9287 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (arg)))->b == 2)
9288 return fold_convert_loc (loc, rettype,
9289 build_int_cst (NULL_TREE,
9290 REAL_EXP (value)-1));
9291 break;
9292 }
9293 }
9294
9295 return NULL_TREE;
9296 }
9297
9298 /* Fold a call to builtin significand, if radix == 2. */
9299
9300 static tree
9301 fold_builtin_significand (location_t loc, tree arg, tree rettype)
9302 {
9303 if (! validate_arg (arg, REAL_TYPE))
9304 return NULL_TREE;
9305
9306 STRIP_NOPS (arg);
9307
9308 if (TREE_CODE (arg) == REAL_CST && ! TREE_OVERFLOW (arg))
9309 {
9310 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg);
9311
9312 switch (value->cl)
9313 {
9314 case rvc_zero:
9315 case rvc_nan:
9316 case rvc_inf:
9317 /* If arg is +-0, +-Inf or +-NaN, then return it. */
9318 return fold_convert_loc (loc, rettype, arg);
9319 case rvc_normal:
9320 /* For normal numbers, proceed iff radix == 2. */
9321 if (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (arg)))->b == 2)
9322 {
9323 REAL_VALUE_TYPE result = *value;
9324 /* In GCC, normalized significands are in the range [0.5,
9325 1.0). We want them to be [1.0, 2.0) so set the
9326 exponent to 1. */
9327 SET_REAL_EXP (&result, 1);
9328 return build_real (rettype, result);
9329 }
9330 break;
9331 }
9332 }
9333
9334 return NULL_TREE;
9335 }
9336
9337 /* Fold a call to builtin frexp, we can assume the base is 2. */
9338
9339 static tree
9340 fold_builtin_frexp (location_t loc, tree arg0, tree arg1, tree rettype)
9341 {
9342 if (! validate_arg (arg0, REAL_TYPE) || ! validate_arg (arg1, POINTER_TYPE))
9343 return NULL_TREE;
9344
9345 STRIP_NOPS (arg0);
9346
9347 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0)))
9348 return NULL_TREE;
9349
9350 arg1 = build_fold_indirect_ref_loc (loc, arg1);
9351
9352 /* Proceed if a valid pointer type was passed in. */
9353 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg1)) == integer_type_node)
9354 {
9355 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg0);
9356 tree frac, exp;
9357
9358 switch (value->cl)
9359 {
9360 case rvc_zero:
9361 /* For +-0, return (*exp = 0, +-0). */
9362 exp = integer_zero_node;
9363 frac = arg0;
9364 break;
9365 case rvc_nan:
9366 case rvc_inf:
9367 /* For +-NaN or +-Inf, *exp is unspecified, return arg0. */
9368 return omit_one_operand_loc (loc, rettype, arg0, arg1);
9369 case rvc_normal:
9370 {
9371 /* Since the frexp function always expects base 2, and in
9372 GCC normalized significands are already in the range
9373 [0.5, 1.0), we have exactly what frexp wants. */
9374 REAL_VALUE_TYPE frac_rvt = *value;
9375 SET_REAL_EXP (&frac_rvt, 0);
9376 frac = build_real (rettype, frac_rvt);
9377 exp = build_int_cst (NULL_TREE, REAL_EXP (value));
9378 }
9379 break;
9380 default:
9381 gcc_unreachable ();
9382 }
9383
9384 /* Create the COMPOUND_EXPR (*arg1 = trunc, frac). */
9385 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1, exp);
9386 TREE_SIDE_EFFECTS (arg1) = 1;
9387 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1, frac);
9388 }
9389
9390 return NULL_TREE;
9391 }
9392
9393 /* Fold a call to builtin ldexp or scalbn/scalbln. If LDEXP is true
9394 then we can assume the base is two. If it's false, then we have to
9395 check the mode of the TYPE parameter in certain cases. */
9396
9397 static tree
9398 fold_builtin_load_exponent (location_t loc, tree arg0, tree arg1,
9399 tree type, bool ldexp)
9400 {
9401 if (validate_arg (arg0, REAL_TYPE) && validate_arg (arg1, INTEGER_TYPE))
9402 {
9403 STRIP_NOPS (arg0);
9404 STRIP_NOPS (arg1);
9405
9406 /* If arg0 is 0, Inf or NaN, or if arg1 is 0, then return arg0. */
9407 if (real_zerop (arg0) || integer_zerop (arg1)
9408 || (TREE_CODE (arg0) == REAL_CST
9409 && !real_isfinite (&TREE_REAL_CST (arg0))))
9410 return omit_one_operand_loc (loc, type, arg0, arg1);
9411
9412 /* If both arguments are constant, then try to evaluate it. */
9413 if ((ldexp || REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2)
9414 && TREE_CODE (arg0) == REAL_CST && !TREE_OVERFLOW (arg0)
9415 && host_integerp (arg1, 0))
9416 {
9417 /* Bound the maximum adjustment to twice the range of the
9418 mode's valid exponents. Use abs to ensure the range is
9419 positive as a sanity check. */
9420 const long max_exp_adj = 2 *
9421 labs (REAL_MODE_FORMAT (TYPE_MODE (type))->emax
9422 - REAL_MODE_FORMAT (TYPE_MODE (type))->emin);
9423
9424 /* Get the user-requested adjustment. */
9425 const HOST_WIDE_INT req_exp_adj = tree_low_cst (arg1, 0);
9426
9427 /* The requested adjustment must be inside this range. This
9428 is a preliminary cap to avoid things like overflow, we
9429 may still fail to compute the result for other reasons. */
9430 if (-max_exp_adj < req_exp_adj && req_exp_adj < max_exp_adj)
9431 {
9432 REAL_VALUE_TYPE initial_result;
9433
9434 real_ldexp (&initial_result, &TREE_REAL_CST (arg0), req_exp_adj);
9435
9436 /* Ensure we didn't overflow. */
9437 if (! real_isinf (&initial_result))
9438 {
9439 const REAL_VALUE_TYPE trunc_result
9440 = real_value_truncate (TYPE_MODE (type), initial_result);
9441
9442 /* Only proceed if the target mode can hold the
9443 resulting value. */
9444 if (REAL_VALUES_EQUAL (initial_result, trunc_result))
9445 return build_real (type, trunc_result);
9446 }
9447 }
9448 }
9449 }
9450
9451 return NULL_TREE;
9452 }
9453
9454 /* Fold a call to builtin modf. */
9455
9456 static tree
9457 fold_builtin_modf (location_t loc, tree arg0, tree arg1, tree rettype)
9458 {
9459 if (! validate_arg (arg0, REAL_TYPE) || ! validate_arg (arg1, POINTER_TYPE))
9460 return NULL_TREE;
9461
9462 STRIP_NOPS (arg0);
9463
9464 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0)))
9465 return NULL_TREE;
9466
9467 arg1 = build_fold_indirect_ref_loc (loc, arg1);
9468
9469 /* Proceed if a valid pointer type was passed in. */
9470 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg1)) == TYPE_MAIN_VARIANT (rettype))
9471 {
9472 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg0);
9473 REAL_VALUE_TYPE trunc, frac;
9474
9475 switch (value->cl)
9476 {
9477 case rvc_nan:
9478 case rvc_zero:
9479 /* For +-NaN or +-0, return (*arg1 = arg0, arg0). */
9480 trunc = frac = *value;
9481 break;
9482 case rvc_inf:
9483 /* For +-Inf, return (*arg1 = arg0, +-0). */
9484 frac = dconst0;
9485 frac.sign = value->sign;
9486 trunc = *value;
9487 break;
9488 case rvc_normal:
9489 /* Return (*arg1 = trunc(arg0), arg0-trunc(arg0)). */
9490 real_trunc (&trunc, VOIDmode, value);
9491 real_arithmetic (&frac, MINUS_EXPR, value, &trunc);
9492 /* If the original number was negative and already
9493 integral, then the fractional part is -0.0. */
9494 if (value->sign && frac.cl == rvc_zero)
9495 frac.sign = value->sign;
9496 break;
9497 }
9498
9499 /* Create the COMPOUND_EXPR (*arg1 = trunc, frac). */
9500 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1,
9501 build_real (rettype, trunc));
9502 TREE_SIDE_EFFECTS (arg1) = 1;
9503 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1,
9504 build_real (rettype, frac));
9505 }
9506
9507 return NULL_TREE;
9508 }
9509
9510 /* Given a location LOC, an interclass builtin function decl FNDECL
9511 and its single argument ARG, return an folded expression computing
9512 the same, or NULL_TREE if we either couldn't or didn't want to fold
9513 (the latter happen if there's an RTL instruction available). */
9514
9515 static tree
9516 fold_builtin_interclass_mathfn (location_t loc, tree fndecl, tree arg)
9517 {
9518 enum machine_mode mode;
9519
9520 if (!validate_arg (arg, REAL_TYPE))
9521 return NULL_TREE;
9522
9523 if (interclass_mathfn_icode (arg, fndecl) != CODE_FOR_nothing)
9524 return NULL_TREE;
9525
9526 mode = TYPE_MODE (TREE_TYPE (arg));
9527
9528 /* If there is no optab, try generic code. */
9529 switch (DECL_FUNCTION_CODE (fndecl))
9530 {
9531 tree result;
9532
9533 CASE_FLT_FN (BUILT_IN_ISINF):
9534 {
9535 /* isinf(x) -> isgreater(fabs(x),DBL_MAX). */
9536 tree const isgr_fn = built_in_decls[BUILT_IN_ISGREATER];
9537 tree const type = TREE_TYPE (arg);
9538 REAL_VALUE_TYPE r;
9539 char buf[128];
9540
9541 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
9542 real_from_string (&r, buf);
9543 result = build_call_expr (isgr_fn, 2,
9544 fold_build1_loc (loc, ABS_EXPR, type, arg),
9545 build_real (type, r));
9546 return result;
9547 }
9548 CASE_FLT_FN (BUILT_IN_FINITE):
9549 case BUILT_IN_ISFINITE:
9550 {
9551 /* isfinite(x) -> islessequal(fabs(x),DBL_MAX). */
9552 tree const isle_fn = built_in_decls[BUILT_IN_ISLESSEQUAL];
9553 tree const type = TREE_TYPE (arg);
9554 REAL_VALUE_TYPE r;
9555 char buf[128];
9556
9557 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
9558 real_from_string (&r, buf);
9559 result = build_call_expr (isle_fn, 2,
9560 fold_build1_loc (loc, ABS_EXPR, type, arg),
9561 build_real (type, r));
9562 /*result = fold_build2_loc (loc, UNGT_EXPR,
9563 TREE_TYPE (TREE_TYPE (fndecl)),
9564 fold_build1_loc (loc, ABS_EXPR, type, arg),
9565 build_real (type, r));
9566 result = fold_build1_loc (loc, TRUTH_NOT_EXPR,
9567 TREE_TYPE (TREE_TYPE (fndecl)),
9568 result);*/
9569 return result;
9570 }
9571 case BUILT_IN_ISNORMAL:
9572 {
9573 /* isnormal(x) -> isgreaterequal(fabs(x),DBL_MIN) &
9574 islessequal(fabs(x),DBL_MAX). */
9575 tree const isle_fn = built_in_decls[BUILT_IN_ISLESSEQUAL];
9576 tree const isge_fn = built_in_decls[BUILT_IN_ISGREATEREQUAL];
9577 tree const type = TREE_TYPE (arg);
9578 REAL_VALUE_TYPE rmax, rmin;
9579 char buf[128];
9580
9581 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
9582 real_from_string (&rmax, buf);
9583 sprintf (buf, "0x1p%d", REAL_MODE_FORMAT (mode)->emin - 1);
9584 real_from_string (&rmin, buf);
9585 arg = builtin_save_expr (fold_build1_loc (loc, ABS_EXPR, type, arg));
9586 result = build_call_expr (isle_fn, 2, arg,
9587 build_real (type, rmax));
9588 result = fold_build2 (BIT_AND_EXPR, integer_type_node, result,
9589 build_call_expr (isge_fn, 2, arg,
9590 build_real (type, rmin)));
9591 return result;
9592 }
9593 default:
9594 break;
9595 }
9596
9597 return NULL_TREE;
9598 }
9599
9600 /* Fold a call to __builtin_isnan(), __builtin_isinf, __builtin_finite.
9601 ARG is the argument for the call. */
9602
9603 static tree
9604 fold_builtin_classify (location_t loc, tree fndecl, tree arg, int builtin_index)
9605 {
9606 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9607 REAL_VALUE_TYPE r;
9608
9609 if (!validate_arg (arg, REAL_TYPE))
9610 return NULL_TREE;
9611
9612 switch (builtin_index)
9613 {
9614 case BUILT_IN_ISINF:
9615 if (!HONOR_INFINITIES (TYPE_MODE (TREE_TYPE (arg))))
9616 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
9617
9618 if (TREE_CODE (arg) == REAL_CST)
9619 {
9620 r = TREE_REAL_CST (arg);
9621 if (real_isinf (&r))
9622 return real_compare (GT_EXPR, &r, &dconst0)
9623 ? integer_one_node : integer_minus_one_node;
9624 else
9625 return integer_zero_node;
9626 }
9627
9628 return NULL_TREE;
9629
9630 case BUILT_IN_ISINF_SIGN:
9631 {
9632 /* isinf_sign(x) -> isinf(x) ? (signbit(x) ? -1 : 1) : 0 */
9633 /* In a boolean context, GCC will fold the inner COND_EXPR to
9634 1. So e.g. "if (isinf_sign(x))" would be folded to just
9635 "if (isinf(x) ? 1 : 0)" which becomes "if (isinf(x))". */
9636 tree signbit_fn = mathfn_built_in_1 (TREE_TYPE (arg), BUILT_IN_SIGNBIT, 0);
9637 tree isinf_fn = built_in_decls[BUILT_IN_ISINF];
9638 tree tmp = NULL_TREE;
9639
9640 arg = builtin_save_expr (arg);
9641
9642 if (signbit_fn && isinf_fn)
9643 {
9644 tree signbit_call = build_call_expr_loc (loc, signbit_fn, 1, arg);
9645 tree isinf_call = build_call_expr_loc (loc, isinf_fn, 1, arg);
9646
9647 signbit_call = fold_build2_loc (loc, NE_EXPR, integer_type_node,
9648 signbit_call, integer_zero_node);
9649 isinf_call = fold_build2_loc (loc, NE_EXPR, integer_type_node,
9650 isinf_call, integer_zero_node);
9651
9652 tmp = fold_build3_loc (loc, COND_EXPR, integer_type_node, signbit_call,
9653 integer_minus_one_node, integer_one_node);
9654 tmp = fold_build3_loc (loc, COND_EXPR, integer_type_node,
9655 isinf_call, tmp,
9656 integer_zero_node);
9657 }
9658
9659 return tmp;
9660 }
9661
9662 case BUILT_IN_ISFINITE:
9663 if (!HONOR_NANS (TYPE_MODE (TREE_TYPE (arg)))
9664 && !HONOR_INFINITIES (TYPE_MODE (TREE_TYPE (arg))))
9665 return omit_one_operand_loc (loc, type, integer_one_node, arg);
9666
9667 if (TREE_CODE (arg) == REAL_CST)
9668 {
9669 r = TREE_REAL_CST (arg);
9670 return real_isfinite (&r) ? integer_one_node : integer_zero_node;
9671 }
9672
9673 return NULL_TREE;
9674
9675 case BUILT_IN_ISNAN:
9676 if (!HONOR_NANS (TYPE_MODE (TREE_TYPE (arg))))
9677 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
9678
9679 if (TREE_CODE (arg) == REAL_CST)
9680 {
9681 r = TREE_REAL_CST (arg);
9682 return real_isnan (&r) ? integer_one_node : integer_zero_node;
9683 }
9684
9685 arg = builtin_save_expr (arg);
9686 return fold_build2_loc (loc, UNORDERED_EXPR, type, arg, arg);
9687
9688 default:
9689 gcc_unreachable ();
9690 }
9691 }
9692
9693 /* Fold a call to __builtin_fpclassify(int, int, int, int, int, ...).
9694 This builtin will generate code to return the appropriate floating
9695 point classification depending on the value of the floating point
9696 number passed in. The possible return values must be supplied as
9697 int arguments to the call in the following order: FP_NAN, FP_INFINITE,
9698 FP_NORMAL, FP_SUBNORMAL and FP_ZERO. The ellipses is for exactly
9699 one floating point argument which is "type generic". */
9700
9701 static tree
9702 fold_builtin_fpclassify (location_t loc, tree exp)
9703 {
9704 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero,
9705 arg, type, res, tmp;
9706 enum machine_mode mode;
9707 REAL_VALUE_TYPE r;
9708 char buf[128];
9709
9710 /* Verify the required arguments in the original call. */
9711 if (!validate_arglist (exp, INTEGER_TYPE, INTEGER_TYPE,
9712 INTEGER_TYPE, INTEGER_TYPE,
9713 INTEGER_TYPE, REAL_TYPE, VOID_TYPE))
9714 return NULL_TREE;
9715
9716 fp_nan = CALL_EXPR_ARG (exp, 0);
9717 fp_infinite = CALL_EXPR_ARG (exp, 1);
9718 fp_normal = CALL_EXPR_ARG (exp, 2);
9719 fp_subnormal = CALL_EXPR_ARG (exp, 3);
9720 fp_zero = CALL_EXPR_ARG (exp, 4);
9721 arg = CALL_EXPR_ARG (exp, 5);
9722 type = TREE_TYPE (arg);
9723 mode = TYPE_MODE (type);
9724 arg = builtin_save_expr (fold_build1_loc (loc, ABS_EXPR, type, arg));
9725
9726 /* fpclassify(x) ->
9727 isnan(x) ? FP_NAN :
9728 (fabs(x) == Inf ? FP_INFINITE :
9729 (fabs(x) >= DBL_MIN ? FP_NORMAL :
9730 (x == 0 ? FP_ZERO : FP_SUBNORMAL))). */
9731
9732 tmp = fold_build2_loc (loc, EQ_EXPR, integer_type_node, arg,
9733 build_real (type, dconst0));
9734 res = fold_build3_loc (loc, COND_EXPR, integer_type_node,
9735 tmp, fp_zero, fp_subnormal);
9736
9737 sprintf (buf, "0x1p%d", REAL_MODE_FORMAT (mode)->emin - 1);
9738 real_from_string (&r, buf);
9739 tmp = fold_build2_loc (loc, GE_EXPR, integer_type_node,
9740 arg, build_real (type, r));
9741 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp, fp_normal, res);
9742
9743 if (HONOR_INFINITIES (mode))
9744 {
9745 real_inf (&r);
9746 tmp = fold_build2_loc (loc, EQ_EXPR, integer_type_node, arg,
9747 build_real (type, r));
9748 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp,
9749 fp_infinite, res);
9750 }
9751
9752 if (HONOR_NANS (mode))
9753 {
9754 tmp = fold_build2_loc (loc, ORDERED_EXPR, integer_type_node, arg, arg);
9755 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp, res, fp_nan);
9756 }
9757
9758 return res;
9759 }
9760
9761 /* Fold a call to an unordered comparison function such as
9762 __builtin_isgreater(). FNDECL is the FUNCTION_DECL for the function
9763 being called and ARG0 and ARG1 are the arguments for the call.
9764 UNORDERED_CODE and ORDERED_CODE are comparison codes that give
9765 the opposite of the desired result. UNORDERED_CODE is used
9766 for modes that can hold NaNs and ORDERED_CODE is used for
9767 the rest. */
9768
9769 static tree
9770 fold_builtin_unordered_cmp (location_t loc, tree fndecl, tree arg0, tree arg1,
9771 enum tree_code unordered_code,
9772 enum tree_code ordered_code)
9773 {
9774 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9775 enum tree_code code;
9776 tree type0, type1;
9777 enum tree_code code0, code1;
9778 tree cmp_type = NULL_TREE;
9779
9780 type0 = TREE_TYPE (arg0);
9781 type1 = TREE_TYPE (arg1);
9782
9783 code0 = TREE_CODE (type0);
9784 code1 = TREE_CODE (type1);
9785
9786 if (code0 == REAL_TYPE && code1 == REAL_TYPE)
9787 /* Choose the wider of two real types. */
9788 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
9789 ? type0 : type1;
9790 else if (code0 == REAL_TYPE && code1 == INTEGER_TYPE)
9791 cmp_type = type0;
9792 else if (code0 == INTEGER_TYPE && code1 == REAL_TYPE)
9793 cmp_type = type1;
9794
9795 arg0 = fold_convert_loc (loc, cmp_type, arg0);
9796 arg1 = fold_convert_loc (loc, cmp_type, arg1);
9797
9798 if (unordered_code == UNORDERED_EXPR)
9799 {
9800 if (!HONOR_NANS (TYPE_MODE (TREE_TYPE (arg0))))
9801 return omit_two_operands_loc (loc, type, integer_zero_node, arg0, arg1);
9802 return fold_build2_loc (loc, UNORDERED_EXPR, type, arg0, arg1);
9803 }
9804
9805 code = HONOR_NANS (TYPE_MODE (TREE_TYPE (arg0))) ? unordered_code
9806 : ordered_code;
9807 return fold_build1_loc (loc, TRUTH_NOT_EXPR, type,
9808 fold_build2_loc (loc, code, type, arg0, arg1));
9809 }
9810
9811 /* Fold a call to built-in function FNDECL with 0 arguments.
9812 IGNORE is true if the result of the function call is ignored. This
9813 function returns NULL_TREE if no simplification was possible. */
9814
9815 static tree
9816 fold_builtin_0 (location_t loc, tree fndecl, bool ignore ATTRIBUTE_UNUSED)
9817 {
9818 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9819 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
9820 switch (fcode)
9821 {
9822 CASE_FLT_FN (BUILT_IN_INF):
9823 case BUILT_IN_INFD32:
9824 case BUILT_IN_INFD64:
9825 case BUILT_IN_INFD128:
9826 return fold_builtin_inf (loc, type, true);
9827
9828 CASE_FLT_FN (BUILT_IN_HUGE_VAL):
9829 return fold_builtin_inf (loc, type, false);
9830
9831 case BUILT_IN_CLASSIFY_TYPE:
9832 return fold_builtin_classify_type (NULL_TREE);
9833
9834 default:
9835 break;
9836 }
9837 return NULL_TREE;
9838 }
9839
9840 /* Fold a call to built-in function FNDECL with 1 argument, ARG0.
9841 IGNORE is true if the result of the function call is ignored. This
9842 function returns NULL_TREE if no simplification was possible. */
9843
9844 static tree
9845 fold_builtin_1 (location_t loc, tree fndecl, tree arg0, bool ignore)
9846 {
9847 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9848 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
9849 switch (fcode)
9850 {
9851 case BUILT_IN_CONSTANT_P:
9852 {
9853 tree val = fold_builtin_constant_p (arg0);
9854
9855 /* Gimplification will pull the CALL_EXPR for the builtin out of
9856 an if condition. When not optimizing, we'll not CSE it back.
9857 To avoid link error types of regressions, return false now. */
9858 if (!val && !optimize)
9859 val = integer_zero_node;
9860
9861 return val;
9862 }
9863
9864 case BUILT_IN_CLASSIFY_TYPE:
9865 return fold_builtin_classify_type (arg0);
9866
9867 case BUILT_IN_STRLEN:
9868 return fold_builtin_strlen (loc, type, arg0);
9869
9870 CASE_FLT_FN (BUILT_IN_FABS):
9871 return fold_builtin_fabs (loc, arg0, type);
9872
9873 case BUILT_IN_ABS:
9874 case BUILT_IN_LABS:
9875 case BUILT_IN_LLABS:
9876 case BUILT_IN_IMAXABS:
9877 return fold_builtin_abs (loc, arg0, type);
9878
9879 CASE_FLT_FN (BUILT_IN_CONJ):
9880 if (validate_arg (arg0, COMPLEX_TYPE)
9881 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9882 return fold_build1_loc (loc, CONJ_EXPR, type, arg0);
9883 break;
9884
9885 CASE_FLT_FN (BUILT_IN_CREAL):
9886 if (validate_arg (arg0, COMPLEX_TYPE)
9887 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9888 return non_lvalue_loc (loc, fold_build1_loc (loc, REALPART_EXPR, type, arg0));;
9889 break;
9890
9891 CASE_FLT_FN (BUILT_IN_CIMAG):
9892 if (validate_arg (arg0, COMPLEX_TYPE)
9893 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9894 return non_lvalue_loc (loc, fold_build1_loc (loc, IMAGPART_EXPR, type, arg0));
9895 break;
9896
9897 CASE_FLT_FN (BUILT_IN_CCOS):
9898 return fold_builtin_ccos(loc, arg0, type, fndecl, /*hyper=*/ false);
9899
9900 CASE_FLT_FN (BUILT_IN_CCOSH):
9901 return fold_builtin_ccos(loc, arg0, type, fndecl, /*hyper=*/ true);
9902
9903 CASE_FLT_FN (BUILT_IN_CPROJ):
9904 return fold_builtin_cproj(loc, arg0, type);
9905
9906 CASE_FLT_FN (BUILT_IN_CSIN):
9907 if (validate_arg (arg0, COMPLEX_TYPE)
9908 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9909 return do_mpc_arg1 (arg0, type, mpc_sin);
9910 break;
9911
9912 CASE_FLT_FN (BUILT_IN_CSINH):
9913 if (validate_arg (arg0, COMPLEX_TYPE)
9914 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9915 return do_mpc_arg1 (arg0, type, mpc_sinh);
9916 break;
9917
9918 CASE_FLT_FN (BUILT_IN_CTAN):
9919 if (validate_arg (arg0, COMPLEX_TYPE)
9920 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9921 return do_mpc_arg1 (arg0, type, mpc_tan);
9922 break;
9923
9924 CASE_FLT_FN (BUILT_IN_CTANH):
9925 if (validate_arg (arg0, COMPLEX_TYPE)
9926 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9927 return do_mpc_arg1 (arg0, type, mpc_tanh);
9928 break;
9929
9930 CASE_FLT_FN (BUILT_IN_CLOG):
9931 if (validate_arg (arg0, COMPLEX_TYPE)
9932 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9933 return do_mpc_arg1 (arg0, type, mpc_log);
9934 break;
9935
9936 CASE_FLT_FN (BUILT_IN_CSQRT):
9937 if (validate_arg (arg0, COMPLEX_TYPE)
9938 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9939 return do_mpc_arg1 (arg0, type, mpc_sqrt);
9940 break;
9941
9942 CASE_FLT_FN (BUILT_IN_CASIN):
9943 if (validate_arg (arg0, COMPLEX_TYPE)
9944 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9945 return do_mpc_arg1 (arg0, type, mpc_asin);
9946 break;
9947
9948 CASE_FLT_FN (BUILT_IN_CACOS):
9949 if (validate_arg (arg0, COMPLEX_TYPE)
9950 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9951 return do_mpc_arg1 (arg0, type, mpc_acos);
9952 break;
9953
9954 CASE_FLT_FN (BUILT_IN_CATAN):
9955 if (validate_arg (arg0, COMPLEX_TYPE)
9956 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9957 return do_mpc_arg1 (arg0, type, mpc_atan);
9958 break;
9959
9960 CASE_FLT_FN (BUILT_IN_CASINH):
9961 if (validate_arg (arg0, COMPLEX_TYPE)
9962 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9963 return do_mpc_arg1 (arg0, type, mpc_asinh);
9964 break;
9965
9966 CASE_FLT_FN (BUILT_IN_CACOSH):
9967 if (validate_arg (arg0, COMPLEX_TYPE)
9968 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9969 return do_mpc_arg1 (arg0, type, mpc_acosh);
9970 break;
9971
9972 CASE_FLT_FN (BUILT_IN_CATANH):
9973 if (validate_arg (arg0, COMPLEX_TYPE)
9974 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9975 return do_mpc_arg1 (arg0, type, mpc_atanh);
9976 break;
9977
9978 CASE_FLT_FN (BUILT_IN_CABS):
9979 return fold_builtin_cabs (loc, arg0, type, fndecl);
9980
9981 CASE_FLT_FN (BUILT_IN_CARG):
9982 return fold_builtin_carg (loc, arg0, type);
9983
9984 CASE_FLT_FN (BUILT_IN_SQRT):
9985 return fold_builtin_sqrt (loc, arg0, type);
9986
9987 CASE_FLT_FN (BUILT_IN_CBRT):
9988 return fold_builtin_cbrt (loc, arg0, type);
9989
9990 CASE_FLT_FN (BUILT_IN_ASIN):
9991 if (validate_arg (arg0, REAL_TYPE))
9992 return do_mpfr_arg1 (arg0, type, mpfr_asin,
9993 &dconstm1, &dconst1, true);
9994 break;
9995
9996 CASE_FLT_FN (BUILT_IN_ACOS):
9997 if (validate_arg (arg0, REAL_TYPE))
9998 return do_mpfr_arg1 (arg0, type, mpfr_acos,
9999 &dconstm1, &dconst1, true);
10000 break;
10001
10002 CASE_FLT_FN (BUILT_IN_ATAN):
10003 if (validate_arg (arg0, REAL_TYPE))
10004 return do_mpfr_arg1 (arg0, type, mpfr_atan, NULL, NULL, 0);
10005 break;
10006
10007 CASE_FLT_FN (BUILT_IN_ASINH):
10008 if (validate_arg (arg0, REAL_TYPE))
10009 return do_mpfr_arg1 (arg0, type, mpfr_asinh, NULL, NULL, 0);
10010 break;
10011
10012 CASE_FLT_FN (BUILT_IN_ACOSH):
10013 if (validate_arg (arg0, REAL_TYPE))
10014 return do_mpfr_arg1 (arg0, type, mpfr_acosh,
10015 &dconst1, NULL, true);
10016 break;
10017
10018 CASE_FLT_FN (BUILT_IN_ATANH):
10019 if (validate_arg (arg0, REAL_TYPE))
10020 return do_mpfr_arg1 (arg0, type, mpfr_atanh,
10021 &dconstm1, &dconst1, false);
10022 break;
10023
10024 CASE_FLT_FN (BUILT_IN_SIN):
10025 if (validate_arg (arg0, REAL_TYPE))
10026 return do_mpfr_arg1 (arg0, type, mpfr_sin, NULL, NULL, 0);
10027 break;
10028
10029 CASE_FLT_FN (BUILT_IN_COS):
10030 return fold_builtin_cos (loc, arg0, type, fndecl);
10031
10032 CASE_FLT_FN (BUILT_IN_TAN):
10033 return fold_builtin_tan (arg0, type);
10034
10035 CASE_FLT_FN (BUILT_IN_CEXP):
10036 return fold_builtin_cexp (loc, arg0, type);
10037
10038 CASE_FLT_FN (BUILT_IN_CEXPI):
10039 if (validate_arg (arg0, REAL_TYPE))
10040 return do_mpfr_sincos (arg0, NULL_TREE, NULL_TREE);
10041 break;
10042
10043 CASE_FLT_FN (BUILT_IN_SINH):
10044 if (validate_arg (arg0, REAL_TYPE))
10045 return do_mpfr_arg1 (arg0, type, mpfr_sinh, NULL, NULL, 0);
10046 break;
10047
10048 CASE_FLT_FN (BUILT_IN_COSH):
10049 return fold_builtin_cosh (loc, arg0, type, fndecl);
10050
10051 CASE_FLT_FN (BUILT_IN_TANH):
10052 if (validate_arg (arg0, REAL_TYPE))
10053 return do_mpfr_arg1 (arg0, type, mpfr_tanh, NULL, NULL, 0);
10054 break;
10055
10056 CASE_FLT_FN (BUILT_IN_ERF):
10057 if (validate_arg (arg0, REAL_TYPE))
10058 return do_mpfr_arg1 (arg0, type, mpfr_erf, NULL, NULL, 0);
10059 break;
10060
10061 CASE_FLT_FN (BUILT_IN_ERFC):
10062 if (validate_arg (arg0, REAL_TYPE))
10063 return do_mpfr_arg1 (arg0, type, mpfr_erfc, NULL, NULL, 0);
10064 break;
10065
10066 CASE_FLT_FN (BUILT_IN_TGAMMA):
10067 if (validate_arg (arg0, REAL_TYPE))
10068 return do_mpfr_arg1 (arg0, type, mpfr_gamma, NULL, NULL, 0);
10069 break;
10070
10071 CASE_FLT_FN (BUILT_IN_EXP):
10072 return fold_builtin_exponent (loc, fndecl, arg0, mpfr_exp);
10073
10074 CASE_FLT_FN (BUILT_IN_EXP2):
10075 return fold_builtin_exponent (loc, fndecl, arg0, mpfr_exp2);
10076
10077 CASE_FLT_FN (BUILT_IN_EXP10):
10078 CASE_FLT_FN (BUILT_IN_POW10):
10079 return fold_builtin_exponent (loc, fndecl, arg0, mpfr_exp10);
10080
10081 CASE_FLT_FN (BUILT_IN_EXPM1):
10082 if (validate_arg (arg0, REAL_TYPE))
10083 return do_mpfr_arg1 (arg0, type, mpfr_expm1, NULL, NULL, 0);
10084 break;
10085
10086 CASE_FLT_FN (BUILT_IN_LOG):
10087 return fold_builtin_logarithm (loc, fndecl, arg0, mpfr_log);
10088
10089 CASE_FLT_FN (BUILT_IN_LOG2):
10090 return fold_builtin_logarithm (loc, fndecl, arg0, mpfr_log2);
10091
10092 CASE_FLT_FN (BUILT_IN_LOG10):
10093 return fold_builtin_logarithm (loc, fndecl, arg0, mpfr_log10);
10094
10095 CASE_FLT_FN (BUILT_IN_LOG1P):
10096 if (validate_arg (arg0, REAL_TYPE))
10097 return do_mpfr_arg1 (arg0, type, mpfr_log1p,
10098 &dconstm1, NULL, false);
10099 break;
10100
10101 CASE_FLT_FN (BUILT_IN_J0):
10102 if (validate_arg (arg0, REAL_TYPE))
10103 return do_mpfr_arg1 (arg0, type, mpfr_j0,
10104 NULL, NULL, 0);
10105 break;
10106
10107 CASE_FLT_FN (BUILT_IN_J1):
10108 if (validate_arg (arg0, REAL_TYPE))
10109 return do_mpfr_arg1 (arg0, type, mpfr_j1,
10110 NULL, NULL, 0);
10111 break;
10112
10113 CASE_FLT_FN (BUILT_IN_Y0):
10114 if (validate_arg (arg0, REAL_TYPE))
10115 return do_mpfr_arg1 (arg0, type, mpfr_y0,
10116 &dconst0, NULL, false);
10117 break;
10118
10119 CASE_FLT_FN (BUILT_IN_Y1):
10120 if (validate_arg (arg0, REAL_TYPE))
10121 return do_mpfr_arg1 (arg0, type, mpfr_y1,
10122 &dconst0, NULL, false);
10123 break;
10124
10125 CASE_FLT_FN (BUILT_IN_NAN):
10126 case BUILT_IN_NAND32:
10127 case BUILT_IN_NAND64:
10128 case BUILT_IN_NAND128:
10129 return fold_builtin_nan (arg0, type, true);
10130
10131 CASE_FLT_FN (BUILT_IN_NANS):
10132 return fold_builtin_nan (arg0, type, false);
10133
10134 CASE_FLT_FN (BUILT_IN_FLOOR):
10135 return fold_builtin_floor (loc, fndecl, arg0);
10136
10137 CASE_FLT_FN (BUILT_IN_CEIL):
10138 return fold_builtin_ceil (loc, fndecl, arg0);
10139
10140 CASE_FLT_FN (BUILT_IN_TRUNC):
10141 return fold_builtin_trunc (loc, fndecl, arg0);
10142
10143 CASE_FLT_FN (BUILT_IN_ROUND):
10144 return fold_builtin_round (loc, fndecl, arg0);
10145
10146 CASE_FLT_FN (BUILT_IN_NEARBYINT):
10147 CASE_FLT_FN (BUILT_IN_RINT):
10148 return fold_trunc_transparent_mathfn (loc, fndecl, arg0);
10149
10150 CASE_FLT_FN (BUILT_IN_LCEIL):
10151 CASE_FLT_FN (BUILT_IN_LLCEIL):
10152 CASE_FLT_FN (BUILT_IN_LFLOOR):
10153 CASE_FLT_FN (BUILT_IN_LLFLOOR):
10154 CASE_FLT_FN (BUILT_IN_LROUND):
10155 CASE_FLT_FN (BUILT_IN_LLROUND):
10156 return fold_builtin_int_roundingfn (loc, fndecl, arg0);
10157
10158 CASE_FLT_FN (BUILT_IN_LRINT):
10159 CASE_FLT_FN (BUILT_IN_LLRINT):
10160 return fold_fixed_mathfn (loc, fndecl, arg0);
10161
10162 case BUILT_IN_BSWAP32:
10163 case BUILT_IN_BSWAP64:
10164 return fold_builtin_bswap (fndecl, arg0);
10165
10166 CASE_INT_FN (BUILT_IN_FFS):
10167 CASE_INT_FN (BUILT_IN_CLZ):
10168 CASE_INT_FN (BUILT_IN_CTZ):
10169 CASE_INT_FN (BUILT_IN_POPCOUNT):
10170 CASE_INT_FN (BUILT_IN_PARITY):
10171 return fold_builtin_bitop (fndecl, arg0);
10172
10173 CASE_FLT_FN (BUILT_IN_SIGNBIT):
10174 return fold_builtin_signbit (loc, arg0, type);
10175
10176 CASE_FLT_FN (BUILT_IN_SIGNIFICAND):
10177 return fold_builtin_significand (loc, arg0, type);
10178
10179 CASE_FLT_FN (BUILT_IN_ILOGB):
10180 CASE_FLT_FN (BUILT_IN_LOGB):
10181 return fold_builtin_logb (loc, arg0, type);
10182
10183 case BUILT_IN_ISASCII:
10184 return fold_builtin_isascii (loc, arg0);
10185
10186 case BUILT_IN_TOASCII:
10187 return fold_builtin_toascii (loc, arg0);
10188
10189 case BUILT_IN_ISDIGIT:
10190 return fold_builtin_isdigit (loc, arg0);
10191
10192 CASE_FLT_FN (BUILT_IN_FINITE):
10193 case BUILT_IN_FINITED32:
10194 case BUILT_IN_FINITED64:
10195 case BUILT_IN_FINITED128:
10196 case BUILT_IN_ISFINITE:
10197 {
10198 tree ret = fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISFINITE);
10199 if (ret)
10200 return ret;
10201 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
10202 }
10203
10204 CASE_FLT_FN (BUILT_IN_ISINF):
10205 case BUILT_IN_ISINFD32:
10206 case BUILT_IN_ISINFD64:
10207 case BUILT_IN_ISINFD128:
10208 {
10209 tree ret = fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISINF);
10210 if (ret)
10211 return ret;
10212 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
10213 }
10214
10215 case BUILT_IN_ISNORMAL:
10216 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
10217
10218 case BUILT_IN_ISINF_SIGN:
10219 return fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISINF_SIGN);
10220
10221 CASE_FLT_FN (BUILT_IN_ISNAN):
10222 case BUILT_IN_ISNAND32:
10223 case BUILT_IN_ISNAND64:
10224 case BUILT_IN_ISNAND128:
10225 return fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISNAN);
10226
10227 case BUILT_IN_PRINTF:
10228 case BUILT_IN_PRINTF_UNLOCKED:
10229 case BUILT_IN_VPRINTF:
10230 return fold_builtin_printf (loc, fndecl, arg0, NULL_TREE, ignore, fcode);
10231
10232 case BUILT_IN_FREE:
10233 if (integer_zerop (arg0))
10234 return build_empty_stmt (loc);
10235 break;
10236
10237 default:
10238 break;
10239 }
10240
10241 return NULL_TREE;
10242
10243 }
10244
10245 /* Fold a call to built-in function FNDECL with 2 arguments, ARG0 and ARG1.
10246 IGNORE is true if the result of the function call is ignored. This
10247 function returns NULL_TREE if no simplification was possible. */
10248
10249 static tree
10250 fold_builtin_2 (location_t loc, tree fndecl, tree arg0, tree arg1, bool ignore)
10251 {
10252 tree type = TREE_TYPE (TREE_TYPE (fndecl));
10253 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10254
10255 switch (fcode)
10256 {
10257 CASE_FLT_FN (BUILT_IN_JN):
10258 if (validate_arg (arg0, INTEGER_TYPE)
10259 && validate_arg (arg1, REAL_TYPE))
10260 return do_mpfr_bessel_n (arg0, arg1, type, mpfr_jn, NULL, 0);
10261 break;
10262
10263 CASE_FLT_FN (BUILT_IN_YN):
10264 if (validate_arg (arg0, INTEGER_TYPE)
10265 && validate_arg (arg1, REAL_TYPE))
10266 return do_mpfr_bessel_n (arg0, arg1, type, mpfr_yn,
10267 &dconst0, false);
10268 break;
10269
10270 CASE_FLT_FN (BUILT_IN_DREM):
10271 CASE_FLT_FN (BUILT_IN_REMAINDER):
10272 if (validate_arg (arg0, REAL_TYPE)
10273 && validate_arg(arg1, REAL_TYPE))
10274 return do_mpfr_arg2 (arg0, arg1, type, mpfr_remainder);
10275 break;
10276
10277 CASE_FLT_FN_REENT (BUILT_IN_GAMMA): /* GAMMA_R */
10278 CASE_FLT_FN_REENT (BUILT_IN_LGAMMA): /* LGAMMA_R */
10279 if (validate_arg (arg0, REAL_TYPE)
10280 && validate_arg(arg1, POINTER_TYPE))
10281 return do_mpfr_lgamma_r (arg0, arg1, type);
10282 break;
10283
10284 CASE_FLT_FN (BUILT_IN_ATAN2):
10285 if (validate_arg (arg0, REAL_TYPE)
10286 && validate_arg(arg1, REAL_TYPE))
10287 return do_mpfr_arg2 (arg0, arg1, type, mpfr_atan2);
10288 break;
10289
10290 CASE_FLT_FN (BUILT_IN_FDIM):
10291 if (validate_arg (arg0, REAL_TYPE)
10292 && validate_arg(arg1, REAL_TYPE))
10293 return do_mpfr_arg2 (arg0, arg1, type, mpfr_dim);
10294 break;
10295
10296 CASE_FLT_FN (BUILT_IN_HYPOT):
10297 return fold_builtin_hypot (loc, fndecl, arg0, arg1, type);
10298
10299 CASE_FLT_FN (BUILT_IN_CPOW):
10300 if (validate_arg (arg0, COMPLEX_TYPE)
10301 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE
10302 && validate_arg (arg1, COMPLEX_TYPE)
10303 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == REAL_TYPE)
10304 return do_mpc_arg2 (arg0, arg1, type, /*do_nonfinite=*/ 0, mpc_pow);
10305 break;
10306
10307 CASE_FLT_FN (BUILT_IN_LDEXP):
10308 return fold_builtin_load_exponent (loc, arg0, arg1, type, /*ldexp=*/true);
10309 CASE_FLT_FN (BUILT_IN_SCALBN):
10310 CASE_FLT_FN (BUILT_IN_SCALBLN):
10311 return fold_builtin_load_exponent (loc, arg0, arg1,
10312 type, /*ldexp=*/false);
10313
10314 CASE_FLT_FN (BUILT_IN_FREXP):
10315 return fold_builtin_frexp (loc, arg0, arg1, type);
10316
10317 CASE_FLT_FN (BUILT_IN_MODF):
10318 return fold_builtin_modf (loc, arg0, arg1, type);
10319
10320 case BUILT_IN_BZERO:
10321 return fold_builtin_bzero (loc, arg0, arg1, ignore);
10322
10323 case BUILT_IN_FPUTS:
10324 return fold_builtin_fputs (loc, arg0, arg1, ignore, false, NULL_TREE);
10325
10326 case BUILT_IN_FPUTS_UNLOCKED:
10327 return fold_builtin_fputs (loc, arg0, arg1, ignore, true, NULL_TREE);
10328
10329 case BUILT_IN_STRSTR:
10330 return fold_builtin_strstr (loc, arg0, arg1, type);
10331
10332 case BUILT_IN_STRCAT:
10333 return fold_builtin_strcat (loc, arg0, arg1);
10334
10335 case BUILT_IN_STRSPN:
10336 return fold_builtin_strspn (loc, arg0, arg1);
10337
10338 case BUILT_IN_STRCSPN:
10339 return fold_builtin_strcspn (loc, arg0, arg1);
10340
10341 case BUILT_IN_STRCHR:
10342 case BUILT_IN_INDEX:
10343 return fold_builtin_strchr (loc, arg0, arg1, type);
10344
10345 case BUILT_IN_STRRCHR:
10346 case BUILT_IN_RINDEX:
10347 return fold_builtin_strrchr (loc, arg0, arg1, type);
10348
10349 case BUILT_IN_STRCPY:
10350 return fold_builtin_strcpy (loc, fndecl, arg0, arg1, NULL_TREE);
10351
10352 case BUILT_IN_STPCPY:
10353 if (ignore)
10354 {
10355 tree fn = implicit_built_in_decls[BUILT_IN_STRCPY];
10356 if (!fn)
10357 break;
10358
10359 return build_call_expr_loc (loc, fn, 2, arg0, arg1);
10360 }
10361 else
10362 return fold_builtin_stpcpy (loc, fndecl, arg0, arg1);
10363 break;
10364
10365 case BUILT_IN_STRCMP:
10366 return fold_builtin_strcmp (loc, arg0, arg1);
10367
10368 case BUILT_IN_STRPBRK:
10369 return fold_builtin_strpbrk (loc, arg0, arg1, type);
10370
10371 case BUILT_IN_EXPECT:
10372 return fold_builtin_expect (loc, arg0, arg1);
10373
10374 CASE_FLT_FN (BUILT_IN_POW):
10375 return fold_builtin_pow (loc, fndecl, arg0, arg1, type);
10376
10377 CASE_FLT_FN (BUILT_IN_POWI):
10378 return fold_builtin_powi (loc, fndecl, arg0, arg1, type);
10379
10380 CASE_FLT_FN (BUILT_IN_COPYSIGN):
10381 return fold_builtin_copysign (loc, fndecl, arg0, arg1, type);
10382
10383 CASE_FLT_FN (BUILT_IN_FMIN):
10384 return fold_builtin_fmin_fmax (loc, arg0, arg1, type, /*max=*/false);
10385
10386 CASE_FLT_FN (BUILT_IN_FMAX):
10387 return fold_builtin_fmin_fmax (loc, arg0, arg1, type, /*max=*/true);
10388
10389 case BUILT_IN_ISGREATER:
10390 return fold_builtin_unordered_cmp (loc, fndecl,
10391 arg0, arg1, UNLE_EXPR, LE_EXPR);
10392 case BUILT_IN_ISGREATEREQUAL:
10393 return fold_builtin_unordered_cmp (loc, fndecl,
10394 arg0, arg1, UNLT_EXPR, LT_EXPR);
10395 case BUILT_IN_ISLESS:
10396 return fold_builtin_unordered_cmp (loc, fndecl,
10397 arg0, arg1, UNGE_EXPR, GE_EXPR);
10398 case BUILT_IN_ISLESSEQUAL:
10399 return fold_builtin_unordered_cmp (loc, fndecl,
10400 arg0, arg1, UNGT_EXPR, GT_EXPR);
10401 case BUILT_IN_ISLESSGREATER:
10402 return fold_builtin_unordered_cmp (loc, fndecl,
10403 arg0, arg1, UNEQ_EXPR, EQ_EXPR);
10404 case BUILT_IN_ISUNORDERED:
10405 return fold_builtin_unordered_cmp (loc, fndecl,
10406 arg0, arg1, UNORDERED_EXPR,
10407 NOP_EXPR);
10408
10409 /* We do the folding for va_start in the expander. */
10410 case BUILT_IN_VA_START:
10411 break;
10412
10413 case BUILT_IN_SPRINTF:
10414 return fold_builtin_sprintf (loc, arg0, arg1, NULL_TREE, ignore);
10415
10416 case BUILT_IN_OBJECT_SIZE:
10417 return fold_builtin_object_size (arg0, arg1);
10418
10419 case BUILT_IN_PRINTF:
10420 case BUILT_IN_PRINTF_UNLOCKED:
10421 case BUILT_IN_VPRINTF:
10422 return fold_builtin_printf (loc, fndecl, arg0, arg1, ignore, fcode);
10423
10424 case BUILT_IN_PRINTF_CHK:
10425 case BUILT_IN_VPRINTF_CHK:
10426 if (!validate_arg (arg0, INTEGER_TYPE)
10427 || TREE_SIDE_EFFECTS (arg0))
10428 return NULL_TREE;
10429 else
10430 return fold_builtin_printf (loc, fndecl,
10431 arg1, NULL_TREE, ignore, fcode);
10432 break;
10433
10434 case BUILT_IN_FPRINTF:
10435 case BUILT_IN_FPRINTF_UNLOCKED:
10436 case BUILT_IN_VFPRINTF:
10437 return fold_builtin_fprintf (loc, fndecl, arg0, arg1, NULL_TREE,
10438 ignore, fcode);
10439
10440 default:
10441 break;
10442 }
10443 return NULL_TREE;
10444 }
10445
10446 /* Fold a call to built-in function FNDECL with 3 arguments, ARG0, ARG1,
10447 and ARG2. IGNORE is true if the result of the function call is ignored.
10448 This function returns NULL_TREE if no simplification was possible. */
10449
10450 static tree
10451 fold_builtin_3 (location_t loc, tree fndecl,
10452 tree arg0, tree arg1, tree arg2, bool ignore)
10453 {
10454 tree type = TREE_TYPE (TREE_TYPE (fndecl));
10455 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10456 switch (fcode)
10457 {
10458
10459 CASE_FLT_FN (BUILT_IN_SINCOS):
10460 return fold_builtin_sincos (loc, arg0, arg1, arg2);
10461
10462 CASE_FLT_FN (BUILT_IN_FMA):
10463 if (validate_arg (arg0, REAL_TYPE)
10464 && validate_arg(arg1, REAL_TYPE)
10465 && validate_arg(arg2, REAL_TYPE))
10466 return do_mpfr_arg3 (arg0, arg1, arg2, type, mpfr_fma);
10467 break;
10468
10469 CASE_FLT_FN (BUILT_IN_REMQUO):
10470 if (validate_arg (arg0, REAL_TYPE)
10471 && validate_arg(arg1, REAL_TYPE)
10472 && validate_arg(arg2, POINTER_TYPE))
10473 return do_mpfr_remquo (arg0, arg1, arg2);
10474 break;
10475
10476 case BUILT_IN_MEMSET:
10477 return fold_builtin_memset (loc, arg0, arg1, arg2, type, ignore);
10478
10479 case BUILT_IN_BCOPY:
10480 return fold_builtin_memory_op (loc, arg1, arg0, arg2,
10481 void_type_node, true, /*endp=*/3);
10482
10483 case BUILT_IN_MEMCPY:
10484 return fold_builtin_memory_op (loc, arg0, arg1, arg2,
10485 type, ignore, /*endp=*/0);
10486
10487 case BUILT_IN_MEMPCPY:
10488 return fold_builtin_memory_op (loc, arg0, arg1, arg2,
10489 type, ignore, /*endp=*/1);
10490
10491 case BUILT_IN_MEMMOVE:
10492 return fold_builtin_memory_op (loc, arg0, arg1, arg2,
10493 type, ignore, /*endp=*/3);
10494
10495 case BUILT_IN_STRNCAT:
10496 return fold_builtin_strncat (loc, arg0, arg1, arg2);
10497
10498 case BUILT_IN_STRNCPY:
10499 return fold_builtin_strncpy (loc, fndecl, arg0, arg1, arg2, NULL_TREE);
10500
10501 case BUILT_IN_STRNCMP:
10502 return fold_builtin_strncmp (loc, arg0, arg1, arg2);
10503
10504 case BUILT_IN_MEMCHR:
10505 return fold_builtin_memchr (loc, arg0, arg1, arg2, type);
10506
10507 case BUILT_IN_BCMP:
10508 case BUILT_IN_MEMCMP:
10509 return fold_builtin_memcmp (loc, arg0, arg1, arg2);;
10510
10511 case BUILT_IN_SPRINTF:
10512 return fold_builtin_sprintf (loc, arg0, arg1, arg2, ignore);
10513
10514 case BUILT_IN_STRCPY_CHK:
10515 case BUILT_IN_STPCPY_CHK:
10516 return fold_builtin_stxcpy_chk (loc, fndecl, arg0, arg1, arg2, NULL_TREE,
10517 ignore, fcode);
10518
10519 case BUILT_IN_STRCAT_CHK:
10520 return fold_builtin_strcat_chk (loc, fndecl, arg0, arg1, arg2);
10521
10522 case BUILT_IN_PRINTF_CHK:
10523 case BUILT_IN_VPRINTF_CHK:
10524 if (!validate_arg (arg0, INTEGER_TYPE)
10525 || TREE_SIDE_EFFECTS (arg0))
10526 return NULL_TREE;
10527 else
10528 return fold_builtin_printf (loc, fndecl, arg1, arg2, ignore, fcode);
10529 break;
10530
10531 case BUILT_IN_FPRINTF:
10532 case BUILT_IN_FPRINTF_UNLOCKED:
10533 case BUILT_IN_VFPRINTF:
10534 return fold_builtin_fprintf (loc, fndecl, arg0, arg1, arg2,
10535 ignore, fcode);
10536
10537 case BUILT_IN_FPRINTF_CHK:
10538 case BUILT_IN_VFPRINTF_CHK:
10539 if (!validate_arg (arg1, INTEGER_TYPE)
10540 || TREE_SIDE_EFFECTS (arg1))
10541 return NULL_TREE;
10542 else
10543 return fold_builtin_fprintf (loc, fndecl, arg0, arg2, NULL_TREE,
10544 ignore, fcode);
10545
10546 default:
10547 break;
10548 }
10549 return NULL_TREE;
10550 }
10551
10552 /* Fold a call to built-in function FNDECL with 4 arguments, ARG0, ARG1,
10553 ARG2, and ARG3. IGNORE is true if the result of the function call is
10554 ignored. This function returns NULL_TREE if no simplification was
10555 possible. */
10556
10557 static tree
10558 fold_builtin_4 (location_t loc, tree fndecl,
10559 tree arg0, tree arg1, tree arg2, tree arg3, bool ignore)
10560 {
10561 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10562
10563 switch (fcode)
10564 {
10565 case BUILT_IN_MEMCPY_CHK:
10566 case BUILT_IN_MEMPCPY_CHK:
10567 case BUILT_IN_MEMMOVE_CHK:
10568 case BUILT_IN_MEMSET_CHK:
10569 return fold_builtin_memory_chk (loc, fndecl, arg0, arg1, arg2, arg3,
10570 NULL_TREE, ignore,
10571 DECL_FUNCTION_CODE (fndecl));
10572
10573 case BUILT_IN_STRNCPY_CHK:
10574 return fold_builtin_strncpy_chk (loc, arg0, arg1, arg2, arg3, NULL_TREE);
10575
10576 case BUILT_IN_STRNCAT_CHK:
10577 return fold_builtin_strncat_chk (loc, fndecl, arg0, arg1, arg2, arg3);
10578
10579 case BUILT_IN_FPRINTF_CHK:
10580 case BUILT_IN_VFPRINTF_CHK:
10581 if (!validate_arg (arg1, INTEGER_TYPE)
10582 || TREE_SIDE_EFFECTS (arg1))
10583 return NULL_TREE;
10584 else
10585 return fold_builtin_fprintf (loc, fndecl, arg0, arg2, arg3,
10586 ignore, fcode);
10587 break;
10588
10589 default:
10590 break;
10591 }
10592 return NULL_TREE;
10593 }
10594
10595 /* Fold a call to built-in function FNDECL. ARGS is an array of NARGS
10596 arguments, where NARGS <= 4. IGNORE is true if the result of the
10597 function call is ignored. This function returns NULL_TREE if no
10598 simplification was possible. Note that this only folds builtins with
10599 fixed argument patterns. Foldings that do varargs-to-varargs
10600 transformations, or that match calls with more than 4 arguments,
10601 need to be handled with fold_builtin_varargs instead. */
10602
10603 #define MAX_ARGS_TO_FOLD_BUILTIN 4
10604
10605 static tree
10606 fold_builtin_n (location_t loc, tree fndecl, tree *args, int nargs, bool ignore)
10607 {
10608 tree ret = NULL_TREE;
10609
10610 switch (nargs)
10611 {
10612 case 0:
10613 ret = fold_builtin_0 (loc, fndecl, ignore);
10614 break;
10615 case 1:
10616 ret = fold_builtin_1 (loc, fndecl, args[0], ignore);
10617 break;
10618 case 2:
10619 ret = fold_builtin_2 (loc, fndecl, args[0], args[1], ignore);
10620 break;
10621 case 3:
10622 ret = fold_builtin_3 (loc, fndecl, args[0], args[1], args[2], ignore);
10623 break;
10624 case 4:
10625 ret = fold_builtin_4 (loc, fndecl, args[0], args[1], args[2], args[3],
10626 ignore);
10627 break;
10628 default:
10629 break;
10630 }
10631 if (ret)
10632 {
10633 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
10634 SET_EXPR_LOCATION (ret, loc);
10635 TREE_NO_WARNING (ret) = 1;
10636 return ret;
10637 }
10638 return NULL_TREE;
10639 }
10640
10641 /* Builtins with folding operations that operate on "..." arguments
10642 need special handling; we need to store the arguments in a convenient
10643 data structure before attempting any folding. Fortunately there are
10644 only a few builtins that fall into this category. FNDECL is the
10645 function, EXP is the CALL_EXPR for the call, and IGNORE is true if the
10646 result of the function call is ignored. */
10647
10648 static tree
10649 fold_builtin_varargs (location_t loc, tree fndecl, tree exp,
10650 bool ignore ATTRIBUTE_UNUSED)
10651 {
10652 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10653 tree ret = NULL_TREE;
10654
10655 switch (fcode)
10656 {
10657 case BUILT_IN_SPRINTF_CHK:
10658 case BUILT_IN_VSPRINTF_CHK:
10659 ret = fold_builtin_sprintf_chk (loc, exp, fcode);
10660 break;
10661
10662 case BUILT_IN_SNPRINTF_CHK:
10663 case BUILT_IN_VSNPRINTF_CHK:
10664 ret = fold_builtin_snprintf_chk (loc, exp, NULL_TREE, fcode);
10665 break;
10666
10667 case BUILT_IN_FPCLASSIFY:
10668 ret = fold_builtin_fpclassify (loc, exp);
10669 break;
10670
10671 default:
10672 break;
10673 }
10674 if (ret)
10675 {
10676 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
10677 SET_EXPR_LOCATION (ret, loc);
10678 TREE_NO_WARNING (ret) = 1;
10679 return ret;
10680 }
10681 return NULL_TREE;
10682 }
10683
10684 /* Return true if FNDECL shouldn't be folded right now.
10685 If a built-in function has an inline attribute always_inline
10686 wrapper, defer folding it after always_inline functions have
10687 been inlined, otherwise e.g. -D_FORTIFY_SOURCE checking
10688 might not be performed. */
10689
10690 static bool
10691 avoid_folding_inline_builtin (tree fndecl)
10692 {
10693 return (DECL_DECLARED_INLINE_P (fndecl)
10694 && DECL_DISREGARD_INLINE_LIMITS (fndecl)
10695 && cfun
10696 && !cfun->always_inline_functions_inlined
10697 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (fndecl)));
10698 }
10699
10700 /* A wrapper function for builtin folding that prevents warnings for
10701 "statement without effect" and the like, caused by removing the
10702 call node earlier than the warning is generated. */
10703
10704 tree
10705 fold_call_expr (location_t loc, tree exp, bool ignore)
10706 {
10707 tree ret = NULL_TREE;
10708 tree fndecl = get_callee_fndecl (exp);
10709 if (fndecl
10710 && TREE_CODE (fndecl) == FUNCTION_DECL
10711 && DECL_BUILT_IN (fndecl)
10712 /* If CALL_EXPR_VA_ARG_PACK is set, the arguments aren't finalized
10713 yet. Defer folding until we see all the arguments
10714 (after inlining). */
10715 && !CALL_EXPR_VA_ARG_PACK (exp))
10716 {
10717 int nargs = call_expr_nargs (exp);
10718
10719 /* Before gimplification CALL_EXPR_VA_ARG_PACK is not set, but
10720 instead last argument is __builtin_va_arg_pack (). Defer folding
10721 even in that case, until arguments are finalized. */
10722 if (nargs && TREE_CODE (CALL_EXPR_ARG (exp, nargs - 1)) == CALL_EXPR)
10723 {
10724 tree fndecl2 = get_callee_fndecl (CALL_EXPR_ARG (exp, nargs - 1));
10725 if (fndecl2
10726 && TREE_CODE (fndecl2) == FUNCTION_DECL
10727 && DECL_BUILT_IN_CLASS (fndecl2) == BUILT_IN_NORMAL
10728 && DECL_FUNCTION_CODE (fndecl2) == BUILT_IN_VA_ARG_PACK)
10729 return NULL_TREE;
10730 }
10731
10732 if (avoid_folding_inline_builtin (fndecl))
10733 return NULL_TREE;
10734
10735 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
10736 return targetm.fold_builtin (fndecl, call_expr_nargs (exp),
10737 CALL_EXPR_ARGP (exp), ignore);
10738 else
10739 {
10740 if (nargs <= MAX_ARGS_TO_FOLD_BUILTIN)
10741 {
10742 tree *args = CALL_EXPR_ARGP (exp);
10743 ret = fold_builtin_n (loc, fndecl, args, nargs, ignore);
10744 }
10745 if (!ret)
10746 ret = fold_builtin_varargs (loc, fndecl, exp, ignore);
10747 if (ret)
10748 return ret;
10749 }
10750 }
10751 return NULL_TREE;
10752 }
10753
10754 /* Conveniently construct a function call expression. FNDECL names the
10755 function to be called and N arguments are passed in the array
10756 ARGARRAY. */
10757
10758 tree
10759 build_call_expr_loc_array (location_t loc, tree fndecl, int n, tree *argarray)
10760 {
10761 tree fntype = TREE_TYPE (fndecl);
10762 tree fn = build1 (ADDR_EXPR, build_pointer_type (fntype), fndecl);
10763
10764 return fold_builtin_call_array (loc, TREE_TYPE (fntype), fn, n, argarray);
10765 }
10766
10767 /* Conveniently construct a function call expression. FNDECL names the
10768 function to be called and the arguments are passed in the vector
10769 VEC. */
10770
10771 tree
10772 build_call_expr_loc_vec (location_t loc, tree fndecl, VEC(tree,gc) *vec)
10773 {
10774 return build_call_expr_loc_array (loc, fndecl, VEC_length (tree, vec),
10775 VEC_address (tree, vec));
10776 }
10777
10778
10779 /* Conveniently construct a function call expression. FNDECL names the
10780 function to be called, N is the number of arguments, and the "..."
10781 parameters are the argument expressions. */
10782
10783 tree
10784 build_call_expr_loc (location_t loc, tree fndecl, int n, ...)
10785 {
10786 va_list ap;
10787 tree *argarray = XALLOCAVEC (tree, n);
10788 int i;
10789
10790 va_start (ap, n);
10791 for (i = 0; i < n; i++)
10792 argarray[i] = va_arg (ap, tree);
10793 va_end (ap);
10794 return build_call_expr_loc_array (loc, fndecl, n, argarray);
10795 }
10796
10797 /* Like build_call_expr_loc (UNKNOWN_LOCATION, ...). Duplicated because
10798 varargs macros aren't supported by all bootstrap compilers. */
10799
10800 tree
10801 build_call_expr (tree fndecl, int n, ...)
10802 {
10803 va_list ap;
10804 tree *argarray = XALLOCAVEC (tree, n);
10805 int i;
10806
10807 va_start (ap, n);
10808 for (i = 0; i < n; i++)
10809 argarray[i] = va_arg (ap, tree);
10810 va_end (ap);
10811 return build_call_expr_loc_array (UNKNOWN_LOCATION, fndecl, n, argarray);
10812 }
10813
10814 /* Construct a CALL_EXPR with type TYPE with FN as the function expression.
10815 N arguments are passed in the array ARGARRAY. */
10816
10817 tree
10818 fold_builtin_call_array (location_t loc, tree type,
10819 tree fn,
10820 int n,
10821 tree *argarray)
10822 {
10823 tree ret = NULL_TREE;
10824 tree exp;
10825
10826 if (TREE_CODE (fn) == ADDR_EXPR)
10827 {
10828 tree fndecl = TREE_OPERAND (fn, 0);
10829 if (TREE_CODE (fndecl) == FUNCTION_DECL
10830 && DECL_BUILT_IN (fndecl))
10831 {
10832 /* If last argument is __builtin_va_arg_pack (), arguments to this
10833 function are not finalized yet. Defer folding until they are. */
10834 if (n && TREE_CODE (argarray[n - 1]) == CALL_EXPR)
10835 {
10836 tree fndecl2 = get_callee_fndecl (argarray[n - 1]);
10837 if (fndecl2
10838 && TREE_CODE (fndecl2) == FUNCTION_DECL
10839 && DECL_BUILT_IN_CLASS (fndecl2) == BUILT_IN_NORMAL
10840 && DECL_FUNCTION_CODE (fndecl2) == BUILT_IN_VA_ARG_PACK)
10841 return build_call_array_loc (loc, type, fn, n, argarray);
10842 }
10843 if (avoid_folding_inline_builtin (fndecl))
10844 return build_call_array_loc (loc, type, fn, n, argarray);
10845 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
10846 {
10847 ret = targetm.fold_builtin (fndecl, n, argarray, false);
10848 if (ret)
10849 return ret;
10850
10851 return build_call_array_loc (loc, type, fn, n, argarray);
10852 }
10853 else if (n <= MAX_ARGS_TO_FOLD_BUILTIN)
10854 {
10855 /* First try the transformations that don't require consing up
10856 an exp. */
10857 ret = fold_builtin_n (loc, fndecl, argarray, n, false);
10858 if (ret)
10859 return ret;
10860 }
10861
10862 /* If we got this far, we need to build an exp. */
10863 exp = build_call_array_loc (loc, type, fn, n, argarray);
10864 ret = fold_builtin_varargs (loc, fndecl, exp, false);
10865 return ret ? ret : exp;
10866 }
10867 }
10868
10869 return build_call_array_loc (loc, type, fn, n, argarray);
10870 }
10871
10872 /* Construct a new CALL_EXPR using the tail of the argument list of EXP
10873 along with N new arguments specified as the "..." parameters. SKIP
10874 is the number of arguments in EXP to be omitted. This function is used
10875 to do varargs-to-varargs transformations. */
10876
10877 static tree
10878 rewrite_call_expr (location_t loc, tree exp, int skip, tree fndecl, int n, ...)
10879 {
10880 int oldnargs = call_expr_nargs (exp);
10881 int nargs = oldnargs - skip + n;
10882 tree fntype = TREE_TYPE (fndecl);
10883 tree fn = build1 (ADDR_EXPR, build_pointer_type (fntype), fndecl);
10884 tree *buffer;
10885
10886 if (n > 0)
10887 {
10888 int i, j;
10889 va_list ap;
10890
10891 buffer = XALLOCAVEC (tree, nargs);
10892 va_start (ap, n);
10893 for (i = 0; i < n; i++)
10894 buffer[i] = va_arg (ap, tree);
10895 va_end (ap);
10896 for (j = skip; j < oldnargs; j++, i++)
10897 buffer[i] = CALL_EXPR_ARG (exp, j);
10898 }
10899 else
10900 buffer = CALL_EXPR_ARGP (exp) + skip;
10901
10902 return fold (build_call_array_loc (loc, TREE_TYPE (exp), fn, nargs, buffer));
10903 }
10904
10905 /* Validate a single argument ARG against a tree code CODE representing
10906 a type. */
10907
10908 static bool
10909 validate_arg (const_tree arg, enum tree_code code)
10910 {
10911 if (!arg)
10912 return false;
10913 else if (code == POINTER_TYPE)
10914 return POINTER_TYPE_P (TREE_TYPE (arg));
10915 else if (code == INTEGER_TYPE)
10916 return INTEGRAL_TYPE_P (TREE_TYPE (arg));
10917 return code == TREE_CODE (TREE_TYPE (arg));
10918 }
10919
10920 /* This function validates the types of a function call argument list
10921 against a specified list of tree_codes. If the last specifier is a 0,
10922 that represents an ellipses, otherwise the last specifier must be a
10923 VOID_TYPE.
10924
10925 This is the GIMPLE version of validate_arglist. Eventually we want to
10926 completely convert builtins.c to work from GIMPLEs and the tree based
10927 validate_arglist will then be removed. */
10928
10929 bool
10930 validate_gimple_arglist (const_gimple call, ...)
10931 {
10932 enum tree_code code;
10933 bool res = 0;
10934 va_list ap;
10935 const_tree arg;
10936 size_t i;
10937
10938 va_start (ap, call);
10939 i = 0;
10940
10941 do
10942 {
10943 code = (enum tree_code) va_arg (ap, int);
10944 switch (code)
10945 {
10946 case 0:
10947 /* This signifies an ellipses, any further arguments are all ok. */
10948 res = true;
10949 goto end;
10950 case VOID_TYPE:
10951 /* This signifies an endlink, if no arguments remain, return
10952 true, otherwise return false. */
10953 res = (i == gimple_call_num_args (call));
10954 goto end;
10955 default:
10956 /* If no parameters remain or the parameter's code does not
10957 match the specified code, return false. Otherwise continue
10958 checking any remaining arguments. */
10959 arg = gimple_call_arg (call, i++);
10960 if (!validate_arg (arg, code))
10961 goto end;
10962 break;
10963 }
10964 }
10965 while (1);
10966
10967 /* We need gotos here since we can only have one VA_CLOSE in a
10968 function. */
10969 end: ;
10970 va_end (ap);
10971
10972 return res;
10973 }
10974
10975 /* This function validates the types of a function call argument list
10976 against a specified list of tree_codes. If the last specifier is a 0,
10977 that represents an ellipses, otherwise the last specifier must be a
10978 VOID_TYPE. */
10979
10980 bool
10981 validate_arglist (const_tree callexpr, ...)
10982 {
10983 enum tree_code code;
10984 bool res = 0;
10985 va_list ap;
10986 const_call_expr_arg_iterator iter;
10987 const_tree arg;
10988
10989 va_start (ap, callexpr);
10990 init_const_call_expr_arg_iterator (callexpr, &iter);
10991
10992 do
10993 {
10994 code = (enum tree_code) va_arg (ap, int);
10995 switch (code)
10996 {
10997 case 0:
10998 /* This signifies an ellipses, any further arguments are all ok. */
10999 res = true;
11000 goto end;
11001 case VOID_TYPE:
11002 /* This signifies an endlink, if no arguments remain, return
11003 true, otherwise return false. */
11004 res = !more_const_call_expr_args_p (&iter);
11005 goto end;
11006 default:
11007 /* If no parameters remain or the parameter's code does not
11008 match the specified code, return false. Otherwise continue
11009 checking any remaining arguments. */
11010 arg = next_const_call_expr_arg (&iter);
11011 if (!validate_arg (arg, code))
11012 goto end;
11013 break;
11014 }
11015 }
11016 while (1);
11017
11018 /* We need gotos here since we can only have one VA_CLOSE in a
11019 function. */
11020 end: ;
11021 va_end (ap);
11022
11023 return res;
11024 }
11025
11026 /* Default target-specific builtin expander that does nothing. */
11027
11028 rtx
11029 default_expand_builtin (tree exp ATTRIBUTE_UNUSED,
11030 rtx target ATTRIBUTE_UNUSED,
11031 rtx subtarget ATTRIBUTE_UNUSED,
11032 enum machine_mode mode ATTRIBUTE_UNUSED,
11033 int ignore ATTRIBUTE_UNUSED)
11034 {
11035 return NULL_RTX;
11036 }
11037
11038 /* Returns true is EXP represents data that would potentially reside
11039 in a readonly section. */
11040
11041 static bool
11042 readonly_data_expr (tree exp)
11043 {
11044 STRIP_NOPS (exp);
11045
11046 if (TREE_CODE (exp) != ADDR_EXPR)
11047 return false;
11048
11049 exp = get_base_address (TREE_OPERAND (exp, 0));
11050 if (!exp)
11051 return false;
11052
11053 /* Make sure we call decl_readonly_section only for trees it
11054 can handle (since it returns true for everything it doesn't
11055 understand). */
11056 if (TREE_CODE (exp) == STRING_CST
11057 || TREE_CODE (exp) == CONSTRUCTOR
11058 || (TREE_CODE (exp) == VAR_DECL && TREE_STATIC (exp)))
11059 return decl_readonly_section (exp, 0);
11060 else
11061 return false;
11062 }
11063
11064 /* Simplify a call to the strstr builtin. S1 and S2 are the arguments
11065 to the call, and TYPE is its return type.
11066
11067 Return NULL_TREE if no simplification was possible, otherwise return the
11068 simplified form of the call as a tree.
11069
11070 The simplified form may be a constant or other expression which
11071 computes the same value, but in a more efficient manner (including
11072 calls to other builtin functions).
11073
11074 The call may contain arguments which need to be evaluated, but
11075 which are not useful to determine the result of the call. In
11076 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11077 COMPOUND_EXPR will be an argument which must be evaluated.
11078 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11079 COMPOUND_EXPR in the chain will contain the tree for the simplified
11080 form of the builtin function call. */
11081
11082 static tree
11083 fold_builtin_strstr (location_t loc, tree s1, tree s2, tree type)
11084 {
11085 if (!validate_arg (s1, POINTER_TYPE)
11086 || !validate_arg (s2, POINTER_TYPE))
11087 return NULL_TREE;
11088 else
11089 {
11090 tree fn;
11091 const char *p1, *p2;
11092
11093 p2 = c_getstr (s2);
11094 if (p2 == NULL)
11095 return NULL_TREE;
11096
11097 p1 = c_getstr (s1);
11098 if (p1 != NULL)
11099 {
11100 const char *r = strstr (p1, p2);
11101 tree tem;
11102
11103 if (r == NULL)
11104 return build_int_cst (TREE_TYPE (s1), 0);
11105
11106 /* Return an offset into the constant string argument. */
11107 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11108 s1, size_int (r - p1));
11109 return fold_convert_loc (loc, type, tem);
11110 }
11111
11112 /* The argument is const char *, and the result is char *, so we need
11113 a type conversion here to avoid a warning. */
11114 if (p2[0] == '\0')
11115 return fold_convert_loc (loc, type, s1);
11116
11117 if (p2[1] != '\0')
11118 return NULL_TREE;
11119
11120 fn = implicit_built_in_decls[BUILT_IN_STRCHR];
11121 if (!fn)
11122 return NULL_TREE;
11123
11124 /* New argument list transforming strstr(s1, s2) to
11125 strchr(s1, s2[0]). */
11126 return build_call_expr_loc (loc, fn, 2, s1, build_int_cst (NULL_TREE, p2[0]));
11127 }
11128 }
11129
11130 /* Simplify a call to the strchr builtin. S1 and S2 are the arguments to
11131 the call, and TYPE is its return type.
11132
11133 Return NULL_TREE if no simplification was possible, otherwise return the
11134 simplified form of the call as a tree.
11135
11136 The simplified form may be a constant or other expression which
11137 computes the same value, but in a more efficient manner (including
11138 calls to other builtin functions).
11139
11140 The call may contain arguments which need to be evaluated, but
11141 which are not useful to determine the result of the call. In
11142 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11143 COMPOUND_EXPR will be an argument which must be evaluated.
11144 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11145 COMPOUND_EXPR in the chain will contain the tree for the simplified
11146 form of the builtin function call. */
11147
11148 static tree
11149 fold_builtin_strchr (location_t loc, tree s1, tree s2, tree type)
11150 {
11151 if (!validate_arg (s1, POINTER_TYPE)
11152 || !validate_arg (s2, INTEGER_TYPE))
11153 return NULL_TREE;
11154 else
11155 {
11156 const char *p1;
11157
11158 if (TREE_CODE (s2) != INTEGER_CST)
11159 return NULL_TREE;
11160
11161 p1 = c_getstr (s1);
11162 if (p1 != NULL)
11163 {
11164 char c;
11165 const char *r;
11166 tree tem;
11167
11168 if (target_char_cast (s2, &c))
11169 return NULL_TREE;
11170
11171 r = strchr (p1, c);
11172
11173 if (r == NULL)
11174 return build_int_cst (TREE_TYPE (s1), 0);
11175
11176 /* Return an offset into the constant string argument. */
11177 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11178 s1, size_int (r - p1));
11179 return fold_convert_loc (loc, type, tem);
11180 }
11181 return NULL_TREE;
11182 }
11183 }
11184
11185 /* Simplify a call to the strrchr builtin. S1 and S2 are the arguments to
11186 the call, and TYPE is its return type.
11187
11188 Return NULL_TREE if no simplification was possible, otherwise return the
11189 simplified form of the call as a tree.
11190
11191 The simplified form may be a constant or other expression which
11192 computes the same value, but in a more efficient manner (including
11193 calls to other builtin functions).
11194
11195 The call may contain arguments which need to be evaluated, but
11196 which are not useful to determine the result of the call. In
11197 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11198 COMPOUND_EXPR will be an argument which must be evaluated.
11199 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11200 COMPOUND_EXPR in the chain will contain the tree for the simplified
11201 form of the builtin function call. */
11202
11203 static tree
11204 fold_builtin_strrchr (location_t loc, tree s1, tree s2, tree type)
11205 {
11206 if (!validate_arg (s1, POINTER_TYPE)
11207 || !validate_arg (s2, INTEGER_TYPE))
11208 return NULL_TREE;
11209 else
11210 {
11211 tree fn;
11212 const char *p1;
11213
11214 if (TREE_CODE (s2) != INTEGER_CST)
11215 return NULL_TREE;
11216
11217 p1 = c_getstr (s1);
11218 if (p1 != NULL)
11219 {
11220 char c;
11221 const char *r;
11222 tree tem;
11223
11224 if (target_char_cast (s2, &c))
11225 return NULL_TREE;
11226
11227 r = strrchr (p1, c);
11228
11229 if (r == NULL)
11230 return build_int_cst (TREE_TYPE (s1), 0);
11231
11232 /* Return an offset into the constant string argument. */
11233 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11234 s1, size_int (r - p1));
11235 return fold_convert_loc (loc, type, tem);
11236 }
11237
11238 if (! integer_zerop (s2))
11239 return NULL_TREE;
11240
11241 fn = implicit_built_in_decls[BUILT_IN_STRCHR];
11242 if (!fn)
11243 return NULL_TREE;
11244
11245 /* Transform strrchr(s1, '\0') to strchr(s1, '\0'). */
11246 return build_call_expr_loc (loc, fn, 2, s1, s2);
11247 }
11248 }
11249
11250 /* Simplify a call to the strpbrk builtin. S1 and S2 are the arguments
11251 to the call, and TYPE is its return type.
11252
11253 Return NULL_TREE if no simplification was possible, otherwise return the
11254 simplified form of the call as a tree.
11255
11256 The simplified form may be a constant or other expression which
11257 computes the same value, but in a more efficient manner (including
11258 calls to other builtin functions).
11259
11260 The call may contain arguments which need to be evaluated, but
11261 which are not useful to determine the result of the call. In
11262 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11263 COMPOUND_EXPR will be an argument which must be evaluated.
11264 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11265 COMPOUND_EXPR in the chain will contain the tree for the simplified
11266 form of the builtin function call. */
11267
11268 static tree
11269 fold_builtin_strpbrk (location_t loc, tree s1, tree s2, tree type)
11270 {
11271 if (!validate_arg (s1, POINTER_TYPE)
11272 || !validate_arg (s2, POINTER_TYPE))
11273 return NULL_TREE;
11274 else
11275 {
11276 tree fn;
11277 const char *p1, *p2;
11278
11279 p2 = c_getstr (s2);
11280 if (p2 == NULL)
11281 return NULL_TREE;
11282
11283 p1 = c_getstr (s1);
11284 if (p1 != NULL)
11285 {
11286 const char *r = strpbrk (p1, p2);
11287 tree tem;
11288
11289 if (r == NULL)
11290 return build_int_cst (TREE_TYPE (s1), 0);
11291
11292 /* Return an offset into the constant string argument. */
11293 tem = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (s1),
11294 s1, size_int (r - p1));
11295 return fold_convert_loc (loc, type, tem);
11296 }
11297
11298 if (p2[0] == '\0')
11299 /* strpbrk(x, "") == NULL.
11300 Evaluate and ignore s1 in case it had side-effects. */
11301 return omit_one_operand_loc (loc, TREE_TYPE (s1), integer_zero_node, s1);
11302
11303 if (p2[1] != '\0')
11304 return NULL_TREE; /* Really call strpbrk. */
11305
11306 fn = implicit_built_in_decls[BUILT_IN_STRCHR];
11307 if (!fn)
11308 return NULL_TREE;
11309
11310 /* New argument list transforming strpbrk(s1, s2) to
11311 strchr(s1, s2[0]). */
11312 return build_call_expr_loc (loc, fn, 2, s1, build_int_cst (NULL_TREE, p2[0]));
11313 }
11314 }
11315
11316 /* Simplify a call to the strcat builtin. DST and SRC are the arguments
11317 to the call.
11318
11319 Return NULL_TREE if no simplification was possible, otherwise return the
11320 simplified form of the call as a tree.
11321
11322 The simplified form may be a constant or other expression which
11323 computes the same value, but in a more efficient manner (including
11324 calls to other builtin functions).
11325
11326 The call may contain arguments which need to be evaluated, but
11327 which are not useful to determine the result of the call. In
11328 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11329 COMPOUND_EXPR will be an argument which must be evaluated.
11330 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11331 COMPOUND_EXPR in the chain will contain the tree for the simplified
11332 form of the builtin function call. */
11333
11334 static tree
11335 fold_builtin_strcat (location_t loc ATTRIBUTE_UNUSED, tree dst, tree src)
11336 {
11337 if (!validate_arg (dst, POINTER_TYPE)
11338 || !validate_arg (src, POINTER_TYPE))
11339 return NULL_TREE;
11340 else
11341 {
11342 const char *p = c_getstr (src);
11343
11344 /* If the string length is zero, return the dst parameter. */
11345 if (p && *p == '\0')
11346 return dst;
11347
11348 if (optimize_insn_for_speed_p ())
11349 {
11350 /* See if we can store by pieces into (dst + strlen(dst)). */
11351 tree newdst, call;
11352 tree strlen_fn = implicit_built_in_decls[BUILT_IN_STRLEN];
11353 tree strcpy_fn = implicit_built_in_decls[BUILT_IN_STRCPY];
11354
11355 if (!strlen_fn || !strcpy_fn)
11356 return NULL_TREE;
11357
11358 /* If we don't have a movstr we don't want to emit an strcpy
11359 call. We have to do that if the length of the source string
11360 isn't computable (in that case we can use memcpy probably
11361 later expanding to a sequence of mov instructions). If we
11362 have movstr instructions we can emit strcpy calls. */
11363 if (!HAVE_movstr)
11364 {
11365 tree len = c_strlen (src, 1);
11366 if (! len || TREE_SIDE_EFFECTS (len))
11367 return NULL_TREE;
11368 }
11369
11370 /* Stabilize the argument list. */
11371 dst = builtin_save_expr (dst);
11372
11373 /* Create strlen (dst). */
11374 newdst = build_call_expr_loc (loc, strlen_fn, 1, dst);
11375 /* Create (dst p+ strlen (dst)). */
11376
11377 newdst = fold_build2_loc (loc, POINTER_PLUS_EXPR,
11378 TREE_TYPE (dst), dst, newdst);
11379 newdst = builtin_save_expr (newdst);
11380
11381 call = build_call_expr_loc (loc, strcpy_fn, 2, newdst, src);
11382 return build2 (COMPOUND_EXPR, TREE_TYPE (dst), call, dst);
11383 }
11384 return NULL_TREE;
11385 }
11386 }
11387
11388 /* Simplify a call to the strncat builtin. DST, SRC, and LEN are the
11389 arguments to the call.
11390
11391 Return NULL_TREE if no simplification was possible, otherwise return the
11392 simplified form of the call as a tree.
11393
11394 The simplified form may be a constant or other expression which
11395 computes the same value, but in a more efficient manner (including
11396 calls to other builtin functions).
11397
11398 The call may contain arguments which need to be evaluated, but
11399 which are not useful to determine the result of the call. In
11400 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11401 COMPOUND_EXPR will be an argument which must be evaluated.
11402 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11403 COMPOUND_EXPR in the chain will contain the tree for the simplified
11404 form of the builtin function call. */
11405
11406 static tree
11407 fold_builtin_strncat (location_t loc, tree dst, tree src, tree len)
11408 {
11409 if (!validate_arg (dst, POINTER_TYPE)
11410 || !validate_arg (src, POINTER_TYPE)
11411 || !validate_arg (len, INTEGER_TYPE))
11412 return NULL_TREE;
11413 else
11414 {
11415 const char *p = c_getstr (src);
11416
11417 /* If the requested length is zero, or the src parameter string
11418 length is zero, return the dst parameter. */
11419 if (integer_zerop (len) || (p && *p == '\0'))
11420 return omit_two_operands_loc (loc, TREE_TYPE (dst), dst, src, len);
11421
11422 /* If the requested len is greater than or equal to the string
11423 length, call strcat. */
11424 if (TREE_CODE (len) == INTEGER_CST && p
11425 && compare_tree_int (len, strlen (p)) >= 0)
11426 {
11427 tree fn = implicit_built_in_decls[BUILT_IN_STRCAT];
11428
11429 /* If the replacement _DECL isn't initialized, don't do the
11430 transformation. */
11431 if (!fn)
11432 return NULL_TREE;
11433
11434 return build_call_expr_loc (loc, fn, 2, dst, src);
11435 }
11436 return NULL_TREE;
11437 }
11438 }
11439
11440 /* Simplify a call to the strspn builtin. S1 and S2 are the arguments
11441 to the call.
11442
11443 Return NULL_TREE if no simplification was possible, otherwise return the
11444 simplified form of the call as a tree.
11445
11446 The simplified form may be a constant or other expression which
11447 computes the same value, but in a more efficient manner (including
11448 calls to other builtin functions).
11449
11450 The call may contain arguments which need to be evaluated, but
11451 which are not useful to determine the result of the call. In
11452 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11453 COMPOUND_EXPR will be an argument which must be evaluated.
11454 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11455 COMPOUND_EXPR in the chain will contain the tree for the simplified
11456 form of the builtin function call. */
11457
11458 static tree
11459 fold_builtin_strspn (location_t loc, tree s1, tree s2)
11460 {
11461 if (!validate_arg (s1, POINTER_TYPE)
11462 || !validate_arg (s2, POINTER_TYPE))
11463 return NULL_TREE;
11464 else
11465 {
11466 const char *p1 = c_getstr (s1), *p2 = c_getstr (s2);
11467
11468 /* If both arguments are constants, evaluate at compile-time. */
11469 if (p1 && p2)
11470 {
11471 const size_t r = strspn (p1, p2);
11472 return size_int (r);
11473 }
11474
11475 /* If either argument is "", return NULL_TREE. */
11476 if ((p1 && *p1 == '\0') || (p2 && *p2 == '\0'))
11477 /* Evaluate and ignore both arguments in case either one has
11478 side-effects. */
11479 return omit_two_operands_loc (loc, size_type_node, size_zero_node,
11480 s1, s2);
11481 return NULL_TREE;
11482 }
11483 }
11484
11485 /* Simplify a call to the strcspn builtin. S1 and S2 are the arguments
11486 to the call.
11487
11488 Return NULL_TREE if no simplification was possible, otherwise return the
11489 simplified form of the call as a tree.
11490
11491 The simplified form may be a constant or other expression which
11492 computes the same value, but in a more efficient manner (including
11493 calls to other builtin functions).
11494
11495 The call may contain arguments which need to be evaluated, but
11496 which are not useful to determine the result of the call. In
11497 this case we return a chain of COMPOUND_EXPRs. The LHS of each
11498 COMPOUND_EXPR will be an argument which must be evaluated.
11499 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
11500 COMPOUND_EXPR in the chain will contain the tree for the simplified
11501 form of the builtin function call. */
11502
11503 static tree
11504 fold_builtin_strcspn (location_t loc, tree s1, tree s2)
11505 {
11506 if (!validate_arg (s1, POINTER_TYPE)
11507 || !validate_arg (s2, POINTER_TYPE))
11508 return NULL_TREE;
11509 else
11510 {
11511 const char *p1 = c_getstr (s1), *p2 = c_getstr (s2);
11512
11513 /* If both arguments are constants, evaluate at compile-time. */
11514 if (p1 && p2)
11515 {
11516 const size_t r = strcspn (p1, p2);
11517 return size_int (r);
11518 }
11519
11520 /* If the first argument is "", return NULL_TREE. */
11521 if (p1 && *p1 == '\0')
11522 {
11523 /* Evaluate and ignore argument s2 in case it has
11524 side-effects. */
11525 return omit_one_operand_loc (loc, size_type_node,
11526 size_zero_node, s2);
11527 }
11528
11529 /* If the second argument is "", return __builtin_strlen(s1). */
11530 if (p2 && *p2 == '\0')
11531 {
11532 tree fn = implicit_built_in_decls[BUILT_IN_STRLEN];
11533
11534 /* If the replacement _DECL isn't initialized, don't do the
11535 transformation. */
11536 if (!fn)
11537 return NULL_TREE;
11538
11539 return build_call_expr_loc (loc, fn, 1, s1);
11540 }
11541 return NULL_TREE;
11542 }
11543 }
11544
11545 /* Fold a call to the fputs builtin. ARG0 and ARG1 are the arguments
11546 to the call. IGNORE is true if the value returned
11547 by the builtin will be ignored. UNLOCKED is true is true if this
11548 actually a call to fputs_unlocked. If LEN in non-NULL, it represents
11549 the known length of the string. Return NULL_TREE if no simplification
11550 was possible. */
11551
11552 tree
11553 fold_builtin_fputs (location_t loc, tree arg0, tree arg1,
11554 bool ignore, bool unlocked, tree len)
11555 {
11556 /* If we're using an unlocked function, assume the other unlocked
11557 functions exist explicitly. */
11558 tree const fn_fputc = unlocked ? built_in_decls[BUILT_IN_FPUTC_UNLOCKED]
11559 : implicit_built_in_decls[BUILT_IN_FPUTC];
11560 tree const fn_fwrite = unlocked ? built_in_decls[BUILT_IN_FWRITE_UNLOCKED]
11561 : implicit_built_in_decls[BUILT_IN_FWRITE];
11562
11563 /* If the return value is used, don't do the transformation. */
11564 if (!ignore)
11565 return NULL_TREE;
11566
11567 /* Verify the arguments in the original call. */
11568 if (!validate_arg (arg0, POINTER_TYPE)
11569 || !validate_arg (arg1, POINTER_TYPE))
11570 return NULL_TREE;
11571
11572 if (! len)
11573 len = c_strlen (arg0, 0);
11574
11575 /* Get the length of the string passed to fputs. If the length
11576 can't be determined, punt. */
11577 if (!len
11578 || TREE_CODE (len) != INTEGER_CST)
11579 return NULL_TREE;
11580
11581 switch (compare_tree_int (len, 1))
11582 {
11583 case -1: /* length is 0, delete the call entirely . */
11584 return omit_one_operand_loc (loc, integer_type_node,
11585 integer_zero_node, arg1);;
11586
11587 case 0: /* length is 1, call fputc. */
11588 {
11589 const char *p = c_getstr (arg0);
11590
11591 if (p != NULL)
11592 {
11593 if (fn_fputc)
11594 return build_call_expr_loc (loc, fn_fputc, 2,
11595 build_int_cst (NULL_TREE, p[0]), arg1);
11596 else
11597 return NULL_TREE;
11598 }
11599 }
11600 /* FALLTHROUGH */
11601 case 1: /* length is greater than 1, call fwrite. */
11602 {
11603 /* If optimizing for size keep fputs. */
11604 if (optimize_function_for_size_p (cfun))
11605 return NULL_TREE;
11606 /* New argument list transforming fputs(string, stream) to
11607 fwrite(string, 1, len, stream). */
11608 if (fn_fwrite)
11609 return build_call_expr_loc (loc, fn_fwrite, 4, arg0,
11610 size_one_node, len, arg1);
11611 else
11612 return NULL_TREE;
11613 }
11614 default:
11615 gcc_unreachable ();
11616 }
11617 return NULL_TREE;
11618 }
11619
11620 /* Fold the next_arg or va_start call EXP. Returns true if there was an error
11621 produced. False otherwise. This is done so that we don't output the error
11622 or warning twice or three times. */
11623
11624 bool
11625 fold_builtin_next_arg (tree exp, bool va_start_p)
11626 {
11627 tree fntype = TREE_TYPE (current_function_decl);
11628 int nargs = call_expr_nargs (exp);
11629 tree arg;
11630
11631 if (!stdarg_p (fntype))
11632 {
11633 error ("%<va_start%> used in function with fixed args");
11634 return true;
11635 }
11636
11637 if (va_start_p)
11638 {
11639 if (va_start_p && (nargs != 2))
11640 {
11641 error ("wrong number of arguments to function %<va_start%>");
11642 return true;
11643 }
11644 arg = CALL_EXPR_ARG (exp, 1);
11645 }
11646 /* We use __builtin_va_start (ap, 0, 0) or __builtin_next_arg (0, 0)
11647 when we checked the arguments and if needed issued a warning. */
11648 else
11649 {
11650 if (nargs == 0)
11651 {
11652 /* Evidently an out of date version of <stdarg.h>; can't validate
11653 va_start's second argument, but can still work as intended. */
11654 warning (0, "%<__builtin_next_arg%> called without an argument");
11655 return true;
11656 }
11657 else if (nargs > 1)
11658 {
11659 error ("wrong number of arguments to function %<__builtin_next_arg%>");
11660 return true;
11661 }
11662 arg = CALL_EXPR_ARG (exp, 0);
11663 }
11664
11665 if (TREE_CODE (arg) == SSA_NAME)
11666 arg = SSA_NAME_VAR (arg);
11667
11668 /* We destructively modify the call to be __builtin_va_start (ap, 0)
11669 or __builtin_next_arg (0) the first time we see it, after checking
11670 the arguments and if needed issuing a warning. */
11671 if (!integer_zerop (arg))
11672 {
11673 tree last_parm = tree_last (DECL_ARGUMENTS (current_function_decl));
11674
11675 /* Strip off all nops for the sake of the comparison. This
11676 is not quite the same as STRIP_NOPS. It does more.
11677 We must also strip off INDIRECT_EXPR for C++ reference
11678 parameters. */
11679 while (CONVERT_EXPR_P (arg)
11680 || TREE_CODE (arg) == INDIRECT_REF)
11681 arg = TREE_OPERAND (arg, 0);
11682 if (arg != last_parm)
11683 {
11684 /* FIXME: Sometimes with the tree optimizers we can get the
11685 not the last argument even though the user used the last
11686 argument. We just warn and set the arg to be the last
11687 argument so that we will get wrong-code because of
11688 it. */
11689 warning (0, "second parameter of %<va_start%> not last named argument");
11690 }
11691
11692 /* Undefined by C99 7.15.1.4p4 (va_start):
11693 "If the parameter parmN is declared with the register storage
11694 class, with a function or array type, or with a type that is
11695 not compatible with the type that results after application of
11696 the default argument promotions, the behavior is undefined."
11697 */
11698 else if (DECL_REGISTER (arg))
11699 warning (0, "undefined behaviour when second parameter of "
11700 "%<va_start%> is declared with %<register%> storage");
11701
11702 /* We want to verify the second parameter just once before the tree
11703 optimizers are run and then avoid keeping it in the tree,
11704 as otherwise we could warn even for correct code like:
11705 void foo (int i, ...)
11706 { va_list ap; i++; va_start (ap, i); va_end (ap); } */
11707 if (va_start_p)
11708 CALL_EXPR_ARG (exp, 1) = integer_zero_node;
11709 else
11710 CALL_EXPR_ARG (exp, 0) = integer_zero_node;
11711 }
11712 return false;
11713 }
11714
11715
11716 /* Simplify a call to the sprintf builtin with arguments DEST, FMT, and ORIG.
11717 ORIG may be null if this is a 2-argument call. We don't attempt to
11718 simplify calls with more than 3 arguments.
11719
11720 Return NULL_TREE if no simplification was possible, otherwise return the
11721 simplified form of the call as a tree. If IGNORED is true, it means that
11722 the caller does not use the returned value of the function. */
11723
11724 static tree
11725 fold_builtin_sprintf (location_t loc, tree dest, tree fmt,
11726 tree orig, int ignored)
11727 {
11728 tree call, retval;
11729 const char *fmt_str = NULL;
11730
11731 /* Verify the required arguments in the original call. We deal with two
11732 types of sprintf() calls: 'sprintf (str, fmt)' and
11733 'sprintf (dest, "%s", orig)'. */
11734 if (!validate_arg (dest, POINTER_TYPE)
11735 || !validate_arg (fmt, POINTER_TYPE))
11736 return NULL_TREE;
11737 if (orig && !validate_arg (orig, POINTER_TYPE))
11738 return NULL_TREE;
11739
11740 /* Check whether the format is a literal string constant. */
11741 fmt_str = c_getstr (fmt);
11742 if (fmt_str == NULL)
11743 return NULL_TREE;
11744
11745 call = NULL_TREE;
11746 retval = NULL_TREE;
11747
11748 if (!init_target_chars ())
11749 return NULL_TREE;
11750
11751 /* If the format doesn't contain % args or %%, use strcpy. */
11752 if (strchr (fmt_str, target_percent) == NULL)
11753 {
11754 tree fn = implicit_built_in_decls[BUILT_IN_STRCPY];
11755
11756 if (!fn)
11757 return NULL_TREE;
11758
11759 /* Don't optimize sprintf (buf, "abc", ptr++). */
11760 if (orig)
11761 return NULL_TREE;
11762
11763 /* Convert sprintf (str, fmt) into strcpy (str, fmt) when
11764 'format' is known to contain no % formats. */
11765 call = build_call_expr_loc (loc, fn, 2, dest, fmt);
11766 if (!ignored)
11767 retval = build_int_cst (NULL_TREE, strlen (fmt_str));
11768 }
11769
11770 /* If the format is "%s", use strcpy if the result isn't used. */
11771 else if (fmt_str && strcmp (fmt_str, target_percent_s) == 0)
11772 {
11773 tree fn;
11774 fn = implicit_built_in_decls[BUILT_IN_STRCPY];
11775
11776 if (!fn)
11777 return NULL_TREE;
11778
11779 /* Don't crash on sprintf (str1, "%s"). */
11780 if (!orig)
11781 return NULL_TREE;
11782
11783 /* Convert sprintf (str1, "%s", str2) into strcpy (str1, str2). */
11784 if (!ignored)
11785 {
11786 retval = c_strlen (orig, 1);
11787 if (!retval || TREE_CODE (retval) != INTEGER_CST)
11788 return NULL_TREE;
11789 }
11790 call = build_call_expr_loc (loc, fn, 2, dest, orig);
11791 }
11792
11793 if (call && retval)
11794 {
11795 retval = fold_convert_loc
11796 (loc, TREE_TYPE (TREE_TYPE (implicit_built_in_decls[BUILT_IN_SPRINTF])),
11797 retval);
11798 return build2 (COMPOUND_EXPR, TREE_TYPE (retval), call, retval);
11799 }
11800 else
11801 return call;
11802 }
11803
11804 /* Expand a call EXP to __builtin_object_size. */
11805
11806 rtx
11807 expand_builtin_object_size (tree exp)
11808 {
11809 tree ost;
11810 int object_size_type;
11811 tree fndecl = get_callee_fndecl (exp);
11812
11813 if (!validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
11814 {
11815 error ("%Kfirst argument of %D must be a pointer, second integer constant",
11816 exp, fndecl);
11817 expand_builtin_trap ();
11818 return const0_rtx;
11819 }
11820
11821 ost = CALL_EXPR_ARG (exp, 1);
11822 STRIP_NOPS (ost);
11823
11824 if (TREE_CODE (ost) != INTEGER_CST
11825 || tree_int_cst_sgn (ost) < 0
11826 || compare_tree_int (ost, 3) > 0)
11827 {
11828 error ("%Klast argument of %D is not integer constant between 0 and 3",
11829 exp, fndecl);
11830 expand_builtin_trap ();
11831 return const0_rtx;
11832 }
11833
11834 object_size_type = tree_low_cst (ost, 0);
11835
11836 return object_size_type < 2 ? constm1_rtx : const0_rtx;
11837 }
11838
11839 /* Expand EXP, a call to the __mem{cpy,pcpy,move,set}_chk builtin.
11840 FCODE is the BUILT_IN_* to use.
11841 Return NULL_RTX if we failed; the caller should emit a normal call,
11842 otherwise try to get the result in TARGET, if convenient (and in
11843 mode MODE if that's convenient). */
11844
11845 static rtx
11846 expand_builtin_memory_chk (tree exp, rtx target, enum machine_mode mode,
11847 enum built_in_function fcode)
11848 {
11849 tree dest, src, len, size;
11850
11851 if (!validate_arglist (exp,
11852 POINTER_TYPE,
11853 fcode == BUILT_IN_MEMSET_CHK
11854 ? INTEGER_TYPE : POINTER_TYPE,
11855 INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
11856 return NULL_RTX;
11857
11858 dest = CALL_EXPR_ARG (exp, 0);
11859 src = CALL_EXPR_ARG (exp, 1);
11860 len = CALL_EXPR_ARG (exp, 2);
11861 size = CALL_EXPR_ARG (exp, 3);
11862
11863 if (! host_integerp (size, 1))
11864 return NULL_RTX;
11865
11866 if (host_integerp (len, 1) || integer_all_onesp (size))
11867 {
11868 tree fn;
11869
11870 if (! integer_all_onesp (size) && tree_int_cst_lt (size, len))
11871 {
11872 warning_at (tree_nonartificial_location (exp),
11873 0, "%Kcall to %D will always overflow destination buffer",
11874 exp, get_callee_fndecl (exp));
11875 return NULL_RTX;
11876 }
11877
11878 fn = NULL_TREE;
11879 /* If __builtin_mem{cpy,pcpy,move,set}_chk is used, assume
11880 mem{cpy,pcpy,move,set} is available. */
11881 switch (fcode)
11882 {
11883 case BUILT_IN_MEMCPY_CHK:
11884 fn = built_in_decls[BUILT_IN_MEMCPY];
11885 break;
11886 case BUILT_IN_MEMPCPY_CHK:
11887 fn = built_in_decls[BUILT_IN_MEMPCPY];
11888 break;
11889 case BUILT_IN_MEMMOVE_CHK:
11890 fn = built_in_decls[BUILT_IN_MEMMOVE];
11891 break;
11892 case BUILT_IN_MEMSET_CHK:
11893 fn = built_in_decls[BUILT_IN_MEMSET];
11894 break;
11895 default:
11896 break;
11897 }
11898
11899 if (! fn)
11900 return NULL_RTX;
11901
11902 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len);
11903 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
11904 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
11905 return expand_expr (fn, target, mode, EXPAND_NORMAL);
11906 }
11907 else if (fcode == BUILT_IN_MEMSET_CHK)
11908 return NULL_RTX;
11909 else
11910 {
11911 unsigned int dest_align
11912 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT);
11913
11914 /* If DEST is not a pointer type, call the normal function. */
11915 if (dest_align == 0)
11916 return NULL_RTX;
11917
11918 /* If SRC and DEST are the same (and not volatile), do nothing. */
11919 if (operand_equal_p (src, dest, 0))
11920 {
11921 tree expr;
11922
11923 if (fcode != BUILT_IN_MEMPCPY_CHK)
11924 {
11925 /* Evaluate and ignore LEN in case it has side-effects. */
11926 expand_expr (len, const0_rtx, VOIDmode, EXPAND_NORMAL);
11927 return expand_expr (dest, target, mode, EXPAND_NORMAL);
11928 }
11929
11930 expr = fold_build2 (POINTER_PLUS_EXPR, TREE_TYPE (dest), dest, len);
11931 return expand_expr (expr, target, mode, EXPAND_NORMAL);
11932 }
11933
11934 /* __memmove_chk special case. */
11935 if (fcode == BUILT_IN_MEMMOVE_CHK)
11936 {
11937 unsigned int src_align
11938 = get_pointer_alignment (src, BIGGEST_ALIGNMENT);
11939
11940 if (src_align == 0)
11941 return NULL_RTX;
11942
11943 /* If src is categorized for a readonly section we can use
11944 normal __memcpy_chk. */
11945 if (readonly_data_expr (src))
11946 {
11947 tree fn = built_in_decls[BUILT_IN_MEMCPY_CHK];
11948 if (!fn)
11949 return NULL_RTX;
11950 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4,
11951 dest, src, len, size);
11952 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
11953 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
11954 return expand_expr (fn, target, mode, EXPAND_NORMAL);
11955 }
11956 }
11957 return NULL_RTX;
11958 }
11959 }
11960
11961 /* Emit warning if a buffer overflow is detected at compile time. */
11962
11963 static void
11964 maybe_emit_chk_warning (tree exp, enum built_in_function fcode)
11965 {
11966 int is_strlen = 0;
11967 tree len, size;
11968 location_t loc = tree_nonartificial_location (exp);
11969
11970 switch (fcode)
11971 {
11972 case BUILT_IN_STRCPY_CHK:
11973 case BUILT_IN_STPCPY_CHK:
11974 /* For __strcat_chk the warning will be emitted only if overflowing
11975 by at least strlen (dest) + 1 bytes. */
11976 case BUILT_IN_STRCAT_CHK:
11977 len = CALL_EXPR_ARG (exp, 1);
11978 size = CALL_EXPR_ARG (exp, 2);
11979 is_strlen = 1;
11980 break;
11981 case BUILT_IN_STRNCAT_CHK:
11982 case BUILT_IN_STRNCPY_CHK:
11983 len = CALL_EXPR_ARG (exp, 2);
11984 size = CALL_EXPR_ARG (exp, 3);
11985 break;
11986 case BUILT_IN_SNPRINTF_CHK:
11987 case BUILT_IN_VSNPRINTF_CHK:
11988 len = CALL_EXPR_ARG (exp, 1);
11989 size = CALL_EXPR_ARG (exp, 3);
11990 break;
11991 default:
11992 gcc_unreachable ();
11993 }
11994
11995 if (!len || !size)
11996 return;
11997
11998 if (! host_integerp (size, 1) || integer_all_onesp (size))
11999 return;
12000
12001 if (is_strlen)
12002 {
12003 len = c_strlen (len, 1);
12004 if (! len || ! host_integerp (len, 1) || tree_int_cst_lt (len, size))
12005 return;
12006 }
12007 else if (fcode == BUILT_IN_STRNCAT_CHK)
12008 {
12009 tree src = CALL_EXPR_ARG (exp, 1);
12010 if (! src || ! host_integerp (len, 1) || tree_int_cst_lt (len, size))
12011 return;
12012 src = c_strlen (src, 1);
12013 if (! src || ! host_integerp (src, 1))
12014 {
12015 warning_at (loc, 0, "%Kcall to %D might overflow destination buffer",
12016 exp, get_callee_fndecl (exp));
12017 return;
12018 }
12019 else if (tree_int_cst_lt (src, size))
12020 return;
12021 }
12022 else if (! host_integerp (len, 1) || ! tree_int_cst_lt (size, len))
12023 return;
12024
12025 warning_at (loc, 0, "%Kcall to %D will always overflow destination buffer",
12026 exp, get_callee_fndecl (exp));
12027 }
12028
12029 /* Emit warning if a buffer overflow is detected at compile time
12030 in __sprintf_chk/__vsprintf_chk calls. */
12031
12032 static void
12033 maybe_emit_sprintf_chk_warning (tree exp, enum built_in_function fcode)
12034 {
12035 tree size, len, fmt;
12036 const char *fmt_str;
12037 int nargs = call_expr_nargs (exp);
12038
12039 /* Verify the required arguments in the original call. */
12040
12041 if (nargs < 4)
12042 return;
12043 size = CALL_EXPR_ARG (exp, 2);
12044 fmt = CALL_EXPR_ARG (exp, 3);
12045
12046 if (! host_integerp (size, 1) || integer_all_onesp (size))
12047 return;
12048
12049 /* Check whether the format is a literal string constant. */
12050 fmt_str = c_getstr (fmt);
12051 if (fmt_str == NULL)
12052 return;
12053
12054 if (!init_target_chars ())
12055 return;
12056
12057 /* If the format doesn't contain % args or %%, we know its size. */
12058 if (strchr (fmt_str, target_percent) == 0)
12059 len = build_int_cstu (size_type_node, strlen (fmt_str));
12060 /* If the format is "%s" and first ... argument is a string literal,
12061 we know it too. */
12062 else if (fcode == BUILT_IN_SPRINTF_CHK
12063 && strcmp (fmt_str, target_percent_s) == 0)
12064 {
12065 tree arg;
12066
12067 if (nargs < 5)
12068 return;
12069 arg = CALL_EXPR_ARG (exp, 4);
12070 if (! POINTER_TYPE_P (TREE_TYPE (arg)))
12071 return;
12072
12073 len = c_strlen (arg, 1);
12074 if (!len || ! host_integerp (len, 1))
12075 return;
12076 }
12077 else
12078 return;
12079
12080 if (! tree_int_cst_lt (len, size))
12081 warning_at (tree_nonartificial_location (exp),
12082 0, "%Kcall to %D will always overflow destination buffer",
12083 exp, get_callee_fndecl (exp));
12084 }
12085
12086 /* Emit warning if a free is called with address of a variable. */
12087
12088 static void
12089 maybe_emit_free_warning (tree exp)
12090 {
12091 tree arg = CALL_EXPR_ARG (exp, 0);
12092
12093 STRIP_NOPS (arg);
12094 if (TREE_CODE (arg) != ADDR_EXPR)
12095 return;
12096
12097 arg = get_base_address (TREE_OPERAND (arg, 0));
12098 if (arg == NULL || INDIRECT_REF_P (arg) || TREE_CODE (arg) == MEM_REF)
12099 return;
12100
12101 if (SSA_VAR_P (arg))
12102 warning_at (tree_nonartificial_location (exp),
12103 0, "%Kattempt to free a non-heap object %qD", exp, arg);
12104 else
12105 warning_at (tree_nonartificial_location (exp),
12106 0, "%Kattempt to free a non-heap object", exp);
12107 }
12108
12109 /* Fold a call to __builtin_object_size with arguments PTR and OST,
12110 if possible. */
12111
12112 tree
12113 fold_builtin_object_size (tree ptr, tree ost)
12114 {
12115 unsigned HOST_WIDE_INT bytes;
12116 int object_size_type;
12117
12118 if (!validate_arg (ptr, POINTER_TYPE)
12119 || !validate_arg (ost, INTEGER_TYPE))
12120 return NULL_TREE;
12121
12122 STRIP_NOPS (ost);
12123
12124 if (TREE_CODE (ost) != INTEGER_CST
12125 || tree_int_cst_sgn (ost) < 0
12126 || compare_tree_int (ost, 3) > 0)
12127 return NULL_TREE;
12128
12129 object_size_type = tree_low_cst (ost, 0);
12130
12131 /* __builtin_object_size doesn't evaluate side-effects in its arguments;
12132 if there are any side-effects, it returns (size_t) -1 for types 0 and 1
12133 and (size_t) 0 for types 2 and 3. */
12134 if (TREE_SIDE_EFFECTS (ptr))
12135 return build_int_cst_type (size_type_node, object_size_type < 2 ? -1 : 0);
12136
12137 if (TREE_CODE (ptr) == ADDR_EXPR)
12138 {
12139 bytes = compute_builtin_object_size (ptr, object_size_type);
12140 if (double_int_fits_to_tree_p (size_type_node,
12141 uhwi_to_double_int (bytes)))
12142 return build_int_cstu (size_type_node, bytes);
12143 }
12144 else if (TREE_CODE (ptr) == SSA_NAME)
12145 {
12146 /* If object size is not known yet, delay folding until
12147 later. Maybe subsequent passes will help determining
12148 it. */
12149 bytes = compute_builtin_object_size (ptr, object_size_type);
12150 if (bytes != (unsigned HOST_WIDE_INT) (object_size_type < 2 ? -1 : 0)
12151 && double_int_fits_to_tree_p (size_type_node,
12152 uhwi_to_double_int (bytes)))
12153 return build_int_cstu (size_type_node, bytes);
12154 }
12155
12156 return NULL_TREE;
12157 }
12158
12159 /* Fold a call to the __mem{cpy,pcpy,move,set}_chk builtin.
12160 DEST, SRC, LEN, and SIZE are the arguments to the call.
12161 IGNORE is true, if return value can be ignored. FCODE is the BUILT_IN_*
12162 code of the builtin. If MAXLEN is not NULL, it is maximum length
12163 passed as third argument. */
12164
12165 tree
12166 fold_builtin_memory_chk (location_t loc, tree fndecl,
12167 tree dest, tree src, tree len, tree size,
12168 tree maxlen, bool ignore,
12169 enum built_in_function fcode)
12170 {
12171 tree fn;
12172
12173 if (!validate_arg (dest, POINTER_TYPE)
12174 || !validate_arg (src,
12175 (fcode == BUILT_IN_MEMSET_CHK
12176 ? INTEGER_TYPE : POINTER_TYPE))
12177 || !validate_arg (len, INTEGER_TYPE)
12178 || !validate_arg (size, INTEGER_TYPE))
12179 return NULL_TREE;
12180
12181 /* If SRC and DEST are the same (and not volatile), return DEST
12182 (resp. DEST+LEN for __mempcpy_chk). */
12183 if (fcode != BUILT_IN_MEMSET_CHK && operand_equal_p (src, dest, 0))
12184 {
12185 if (fcode != BUILT_IN_MEMPCPY_CHK)
12186 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
12187 dest, len);
12188 else
12189 {
12190 tree temp = fold_build2_loc (loc, POINTER_PLUS_EXPR, TREE_TYPE (dest),
12191 dest, len);
12192 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), temp);
12193 }
12194 }
12195
12196 if (! host_integerp (size, 1))
12197 return NULL_TREE;
12198
12199 if (! integer_all_onesp (size))
12200 {
12201 if (! host_integerp (len, 1))
12202 {
12203 /* If LEN is not constant, try MAXLEN too.
12204 For MAXLEN only allow optimizing into non-_ocs function
12205 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12206 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12207 {
12208 if (fcode == BUILT_IN_MEMPCPY_CHK && ignore)
12209 {
12210 /* (void) __mempcpy_chk () can be optimized into
12211 (void) __memcpy_chk (). */
12212 fn = built_in_decls[BUILT_IN_MEMCPY_CHK];
12213 if (!fn)
12214 return NULL_TREE;
12215
12216 return build_call_expr_loc (loc, fn, 4, dest, src, len, size);
12217 }
12218 return NULL_TREE;
12219 }
12220 }
12221 else
12222 maxlen = len;
12223
12224 if (tree_int_cst_lt (size, maxlen))
12225 return NULL_TREE;
12226 }
12227
12228 fn = NULL_TREE;
12229 /* If __builtin_mem{cpy,pcpy,move,set}_chk is used, assume
12230 mem{cpy,pcpy,move,set} is available. */
12231 switch (fcode)
12232 {
12233 case BUILT_IN_MEMCPY_CHK:
12234 fn = built_in_decls[BUILT_IN_MEMCPY];
12235 break;
12236 case BUILT_IN_MEMPCPY_CHK:
12237 fn = built_in_decls[BUILT_IN_MEMPCPY];
12238 break;
12239 case BUILT_IN_MEMMOVE_CHK:
12240 fn = built_in_decls[BUILT_IN_MEMMOVE];
12241 break;
12242 case BUILT_IN_MEMSET_CHK:
12243 fn = built_in_decls[BUILT_IN_MEMSET];
12244 break;
12245 default:
12246 break;
12247 }
12248
12249 if (!fn)
12250 return NULL_TREE;
12251
12252 return build_call_expr_loc (loc, fn, 3, dest, src, len);
12253 }
12254
12255 /* Fold a call to the __st[rp]cpy_chk builtin.
12256 DEST, SRC, and SIZE are the arguments to the call.
12257 IGNORE is true if return value can be ignored. FCODE is the BUILT_IN_*
12258 code of the builtin. If MAXLEN is not NULL, it is maximum length of
12259 strings passed as second argument. */
12260
12261 tree
12262 fold_builtin_stxcpy_chk (location_t loc, tree fndecl, tree dest,
12263 tree src, tree size,
12264 tree maxlen, bool ignore,
12265 enum built_in_function fcode)
12266 {
12267 tree len, fn;
12268
12269 if (!validate_arg (dest, POINTER_TYPE)
12270 || !validate_arg (src, POINTER_TYPE)
12271 || !validate_arg (size, INTEGER_TYPE))
12272 return NULL_TREE;
12273
12274 /* If SRC and DEST are the same (and not volatile), return DEST. */
12275 if (fcode == BUILT_IN_STRCPY_CHK && operand_equal_p (src, dest, 0))
12276 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest);
12277
12278 if (! host_integerp (size, 1))
12279 return NULL_TREE;
12280
12281 if (! integer_all_onesp (size))
12282 {
12283 len = c_strlen (src, 1);
12284 if (! len || ! host_integerp (len, 1))
12285 {
12286 /* If LEN is not constant, try MAXLEN too.
12287 For MAXLEN only allow optimizing into non-_ocs function
12288 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12289 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12290 {
12291 if (fcode == BUILT_IN_STPCPY_CHK)
12292 {
12293 if (! ignore)
12294 return NULL_TREE;
12295
12296 /* If return value of __stpcpy_chk is ignored,
12297 optimize into __strcpy_chk. */
12298 fn = built_in_decls[BUILT_IN_STRCPY_CHK];
12299 if (!fn)
12300 return NULL_TREE;
12301
12302 return build_call_expr_loc (loc, fn, 3, dest, src, size);
12303 }
12304
12305 if (! len || TREE_SIDE_EFFECTS (len))
12306 return NULL_TREE;
12307
12308 /* If c_strlen returned something, but not a constant,
12309 transform __strcpy_chk into __memcpy_chk. */
12310 fn = built_in_decls[BUILT_IN_MEMCPY_CHK];
12311 if (!fn)
12312 return NULL_TREE;
12313
12314 len = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
12315 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)),
12316 build_call_expr_loc (loc, fn, 4,
12317 dest, src, len, size));
12318 }
12319 }
12320 else
12321 maxlen = len;
12322
12323 if (! tree_int_cst_lt (maxlen, size))
12324 return NULL_TREE;
12325 }
12326
12327 /* If __builtin_st{r,p}cpy_chk is used, assume st{r,p}cpy is available. */
12328 fn = built_in_decls[fcode == BUILT_IN_STPCPY_CHK
12329 ? BUILT_IN_STPCPY : BUILT_IN_STRCPY];
12330 if (!fn)
12331 return NULL_TREE;
12332
12333 return build_call_expr_loc (loc, fn, 2, dest, src);
12334 }
12335
12336 /* Fold a call to the __strncpy_chk builtin. DEST, SRC, LEN, and SIZE
12337 are the arguments to the call. If MAXLEN is not NULL, it is maximum
12338 length passed as third argument. */
12339
12340 tree
12341 fold_builtin_strncpy_chk (location_t loc, tree dest, tree src,
12342 tree len, tree size, tree maxlen)
12343 {
12344 tree fn;
12345
12346 if (!validate_arg (dest, POINTER_TYPE)
12347 || !validate_arg (src, POINTER_TYPE)
12348 || !validate_arg (len, INTEGER_TYPE)
12349 || !validate_arg (size, INTEGER_TYPE))
12350 return NULL_TREE;
12351
12352 if (! host_integerp (size, 1))
12353 return NULL_TREE;
12354
12355 if (! integer_all_onesp (size))
12356 {
12357 if (! host_integerp (len, 1))
12358 {
12359 /* If LEN is not constant, try MAXLEN too.
12360 For MAXLEN only allow optimizing into non-_ocs function
12361 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12362 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12363 return NULL_TREE;
12364 }
12365 else
12366 maxlen = len;
12367
12368 if (tree_int_cst_lt (size, maxlen))
12369 return NULL_TREE;
12370 }
12371
12372 /* If __builtin_strncpy_chk is used, assume strncpy is available. */
12373 fn = built_in_decls[BUILT_IN_STRNCPY];
12374 if (!fn)
12375 return NULL_TREE;
12376
12377 return build_call_expr_loc (loc, fn, 3, dest, src, len);
12378 }
12379
12380 /* Fold a call to the __strcat_chk builtin FNDECL. DEST, SRC, and SIZE
12381 are the arguments to the call. */
12382
12383 static tree
12384 fold_builtin_strcat_chk (location_t loc, tree fndecl, tree dest,
12385 tree src, tree size)
12386 {
12387 tree fn;
12388 const char *p;
12389
12390 if (!validate_arg (dest, POINTER_TYPE)
12391 || !validate_arg (src, POINTER_TYPE)
12392 || !validate_arg (size, INTEGER_TYPE))
12393 return NULL_TREE;
12394
12395 p = c_getstr (src);
12396 /* If the SRC parameter is "", return DEST. */
12397 if (p && *p == '\0')
12398 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, src);
12399
12400 if (! host_integerp (size, 1) || ! integer_all_onesp (size))
12401 return NULL_TREE;
12402
12403 /* If __builtin_strcat_chk is used, assume strcat is available. */
12404 fn = built_in_decls[BUILT_IN_STRCAT];
12405 if (!fn)
12406 return NULL_TREE;
12407
12408 return build_call_expr_loc (loc, fn, 2, dest, src);
12409 }
12410
12411 /* Fold a call to the __strncat_chk builtin with arguments DEST, SRC,
12412 LEN, and SIZE. */
12413
12414 static tree
12415 fold_builtin_strncat_chk (location_t loc, tree fndecl,
12416 tree dest, tree src, tree len, tree size)
12417 {
12418 tree fn;
12419 const char *p;
12420
12421 if (!validate_arg (dest, POINTER_TYPE)
12422 || !validate_arg (src, POINTER_TYPE)
12423 || !validate_arg (size, INTEGER_TYPE)
12424 || !validate_arg (size, INTEGER_TYPE))
12425 return NULL_TREE;
12426
12427 p = c_getstr (src);
12428 /* If the SRC parameter is "" or if LEN is 0, return DEST. */
12429 if (p && *p == '\0')
12430 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, len);
12431 else if (integer_zerop (len))
12432 return omit_one_operand_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), dest, src);
12433
12434 if (! host_integerp (size, 1))
12435 return NULL_TREE;
12436
12437 if (! integer_all_onesp (size))
12438 {
12439 tree src_len = c_strlen (src, 1);
12440 if (src_len
12441 && host_integerp (src_len, 1)
12442 && host_integerp (len, 1)
12443 && ! tree_int_cst_lt (len, src_len))
12444 {
12445 /* If LEN >= strlen (SRC), optimize into __strcat_chk. */
12446 fn = built_in_decls[BUILT_IN_STRCAT_CHK];
12447 if (!fn)
12448 return NULL_TREE;
12449
12450 return build_call_expr_loc (loc, fn, 3, dest, src, size);
12451 }
12452 return NULL_TREE;
12453 }
12454
12455 /* If __builtin_strncat_chk is used, assume strncat is available. */
12456 fn = built_in_decls[BUILT_IN_STRNCAT];
12457 if (!fn)
12458 return NULL_TREE;
12459
12460 return build_call_expr_loc (loc, fn, 3, dest, src, len);
12461 }
12462
12463 /* Fold a call EXP to __{,v}sprintf_chk. Return NULL_TREE if
12464 a normal call should be emitted rather than expanding the function
12465 inline. FCODE is either BUILT_IN_SPRINTF_CHK or BUILT_IN_VSPRINTF_CHK. */
12466
12467 static tree
12468 fold_builtin_sprintf_chk (location_t loc, tree exp,
12469 enum built_in_function fcode)
12470 {
12471 tree dest, size, len, fn, fmt, flag;
12472 const char *fmt_str;
12473 int nargs = call_expr_nargs (exp);
12474
12475 /* Verify the required arguments in the original call. */
12476 if (nargs < 4)
12477 return NULL_TREE;
12478 dest = CALL_EXPR_ARG (exp, 0);
12479 if (!validate_arg (dest, POINTER_TYPE))
12480 return NULL_TREE;
12481 flag = CALL_EXPR_ARG (exp, 1);
12482 if (!validate_arg (flag, INTEGER_TYPE))
12483 return NULL_TREE;
12484 size = CALL_EXPR_ARG (exp, 2);
12485 if (!validate_arg (size, INTEGER_TYPE))
12486 return NULL_TREE;
12487 fmt = CALL_EXPR_ARG (exp, 3);
12488 if (!validate_arg (fmt, POINTER_TYPE))
12489 return NULL_TREE;
12490
12491 if (! host_integerp (size, 1))
12492 return NULL_TREE;
12493
12494 len = NULL_TREE;
12495
12496 if (!init_target_chars ())
12497 return NULL_TREE;
12498
12499 /* Check whether the format is a literal string constant. */
12500 fmt_str = c_getstr (fmt);
12501 if (fmt_str != NULL)
12502 {
12503 /* If the format doesn't contain % args or %%, we know the size. */
12504 if (strchr (fmt_str, target_percent) == 0)
12505 {
12506 if (fcode != BUILT_IN_SPRINTF_CHK || nargs == 4)
12507 len = build_int_cstu (size_type_node, strlen (fmt_str));
12508 }
12509 /* If the format is "%s" and first ... argument is a string literal,
12510 we know the size too. */
12511 else if (fcode == BUILT_IN_SPRINTF_CHK
12512 && strcmp (fmt_str, target_percent_s) == 0)
12513 {
12514 tree arg;
12515
12516 if (nargs == 5)
12517 {
12518 arg = CALL_EXPR_ARG (exp, 4);
12519 if (validate_arg (arg, POINTER_TYPE))
12520 {
12521 len = c_strlen (arg, 1);
12522 if (! len || ! host_integerp (len, 1))
12523 len = NULL_TREE;
12524 }
12525 }
12526 }
12527 }
12528
12529 if (! integer_all_onesp (size))
12530 {
12531 if (! len || ! tree_int_cst_lt (len, size))
12532 return NULL_TREE;
12533 }
12534
12535 /* Only convert __{,v}sprintf_chk to {,v}sprintf if flag is 0
12536 or if format doesn't contain % chars or is "%s". */
12537 if (! integer_zerop (flag))
12538 {
12539 if (fmt_str == NULL)
12540 return NULL_TREE;
12541 if (strchr (fmt_str, target_percent) != NULL
12542 && strcmp (fmt_str, target_percent_s))
12543 return NULL_TREE;
12544 }
12545
12546 /* If __builtin_{,v}sprintf_chk is used, assume {,v}sprintf is available. */
12547 fn = built_in_decls[fcode == BUILT_IN_VSPRINTF_CHK
12548 ? BUILT_IN_VSPRINTF : BUILT_IN_SPRINTF];
12549 if (!fn)
12550 return NULL_TREE;
12551
12552 return rewrite_call_expr (loc, exp, 4, fn, 2, dest, fmt);
12553 }
12554
12555 /* Fold a call EXP to {,v}snprintf. Return NULL_TREE if
12556 a normal call should be emitted rather than expanding the function
12557 inline. FCODE is either BUILT_IN_SNPRINTF_CHK or
12558 BUILT_IN_VSNPRINTF_CHK. If MAXLEN is not NULL, it is maximum length
12559 passed as second argument. */
12560
12561 tree
12562 fold_builtin_snprintf_chk (location_t loc, tree exp, tree maxlen,
12563 enum built_in_function fcode)
12564 {
12565 tree dest, size, len, fn, fmt, flag;
12566 const char *fmt_str;
12567
12568 /* Verify the required arguments in the original call. */
12569 if (call_expr_nargs (exp) < 5)
12570 return NULL_TREE;
12571 dest = CALL_EXPR_ARG (exp, 0);
12572 if (!validate_arg (dest, POINTER_TYPE))
12573 return NULL_TREE;
12574 len = CALL_EXPR_ARG (exp, 1);
12575 if (!validate_arg (len, INTEGER_TYPE))
12576 return NULL_TREE;
12577 flag = CALL_EXPR_ARG (exp, 2);
12578 if (!validate_arg (flag, INTEGER_TYPE))
12579 return NULL_TREE;
12580 size = CALL_EXPR_ARG (exp, 3);
12581 if (!validate_arg (size, INTEGER_TYPE))
12582 return NULL_TREE;
12583 fmt = CALL_EXPR_ARG (exp, 4);
12584 if (!validate_arg (fmt, POINTER_TYPE))
12585 return NULL_TREE;
12586
12587 if (! host_integerp (size, 1))
12588 return NULL_TREE;
12589
12590 if (! integer_all_onesp (size))
12591 {
12592 if (! host_integerp (len, 1))
12593 {
12594 /* If LEN is not constant, try MAXLEN too.
12595 For MAXLEN only allow optimizing into non-_ocs function
12596 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
12597 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
12598 return NULL_TREE;
12599 }
12600 else
12601 maxlen = len;
12602
12603 if (tree_int_cst_lt (size, maxlen))
12604 return NULL_TREE;
12605 }
12606
12607 if (!init_target_chars ())
12608 return NULL_TREE;
12609
12610 /* Only convert __{,v}snprintf_chk to {,v}snprintf if flag is 0
12611 or if format doesn't contain % chars or is "%s". */
12612 if (! integer_zerop (flag))
12613 {
12614 fmt_str = c_getstr (fmt);
12615 if (fmt_str == NULL)
12616 return NULL_TREE;
12617 if (strchr (fmt_str, target_percent) != NULL
12618 && strcmp (fmt_str, target_percent_s))
12619 return NULL_TREE;
12620 }
12621
12622 /* If __builtin_{,v}snprintf_chk is used, assume {,v}snprintf is
12623 available. */
12624 fn = built_in_decls[fcode == BUILT_IN_VSNPRINTF_CHK
12625 ? BUILT_IN_VSNPRINTF : BUILT_IN_SNPRINTF];
12626 if (!fn)
12627 return NULL_TREE;
12628
12629 return rewrite_call_expr (loc, exp, 5, fn, 3, dest, len, fmt);
12630 }
12631
12632 /* Fold a call to the {,v}printf{,_unlocked} and __{,v}printf_chk builtins.
12633 FMT and ARG are the arguments to the call; we don't fold cases with
12634 more than 2 arguments, and ARG may be null if this is a 1-argument case.
12635
12636 Return NULL_TREE if no simplification was possible, otherwise return the
12637 simplified form of the call as a tree. FCODE is the BUILT_IN_*
12638 code of the function to be simplified. */
12639
12640 static tree
12641 fold_builtin_printf (location_t loc, tree fndecl, tree fmt,
12642 tree arg, bool ignore,
12643 enum built_in_function fcode)
12644 {
12645 tree fn_putchar, fn_puts, newarg, call = NULL_TREE;
12646 const char *fmt_str = NULL;
12647
12648 /* If the return value is used, don't do the transformation. */
12649 if (! ignore)
12650 return NULL_TREE;
12651
12652 /* Verify the required arguments in the original call. */
12653 if (!validate_arg (fmt, POINTER_TYPE))
12654 return NULL_TREE;
12655
12656 /* Check whether the format is a literal string constant. */
12657 fmt_str = c_getstr (fmt);
12658 if (fmt_str == NULL)
12659 return NULL_TREE;
12660
12661 if (fcode == BUILT_IN_PRINTF_UNLOCKED)
12662 {
12663 /* If we're using an unlocked function, assume the other
12664 unlocked functions exist explicitly. */
12665 fn_putchar = built_in_decls[BUILT_IN_PUTCHAR_UNLOCKED];
12666 fn_puts = built_in_decls[BUILT_IN_PUTS_UNLOCKED];
12667 }
12668 else
12669 {
12670 fn_putchar = implicit_built_in_decls[BUILT_IN_PUTCHAR];
12671 fn_puts = implicit_built_in_decls[BUILT_IN_PUTS];
12672 }
12673
12674 if (!init_target_chars ())
12675 return NULL_TREE;
12676
12677 if (strcmp (fmt_str, target_percent_s) == 0
12678 || strchr (fmt_str, target_percent) == NULL)
12679 {
12680 const char *str;
12681
12682 if (strcmp (fmt_str, target_percent_s) == 0)
12683 {
12684 if (fcode == BUILT_IN_VPRINTF || fcode == BUILT_IN_VPRINTF_CHK)
12685 return NULL_TREE;
12686
12687 if (!arg || !validate_arg (arg, POINTER_TYPE))
12688 return NULL_TREE;
12689
12690 str = c_getstr (arg);
12691 if (str == NULL)
12692 return NULL_TREE;
12693 }
12694 else
12695 {
12696 /* The format specifier doesn't contain any '%' characters. */
12697 if (fcode != BUILT_IN_VPRINTF && fcode != BUILT_IN_VPRINTF_CHK
12698 && arg)
12699 return NULL_TREE;
12700 str = fmt_str;
12701 }
12702
12703 /* If the string was "", printf does nothing. */
12704 if (str[0] == '\0')
12705 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), 0);
12706
12707 /* If the string has length of 1, call putchar. */
12708 if (str[1] == '\0')
12709 {
12710 /* Given printf("c"), (where c is any one character,)
12711 convert "c"[0] to an int and pass that to the replacement
12712 function. */
12713 newarg = build_int_cst (NULL_TREE, str[0]);
12714 if (fn_putchar)
12715 call = build_call_expr_loc (loc, fn_putchar, 1, newarg);
12716 }
12717 else
12718 {
12719 /* If the string was "string\n", call puts("string"). */
12720 size_t len = strlen (str);
12721 if ((unsigned char)str[len - 1] == target_newline)
12722 {
12723 /* Create a NUL-terminated string that's one char shorter
12724 than the original, stripping off the trailing '\n'. */
12725 char *newstr = XALLOCAVEC (char, len);
12726 memcpy (newstr, str, len - 1);
12727 newstr[len - 1] = 0;
12728
12729 newarg = build_string_literal (len, newstr);
12730 if (fn_puts)
12731 call = build_call_expr_loc (loc, fn_puts, 1, newarg);
12732 }
12733 else
12734 /* We'd like to arrange to call fputs(string,stdout) here,
12735 but we need stdout and don't have a way to get it yet. */
12736 return NULL_TREE;
12737 }
12738 }
12739
12740 /* The other optimizations can be done only on the non-va_list variants. */
12741 else if (fcode == BUILT_IN_VPRINTF || fcode == BUILT_IN_VPRINTF_CHK)
12742 return NULL_TREE;
12743
12744 /* If the format specifier was "%s\n", call __builtin_puts(arg). */
12745 else if (strcmp (fmt_str, target_percent_s_newline) == 0)
12746 {
12747 if (!arg || !validate_arg (arg, POINTER_TYPE))
12748 return NULL_TREE;
12749 if (fn_puts)
12750 call = build_call_expr_loc (loc, fn_puts, 1, arg);
12751 }
12752
12753 /* If the format specifier was "%c", call __builtin_putchar(arg). */
12754 else if (strcmp (fmt_str, target_percent_c) == 0)
12755 {
12756 if (!arg || !validate_arg (arg, INTEGER_TYPE))
12757 return NULL_TREE;
12758 if (fn_putchar)
12759 call = build_call_expr_loc (loc, fn_putchar, 1, arg);
12760 }
12761
12762 if (!call)
12763 return NULL_TREE;
12764
12765 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), call);
12766 }
12767
12768 /* Fold a call to the {,v}fprintf{,_unlocked} and __{,v}printf_chk builtins.
12769 FP, FMT, and ARG are the arguments to the call. We don't fold calls with
12770 more than 3 arguments, and ARG may be null in the 2-argument case.
12771
12772 Return NULL_TREE if no simplification was possible, otherwise return the
12773 simplified form of the call as a tree. FCODE is the BUILT_IN_*
12774 code of the function to be simplified. */
12775
12776 static tree
12777 fold_builtin_fprintf (location_t loc, tree fndecl, tree fp,
12778 tree fmt, tree arg, bool ignore,
12779 enum built_in_function fcode)
12780 {
12781 tree fn_fputc, fn_fputs, call = NULL_TREE;
12782 const char *fmt_str = NULL;
12783
12784 /* If the return value is used, don't do the transformation. */
12785 if (! ignore)
12786 return NULL_TREE;
12787
12788 /* Verify the required arguments in the original call. */
12789 if (!validate_arg (fp, POINTER_TYPE))
12790 return NULL_TREE;
12791 if (!validate_arg (fmt, POINTER_TYPE))
12792 return NULL_TREE;
12793
12794 /* Check whether the format is a literal string constant. */
12795 fmt_str = c_getstr (fmt);
12796 if (fmt_str == NULL)
12797 return NULL_TREE;
12798
12799 if (fcode == BUILT_IN_FPRINTF_UNLOCKED)
12800 {
12801 /* If we're using an unlocked function, assume the other
12802 unlocked functions exist explicitly. */
12803 fn_fputc = built_in_decls[BUILT_IN_FPUTC_UNLOCKED];
12804 fn_fputs = built_in_decls[BUILT_IN_FPUTS_UNLOCKED];
12805 }
12806 else
12807 {
12808 fn_fputc = implicit_built_in_decls[BUILT_IN_FPUTC];
12809 fn_fputs = implicit_built_in_decls[BUILT_IN_FPUTS];
12810 }
12811
12812 if (!init_target_chars ())
12813 return NULL_TREE;
12814
12815 /* If the format doesn't contain % args or %%, use strcpy. */
12816 if (strchr (fmt_str, target_percent) == NULL)
12817 {
12818 if (fcode != BUILT_IN_VFPRINTF && fcode != BUILT_IN_VFPRINTF_CHK
12819 && arg)
12820 return NULL_TREE;
12821
12822 /* If the format specifier was "", fprintf does nothing. */
12823 if (fmt_str[0] == '\0')
12824 {
12825 /* If FP has side-effects, just wait until gimplification is
12826 done. */
12827 if (TREE_SIDE_EFFECTS (fp))
12828 return NULL_TREE;
12829
12830 return build_int_cst (TREE_TYPE (TREE_TYPE (fndecl)), 0);
12831 }
12832
12833 /* When "string" doesn't contain %, replace all cases of
12834 fprintf (fp, string) with fputs (string, fp). The fputs
12835 builtin will take care of special cases like length == 1. */
12836 if (fn_fputs)
12837 call = build_call_expr_loc (loc, fn_fputs, 2, fmt, fp);
12838 }
12839
12840 /* The other optimizations can be done only on the non-va_list variants. */
12841 else if (fcode == BUILT_IN_VFPRINTF || fcode == BUILT_IN_VFPRINTF_CHK)
12842 return NULL_TREE;
12843
12844 /* If the format specifier was "%s", call __builtin_fputs (arg, fp). */
12845 else if (strcmp (fmt_str, target_percent_s) == 0)
12846 {
12847 if (!arg || !validate_arg (arg, POINTER_TYPE))
12848 return NULL_TREE;
12849 if (fn_fputs)
12850 call = build_call_expr_loc (loc, fn_fputs, 2, arg, fp);
12851 }
12852
12853 /* If the format specifier was "%c", call __builtin_fputc (arg, fp). */
12854 else if (strcmp (fmt_str, target_percent_c) == 0)
12855 {
12856 if (!arg || !validate_arg (arg, INTEGER_TYPE))
12857 return NULL_TREE;
12858 if (fn_fputc)
12859 call = build_call_expr_loc (loc, fn_fputc, 2, arg, fp);
12860 }
12861
12862 if (!call)
12863 return NULL_TREE;
12864 return fold_convert_loc (loc, TREE_TYPE (TREE_TYPE (fndecl)), call);
12865 }
12866
12867 /* Initialize format string characters in the target charset. */
12868
12869 static bool
12870 init_target_chars (void)
12871 {
12872 static bool init;
12873 if (!init)
12874 {
12875 target_newline = lang_hooks.to_target_charset ('\n');
12876 target_percent = lang_hooks.to_target_charset ('%');
12877 target_c = lang_hooks.to_target_charset ('c');
12878 target_s = lang_hooks.to_target_charset ('s');
12879 if (target_newline == 0 || target_percent == 0 || target_c == 0
12880 || target_s == 0)
12881 return false;
12882
12883 target_percent_c[0] = target_percent;
12884 target_percent_c[1] = target_c;
12885 target_percent_c[2] = '\0';
12886
12887 target_percent_s[0] = target_percent;
12888 target_percent_s[1] = target_s;
12889 target_percent_s[2] = '\0';
12890
12891 target_percent_s_newline[0] = target_percent;
12892 target_percent_s_newline[1] = target_s;
12893 target_percent_s_newline[2] = target_newline;
12894 target_percent_s_newline[3] = '\0';
12895
12896 init = true;
12897 }
12898 return true;
12899 }
12900
12901 /* Helper function for do_mpfr_arg*(). Ensure M is a normal number
12902 and no overflow/underflow occurred. INEXACT is true if M was not
12903 exactly calculated. TYPE is the tree type for the result. This
12904 function assumes that you cleared the MPFR flags and then
12905 calculated M to see if anything subsequently set a flag prior to
12906 entering this function. Return NULL_TREE if any checks fail. */
12907
12908 static tree
12909 do_mpfr_ckconv (mpfr_srcptr m, tree type, int inexact)
12910 {
12911 /* Proceed iff we get a normal number, i.e. not NaN or Inf and no
12912 overflow/underflow occurred. If -frounding-math, proceed iff the
12913 result of calling FUNC was exact. */
12914 if (mpfr_number_p (m) && !mpfr_overflow_p () && !mpfr_underflow_p ()
12915 && (!flag_rounding_math || !inexact))
12916 {
12917 REAL_VALUE_TYPE rr;
12918
12919 real_from_mpfr (&rr, m, type, GMP_RNDN);
12920 /* Proceed iff GCC's REAL_VALUE_TYPE can hold the MPFR value,
12921 check for overflow/underflow. If the REAL_VALUE_TYPE is zero
12922 but the mpft_t is not, then we underflowed in the
12923 conversion. */
12924 if (real_isfinite (&rr)
12925 && (rr.cl == rvc_zero) == (mpfr_zero_p (m) != 0))
12926 {
12927 REAL_VALUE_TYPE rmode;
12928
12929 real_convert (&rmode, TYPE_MODE (type), &rr);
12930 /* Proceed iff the specified mode can hold the value. */
12931 if (real_identical (&rmode, &rr))
12932 return build_real (type, rmode);
12933 }
12934 }
12935 return NULL_TREE;
12936 }
12937
12938 /* Helper function for do_mpc_arg*(). Ensure M is a normal complex
12939 number and no overflow/underflow occurred. INEXACT is true if M
12940 was not exactly calculated. TYPE is the tree type for the result.
12941 This function assumes that you cleared the MPFR flags and then
12942 calculated M to see if anything subsequently set a flag prior to
12943 entering this function. Return NULL_TREE if any checks fail, if
12944 FORCE_CONVERT is true, then bypass the checks. */
12945
12946 static tree
12947 do_mpc_ckconv (mpc_srcptr m, tree type, int inexact, int force_convert)
12948 {
12949 /* Proceed iff we get a normal number, i.e. not NaN or Inf and no
12950 overflow/underflow occurred. If -frounding-math, proceed iff the
12951 result of calling FUNC was exact. */
12952 if (force_convert
12953 || (mpfr_number_p (mpc_realref (m)) && mpfr_number_p (mpc_imagref (m))
12954 && !mpfr_overflow_p () && !mpfr_underflow_p ()
12955 && (!flag_rounding_math || !inexact)))
12956 {
12957 REAL_VALUE_TYPE re, im;
12958
12959 real_from_mpfr (&re, mpc_realref (m), TREE_TYPE (type), GMP_RNDN);
12960 real_from_mpfr (&im, mpc_imagref (m), TREE_TYPE (type), GMP_RNDN);
12961 /* Proceed iff GCC's REAL_VALUE_TYPE can hold the MPFR values,
12962 check for overflow/underflow. If the REAL_VALUE_TYPE is zero
12963 but the mpft_t is not, then we underflowed in the
12964 conversion. */
12965 if (force_convert
12966 || (real_isfinite (&re) && real_isfinite (&im)
12967 && (re.cl == rvc_zero) == (mpfr_zero_p (mpc_realref (m)) != 0)
12968 && (im.cl == rvc_zero) == (mpfr_zero_p (mpc_imagref (m)) != 0)))
12969 {
12970 REAL_VALUE_TYPE re_mode, im_mode;
12971
12972 real_convert (&re_mode, TYPE_MODE (TREE_TYPE (type)), &re);
12973 real_convert (&im_mode, TYPE_MODE (TREE_TYPE (type)), &im);
12974 /* Proceed iff the specified mode can hold the value. */
12975 if (force_convert
12976 || (real_identical (&re_mode, &re)
12977 && real_identical (&im_mode, &im)))
12978 return build_complex (type, build_real (TREE_TYPE (type), re_mode),
12979 build_real (TREE_TYPE (type), im_mode));
12980 }
12981 }
12982 return NULL_TREE;
12983 }
12984
12985 /* If argument ARG is a REAL_CST, call the one-argument mpfr function
12986 FUNC on it and return the resulting value as a tree with type TYPE.
12987 If MIN and/or MAX are not NULL, then the supplied ARG must be
12988 within those bounds. If INCLUSIVE is true, then MIN/MAX are
12989 acceptable values, otherwise they are not. The mpfr precision is
12990 set to the precision of TYPE. We assume that function FUNC returns
12991 zero if the result could be calculated exactly within the requested
12992 precision. */
12993
12994 static tree
12995 do_mpfr_arg1 (tree arg, tree type, int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t),
12996 const REAL_VALUE_TYPE *min, const REAL_VALUE_TYPE *max,
12997 bool inclusive)
12998 {
12999 tree result = NULL_TREE;
13000
13001 STRIP_NOPS (arg);
13002
13003 /* To proceed, MPFR must exactly represent the target floating point
13004 format, which only happens when the target base equals two. */
13005 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13006 && TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg))
13007 {
13008 const REAL_VALUE_TYPE *const ra = &TREE_REAL_CST (arg);
13009
13010 if (real_isfinite (ra)
13011 && (!min || real_compare (inclusive ? GE_EXPR: GT_EXPR , ra, min))
13012 && (!max || real_compare (inclusive ? LE_EXPR: LT_EXPR , ra, max)))
13013 {
13014 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13015 const int prec = fmt->p;
13016 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13017 int inexact;
13018 mpfr_t m;
13019
13020 mpfr_init2 (m, prec);
13021 mpfr_from_real (m, ra, GMP_RNDN);
13022 mpfr_clear_flags ();
13023 inexact = func (m, m, rnd);
13024 result = do_mpfr_ckconv (m, type, inexact);
13025 mpfr_clear (m);
13026 }
13027 }
13028
13029 return result;
13030 }
13031
13032 /* If argument ARG is a REAL_CST, call the two-argument mpfr function
13033 FUNC on it and return the resulting value as a tree with type TYPE.
13034 The mpfr precision is set to the precision of TYPE. We assume that
13035 function FUNC returns zero if the result could be calculated
13036 exactly within the requested precision. */
13037
13038 static tree
13039 do_mpfr_arg2 (tree arg1, tree arg2, tree type,
13040 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t))
13041 {
13042 tree result = NULL_TREE;
13043
13044 STRIP_NOPS (arg1);
13045 STRIP_NOPS (arg2);
13046
13047 /* To proceed, MPFR must exactly represent the target floating point
13048 format, which only happens when the target base equals two. */
13049 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13050 && TREE_CODE (arg1) == REAL_CST && !TREE_OVERFLOW (arg1)
13051 && TREE_CODE (arg2) == REAL_CST && !TREE_OVERFLOW (arg2))
13052 {
13053 const REAL_VALUE_TYPE *const ra1 = &TREE_REAL_CST (arg1);
13054 const REAL_VALUE_TYPE *const ra2 = &TREE_REAL_CST (arg2);
13055
13056 if (real_isfinite (ra1) && real_isfinite (ra2))
13057 {
13058 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13059 const int prec = fmt->p;
13060 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13061 int inexact;
13062 mpfr_t m1, m2;
13063
13064 mpfr_inits2 (prec, m1, m2, NULL);
13065 mpfr_from_real (m1, ra1, GMP_RNDN);
13066 mpfr_from_real (m2, ra2, GMP_RNDN);
13067 mpfr_clear_flags ();
13068 inexact = func (m1, m1, m2, rnd);
13069 result = do_mpfr_ckconv (m1, type, inexact);
13070 mpfr_clears (m1, m2, NULL);
13071 }
13072 }
13073
13074 return result;
13075 }
13076
13077 /* If argument ARG is a REAL_CST, call the three-argument mpfr function
13078 FUNC on it and return the resulting value as a tree with type TYPE.
13079 The mpfr precision is set to the precision of TYPE. We assume that
13080 function FUNC returns zero if the result could be calculated
13081 exactly within the requested precision. */
13082
13083 static tree
13084 do_mpfr_arg3 (tree arg1, tree arg2, tree arg3, tree type,
13085 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t))
13086 {
13087 tree result = NULL_TREE;
13088
13089 STRIP_NOPS (arg1);
13090 STRIP_NOPS (arg2);
13091 STRIP_NOPS (arg3);
13092
13093 /* To proceed, MPFR must exactly represent the target floating point
13094 format, which only happens when the target base equals two. */
13095 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13096 && TREE_CODE (arg1) == REAL_CST && !TREE_OVERFLOW (arg1)
13097 && TREE_CODE (arg2) == REAL_CST && !TREE_OVERFLOW (arg2)
13098 && TREE_CODE (arg3) == REAL_CST && !TREE_OVERFLOW (arg3))
13099 {
13100 const REAL_VALUE_TYPE *const ra1 = &TREE_REAL_CST (arg1);
13101 const REAL_VALUE_TYPE *const ra2 = &TREE_REAL_CST (arg2);
13102 const REAL_VALUE_TYPE *const ra3 = &TREE_REAL_CST (arg3);
13103
13104 if (real_isfinite (ra1) && real_isfinite (ra2) && real_isfinite (ra3))
13105 {
13106 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13107 const int prec = fmt->p;
13108 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13109 int inexact;
13110 mpfr_t m1, m2, m3;
13111
13112 mpfr_inits2 (prec, m1, m2, m3, NULL);
13113 mpfr_from_real (m1, ra1, GMP_RNDN);
13114 mpfr_from_real (m2, ra2, GMP_RNDN);
13115 mpfr_from_real (m3, ra3, GMP_RNDN);
13116 mpfr_clear_flags ();
13117 inexact = func (m1, m1, m2, m3, rnd);
13118 result = do_mpfr_ckconv (m1, type, inexact);
13119 mpfr_clears (m1, m2, m3, NULL);
13120 }
13121 }
13122
13123 return result;
13124 }
13125
13126 /* If argument ARG is a REAL_CST, call mpfr_sin_cos() on it and set
13127 the pointers *(ARG_SINP) and *(ARG_COSP) to the resulting values.
13128 If ARG_SINP and ARG_COSP are NULL then the result is returned
13129 as a complex value.
13130 The type is taken from the type of ARG and is used for setting the
13131 precision of the calculation and results. */
13132
13133 static tree
13134 do_mpfr_sincos (tree arg, tree arg_sinp, tree arg_cosp)
13135 {
13136 tree const type = TREE_TYPE (arg);
13137 tree result = NULL_TREE;
13138
13139 STRIP_NOPS (arg);
13140
13141 /* To proceed, MPFR must exactly represent the target floating point
13142 format, which only happens when the target base equals two. */
13143 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13144 && TREE_CODE (arg) == REAL_CST
13145 && !TREE_OVERFLOW (arg))
13146 {
13147 const REAL_VALUE_TYPE *const ra = &TREE_REAL_CST (arg);
13148
13149 if (real_isfinite (ra))
13150 {
13151 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13152 const int prec = fmt->p;
13153 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13154 tree result_s, result_c;
13155 int inexact;
13156 mpfr_t m, ms, mc;
13157
13158 mpfr_inits2 (prec, m, ms, mc, NULL);
13159 mpfr_from_real (m, ra, GMP_RNDN);
13160 mpfr_clear_flags ();
13161 inexact = mpfr_sin_cos (ms, mc, m, rnd);
13162 result_s = do_mpfr_ckconv (ms, type, inexact);
13163 result_c = do_mpfr_ckconv (mc, type, inexact);
13164 mpfr_clears (m, ms, mc, NULL);
13165 if (result_s && result_c)
13166 {
13167 /* If we are to return in a complex value do so. */
13168 if (!arg_sinp && !arg_cosp)
13169 return build_complex (build_complex_type (type),
13170 result_c, result_s);
13171
13172 /* Dereference the sin/cos pointer arguments. */
13173 arg_sinp = build_fold_indirect_ref (arg_sinp);
13174 arg_cosp = build_fold_indirect_ref (arg_cosp);
13175 /* Proceed if valid pointer type were passed in. */
13176 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg_sinp)) == TYPE_MAIN_VARIANT (type)
13177 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_cosp)) == TYPE_MAIN_VARIANT (type))
13178 {
13179 /* Set the values. */
13180 result_s = fold_build2 (MODIFY_EXPR, type, arg_sinp,
13181 result_s);
13182 TREE_SIDE_EFFECTS (result_s) = 1;
13183 result_c = fold_build2 (MODIFY_EXPR, type, arg_cosp,
13184 result_c);
13185 TREE_SIDE_EFFECTS (result_c) = 1;
13186 /* Combine the assignments into a compound expr. */
13187 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
13188 result_s, result_c));
13189 }
13190 }
13191 }
13192 }
13193 return result;
13194 }
13195
13196 /* If argument ARG1 is an INTEGER_CST and ARG2 is a REAL_CST, call the
13197 two-argument mpfr order N Bessel function FUNC on them and return
13198 the resulting value as a tree with type TYPE. The mpfr precision
13199 is set to the precision of TYPE. We assume that function FUNC
13200 returns zero if the result could be calculated exactly within the
13201 requested precision. */
13202 static tree
13203 do_mpfr_bessel_n (tree arg1, tree arg2, tree type,
13204 int (*func)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t),
13205 const REAL_VALUE_TYPE *min, bool inclusive)
13206 {
13207 tree result = NULL_TREE;
13208
13209 STRIP_NOPS (arg1);
13210 STRIP_NOPS (arg2);
13211
13212 /* To proceed, MPFR must exactly represent the target floating point
13213 format, which only happens when the target base equals two. */
13214 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13215 && host_integerp (arg1, 0)
13216 && TREE_CODE (arg2) == REAL_CST && !TREE_OVERFLOW (arg2))
13217 {
13218 const HOST_WIDE_INT n = tree_low_cst(arg1, 0);
13219 const REAL_VALUE_TYPE *const ra = &TREE_REAL_CST (arg2);
13220
13221 if (n == (long)n
13222 && real_isfinite (ra)
13223 && (!min || real_compare (inclusive ? GE_EXPR: GT_EXPR , ra, min)))
13224 {
13225 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13226 const int prec = fmt->p;
13227 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13228 int inexact;
13229 mpfr_t m;
13230
13231 mpfr_init2 (m, prec);
13232 mpfr_from_real (m, ra, GMP_RNDN);
13233 mpfr_clear_flags ();
13234 inexact = func (m, n, m, rnd);
13235 result = do_mpfr_ckconv (m, type, inexact);
13236 mpfr_clear (m);
13237 }
13238 }
13239
13240 return result;
13241 }
13242
13243 /* If arguments ARG0 and ARG1 are REAL_CSTs, call mpfr_remquo() to set
13244 the pointer *(ARG_QUO) and return the result. The type is taken
13245 from the type of ARG0 and is used for setting the precision of the
13246 calculation and results. */
13247
13248 static tree
13249 do_mpfr_remquo (tree arg0, tree arg1, tree arg_quo)
13250 {
13251 tree const type = TREE_TYPE (arg0);
13252 tree result = NULL_TREE;
13253
13254 STRIP_NOPS (arg0);
13255 STRIP_NOPS (arg1);
13256
13257 /* To proceed, MPFR must exactly represent the target floating point
13258 format, which only happens when the target base equals two. */
13259 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13260 && TREE_CODE (arg0) == REAL_CST && !TREE_OVERFLOW (arg0)
13261 && TREE_CODE (arg1) == REAL_CST && !TREE_OVERFLOW (arg1))
13262 {
13263 const REAL_VALUE_TYPE *const ra0 = TREE_REAL_CST_PTR (arg0);
13264 const REAL_VALUE_TYPE *const ra1 = TREE_REAL_CST_PTR (arg1);
13265
13266 if (real_isfinite (ra0) && real_isfinite (ra1))
13267 {
13268 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13269 const int prec = fmt->p;
13270 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13271 tree result_rem;
13272 long integer_quo;
13273 mpfr_t m0, m1;
13274
13275 mpfr_inits2 (prec, m0, m1, NULL);
13276 mpfr_from_real (m0, ra0, GMP_RNDN);
13277 mpfr_from_real (m1, ra1, GMP_RNDN);
13278 mpfr_clear_flags ();
13279 mpfr_remquo (m0, &integer_quo, m0, m1, rnd);
13280 /* Remquo is independent of the rounding mode, so pass
13281 inexact=0 to do_mpfr_ckconv(). */
13282 result_rem = do_mpfr_ckconv (m0, type, /*inexact=*/ 0);
13283 mpfr_clears (m0, m1, NULL);
13284 if (result_rem)
13285 {
13286 /* MPFR calculates quo in the host's long so it may
13287 return more bits in quo than the target int can hold
13288 if sizeof(host long) > sizeof(target int). This can
13289 happen even for native compilers in LP64 mode. In
13290 these cases, modulo the quo value with the largest
13291 number that the target int can hold while leaving one
13292 bit for the sign. */
13293 if (sizeof (integer_quo) * CHAR_BIT > INT_TYPE_SIZE)
13294 integer_quo %= (long)(1UL << (INT_TYPE_SIZE - 1));
13295
13296 /* Dereference the quo pointer argument. */
13297 arg_quo = build_fold_indirect_ref (arg_quo);
13298 /* Proceed iff a valid pointer type was passed in. */
13299 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg_quo)) == integer_type_node)
13300 {
13301 /* Set the value. */
13302 tree result_quo = fold_build2 (MODIFY_EXPR,
13303 TREE_TYPE (arg_quo), arg_quo,
13304 build_int_cst (NULL, integer_quo));
13305 TREE_SIDE_EFFECTS (result_quo) = 1;
13306 /* Combine the quo assignment with the rem. */
13307 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
13308 result_quo, result_rem));
13309 }
13310 }
13311 }
13312 }
13313 return result;
13314 }
13315
13316 /* If ARG is a REAL_CST, call mpfr_lgamma() on it and return the
13317 resulting value as a tree with type TYPE. The mpfr precision is
13318 set to the precision of TYPE. We assume that this mpfr function
13319 returns zero if the result could be calculated exactly within the
13320 requested precision. In addition, the integer pointer represented
13321 by ARG_SG will be dereferenced and set to the appropriate signgam
13322 (-1,1) value. */
13323
13324 static tree
13325 do_mpfr_lgamma_r (tree arg, tree arg_sg, tree type)
13326 {
13327 tree result = NULL_TREE;
13328
13329 STRIP_NOPS (arg);
13330
13331 /* To proceed, MPFR must exactly represent the target floating point
13332 format, which only happens when the target base equals two. Also
13333 verify ARG is a constant and that ARG_SG is an int pointer. */
13334 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
13335 && TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg)
13336 && TREE_CODE (TREE_TYPE (arg_sg)) == POINTER_TYPE
13337 && TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (arg_sg))) == integer_type_node)
13338 {
13339 const REAL_VALUE_TYPE *const ra = TREE_REAL_CST_PTR (arg);
13340
13341 /* In addition to NaN and Inf, the argument cannot be zero or a
13342 negative integer. */
13343 if (real_isfinite (ra)
13344 && ra->cl != rvc_zero
13345 && !(real_isneg(ra) && real_isinteger(ra, TYPE_MODE (type))))
13346 {
13347 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
13348 const int prec = fmt->p;
13349 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
13350 int inexact, sg;
13351 mpfr_t m;
13352 tree result_lg;
13353
13354 mpfr_init2 (m, prec);
13355 mpfr_from_real (m, ra, GMP_RNDN);
13356 mpfr_clear_flags ();
13357 inexact = mpfr_lgamma (m, &sg, m, rnd);
13358 result_lg = do_mpfr_ckconv (m, type, inexact);
13359 mpfr_clear (m);
13360 if (result_lg)
13361 {
13362 tree result_sg;
13363
13364 /* Dereference the arg_sg pointer argument. */
13365 arg_sg = build_fold_indirect_ref (arg_sg);
13366 /* Assign the signgam value into *arg_sg. */
13367 result_sg = fold_build2 (MODIFY_EXPR,
13368 TREE_TYPE (arg_sg), arg_sg,
13369 build_int_cst (NULL, sg));
13370 TREE_SIDE_EFFECTS (result_sg) = 1;
13371 /* Combine the signgam assignment with the lgamma result. */
13372 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
13373 result_sg, result_lg));
13374 }
13375 }
13376 }
13377
13378 return result;
13379 }
13380
13381 /* If argument ARG is a COMPLEX_CST, call the one-argument mpc
13382 function FUNC on it and return the resulting value as a tree with
13383 type TYPE. The mpfr precision is set to the precision of TYPE. We
13384 assume that function FUNC returns zero if the result could be
13385 calculated exactly within the requested precision. */
13386
13387 static tree
13388 do_mpc_arg1 (tree arg, tree type, int (*func)(mpc_ptr, mpc_srcptr, mpc_rnd_t))
13389 {
13390 tree result = NULL_TREE;
13391
13392 STRIP_NOPS (arg);
13393
13394 /* To proceed, MPFR must exactly represent the target floating point
13395 format, which only happens when the target base equals two. */
13396 if (TREE_CODE (arg) == COMPLEX_CST && !TREE_OVERFLOW (arg)
13397 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) == REAL_TYPE
13398 && REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (TREE_TYPE (arg))))->b == 2)
13399 {
13400 const REAL_VALUE_TYPE *const re = TREE_REAL_CST_PTR (TREE_REALPART (arg));
13401 const REAL_VALUE_TYPE *const im = TREE_REAL_CST_PTR (TREE_IMAGPART (arg));
13402
13403 if (real_isfinite (re) && real_isfinite (im))
13404 {
13405 const struct real_format *const fmt =
13406 REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (type)));
13407 const int prec = fmt->p;
13408 const mp_rnd_t rnd = fmt->round_towards_zero ? GMP_RNDZ : GMP_RNDN;
13409 const mpc_rnd_t crnd = fmt->round_towards_zero ? MPC_RNDZZ : MPC_RNDNN;
13410 int inexact;
13411 mpc_t m;
13412
13413 mpc_init2 (m, prec);
13414 mpfr_from_real (mpc_realref(m), re, rnd);
13415 mpfr_from_real (mpc_imagref(m), im, rnd);
13416 mpfr_clear_flags ();
13417 inexact = func (m, m, crnd);
13418 result = do_mpc_ckconv (m, type, inexact, /*force_convert=*/ 0);
13419 mpc_clear (m);
13420 }
13421 }
13422
13423 return result;
13424 }
13425
13426 /* If arguments ARG0 and ARG1 are a COMPLEX_CST, call the two-argument
13427 mpc function FUNC on it and return the resulting value as a tree
13428 with type TYPE. The mpfr precision is set to the precision of
13429 TYPE. We assume that function FUNC returns zero if the result
13430 could be calculated exactly within the requested precision. If
13431 DO_NONFINITE is true, then fold expressions containing Inf or NaN
13432 in the arguments and/or results. */
13433
13434 tree
13435 do_mpc_arg2 (tree arg0, tree arg1, tree type, int do_nonfinite,
13436 int (*func)(mpc_ptr, mpc_srcptr, mpc_srcptr, mpc_rnd_t))
13437 {
13438 tree result = NULL_TREE;
13439
13440 STRIP_NOPS (arg0);
13441 STRIP_NOPS (arg1);
13442
13443 /* To proceed, MPFR must exactly represent the target floating point
13444 format, which only happens when the target base equals two. */
13445 if (TREE_CODE (arg0) == COMPLEX_CST && !TREE_OVERFLOW (arg0)
13446 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE
13447 && TREE_CODE (arg1) == COMPLEX_CST && !TREE_OVERFLOW (arg1)
13448 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == REAL_TYPE
13449 && REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (TREE_TYPE (arg0))))->b == 2)
13450 {
13451 const REAL_VALUE_TYPE *const re0 = TREE_REAL_CST_PTR (TREE_REALPART (arg0));
13452 const REAL_VALUE_TYPE *const im0 = TREE_REAL_CST_PTR (TREE_IMAGPART (arg0));
13453 const REAL_VALUE_TYPE *const re1 = TREE_REAL_CST_PTR (TREE_REALPART (arg1));
13454 const REAL_VALUE_TYPE *const im1 = TREE_REAL_CST_PTR (TREE_IMAGPART (arg1));
13455
13456 if (do_nonfinite
13457 || (real_isfinite (re0) && real_isfinite (im0)
13458 && real_isfinite (re1) && real_isfinite (im1)))
13459 {
13460 const struct real_format *const fmt =
13461 REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (type)));
13462 const int prec = fmt->p;
13463 const mp_rnd_t rnd = fmt->round_towards_zero ? GMP_RNDZ : GMP_RNDN;
13464 const mpc_rnd_t crnd = fmt->round_towards_zero ? MPC_RNDZZ : MPC_RNDNN;
13465 int inexact;
13466 mpc_t m0, m1;
13467
13468 mpc_init2 (m0, prec);
13469 mpc_init2 (m1, prec);
13470 mpfr_from_real (mpc_realref(m0), re0, rnd);
13471 mpfr_from_real (mpc_imagref(m0), im0, rnd);
13472 mpfr_from_real (mpc_realref(m1), re1, rnd);
13473 mpfr_from_real (mpc_imagref(m1), im1, rnd);
13474 mpfr_clear_flags ();
13475 inexact = func (m0, m0, m1, crnd);
13476 result = do_mpc_ckconv (m0, type, inexact, do_nonfinite);
13477 mpc_clear (m0);
13478 mpc_clear (m1);
13479 }
13480 }
13481
13482 return result;
13483 }
13484
13485 /* FIXME tuples.
13486 The functions below provide an alternate interface for folding
13487 builtin function calls presented as GIMPLE_CALL statements rather
13488 than as CALL_EXPRs. The folded result is still expressed as a
13489 tree. There is too much code duplication in the handling of
13490 varargs functions, and a more intrusive re-factoring would permit
13491 better sharing of code between the tree and statement-based
13492 versions of these functions. */
13493
13494 /* Construct a new CALL_EXPR using the tail of the argument list of STMT
13495 along with N new arguments specified as the "..." parameters. SKIP
13496 is the number of arguments in STMT to be omitted. This function is used
13497 to do varargs-to-varargs transformations. */
13498
13499 static tree
13500 gimple_rewrite_call_expr (gimple stmt, int skip, tree fndecl, int n, ...)
13501 {
13502 int oldnargs = gimple_call_num_args (stmt);
13503 int nargs = oldnargs - skip + n;
13504 tree fntype = TREE_TYPE (fndecl);
13505 tree fn = build1 (ADDR_EXPR, build_pointer_type (fntype), fndecl);
13506 tree *buffer;
13507 int i, j;
13508 va_list ap;
13509 location_t loc = gimple_location (stmt);
13510
13511 buffer = XALLOCAVEC (tree, nargs);
13512 va_start (ap, n);
13513 for (i = 0; i < n; i++)
13514 buffer[i] = va_arg (ap, tree);
13515 va_end (ap);
13516 for (j = skip; j < oldnargs; j++, i++)
13517 buffer[i] = gimple_call_arg (stmt, j);
13518
13519 return fold (build_call_array_loc (loc, TREE_TYPE (fntype), fn, nargs, buffer));
13520 }
13521
13522 /* Fold a call STMT to __{,v}sprintf_chk. Return NULL_TREE if
13523 a normal call should be emitted rather than expanding the function
13524 inline. FCODE is either BUILT_IN_SPRINTF_CHK or BUILT_IN_VSPRINTF_CHK. */
13525
13526 static tree
13527 gimple_fold_builtin_sprintf_chk (gimple stmt, enum built_in_function fcode)
13528 {
13529 tree dest, size, len, fn, fmt, flag;
13530 const char *fmt_str;
13531 int nargs = gimple_call_num_args (stmt);
13532
13533 /* Verify the required arguments in the original call. */
13534 if (nargs < 4)
13535 return NULL_TREE;
13536 dest = gimple_call_arg (stmt, 0);
13537 if (!validate_arg (dest, POINTER_TYPE))
13538 return NULL_TREE;
13539 flag = gimple_call_arg (stmt, 1);
13540 if (!validate_arg (flag, INTEGER_TYPE))
13541 return NULL_TREE;
13542 size = gimple_call_arg (stmt, 2);
13543 if (!validate_arg (size, INTEGER_TYPE))
13544 return NULL_TREE;
13545 fmt = gimple_call_arg (stmt, 3);
13546 if (!validate_arg (fmt, POINTER_TYPE))
13547 return NULL_TREE;
13548
13549 if (! host_integerp (size, 1))
13550 return NULL_TREE;
13551
13552 len = NULL_TREE;
13553
13554 if (!init_target_chars ())
13555 return NULL_TREE;
13556
13557 /* Check whether the format is a literal string constant. */
13558 fmt_str = c_getstr (fmt);
13559 if (fmt_str != NULL)
13560 {
13561 /* If the format doesn't contain % args or %%, we know the size. */
13562 if (strchr (fmt_str, target_percent) == 0)
13563 {
13564 if (fcode != BUILT_IN_SPRINTF_CHK || nargs == 4)
13565 len = build_int_cstu (size_type_node, strlen (fmt_str));
13566 }
13567 /* If the format is "%s" and first ... argument is a string literal,
13568 we know the size too. */
13569 else if (fcode == BUILT_IN_SPRINTF_CHK
13570 && strcmp (fmt_str, target_percent_s) == 0)
13571 {
13572 tree arg;
13573
13574 if (nargs == 5)
13575 {
13576 arg = gimple_call_arg (stmt, 4);
13577 if (validate_arg (arg, POINTER_TYPE))
13578 {
13579 len = c_strlen (arg, 1);
13580 if (! len || ! host_integerp (len, 1))
13581 len = NULL_TREE;
13582 }
13583 }
13584 }
13585 }
13586
13587 if (! integer_all_onesp (size))
13588 {
13589 if (! len || ! tree_int_cst_lt (len, size))
13590 return NULL_TREE;
13591 }
13592
13593 /* Only convert __{,v}sprintf_chk to {,v}sprintf if flag is 0
13594 or if format doesn't contain % chars or is "%s". */
13595 if (! integer_zerop (flag))
13596 {
13597 if (fmt_str == NULL)
13598 return NULL_TREE;
13599 if (strchr (fmt_str, target_percent) != NULL
13600 && strcmp (fmt_str, target_percent_s))
13601 return NULL_TREE;
13602 }
13603
13604 /* If __builtin_{,v}sprintf_chk is used, assume {,v}sprintf is available. */
13605 fn = built_in_decls[fcode == BUILT_IN_VSPRINTF_CHK
13606 ? BUILT_IN_VSPRINTF : BUILT_IN_SPRINTF];
13607 if (!fn)
13608 return NULL_TREE;
13609
13610 return gimple_rewrite_call_expr (stmt, 4, fn, 2, dest, fmt);
13611 }
13612
13613 /* Fold a call STMT to {,v}snprintf. Return NULL_TREE if
13614 a normal call should be emitted rather than expanding the function
13615 inline. FCODE is either BUILT_IN_SNPRINTF_CHK or
13616 BUILT_IN_VSNPRINTF_CHK. If MAXLEN is not NULL, it is maximum length
13617 passed as second argument. */
13618
13619 tree
13620 gimple_fold_builtin_snprintf_chk (gimple stmt, tree maxlen,
13621 enum built_in_function fcode)
13622 {
13623 tree dest, size, len, fn, fmt, flag;
13624 const char *fmt_str;
13625
13626 /* Verify the required arguments in the original call. */
13627 if (gimple_call_num_args (stmt) < 5)
13628 return NULL_TREE;
13629 dest = gimple_call_arg (stmt, 0);
13630 if (!validate_arg (dest, POINTER_TYPE))
13631 return NULL_TREE;
13632 len = gimple_call_arg (stmt, 1);
13633 if (!validate_arg (len, INTEGER_TYPE))
13634 return NULL_TREE;
13635 flag = gimple_call_arg (stmt, 2);
13636 if (!validate_arg (flag, INTEGER_TYPE))
13637 return NULL_TREE;
13638 size = gimple_call_arg (stmt, 3);
13639 if (!validate_arg (size, INTEGER_TYPE))
13640 return NULL_TREE;
13641 fmt = gimple_call_arg (stmt, 4);
13642 if (!validate_arg (fmt, POINTER_TYPE))
13643 return NULL_TREE;
13644
13645 if (! host_integerp (size, 1))
13646 return NULL_TREE;
13647
13648 if (! integer_all_onesp (size))
13649 {
13650 if (! host_integerp (len, 1))
13651 {
13652 /* If LEN is not constant, try MAXLEN too.
13653 For MAXLEN only allow optimizing into non-_ocs function
13654 if SIZE is >= MAXLEN, never convert to __ocs_fail (). */
13655 if (maxlen == NULL_TREE || ! host_integerp (maxlen, 1))
13656 return NULL_TREE;
13657 }
13658 else
13659 maxlen = len;
13660
13661 if (tree_int_cst_lt (size, maxlen))
13662 return NULL_TREE;
13663 }
13664
13665 if (!init_target_chars ())
13666 return NULL_TREE;
13667
13668 /* Only convert __{,v}snprintf_chk to {,v}snprintf if flag is 0
13669 or if format doesn't contain % chars or is "%s". */
13670 if (! integer_zerop (flag))
13671 {
13672 fmt_str = c_getstr (fmt);
13673 if (fmt_str == NULL)
13674 return NULL_TREE;
13675 if (strchr (fmt_str, target_percent) != NULL
13676 && strcmp (fmt_str, target_percent_s))
13677 return NULL_TREE;
13678 }
13679
13680 /* If __builtin_{,v}snprintf_chk is used, assume {,v}snprintf is
13681 available. */
13682 fn = built_in_decls[fcode == BUILT_IN_VSNPRINTF_CHK
13683 ? BUILT_IN_VSNPRINTF : BUILT_IN_SNPRINTF];
13684 if (!fn)
13685 return NULL_TREE;
13686
13687 return gimple_rewrite_call_expr (stmt, 5, fn, 3, dest, len, fmt);
13688 }
13689
13690 /* Builtins with folding operations that operate on "..." arguments
13691 need special handling; we need to store the arguments in a convenient
13692 data structure before attempting any folding. Fortunately there are
13693 only a few builtins that fall into this category. FNDECL is the
13694 function, EXP is the CALL_EXPR for the call, and IGNORE is true if the
13695 result of the function call is ignored. */
13696
13697 static tree
13698 gimple_fold_builtin_varargs (tree fndecl, gimple stmt,
13699 bool ignore ATTRIBUTE_UNUSED)
13700 {
13701 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
13702 tree ret = NULL_TREE;
13703
13704 switch (fcode)
13705 {
13706 case BUILT_IN_SPRINTF_CHK:
13707 case BUILT_IN_VSPRINTF_CHK:
13708 ret = gimple_fold_builtin_sprintf_chk (stmt, fcode);
13709 break;
13710
13711 case BUILT_IN_SNPRINTF_CHK:
13712 case BUILT_IN_VSNPRINTF_CHK:
13713 ret = gimple_fold_builtin_snprintf_chk (stmt, NULL_TREE, fcode);
13714
13715 default:
13716 break;
13717 }
13718 if (ret)
13719 {
13720 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
13721 TREE_NO_WARNING (ret) = 1;
13722 return ret;
13723 }
13724 return NULL_TREE;
13725 }
13726
13727 /* A wrapper function for builtin folding that prevents warnings for
13728 "statement without effect" and the like, caused by removing the
13729 call node earlier than the warning is generated. */
13730
13731 tree
13732 fold_call_stmt (gimple stmt, bool ignore)
13733 {
13734 tree ret = NULL_TREE;
13735 tree fndecl = gimple_call_fndecl (stmt);
13736 location_t loc = gimple_location (stmt);
13737 if (fndecl
13738 && TREE_CODE (fndecl) == FUNCTION_DECL
13739 && DECL_BUILT_IN (fndecl)
13740 && !gimple_call_va_arg_pack_p (stmt))
13741 {
13742 int nargs = gimple_call_num_args (stmt);
13743
13744 if (avoid_folding_inline_builtin (fndecl))
13745 return NULL_TREE;
13746 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
13747 {
13748 return targetm.fold_builtin (fndecl, nargs,
13749 (nargs > 0
13750 ? gimple_call_arg_ptr (stmt, 0)
13751 : &error_mark_node), ignore);
13752 }
13753 else
13754 {
13755 if (nargs <= MAX_ARGS_TO_FOLD_BUILTIN)
13756 {
13757 tree args[MAX_ARGS_TO_FOLD_BUILTIN];
13758 int i;
13759 for (i = 0; i < nargs; i++)
13760 args[i] = gimple_call_arg (stmt, i);
13761 ret = fold_builtin_n (loc, fndecl, args, nargs, ignore);
13762 }
13763 if (!ret)
13764 ret = gimple_fold_builtin_varargs (fndecl, stmt, ignore);
13765 if (ret)
13766 {
13767 /* Propagate location information from original call to
13768 expansion of builtin. Otherwise things like
13769 maybe_emit_chk_warning, that operate on the expansion
13770 of a builtin, will use the wrong location information. */
13771 if (gimple_has_location (stmt))
13772 {
13773 tree realret = ret;
13774 if (TREE_CODE (ret) == NOP_EXPR)
13775 realret = TREE_OPERAND (ret, 0);
13776 if (CAN_HAVE_LOCATION_P (realret)
13777 && !EXPR_HAS_LOCATION (realret))
13778 SET_EXPR_LOCATION (realret, loc);
13779 return realret;
13780 }
13781 return ret;
13782 }
13783 }
13784 }
13785 return NULL_TREE;
13786 }
13787
13788 /* Look up the function in built_in_decls that corresponds to DECL
13789 and set ASMSPEC as its user assembler name. DECL must be a
13790 function decl that declares a builtin. */
13791
13792 void
13793 set_builtin_user_assembler_name (tree decl, const char *asmspec)
13794 {
13795 tree builtin;
13796 gcc_assert (TREE_CODE (decl) == FUNCTION_DECL
13797 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL
13798 && asmspec != 0);
13799
13800 builtin = built_in_decls [DECL_FUNCTION_CODE (decl)];
13801 set_user_assembler_name (builtin, asmspec);
13802 switch (DECL_FUNCTION_CODE (decl))
13803 {
13804 case BUILT_IN_MEMCPY:
13805 init_block_move_fn (asmspec);
13806 memcpy_libfunc = set_user_assembler_libfunc ("memcpy", asmspec);
13807 break;
13808 case BUILT_IN_MEMSET:
13809 init_block_clear_fn (asmspec);
13810 memset_libfunc = set_user_assembler_libfunc ("memset", asmspec);
13811 break;
13812 case BUILT_IN_MEMMOVE:
13813 memmove_libfunc = set_user_assembler_libfunc ("memmove", asmspec);
13814 break;
13815 case BUILT_IN_MEMCMP:
13816 memcmp_libfunc = set_user_assembler_libfunc ("memcmp", asmspec);
13817 break;
13818 case BUILT_IN_ABORT:
13819 abort_libfunc = set_user_assembler_libfunc ("abort", asmspec);
13820 break;
13821 case BUILT_IN_FFS:
13822 if (INT_TYPE_SIZE < BITS_PER_WORD)
13823 {
13824 set_user_assembler_libfunc ("ffs", asmspec);
13825 set_optab_libfunc (ffs_optab, mode_for_size (INT_TYPE_SIZE,
13826 MODE_INT, 0), "ffs");
13827 }
13828 break;
13829 default:
13830 break;
13831 }
13832 }
13833
13834 /* Return true if DECL is a builtin that expands to a constant or similarly
13835 simple code. */
13836 bool
13837 is_simple_builtin (tree decl)
13838 {
13839 if (decl && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
13840 switch (DECL_FUNCTION_CODE (decl))
13841 {
13842 /* Builtins that expand to constants. */
13843 case BUILT_IN_CONSTANT_P:
13844 case BUILT_IN_EXPECT:
13845 case BUILT_IN_OBJECT_SIZE:
13846 case BUILT_IN_UNREACHABLE:
13847 /* Simple register moves or loads from stack. */
13848 case BUILT_IN_RETURN_ADDRESS:
13849 case BUILT_IN_EXTRACT_RETURN_ADDR:
13850 case BUILT_IN_FROB_RETURN_ADDR:
13851 case BUILT_IN_RETURN:
13852 case BUILT_IN_AGGREGATE_INCOMING_ADDRESS:
13853 case BUILT_IN_FRAME_ADDRESS:
13854 case BUILT_IN_VA_END:
13855 case BUILT_IN_STACK_SAVE:
13856 case BUILT_IN_STACK_RESTORE:
13857 /* Exception state returns or moves registers around. */
13858 case BUILT_IN_EH_FILTER:
13859 case BUILT_IN_EH_POINTER:
13860 case BUILT_IN_EH_COPY_VALUES:
13861 return true;
13862
13863 default:
13864 return false;
13865 }
13866
13867 return false;
13868 }
13869
13870 /* Return true if DECL is a builtin that is not expensive, i.e., they are
13871 most probably expanded inline into reasonably simple code. This is a
13872 superset of is_simple_builtin. */
13873 bool
13874 is_inexpensive_builtin (tree decl)
13875 {
13876 if (!decl)
13877 return false;
13878 else if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_MD)
13879 return true;
13880 else if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
13881 switch (DECL_FUNCTION_CODE (decl))
13882 {
13883 case BUILT_IN_ABS:
13884 case BUILT_IN_ALLOCA:
13885 case BUILT_IN_BSWAP32:
13886 case BUILT_IN_BSWAP64:
13887 case BUILT_IN_CLZ:
13888 case BUILT_IN_CLZIMAX:
13889 case BUILT_IN_CLZL:
13890 case BUILT_IN_CLZLL:
13891 case BUILT_IN_CTZ:
13892 case BUILT_IN_CTZIMAX:
13893 case BUILT_IN_CTZL:
13894 case BUILT_IN_CTZLL:
13895 case BUILT_IN_FFS:
13896 case BUILT_IN_FFSIMAX:
13897 case BUILT_IN_FFSL:
13898 case BUILT_IN_FFSLL:
13899 case BUILT_IN_IMAXABS:
13900 case BUILT_IN_FINITE:
13901 case BUILT_IN_FINITEF:
13902 case BUILT_IN_FINITEL:
13903 case BUILT_IN_FINITED32:
13904 case BUILT_IN_FINITED64:
13905 case BUILT_IN_FINITED128:
13906 case BUILT_IN_FPCLASSIFY:
13907 case BUILT_IN_ISFINITE:
13908 case BUILT_IN_ISINF_SIGN:
13909 case BUILT_IN_ISINF:
13910 case BUILT_IN_ISINFF:
13911 case BUILT_IN_ISINFL:
13912 case BUILT_IN_ISINFD32:
13913 case BUILT_IN_ISINFD64:
13914 case BUILT_IN_ISINFD128:
13915 case BUILT_IN_ISNAN:
13916 case BUILT_IN_ISNANF:
13917 case BUILT_IN_ISNANL:
13918 case BUILT_IN_ISNAND32:
13919 case BUILT_IN_ISNAND64:
13920 case BUILT_IN_ISNAND128:
13921 case BUILT_IN_ISNORMAL:
13922 case BUILT_IN_ISGREATER:
13923 case BUILT_IN_ISGREATEREQUAL:
13924 case BUILT_IN_ISLESS:
13925 case BUILT_IN_ISLESSEQUAL:
13926 case BUILT_IN_ISLESSGREATER:
13927 case BUILT_IN_ISUNORDERED:
13928 case BUILT_IN_VA_ARG_PACK:
13929 case BUILT_IN_VA_ARG_PACK_LEN:
13930 case BUILT_IN_VA_COPY:
13931 case BUILT_IN_TRAP:
13932 case BUILT_IN_SAVEREGS:
13933 case BUILT_IN_POPCOUNTL:
13934 case BUILT_IN_POPCOUNTLL:
13935 case BUILT_IN_POPCOUNTIMAX:
13936 case BUILT_IN_POPCOUNT:
13937 case BUILT_IN_PARITYL:
13938 case BUILT_IN_PARITYLL:
13939 case BUILT_IN_PARITYIMAX:
13940 case BUILT_IN_PARITY:
13941 case BUILT_IN_LABS:
13942 case BUILT_IN_LLABS:
13943 case BUILT_IN_PREFETCH:
13944 return true;
13945
13946 default:
13947 return is_simple_builtin (decl);
13948 }
13949
13950 return false;
13951 }
13952