PR fortran/85313
[official-gcc.git] / gcc / builtins.c
blobababee5db16fd4e6110363be825969d992df3601
1 /* Expand builtin functions.
2 Copyright (C) 1988-2018 Free Software Foundation, Inc.
4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 3, or (at your option) any later
9 version.
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */
20 /* Legacy warning! Please add no further builtin simplifications here
21 (apart from pure constant folding) - builtin simplifications should go
22 to match.pd or gimple-fold.c instead. */
24 #include "config.h"
25 #include "system.h"
26 #include "coretypes.h"
27 #include "backend.h"
28 #include "target.h"
29 #include "rtl.h"
30 #include "tree.h"
31 #include "memmodel.h"
32 #include "gimple.h"
33 #include "predict.h"
34 #include "tm_p.h"
35 #include "stringpool.h"
36 #include "tree-vrp.h"
37 #include "tree-ssanames.h"
38 #include "expmed.h"
39 #include "optabs.h"
40 #include "emit-rtl.h"
41 #include "recog.h"
42 #include "diagnostic-core.h"
43 #include "alias.h"
44 #include "fold-const.h"
45 #include "fold-const-call.h"
46 #include "gimple-ssa-warn-restrict.h"
47 #include "stor-layout.h"
48 #include "calls.h"
49 #include "varasm.h"
50 #include "tree-object-size.h"
51 #include "realmpfr.h"
52 #include "cfgrtl.h"
53 #include "except.h"
54 #include "dojump.h"
55 #include "explow.h"
56 #include "stmt.h"
57 #include "expr.h"
58 #include "libfuncs.h"
59 #include "output.h"
60 #include "typeclass.h"
61 #include "langhooks.h"
62 #include "value-prof.h"
63 #include "builtins.h"
64 #include "stringpool.h"
65 #include "attribs.h"
66 #include "asan.h"
67 #include "tree-chkp.h"
68 #include "rtl-chkp.h"
69 #include "internal-fn.h"
70 #include "case-cfn-macros.h"
71 #include "gimple-fold.h"
72 #include "intl.h"
73 #include "file-prefix-map.h" /* remap_macro_filename() */
75 struct target_builtins default_target_builtins;
76 #if SWITCHABLE_TARGET
77 struct target_builtins *this_target_builtins = &default_target_builtins;
78 #endif
80 /* Define the names of the builtin function types and codes. */
81 const char *const built_in_class_names[BUILT_IN_LAST]
82 = {"NOT_BUILT_IN", "BUILT_IN_FRONTEND", "BUILT_IN_MD", "BUILT_IN_NORMAL"};
84 #define DEF_BUILTIN(X, N, C, T, LT, B, F, NA, AT, IM, COND) #X,
85 const char * built_in_names[(int) END_BUILTINS] =
87 #include "builtins.def"
90 /* Setup an array of builtin_info_type, make sure each element decl is
91 initialized to NULL_TREE. */
92 builtin_info_type builtin_info[(int)END_BUILTINS];
94 /* Non-zero if __builtin_constant_p should be folded right away. */
95 bool force_folding_builtin_constant_p;
97 static rtx c_readstr (const char *, scalar_int_mode);
98 static int target_char_cast (tree, char *);
99 static rtx get_memory_rtx (tree, tree);
100 static int apply_args_size (void);
101 static int apply_result_size (void);
102 static rtx result_vector (int, rtx);
103 static void expand_builtin_prefetch (tree);
104 static rtx expand_builtin_apply_args (void);
105 static rtx expand_builtin_apply_args_1 (void);
106 static rtx expand_builtin_apply (rtx, rtx, rtx);
107 static void expand_builtin_return (rtx);
108 static enum type_class type_to_class (tree);
109 static rtx expand_builtin_classify_type (tree);
110 static rtx expand_builtin_mathfn_3 (tree, rtx, rtx);
111 static rtx expand_builtin_mathfn_ternary (tree, rtx, rtx);
112 static rtx expand_builtin_interclass_mathfn (tree, rtx);
113 static rtx expand_builtin_sincos (tree);
114 static rtx expand_builtin_cexpi (tree, rtx);
115 static rtx expand_builtin_int_roundingfn (tree, rtx);
116 static rtx expand_builtin_int_roundingfn_2 (tree, rtx);
117 static rtx expand_builtin_next_arg (void);
118 static rtx expand_builtin_va_start (tree);
119 static rtx expand_builtin_va_end (tree);
120 static rtx expand_builtin_va_copy (tree);
121 static rtx expand_builtin_strcmp (tree, rtx);
122 static rtx expand_builtin_strncmp (tree, rtx, machine_mode);
123 static rtx builtin_memcpy_read_str (void *, HOST_WIDE_INT, scalar_int_mode);
124 static rtx expand_builtin_memchr (tree, rtx);
125 static rtx expand_builtin_memcpy (tree, rtx);
126 static rtx expand_builtin_memcpy_with_bounds (tree, rtx);
127 static rtx expand_builtin_memory_copy_args (tree dest, tree src, tree len,
128 rtx target, tree exp, int endp);
129 static rtx expand_builtin_memmove (tree, rtx);
130 static rtx expand_builtin_mempcpy (tree, rtx);
131 static rtx expand_builtin_mempcpy_with_bounds (tree, rtx);
132 static rtx expand_builtin_mempcpy_args (tree, tree, tree, rtx, tree, int);
133 static rtx expand_builtin_strcat (tree, rtx);
134 static rtx expand_builtin_strcpy (tree, rtx);
135 static rtx expand_builtin_strcpy_args (tree, tree, rtx);
136 static rtx expand_builtin_stpcpy (tree, rtx, machine_mode);
137 static rtx expand_builtin_stpncpy (tree, rtx);
138 static rtx expand_builtin_strncat (tree, rtx);
139 static rtx expand_builtin_strncpy (tree, rtx);
140 static rtx builtin_memset_gen_str (void *, HOST_WIDE_INT, scalar_int_mode);
141 static rtx expand_builtin_memset (tree, rtx, machine_mode);
142 static rtx expand_builtin_memset_with_bounds (tree, rtx, machine_mode);
143 static rtx expand_builtin_memset_args (tree, tree, tree, rtx, machine_mode, tree);
144 static rtx expand_builtin_bzero (tree);
145 static rtx expand_builtin_strlen (tree, rtx, machine_mode);
146 static rtx expand_builtin_alloca (tree);
147 static rtx expand_builtin_unop (machine_mode, tree, rtx, rtx, optab);
148 static rtx expand_builtin_frame_address (tree, tree);
149 static tree stabilize_va_list_loc (location_t, tree, int);
150 static rtx expand_builtin_expect (tree, rtx);
151 static tree fold_builtin_constant_p (tree);
152 static tree fold_builtin_classify_type (tree);
153 static tree fold_builtin_strlen (location_t, tree, tree);
154 static tree fold_builtin_inf (location_t, tree, int);
155 static tree rewrite_call_expr (location_t, tree, int, tree, int, ...);
156 static bool validate_arg (const_tree, enum tree_code code);
157 static rtx expand_builtin_fabs (tree, rtx, rtx);
158 static rtx expand_builtin_signbit (tree, rtx);
159 static tree fold_builtin_memcmp (location_t, tree, tree, tree);
160 static tree fold_builtin_isascii (location_t, tree);
161 static tree fold_builtin_toascii (location_t, tree);
162 static tree fold_builtin_isdigit (location_t, tree);
163 static tree fold_builtin_fabs (location_t, tree, tree);
164 static tree fold_builtin_abs (location_t, tree, tree);
165 static tree fold_builtin_unordered_cmp (location_t, tree, tree, tree, enum tree_code,
166 enum tree_code);
167 static tree fold_builtin_0 (location_t, tree);
168 static tree fold_builtin_1 (location_t, tree, tree);
169 static tree fold_builtin_2 (location_t, tree, tree, tree);
170 static tree fold_builtin_3 (location_t, tree, tree, tree, tree);
171 static tree fold_builtin_varargs (location_t, tree, tree*, int);
173 static tree fold_builtin_strpbrk (location_t, tree, tree, tree);
174 static tree fold_builtin_strspn (location_t, tree, tree);
175 static tree fold_builtin_strcspn (location_t, tree, tree);
177 static rtx expand_builtin_object_size (tree);
178 static rtx expand_builtin_memory_chk (tree, rtx, machine_mode,
179 enum built_in_function);
180 static void maybe_emit_chk_warning (tree, enum built_in_function);
181 static void maybe_emit_sprintf_chk_warning (tree, enum built_in_function);
182 static void maybe_emit_free_warning (tree);
183 static tree fold_builtin_object_size (tree, tree);
185 unsigned HOST_WIDE_INT target_newline;
186 unsigned HOST_WIDE_INT target_percent;
187 static unsigned HOST_WIDE_INT target_c;
188 static unsigned HOST_WIDE_INT target_s;
189 char target_percent_c[3];
190 char target_percent_s[3];
191 char target_percent_s_newline[4];
192 static tree do_mpfr_remquo (tree, tree, tree);
193 static tree do_mpfr_lgamma_r (tree, tree, tree);
194 static void expand_builtin_sync_synchronize (void);
196 /* Return true if NAME starts with __builtin_ or __sync_. */
198 static bool
199 is_builtin_name (const char *name)
201 if (strncmp (name, "__builtin_", 10) == 0)
202 return true;
203 if (strncmp (name, "__sync_", 7) == 0)
204 return true;
205 if (strncmp (name, "__atomic_", 9) == 0)
206 return true;
207 return false;
211 /* Return true if DECL is a function symbol representing a built-in. */
213 bool
214 is_builtin_fn (tree decl)
216 return TREE_CODE (decl) == FUNCTION_DECL && DECL_BUILT_IN (decl);
219 /* Return true if NODE should be considered for inline expansion regardless
220 of the optimization level. This means whenever a function is invoked with
221 its "internal" name, which normally contains the prefix "__builtin". */
223 bool
224 called_as_built_in (tree node)
226 /* Note that we must use DECL_NAME, not DECL_ASSEMBLER_NAME_SET_P since
227 we want the name used to call the function, not the name it
228 will have. */
229 const char *name = IDENTIFIER_POINTER (DECL_NAME (node));
230 return is_builtin_name (name);
233 /* Compute values M and N such that M divides (address of EXP - N) and such
234 that N < M. If these numbers can be determined, store M in alignp and N in
235 *BITPOSP and return true. Otherwise return false and store BITS_PER_UNIT to
236 *alignp and any bit-offset to *bitposp.
238 Note that the address (and thus the alignment) computed here is based
239 on the address to which a symbol resolves, whereas DECL_ALIGN is based
240 on the address at which an object is actually located. These two
241 addresses are not always the same. For example, on ARM targets,
242 the address &foo of a Thumb function foo() has the lowest bit set,
243 whereas foo() itself starts on an even address.
245 If ADDR_P is true we are taking the address of the memory reference EXP
246 and thus cannot rely on the access taking place. */
248 static bool
249 get_object_alignment_2 (tree exp, unsigned int *alignp,
250 unsigned HOST_WIDE_INT *bitposp, bool addr_p)
252 poly_int64 bitsize, bitpos;
253 tree offset;
254 machine_mode mode;
255 int unsignedp, reversep, volatilep;
256 unsigned int align = BITS_PER_UNIT;
257 bool known_alignment = false;
259 /* Get the innermost object and the constant (bitpos) and possibly
260 variable (offset) offset of the access. */
261 exp = get_inner_reference (exp, &bitsize, &bitpos, &offset, &mode,
262 &unsignedp, &reversep, &volatilep);
264 /* Extract alignment information from the innermost object and
265 possibly adjust bitpos and offset. */
266 if (TREE_CODE (exp) == FUNCTION_DECL)
268 /* Function addresses can encode extra information besides their
269 alignment. However, if TARGET_PTRMEMFUNC_VBIT_LOCATION
270 allows the low bit to be used as a virtual bit, we know
271 that the address itself must be at least 2-byte aligned. */
272 if (TARGET_PTRMEMFUNC_VBIT_LOCATION == ptrmemfunc_vbit_in_pfn)
273 align = 2 * BITS_PER_UNIT;
275 else if (TREE_CODE (exp) == LABEL_DECL)
277 else if (TREE_CODE (exp) == CONST_DECL)
279 /* The alignment of a CONST_DECL is determined by its initializer. */
280 exp = DECL_INITIAL (exp);
281 align = TYPE_ALIGN (TREE_TYPE (exp));
282 if (CONSTANT_CLASS_P (exp))
283 align = targetm.constant_alignment (exp, align);
285 known_alignment = true;
287 else if (DECL_P (exp))
289 align = DECL_ALIGN (exp);
290 known_alignment = true;
292 else if (TREE_CODE (exp) == INDIRECT_REF
293 || TREE_CODE (exp) == MEM_REF
294 || TREE_CODE (exp) == TARGET_MEM_REF)
296 tree addr = TREE_OPERAND (exp, 0);
297 unsigned ptr_align;
298 unsigned HOST_WIDE_INT ptr_bitpos;
299 unsigned HOST_WIDE_INT ptr_bitmask = ~0;
301 /* If the address is explicitely aligned, handle that. */
302 if (TREE_CODE (addr) == BIT_AND_EXPR
303 && TREE_CODE (TREE_OPERAND (addr, 1)) == INTEGER_CST)
305 ptr_bitmask = TREE_INT_CST_LOW (TREE_OPERAND (addr, 1));
306 ptr_bitmask *= BITS_PER_UNIT;
307 align = least_bit_hwi (ptr_bitmask);
308 addr = TREE_OPERAND (addr, 0);
311 known_alignment
312 = get_pointer_alignment_1 (addr, &ptr_align, &ptr_bitpos);
313 align = MAX (ptr_align, align);
315 /* Re-apply explicit alignment to the bitpos. */
316 ptr_bitpos &= ptr_bitmask;
318 /* The alignment of the pointer operand in a TARGET_MEM_REF
319 has to take the variable offset parts into account. */
320 if (TREE_CODE (exp) == TARGET_MEM_REF)
322 if (TMR_INDEX (exp))
324 unsigned HOST_WIDE_INT step = 1;
325 if (TMR_STEP (exp))
326 step = TREE_INT_CST_LOW (TMR_STEP (exp));
327 align = MIN (align, least_bit_hwi (step) * BITS_PER_UNIT);
329 if (TMR_INDEX2 (exp))
330 align = BITS_PER_UNIT;
331 known_alignment = false;
334 /* When EXP is an actual memory reference then we can use
335 TYPE_ALIGN of a pointer indirection to derive alignment.
336 Do so only if get_pointer_alignment_1 did not reveal absolute
337 alignment knowledge and if using that alignment would
338 improve the situation. */
339 unsigned int talign;
340 if (!addr_p && !known_alignment
341 && (talign = min_align_of_type (TREE_TYPE (exp)) * BITS_PER_UNIT)
342 && talign > align)
343 align = talign;
344 else
346 /* Else adjust bitpos accordingly. */
347 bitpos += ptr_bitpos;
348 if (TREE_CODE (exp) == MEM_REF
349 || TREE_CODE (exp) == TARGET_MEM_REF)
350 bitpos += mem_ref_offset (exp).force_shwi () * BITS_PER_UNIT;
353 else if (TREE_CODE (exp) == STRING_CST)
355 /* STRING_CST are the only constant objects we allow to be not
356 wrapped inside a CONST_DECL. */
357 align = TYPE_ALIGN (TREE_TYPE (exp));
358 if (CONSTANT_CLASS_P (exp))
359 align = targetm.constant_alignment (exp, align);
361 known_alignment = true;
364 /* If there is a non-constant offset part extract the maximum
365 alignment that can prevail. */
366 if (offset)
368 unsigned int trailing_zeros = tree_ctz (offset);
369 if (trailing_zeros < HOST_BITS_PER_INT)
371 unsigned int inner = (1U << trailing_zeros) * BITS_PER_UNIT;
372 if (inner)
373 align = MIN (align, inner);
377 /* Account for the alignment of runtime coefficients, so that the constant
378 bitpos is guaranteed to be accurate. */
379 unsigned int alt_align = ::known_alignment (bitpos - bitpos.coeffs[0]);
380 if (alt_align != 0 && alt_align < align)
382 align = alt_align;
383 known_alignment = false;
386 *alignp = align;
387 *bitposp = bitpos.coeffs[0] & (align - 1);
388 return known_alignment;
391 /* For a memory reference expression EXP compute values M and N such that M
392 divides (&EXP - N) and such that N < M. If these numbers can be determined,
393 store M in alignp and N in *BITPOSP and return true. Otherwise return false
394 and store BITS_PER_UNIT to *alignp and any bit-offset to *bitposp. */
396 bool
397 get_object_alignment_1 (tree exp, unsigned int *alignp,
398 unsigned HOST_WIDE_INT *bitposp)
400 return get_object_alignment_2 (exp, alignp, bitposp, false);
403 /* Return the alignment in bits of EXP, an object. */
405 unsigned int
406 get_object_alignment (tree exp)
408 unsigned HOST_WIDE_INT bitpos = 0;
409 unsigned int align;
411 get_object_alignment_1 (exp, &align, &bitpos);
413 /* align and bitpos now specify known low bits of the pointer.
414 ptr & (align - 1) == bitpos. */
416 if (bitpos != 0)
417 align = least_bit_hwi (bitpos);
418 return align;
421 /* For a pointer valued expression EXP compute values M and N such that M
422 divides (EXP - N) and such that N < M. If these numbers can be determined,
423 store M in alignp and N in *BITPOSP and return true. Return false if
424 the results are just a conservative approximation.
426 If EXP is not a pointer, false is returned too. */
428 bool
429 get_pointer_alignment_1 (tree exp, unsigned int *alignp,
430 unsigned HOST_WIDE_INT *bitposp)
432 STRIP_NOPS (exp);
434 if (TREE_CODE (exp) == ADDR_EXPR)
435 return get_object_alignment_2 (TREE_OPERAND (exp, 0),
436 alignp, bitposp, true);
437 else if (TREE_CODE (exp) == POINTER_PLUS_EXPR)
439 unsigned int align;
440 unsigned HOST_WIDE_INT bitpos;
441 bool res = get_pointer_alignment_1 (TREE_OPERAND (exp, 0),
442 &align, &bitpos);
443 if (TREE_CODE (TREE_OPERAND (exp, 1)) == INTEGER_CST)
444 bitpos += TREE_INT_CST_LOW (TREE_OPERAND (exp, 1)) * BITS_PER_UNIT;
445 else
447 unsigned int trailing_zeros = tree_ctz (TREE_OPERAND (exp, 1));
448 if (trailing_zeros < HOST_BITS_PER_INT)
450 unsigned int inner = (1U << trailing_zeros) * BITS_PER_UNIT;
451 if (inner)
452 align = MIN (align, inner);
455 *alignp = align;
456 *bitposp = bitpos & (align - 1);
457 return res;
459 else if (TREE_CODE (exp) == SSA_NAME
460 && POINTER_TYPE_P (TREE_TYPE (exp)))
462 unsigned int ptr_align, ptr_misalign;
463 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (exp);
465 if (pi && get_ptr_info_alignment (pi, &ptr_align, &ptr_misalign))
467 *bitposp = ptr_misalign * BITS_PER_UNIT;
468 *alignp = ptr_align * BITS_PER_UNIT;
469 /* Make sure to return a sensible alignment when the multiplication
470 by BITS_PER_UNIT overflowed. */
471 if (*alignp == 0)
472 *alignp = 1u << (HOST_BITS_PER_INT - 1);
473 /* We cannot really tell whether this result is an approximation. */
474 return false;
476 else
478 *bitposp = 0;
479 *alignp = BITS_PER_UNIT;
480 return false;
483 else if (TREE_CODE (exp) == INTEGER_CST)
485 *alignp = BIGGEST_ALIGNMENT;
486 *bitposp = ((TREE_INT_CST_LOW (exp) * BITS_PER_UNIT)
487 & (BIGGEST_ALIGNMENT - 1));
488 return true;
491 *bitposp = 0;
492 *alignp = BITS_PER_UNIT;
493 return false;
496 /* Return the alignment in bits of EXP, a pointer valued expression.
497 The alignment returned is, by default, the alignment of the thing that
498 EXP points to. If it is not a POINTER_TYPE, 0 is returned.
500 Otherwise, look at the expression to see if we can do better, i.e., if the
501 expression is actually pointing at an object whose alignment is tighter. */
503 unsigned int
504 get_pointer_alignment (tree exp)
506 unsigned HOST_WIDE_INT bitpos = 0;
507 unsigned int align;
509 get_pointer_alignment_1 (exp, &align, &bitpos);
511 /* align and bitpos now specify known low bits of the pointer.
512 ptr & (align - 1) == bitpos. */
514 if (bitpos != 0)
515 align = least_bit_hwi (bitpos);
517 return align;
520 /* Return the number of non-zero elements in the sequence
521 [ PTR, PTR + MAXELTS ) where each element's size is ELTSIZE bytes.
522 ELTSIZE must be a power of 2 less than 8. Used by c_strlen. */
524 static unsigned
525 string_length (const void *ptr, unsigned eltsize, unsigned maxelts)
527 gcc_checking_assert (eltsize == 1 || eltsize == 2 || eltsize == 4);
529 unsigned n;
531 if (eltsize == 1)
533 /* Optimize the common case of plain char. */
534 for (n = 0; n < maxelts; n++)
536 const char *elt = (const char*) ptr + n;
537 if (!*elt)
538 break;
541 else
543 for (n = 0; n < maxelts; n++)
545 const char *elt = (const char*) ptr + n * eltsize;
546 if (!memcmp (elt, "\0\0\0\0", eltsize))
547 break;
550 return n;
553 /* Compute the length of a null-terminated character string or wide
554 character string handling character sizes of 1, 2, and 4 bytes.
555 TREE_STRING_LENGTH is not the right way because it evaluates to
556 the size of the character array in bytes (as opposed to characters)
557 and because it can contain a zero byte in the middle.
559 ONLY_VALUE should be nonzero if the result is not going to be emitted
560 into the instruction stream and zero if it is going to be expanded.
561 E.g. with i++ ? "foo" : "bar", if ONLY_VALUE is nonzero, constant 3
562 is returned, otherwise NULL, since
563 len = c_strlen (src, 1); if (len) expand_expr (len, ...); would not
564 evaluate the side-effects.
566 If ONLY_VALUE is two then we do not emit warnings about out-of-bound
567 accesses. Note that this implies the result is not going to be emitted
568 into the instruction stream.
570 The value returned is of type `ssizetype'.
572 Unfortunately, string_constant can't access the values of const char
573 arrays with initializers, so neither can we do so here. */
575 tree
576 c_strlen (tree src, int only_value)
578 STRIP_NOPS (src);
579 if (TREE_CODE (src) == COND_EXPR
580 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0))))
582 tree len1, len2;
584 len1 = c_strlen (TREE_OPERAND (src, 1), only_value);
585 len2 = c_strlen (TREE_OPERAND (src, 2), only_value);
586 if (tree_int_cst_equal (len1, len2))
587 return len1;
590 if (TREE_CODE (src) == COMPOUND_EXPR
591 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0))))
592 return c_strlen (TREE_OPERAND (src, 1), only_value);
594 location_t loc = EXPR_LOC_OR_LOC (src, input_location);
596 /* Offset from the beginning of the string in bytes. */
597 tree byteoff;
598 src = string_constant (src, &byteoff);
599 if (src == 0)
600 return NULL_TREE;
602 /* Determine the size of the string element. */
603 unsigned eltsize
604 = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (src))));
606 /* Set MAXELTS to sizeof (SRC) / sizeof (*SRC) - 1, the maximum possible
607 length of SRC. */
608 unsigned maxelts = TREE_STRING_LENGTH (src) / eltsize - 1;
610 /* PTR can point to the byte representation of any string type, including
611 char* and wchar_t*. */
612 const char *ptr = TREE_STRING_POINTER (src);
614 if (byteoff && TREE_CODE (byteoff) != INTEGER_CST)
616 /* If the string has an internal zero byte (e.g., "foo\0bar"), we can't
617 compute the offset to the following null if we don't know where to
618 start searching for it. */
619 if (string_length (ptr, eltsize, maxelts) < maxelts)
621 /* Return when an embedded null character is found. */
622 return NULL_TREE;
625 if (!maxelts)
626 return ssize_int (0);
628 /* We don't know the starting offset, but we do know that the string
629 has no internal zero bytes. We can assume that the offset falls
630 within the bounds of the string; otherwise, the programmer deserves
631 what he gets. Subtract the offset from the length of the string,
632 and return that. This would perhaps not be valid if we were dealing
633 with named arrays in addition to literal string constants. */
635 return size_diffop_loc (loc, size_int (maxelts * eltsize), byteoff);
638 /* Offset from the beginning of the string in elements. */
639 HOST_WIDE_INT eltoff;
641 /* We have a known offset into the string. Start searching there for
642 a null character if we can represent it as a single HOST_WIDE_INT. */
643 if (byteoff == 0)
644 eltoff = 0;
645 else if (! tree_fits_shwi_p (byteoff))
646 eltoff = -1;
647 else
648 eltoff = tree_to_shwi (byteoff) / eltsize;
650 /* If the offset is known to be out of bounds, warn, and call strlen at
651 runtime. */
652 if (eltoff < 0 || eltoff > maxelts)
654 /* Suppress multiple warnings for propagated constant strings. */
655 if (only_value != 2
656 && !TREE_NO_WARNING (src))
658 warning_at (loc, OPT_Warray_bounds,
659 "offset %qwi outside bounds of constant string",
660 eltoff);
661 TREE_NO_WARNING (src) = 1;
663 return NULL_TREE;
666 /* Use strlen to search for the first zero byte. Since any strings
667 constructed with build_string will have nulls appended, we win even
668 if we get handed something like (char[4])"abcd".
670 Since ELTOFF is our starting index into the string, no further
671 calculation is needed. */
672 unsigned len = string_length (ptr + eltoff * eltsize, eltsize,
673 maxelts - eltoff);
675 return ssize_int (len);
678 /* Return a constant integer corresponding to target reading
679 GET_MODE_BITSIZE (MODE) bits from string constant STR. */
681 static rtx
682 c_readstr (const char *str, scalar_int_mode mode)
684 HOST_WIDE_INT ch;
685 unsigned int i, j;
686 HOST_WIDE_INT tmp[MAX_BITSIZE_MODE_ANY_INT / HOST_BITS_PER_WIDE_INT];
688 gcc_assert (GET_MODE_CLASS (mode) == MODE_INT);
689 unsigned int len = (GET_MODE_PRECISION (mode) + HOST_BITS_PER_WIDE_INT - 1)
690 / HOST_BITS_PER_WIDE_INT;
692 gcc_assert (len <= MAX_BITSIZE_MODE_ANY_INT / HOST_BITS_PER_WIDE_INT);
693 for (i = 0; i < len; i++)
694 tmp[i] = 0;
696 ch = 1;
697 for (i = 0; i < GET_MODE_SIZE (mode); i++)
699 j = i;
700 if (WORDS_BIG_ENDIAN)
701 j = GET_MODE_SIZE (mode) - i - 1;
702 if (BYTES_BIG_ENDIAN != WORDS_BIG_ENDIAN
703 && GET_MODE_SIZE (mode) >= UNITS_PER_WORD)
704 j = j + UNITS_PER_WORD - 2 * (j % UNITS_PER_WORD) - 1;
705 j *= BITS_PER_UNIT;
707 if (ch)
708 ch = (unsigned char) str[i];
709 tmp[j / HOST_BITS_PER_WIDE_INT] |= ch << (j % HOST_BITS_PER_WIDE_INT);
712 wide_int c = wide_int::from_array (tmp, len, GET_MODE_PRECISION (mode));
713 return immed_wide_int_const (c, mode);
716 /* Cast a target constant CST to target CHAR and if that value fits into
717 host char type, return zero and put that value into variable pointed to by
718 P. */
720 static int
721 target_char_cast (tree cst, char *p)
723 unsigned HOST_WIDE_INT val, hostval;
725 if (TREE_CODE (cst) != INTEGER_CST
726 || CHAR_TYPE_SIZE > HOST_BITS_PER_WIDE_INT)
727 return 1;
729 /* Do not care if it fits or not right here. */
730 val = TREE_INT_CST_LOW (cst);
732 if (CHAR_TYPE_SIZE < HOST_BITS_PER_WIDE_INT)
733 val &= (HOST_WIDE_INT_1U << CHAR_TYPE_SIZE) - 1;
735 hostval = val;
736 if (HOST_BITS_PER_CHAR < HOST_BITS_PER_WIDE_INT)
737 hostval &= (HOST_WIDE_INT_1U << HOST_BITS_PER_CHAR) - 1;
739 if (val != hostval)
740 return 1;
742 *p = hostval;
743 return 0;
746 /* Similar to save_expr, but assumes that arbitrary code is not executed
747 in between the multiple evaluations. In particular, we assume that a
748 non-addressable local variable will not be modified. */
750 static tree
751 builtin_save_expr (tree exp)
753 if (TREE_CODE (exp) == SSA_NAME
754 || (TREE_ADDRESSABLE (exp) == 0
755 && (TREE_CODE (exp) == PARM_DECL
756 || (VAR_P (exp) && !TREE_STATIC (exp)))))
757 return exp;
759 return save_expr (exp);
762 /* Given TEM, a pointer to a stack frame, follow the dynamic chain COUNT
763 times to get the address of either a higher stack frame, or a return
764 address located within it (depending on FNDECL_CODE). */
766 static rtx
767 expand_builtin_return_addr (enum built_in_function fndecl_code, int count)
769 int i;
770 rtx tem = INITIAL_FRAME_ADDRESS_RTX;
771 if (tem == NULL_RTX)
773 /* For a zero count with __builtin_return_address, we don't care what
774 frame address we return, because target-specific definitions will
775 override us. Therefore frame pointer elimination is OK, and using
776 the soft frame pointer is OK.
778 For a nonzero count, or a zero count with __builtin_frame_address,
779 we require a stable offset from the current frame pointer to the
780 previous one, so we must use the hard frame pointer, and
781 we must disable frame pointer elimination. */
782 if (count == 0 && fndecl_code == BUILT_IN_RETURN_ADDRESS)
783 tem = frame_pointer_rtx;
784 else
786 tem = hard_frame_pointer_rtx;
788 /* Tell reload not to eliminate the frame pointer. */
789 crtl->accesses_prior_frames = 1;
793 if (count > 0)
794 SETUP_FRAME_ADDRESSES ();
796 /* On the SPARC, the return address is not in the frame, it is in a
797 register. There is no way to access it off of the current frame
798 pointer, but it can be accessed off the previous frame pointer by
799 reading the value from the register window save area. */
800 if (RETURN_ADDR_IN_PREVIOUS_FRAME && fndecl_code == BUILT_IN_RETURN_ADDRESS)
801 count--;
803 /* Scan back COUNT frames to the specified frame. */
804 for (i = 0; i < count; i++)
806 /* Assume the dynamic chain pointer is in the word that the
807 frame address points to, unless otherwise specified. */
808 tem = DYNAMIC_CHAIN_ADDRESS (tem);
809 tem = memory_address (Pmode, tem);
810 tem = gen_frame_mem (Pmode, tem);
811 tem = copy_to_reg (tem);
814 /* For __builtin_frame_address, return what we've got. But, on
815 the SPARC for example, we may have to add a bias. */
816 if (fndecl_code == BUILT_IN_FRAME_ADDRESS)
817 return FRAME_ADDR_RTX (tem);
819 /* For __builtin_return_address, get the return address from that frame. */
820 #ifdef RETURN_ADDR_RTX
821 tem = RETURN_ADDR_RTX (count, tem);
822 #else
823 tem = memory_address (Pmode,
824 plus_constant (Pmode, tem, GET_MODE_SIZE (Pmode)));
825 tem = gen_frame_mem (Pmode, tem);
826 #endif
827 return tem;
830 /* Alias set used for setjmp buffer. */
831 static alias_set_type setjmp_alias_set = -1;
833 /* Construct the leading half of a __builtin_setjmp call. Control will
834 return to RECEIVER_LABEL. This is also called directly by the SJLJ
835 exception handling code. */
837 void
838 expand_builtin_setjmp_setup (rtx buf_addr, rtx receiver_label)
840 machine_mode sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
841 rtx stack_save;
842 rtx mem;
844 if (setjmp_alias_set == -1)
845 setjmp_alias_set = new_alias_set ();
847 buf_addr = convert_memory_address (Pmode, buf_addr);
849 buf_addr = force_reg (Pmode, force_operand (buf_addr, NULL_RTX));
851 /* We store the frame pointer and the address of receiver_label in
852 the buffer and use the rest of it for the stack save area, which
853 is machine-dependent. */
855 mem = gen_rtx_MEM (Pmode, buf_addr);
856 set_mem_alias_set (mem, setjmp_alias_set);
857 emit_move_insn (mem, targetm.builtin_setjmp_frame_value ());
859 mem = gen_rtx_MEM (Pmode, plus_constant (Pmode, buf_addr,
860 GET_MODE_SIZE (Pmode))),
861 set_mem_alias_set (mem, setjmp_alias_set);
863 emit_move_insn (validize_mem (mem),
864 force_reg (Pmode, gen_rtx_LABEL_REF (Pmode, receiver_label)));
866 stack_save = gen_rtx_MEM (sa_mode,
867 plus_constant (Pmode, buf_addr,
868 2 * GET_MODE_SIZE (Pmode)));
869 set_mem_alias_set (stack_save, setjmp_alias_set);
870 emit_stack_save (SAVE_NONLOCAL, &stack_save);
872 /* If there is further processing to do, do it. */
873 if (targetm.have_builtin_setjmp_setup ())
874 emit_insn (targetm.gen_builtin_setjmp_setup (buf_addr));
876 /* We have a nonlocal label. */
877 cfun->has_nonlocal_label = 1;
880 /* Construct the trailing part of a __builtin_setjmp call. This is
881 also called directly by the SJLJ exception handling code.
882 If RECEIVER_LABEL is NULL, instead contruct a nonlocal goto handler. */
884 void
885 expand_builtin_setjmp_receiver (rtx receiver_label)
887 rtx chain;
889 /* Mark the FP as used when we get here, so we have to make sure it's
890 marked as used by this function. */
891 emit_use (hard_frame_pointer_rtx);
893 /* Mark the static chain as clobbered here so life information
894 doesn't get messed up for it. */
895 chain = rtx_for_static_chain (current_function_decl, true);
896 if (chain && REG_P (chain))
897 emit_clobber (chain);
899 /* Now put in the code to restore the frame pointer, and argument
900 pointer, if needed. */
901 if (! targetm.have_nonlocal_goto ())
903 /* First adjust our frame pointer to its actual value. It was
904 previously set to the start of the virtual area corresponding to
905 the stacked variables when we branched here and now needs to be
906 adjusted to the actual hardware fp value.
908 Assignments to virtual registers are converted by
909 instantiate_virtual_regs into the corresponding assignment
910 to the underlying register (fp in this case) that makes
911 the original assignment true.
912 So the following insn will actually be decrementing fp by
913 TARGET_STARTING_FRAME_OFFSET. */
914 emit_move_insn (virtual_stack_vars_rtx, hard_frame_pointer_rtx);
916 /* Restoring the frame pointer also modifies the hard frame pointer.
917 Mark it used (so that the previous assignment remains live once
918 the frame pointer is eliminated) and clobbered (to represent the
919 implicit update from the assignment). */
920 emit_use (hard_frame_pointer_rtx);
921 emit_clobber (hard_frame_pointer_rtx);
924 if (!HARD_FRAME_POINTER_IS_ARG_POINTER && fixed_regs[ARG_POINTER_REGNUM])
926 /* If the argument pointer can be eliminated in favor of the
927 frame pointer, we don't need to restore it. We assume here
928 that if such an elimination is present, it can always be used.
929 This is the case on all known machines; if we don't make this
930 assumption, we do unnecessary saving on many machines. */
931 size_t i;
932 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS;
934 for (i = 0; i < ARRAY_SIZE (elim_regs); i++)
935 if (elim_regs[i].from == ARG_POINTER_REGNUM
936 && elim_regs[i].to == HARD_FRAME_POINTER_REGNUM)
937 break;
939 if (i == ARRAY_SIZE (elim_regs))
941 /* Now restore our arg pointer from the address at which it
942 was saved in our stack frame. */
943 emit_move_insn (crtl->args.internal_arg_pointer,
944 copy_to_reg (get_arg_pointer_save_area ()));
948 if (receiver_label != NULL && targetm.have_builtin_setjmp_receiver ())
949 emit_insn (targetm.gen_builtin_setjmp_receiver (receiver_label));
950 else if (targetm.have_nonlocal_goto_receiver ())
951 emit_insn (targetm.gen_nonlocal_goto_receiver ());
952 else
953 { /* Nothing */ }
955 /* We must not allow the code we just generated to be reordered by
956 scheduling. Specifically, the update of the frame pointer must
957 happen immediately, not later. */
958 emit_insn (gen_blockage ());
961 /* __builtin_longjmp is passed a pointer to an array of five words (not
962 all will be used on all machines). It operates similarly to the C
963 library function of the same name, but is more efficient. Much of
964 the code below is copied from the handling of non-local gotos. */
966 static void
967 expand_builtin_longjmp (rtx buf_addr, rtx value)
969 rtx fp, lab, stack;
970 rtx_insn *insn, *last;
971 machine_mode sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
973 /* DRAP is needed for stack realign if longjmp is expanded to current
974 function */
975 if (SUPPORTS_STACK_ALIGNMENT)
976 crtl->need_drap = true;
978 if (setjmp_alias_set == -1)
979 setjmp_alias_set = new_alias_set ();
981 buf_addr = convert_memory_address (Pmode, buf_addr);
983 buf_addr = force_reg (Pmode, buf_addr);
985 /* We require that the user must pass a second argument of 1, because
986 that is what builtin_setjmp will return. */
987 gcc_assert (value == const1_rtx);
989 last = get_last_insn ();
990 if (targetm.have_builtin_longjmp ())
991 emit_insn (targetm.gen_builtin_longjmp (buf_addr));
992 else
994 fp = gen_rtx_MEM (Pmode, buf_addr);
995 lab = gen_rtx_MEM (Pmode, plus_constant (Pmode, buf_addr,
996 GET_MODE_SIZE (Pmode)));
998 stack = gen_rtx_MEM (sa_mode, plus_constant (Pmode, buf_addr,
999 2 * GET_MODE_SIZE (Pmode)));
1000 set_mem_alias_set (fp, setjmp_alias_set);
1001 set_mem_alias_set (lab, setjmp_alias_set);
1002 set_mem_alias_set (stack, setjmp_alias_set);
1004 /* Pick up FP, label, and SP from the block and jump. This code is
1005 from expand_goto in stmt.c; see there for detailed comments. */
1006 if (targetm.have_nonlocal_goto ())
1007 /* We have to pass a value to the nonlocal_goto pattern that will
1008 get copied into the static_chain pointer, but it does not matter
1009 what that value is, because builtin_setjmp does not use it. */
1010 emit_insn (targetm.gen_nonlocal_goto (value, lab, stack, fp));
1011 else
1013 lab = copy_to_reg (lab);
1015 emit_clobber (gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (VOIDmode)));
1016 emit_clobber (gen_rtx_MEM (BLKmode, hard_frame_pointer_rtx));
1018 emit_move_insn (hard_frame_pointer_rtx, fp);
1019 emit_stack_restore (SAVE_NONLOCAL, stack);
1021 emit_use (hard_frame_pointer_rtx);
1022 emit_use (stack_pointer_rtx);
1023 emit_indirect_jump (lab);
1027 /* Search backwards and mark the jump insn as a non-local goto.
1028 Note that this precludes the use of __builtin_longjmp to a
1029 __builtin_setjmp target in the same function. However, we've
1030 already cautioned the user that these functions are for
1031 internal exception handling use only. */
1032 for (insn = get_last_insn (); insn; insn = PREV_INSN (insn))
1034 gcc_assert (insn != last);
1036 if (JUMP_P (insn))
1038 add_reg_note (insn, REG_NON_LOCAL_GOTO, const0_rtx);
1039 break;
1041 else if (CALL_P (insn))
1042 break;
1046 static inline bool
1047 more_const_call_expr_args_p (const const_call_expr_arg_iterator *iter)
1049 return (iter->i < iter->n);
1052 /* This function validates the types of a function call argument list
1053 against a specified list of tree_codes. If the last specifier is a 0,
1054 that represents an ellipsis, otherwise the last specifier must be a
1055 VOID_TYPE. */
1057 static bool
1058 validate_arglist (const_tree callexpr, ...)
1060 enum tree_code code;
1061 bool res = 0;
1062 va_list ap;
1063 const_call_expr_arg_iterator iter;
1064 const_tree arg;
1066 va_start (ap, callexpr);
1067 init_const_call_expr_arg_iterator (callexpr, &iter);
1069 /* Get a bitmap of pointer argument numbers declared attribute nonnull. */
1070 tree fn = CALL_EXPR_FN (callexpr);
1071 bitmap argmap = get_nonnull_args (TREE_TYPE (TREE_TYPE (fn)));
1073 for (unsigned argno = 1; ; ++argno)
1075 code = (enum tree_code) va_arg (ap, int);
1077 switch (code)
1079 case 0:
1080 /* This signifies an ellipses, any further arguments are all ok. */
1081 res = true;
1082 goto end;
1083 case VOID_TYPE:
1084 /* This signifies an endlink, if no arguments remain, return
1085 true, otherwise return false. */
1086 res = !more_const_call_expr_args_p (&iter);
1087 goto end;
1088 case POINTER_TYPE:
1089 /* The actual argument must be nonnull when either the whole
1090 called function has been declared nonnull, or when the formal
1091 argument corresponding to the actual argument has been. */
1092 if (argmap
1093 && (bitmap_empty_p (argmap) || bitmap_bit_p (argmap, argno)))
1095 arg = next_const_call_expr_arg (&iter);
1096 if (!validate_arg (arg, code) || integer_zerop (arg))
1097 goto end;
1098 break;
1100 /* FALLTHRU */
1101 default:
1102 /* If no parameters remain or the parameter's code does not
1103 match the specified code, return false. Otherwise continue
1104 checking any remaining arguments. */
1105 arg = next_const_call_expr_arg (&iter);
1106 if (!validate_arg (arg, code))
1107 goto end;
1108 break;
1112 /* We need gotos here since we can only have one VA_CLOSE in a
1113 function. */
1114 end: ;
1115 va_end (ap);
1117 BITMAP_FREE (argmap);
1119 return res;
1122 /* Expand a call to __builtin_nonlocal_goto. We're passed the target label
1123 and the address of the save area. */
1125 static rtx
1126 expand_builtin_nonlocal_goto (tree exp)
1128 tree t_label, t_save_area;
1129 rtx r_label, r_save_area, r_fp, r_sp;
1130 rtx_insn *insn;
1132 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
1133 return NULL_RTX;
1135 t_label = CALL_EXPR_ARG (exp, 0);
1136 t_save_area = CALL_EXPR_ARG (exp, 1);
1138 r_label = expand_normal (t_label);
1139 r_label = convert_memory_address (Pmode, r_label);
1140 r_save_area = expand_normal (t_save_area);
1141 r_save_area = convert_memory_address (Pmode, r_save_area);
1142 /* Copy the address of the save location to a register just in case it was
1143 based on the frame pointer. */
1144 r_save_area = copy_to_reg (r_save_area);
1145 r_fp = gen_rtx_MEM (Pmode, r_save_area);
1146 r_sp = gen_rtx_MEM (STACK_SAVEAREA_MODE (SAVE_NONLOCAL),
1147 plus_constant (Pmode, r_save_area,
1148 GET_MODE_SIZE (Pmode)));
1150 crtl->has_nonlocal_goto = 1;
1152 /* ??? We no longer need to pass the static chain value, afaik. */
1153 if (targetm.have_nonlocal_goto ())
1154 emit_insn (targetm.gen_nonlocal_goto (const0_rtx, r_label, r_sp, r_fp));
1155 else
1157 r_label = copy_to_reg (r_label);
1159 emit_clobber (gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (VOIDmode)));
1160 emit_clobber (gen_rtx_MEM (BLKmode, hard_frame_pointer_rtx));
1162 /* Restore frame pointer for containing function. */
1163 emit_move_insn (hard_frame_pointer_rtx, r_fp);
1164 emit_stack_restore (SAVE_NONLOCAL, r_sp);
1166 /* USE of hard_frame_pointer_rtx added for consistency;
1167 not clear if really needed. */
1168 emit_use (hard_frame_pointer_rtx);
1169 emit_use (stack_pointer_rtx);
1171 /* If the architecture is using a GP register, we must
1172 conservatively assume that the target function makes use of it.
1173 The prologue of functions with nonlocal gotos must therefore
1174 initialize the GP register to the appropriate value, and we
1175 must then make sure that this value is live at the point
1176 of the jump. (Note that this doesn't necessarily apply
1177 to targets with a nonlocal_goto pattern; they are free
1178 to implement it in their own way. Note also that this is
1179 a no-op if the GP register is a global invariant.) */
1180 unsigned regnum = PIC_OFFSET_TABLE_REGNUM;
1181 if (regnum != INVALID_REGNUM && fixed_regs[regnum])
1182 emit_use (pic_offset_table_rtx);
1184 emit_indirect_jump (r_label);
1187 /* Search backwards to the jump insn and mark it as a
1188 non-local goto. */
1189 for (insn = get_last_insn (); insn; insn = PREV_INSN (insn))
1191 if (JUMP_P (insn))
1193 add_reg_note (insn, REG_NON_LOCAL_GOTO, const0_rtx);
1194 break;
1196 else if (CALL_P (insn))
1197 break;
1200 return const0_rtx;
1203 /* __builtin_update_setjmp_buf is passed a pointer to an array of five words
1204 (not all will be used on all machines) that was passed to __builtin_setjmp.
1205 It updates the stack pointer in that block to the current value. This is
1206 also called directly by the SJLJ exception handling code. */
1208 void
1209 expand_builtin_update_setjmp_buf (rtx buf_addr)
1211 machine_mode sa_mode = STACK_SAVEAREA_MODE (SAVE_NONLOCAL);
1212 buf_addr = convert_memory_address (Pmode, buf_addr);
1213 rtx stack_save
1214 = gen_rtx_MEM (sa_mode,
1215 memory_address
1216 (sa_mode,
1217 plus_constant (Pmode, buf_addr,
1218 2 * GET_MODE_SIZE (Pmode))));
1220 emit_stack_save (SAVE_NONLOCAL, &stack_save);
1223 /* Expand a call to __builtin_prefetch. For a target that does not support
1224 data prefetch, evaluate the memory address argument in case it has side
1225 effects. */
1227 static void
1228 expand_builtin_prefetch (tree exp)
1230 tree arg0, arg1, arg2;
1231 int nargs;
1232 rtx op0, op1, op2;
1234 if (!validate_arglist (exp, POINTER_TYPE, 0))
1235 return;
1237 arg0 = CALL_EXPR_ARG (exp, 0);
1239 /* Arguments 1 and 2 are optional; argument 1 (read/write) defaults to
1240 zero (read) and argument 2 (locality) defaults to 3 (high degree of
1241 locality). */
1242 nargs = call_expr_nargs (exp);
1243 if (nargs > 1)
1244 arg1 = CALL_EXPR_ARG (exp, 1);
1245 else
1246 arg1 = integer_zero_node;
1247 if (nargs > 2)
1248 arg2 = CALL_EXPR_ARG (exp, 2);
1249 else
1250 arg2 = integer_three_node;
1252 /* Argument 0 is an address. */
1253 op0 = expand_expr (arg0, NULL_RTX, Pmode, EXPAND_NORMAL);
1255 /* Argument 1 (read/write flag) must be a compile-time constant int. */
1256 if (TREE_CODE (arg1) != INTEGER_CST)
1258 error ("second argument to %<__builtin_prefetch%> must be a constant");
1259 arg1 = integer_zero_node;
1261 op1 = expand_normal (arg1);
1262 /* Argument 1 must be either zero or one. */
1263 if (INTVAL (op1) != 0 && INTVAL (op1) != 1)
1265 warning (0, "invalid second argument to %<__builtin_prefetch%>;"
1266 " using zero");
1267 op1 = const0_rtx;
1270 /* Argument 2 (locality) must be a compile-time constant int. */
1271 if (TREE_CODE (arg2) != INTEGER_CST)
1273 error ("third argument to %<__builtin_prefetch%> must be a constant");
1274 arg2 = integer_zero_node;
1276 op2 = expand_normal (arg2);
1277 /* Argument 2 must be 0, 1, 2, or 3. */
1278 if (INTVAL (op2) < 0 || INTVAL (op2) > 3)
1280 warning (0, "invalid third argument to %<__builtin_prefetch%>; using zero");
1281 op2 = const0_rtx;
1284 if (targetm.have_prefetch ())
1286 struct expand_operand ops[3];
1288 create_address_operand (&ops[0], op0);
1289 create_integer_operand (&ops[1], INTVAL (op1));
1290 create_integer_operand (&ops[2], INTVAL (op2));
1291 if (maybe_expand_insn (targetm.code_for_prefetch, 3, ops))
1292 return;
1295 /* Don't do anything with direct references to volatile memory, but
1296 generate code to handle other side effects. */
1297 if (!MEM_P (op0) && side_effects_p (op0))
1298 emit_insn (op0);
1301 /* Get a MEM rtx for expression EXP which is the address of an operand
1302 to be used in a string instruction (cmpstrsi, movmemsi, ..). LEN is
1303 the maximum length of the block of memory that might be accessed or
1304 NULL if unknown. */
1306 static rtx
1307 get_memory_rtx (tree exp, tree len)
1309 tree orig_exp = exp;
1310 rtx addr, mem;
1312 /* When EXP is not resolved SAVE_EXPR, MEM_ATTRS can be still derived
1313 from its expression, for expr->a.b only <variable>.a.b is recorded. */
1314 if (TREE_CODE (exp) == SAVE_EXPR && !SAVE_EXPR_RESOLVED_P (exp))
1315 exp = TREE_OPERAND (exp, 0);
1317 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL);
1318 mem = gen_rtx_MEM (BLKmode, memory_address (BLKmode, addr));
1320 /* Get an expression we can use to find the attributes to assign to MEM.
1321 First remove any nops. */
1322 while (CONVERT_EXPR_P (exp)
1323 && POINTER_TYPE_P (TREE_TYPE (TREE_OPERAND (exp, 0))))
1324 exp = TREE_OPERAND (exp, 0);
1326 /* Build a MEM_REF representing the whole accessed area as a byte blob,
1327 (as builtin stringops may alias with anything). */
1328 exp = fold_build2 (MEM_REF,
1329 build_array_type (char_type_node,
1330 build_range_type (sizetype,
1331 size_one_node, len)),
1332 exp, build_int_cst (ptr_type_node, 0));
1334 /* If the MEM_REF has no acceptable address, try to get the base object
1335 from the original address we got, and build an all-aliasing
1336 unknown-sized access to that one. */
1337 if (is_gimple_mem_ref_addr (TREE_OPERAND (exp, 0)))
1338 set_mem_attributes (mem, exp, 0);
1339 else if (TREE_CODE (TREE_OPERAND (exp, 0)) == ADDR_EXPR
1340 && (exp = get_base_address (TREE_OPERAND (TREE_OPERAND (exp, 0),
1341 0))))
1343 exp = build_fold_addr_expr (exp);
1344 exp = fold_build2 (MEM_REF,
1345 build_array_type (char_type_node,
1346 build_range_type (sizetype,
1347 size_zero_node,
1348 NULL)),
1349 exp, build_int_cst (ptr_type_node, 0));
1350 set_mem_attributes (mem, exp, 0);
1352 set_mem_alias_set (mem, 0);
1353 return mem;
1356 /* Built-in functions to perform an untyped call and return. */
1358 #define apply_args_mode \
1359 (this_target_builtins->x_apply_args_mode)
1360 #define apply_result_mode \
1361 (this_target_builtins->x_apply_result_mode)
1363 /* Return the size required for the block returned by __builtin_apply_args,
1364 and initialize apply_args_mode. */
1366 static int
1367 apply_args_size (void)
1369 static int size = -1;
1370 int align;
1371 unsigned int regno;
1373 /* The values computed by this function never change. */
1374 if (size < 0)
1376 /* The first value is the incoming arg-pointer. */
1377 size = GET_MODE_SIZE (Pmode);
1379 /* The second value is the structure value address unless this is
1380 passed as an "invisible" first argument. */
1381 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1382 size += GET_MODE_SIZE (Pmode);
1384 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1385 if (FUNCTION_ARG_REGNO_P (regno))
1387 fixed_size_mode mode = targetm.calls.get_raw_arg_mode (regno);
1389 gcc_assert (mode != VOIDmode);
1391 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1392 if (size % align != 0)
1393 size = CEIL (size, align) * align;
1394 size += GET_MODE_SIZE (mode);
1395 apply_args_mode[regno] = mode;
1397 else
1399 apply_args_mode[regno] = as_a <fixed_size_mode> (VOIDmode);
1402 return size;
1405 /* Return the size required for the block returned by __builtin_apply,
1406 and initialize apply_result_mode. */
1408 static int
1409 apply_result_size (void)
1411 static int size = -1;
1412 int align, regno;
1414 /* The values computed by this function never change. */
1415 if (size < 0)
1417 size = 0;
1419 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1420 if (targetm.calls.function_value_regno_p (regno))
1422 fixed_size_mode mode = targetm.calls.get_raw_result_mode (regno);
1424 gcc_assert (mode != VOIDmode);
1426 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1427 if (size % align != 0)
1428 size = CEIL (size, align) * align;
1429 size += GET_MODE_SIZE (mode);
1430 apply_result_mode[regno] = mode;
1432 else
1433 apply_result_mode[regno] = as_a <fixed_size_mode> (VOIDmode);
1435 /* Allow targets that use untyped_call and untyped_return to override
1436 the size so that machine-specific information can be stored here. */
1437 #ifdef APPLY_RESULT_SIZE
1438 size = APPLY_RESULT_SIZE;
1439 #endif
1441 return size;
1444 /* Create a vector describing the result block RESULT. If SAVEP is true,
1445 the result block is used to save the values; otherwise it is used to
1446 restore the values. */
1448 static rtx
1449 result_vector (int savep, rtx result)
1451 int regno, size, align, nelts;
1452 fixed_size_mode mode;
1453 rtx reg, mem;
1454 rtx *savevec = XALLOCAVEC (rtx, FIRST_PSEUDO_REGISTER);
1456 size = nelts = 0;
1457 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1458 if ((mode = apply_result_mode[regno]) != VOIDmode)
1460 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1461 if (size % align != 0)
1462 size = CEIL (size, align) * align;
1463 reg = gen_rtx_REG (mode, savep ? regno : INCOMING_REGNO (regno));
1464 mem = adjust_address (result, mode, size);
1465 savevec[nelts++] = (savep
1466 ? gen_rtx_SET (mem, reg)
1467 : gen_rtx_SET (reg, mem));
1468 size += GET_MODE_SIZE (mode);
1470 return gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (nelts, savevec));
1473 /* Save the state required to perform an untyped call with the same
1474 arguments as were passed to the current function. */
1476 static rtx
1477 expand_builtin_apply_args_1 (void)
1479 rtx registers, tem;
1480 int size, align, regno;
1481 fixed_size_mode mode;
1482 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1);
1484 /* Create a block where the arg-pointer, structure value address,
1485 and argument registers can be saved. */
1486 registers = assign_stack_local (BLKmode, apply_args_size (), -1);
1488 /* Walk past the arg-pointer and structure value address. */
1489 size = GET_MODE_SIZE (Pmode);
1490 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1491 size += GET_MODE_SIZE (Pmode);
1493 /* Save each register used in calling a function to the block. */
1494 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1495 if ((mode = apply_args_mode[regno]) != VOIDmode)
1497 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1498 if (size % align != 0)
1499 size = CEIL (size, align) * align;
1501 tem = gen_rtx_REG (mode, INCOMING_REGNO (regno));
1503 emit_move_insn (adjust_address (registers, mode, size), tem);
1504 size += GET_MODE_SIZE (mode);
1507 /* Save the arg pointer to the block. */
1508 tem = copy_to_reg (crtl->args.internal_arg_pointer);
1509 /* We need the pointer as the caller actually passed them to us, not
1510 as we might have pretended they were passed. Make sure it's a valid
1511 operand, as emit_move_insn isn't expected to handle a PLUS. */
1512 if (STACK_GROWS_DOWNWARD)
1514 = force_operand (plus_constant (Pmode, tem,
1515 crtl->args.pretend_args_size),
1516 NULL_RTX);
1517 emit_move_insn (adjust_address (registers, Pmode, 0), tem);
1519 size = GET_MODE_SIZE (Pmode);
1521 /* Save the structure value address unless this is passed as an
1522 "invisible" first argument. */
1523 if (struct_incoming_value)
1525 emit_move_insn (adjust_address (registers, Pmode, size),
1526 copy_to_reg (struct_incoming_value));
1527 size += GET_MODE_SIZE (Pmode);
1530 /* Return the address of the block. */
1531 return copy_addr_to_reg (XEXP (registers, 0));
1534 /* __builtin_apply_args returns block of memory allocated on
1535 the stack into which is stored the arg pointer, structure
1536 value address, static chain, and all the registers that might
1537 possibly be used in performing a function call. The code is
1538 moved to the start of the function so the incoming values are
1539 saved. */
1541 static rtx
1542 expand_builtin_apply_args (void)
1544 /* Don't do __builtin_apply_args more than once in a function.
1545 Save the result of the first call and reuse it. */
1546 if (apply_args_value != 0)
1547 return apply_args_value;
1549 /* When this function is called, it means that registers must be
1550 saved on entry to this function. So we migrate the
1551 call to the first insn of this function. */
1552 rtx temp;
1554 start_sequence ();
1555 temp = expand_builtin_apply_args_1 ();
1556 rtx_insn *seq = get_insns ();
1557 end_sequence ();
1559 apply_args_value = temp;
1561 /* Put the insns after the NOTE that starts the function.
1562 If this is inside a start_sequence, make the outer-level insn
1563 chain current, so the code is placed at the start of the
1564 function. If internal_arg_pointer is a non-virtual pseudo,
1565 it needs to be placed after the function that initializes
1566 that pseudo. */
1567 push_topmost_sequence ();
1568 if (REG_P (crtl->args.internal_arg_pointer)
1569 && REGNO (crtl->args.internal_arg_pointer) > LAST_VIRTUAL_REGISTER)
1570 emit_insn_before (seq, parm_birth_insn);
1571 else
1572 emit_insn_before (seq, NEXT_INSN (entry_of_function ()));
1573 pop_topmost_sequence ();
1574 return temp;
1578 /* Perform an untyped call and save the state required to perform an
1579 untyped return of whatever value was returned by the given function. */
1581 static rtx
1582 expand_builtin_apply (rtx function, rtx arguments, rtx argsize)
1584 int size, align, regno;
1585 fixed_size_mode mode;
1586 rtx incoming_args, result, reg, dest, src;
1587 rtx_call_insn *call_insn;
1588 rtx old_stack_level = 0;
1589 rtx call_fusage = 0;
1590 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
1592 arguments = convert_memory_address (Pmode, arguments);
1594 /* Create a block where the return registers can be saved. */
1595 result = assign_stack_local (BLKmode, apply_result_size (), -1);
1597 /* Fetch the arg pointer from the ARGUMENTS block. */
1598 incoming_args = gen_reg_rtx (Pmode);
1599 emit_move_insn (incoming_args, gen_rtx_MEM (Pmode, arguments));
1600 if (!STACK_GROWS_DOWNWARD)
1601 incoming_args = expand_simple_binop (Pmode, MINUS, incoming_args, argsize,
1602 incoming_args, 0, OPTAB_LIB_WIDEN);
1604 /* Push a new argument block and copy the arguments. Do not allow
1605 the (potential) memcpy call below to interfere with our stack
1606 manipulations. */
1607 do_pending_stack_adjust ();
1608 NO_DEFER_POP;
1610 /* Save the stack with nonlocal if available. */
1611 if (targetm.have_save_stack_nonlocal ())
1612 emit_stack_save (SAVE_NONLOCAL, &old_stack_level);
1613 else
1614 emit_stack_save (SAVE_BLOCK, &old_stack_level);
1616 /* Allocate a block of memory onto the stack and copy the memory
1617 arguments to the outgoing arguments address. We can pass TRUE
1618 as the 4th argument because we just saved the stack pointer
1619 and will restore it right after the call. */
1620 allocate_dynamic_stack_space (argsize, 0, BIGGEST_ALIGNMENT, -1, true);
1622 /* Set DRAP flag to true, even though allocate_dynamic_stack_space
1623 may have already set current_function_calls_alloca to true.
1624 current_function_calls_alloca won't be set if argsize is zero,
1625 so we have to guarantee need_drap is true here. */
1626 if (SUPPORTS_STACK_ALIGNMENT)
1627 crtl->need_drap = true;
1629 dest = virtual_outgoing_args_rtx;
1630 if (!STACK_GROWS_DOWNWARD)
1632 if (CONST_INT_P (argsize))
1633 dest = plus_constant (Pmode, dest, -INTVAL (argsize));
1634 else
1635 dest = gen_rtx_PLUS (Pmode, dest, negate_rtx (Pmode, argsize));
1637 dest = gen_rtx_MEM (BLKmode, dest);
1638 set_mem_align (dest, PARM_BOUNDARY);
1639 src = gen_rtx_MEM (BLKmode, incoming_args);
1640 set_mem_align (src, PARM_BOUNDARY);
1641 emit_block_move (dest, src, argsize, BLOCK_OP_NORMAL);
1643 /* Refer to the argument block. */
1644 apply_args_size ();
1645 arguments = gen_rtx_MEM (BLKmode, arguments);
1646 set_mem_align (arguments, PARM_BOUNDARY);
1648 /* Walk past the arg-pointer and structure value address. */
1649 size = GET_MODE_SIZE (Pmode);
1650 if (struct_value)
1651 size += GET_MODE_SIZE (Pmode);
1653 /* Restore each of the registers previously saved. Make USE insns
1654 for each of these registers for use in making the call. */
1655 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1656 if ((mode = apply_args_mode[regno]) != VOIDmode)
1658 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1659 if (size % align != 0)
1660 size = CEIL (size, align) * align;
1661 reg = gen_rtx_REG (mode, regno);
1662 emit_move_insn (reg, adjust_address (arguments, mode, size));
1663 use_reg (&call_fusage, reg);
1664 size += GET_MODE_SIZE (mode);
1667 /* Restore the structure value address unless this is passed as an
1668 "invisible" first argument. */
1669 size = GET_MODE_SIZE (Pmode);
1670 if (struct_value)
1672 rtx value = gen_reg_rtx (Pmode);
1673 emit_move_insn (value, adjust_address (arguments, Pmode, size));
1674 emit_move_insn (struct_value, value);
1675 if (REG_P (struct_value))
1676 use_reg (&call_fusage, struct_value);
1677 size += GET_MODE_SIZE (Pmode);
1680 /* All arguments and registers used for the call are set up by now! */
1681 function = prepare_call_address (NULL, function, NULL, &call_fusage, 0, 0);
1683 /* Ensure address is valid. SYMBOL_REF is already valid, so no need,
1684 and we don't want to load it into a register as an optimization,
1685 because prepare_call_address already did it if it should be done. */
1686 if (GET_CODE (function) != SYMBOL_REF)
1687 function = memory_address (FUNCTION_MODE, function);
1689 /* Generate the actual call instruction and save the return value. */
1690 if (targetm.have_untyped_call ())
1692 rtx mem = gen_rtx_MEM (FUNCTION_MODE, function);
1693 emit_call_insn (targetm.gen_untyped_call (mem, result,
1694 result_vector (1, result)));
1696 else if (targetm.have_call_value ())
1698 rtx valreg = 0;
1700 /* Locate the unique return register. It is not possible to
1701 express a call that sets more than one return register using
1702 call_value; use untyped_call for that. In fact, untyped_call
1703 only needs to save the return registers in the given block. */
1704 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1705 if ((mode = apply_result_mode[regno]) != VOIDmode)
1707 gcc_assert (!valreg); /* have_untyped_call required. */
1709 valreg = gen_rtx_REG (mode, regno);
1712 emit_insn (targetm.gen_call_value (valreg,
1713 gen_rtx_MEM (FUNCTION_MODE, function),
1714 const0_rtx, NULL_RTX, const0_rtx));
1716 emit_move_insn (adjust_address (result, GET_MODE (valreg), 0), valreg);
1718 else
1719 gcc_unreachable ();
1721 /* Find the CALL insn we just emitted, and attach the register usage
1722 information. */
1723 call_insn = last_call_insn ();
1724 add_function_usage_to (call_insn, call_fusage);
1726 /* Restore the stack. */
1727 if (targetm.have_save_stack_nonlocal ())
1728 emit_stack_restore (SAVE_NONLOCAL, old_stack_level);
1729 else
1730 emit_stack_restore (SAVE_BLOCK, old_stack_level);
1731 fixup_args_size_notes (call_insn, get_last_insn (), 0);
1733 OK_DEFER_POP;
1735 /* Return the address of the result block. */
1736 result = copy_addr_to_reg (XEXP (result, 0));
1737 return convert_memory_address (ptr_mode, result);
1740 /* Perform an untyped return. */
1742 static void
1743 expand_builtin_return (rtx result)
1745 int size, align, regno;
1746 fixed_size_mode mode;
1747 rtx reg;
1748 rtx_insn *call_fusage = 0;
1750 result = convert_memory_address (Pmode, result);
1752 apply_result_size ();
1753 result = gen_rtx_MEM (BLKmode, result);
1755 if (targetm.have_untyped_return ())
1757 rtx vector = result_vector (0, result);
1758 emit_jump_insn (targetm.gen_untyped_return (result, vector));
1759 emit_barrier ();
1760 return;
1763 /* Restore the return value and note that each value is used. */
1764 size = 0;
1765 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1766 if ((mode = apply_result_mode[regno]) != VOIDmode)
1768 align = GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT;
1769 if (size % align != 0)
1770 size = CEIL (size, align) * align;
1771 reg = gen_rtx_REG (mode, INCOMING_REGNO (regno));
1772 emit_move_insn (reg, adjust_address (result, mode, size));
1774 push_to_sequence (call_fusage);
1775 emit_use (reg);
1776 call_fusage = get_insns ();
1777 end_sequence ();
1778 size += GET_MODE_SIZE (mode);
1781 /* Put the USE insns before the return. */
1782 emit_insn (call_fusage);
1784 /* Return whatever values was restored by jumping directly to the end
1785 of the function. */
1786 expand_naked_return ();
1789 /* Used by expand_builtin_classify_type and fold_builtin_classify_type. */
1791 static enum type_class
1792 type_to_class (tree type)
1794 switch (TREE_CODE (type))
1796 case VOID_TYPE: return void_type_class;
1797 case INTEGER_TYPE: return integer_type_class;
1798 case ENUMERAL_TYPE: return enumeral_type_class;
1799 case BOOLEAN_TYPE: return boolean_type_class;
1800 case POINTER_TYPE: return pointer_type_class;
1801 case REFERENCE_TYPE: return reference_type_class;
1802 case OFFSET_TYPE: return offset_type_class;
1803 case REAL_TYPE: return real_type_class;
1804 case COMPLEX_TYPE: return complex_type_class;
1805 case FUNCTION_TYPE: return function_type_class;
1806 case METHOD_TYPE: return method_type_class;
1807 case RECORD_TYPE: return record_type_class;
1808 case UNION_TYPE:
1809 case QUAL_UNION_TYPE: return union_type_class;
1810 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type)
1811 ? string_type_class : array_type_class);
1812 case LANG_TYPE: return lang_type_class;
1813 default: return no_type_class;
1817 /* Expand a call EXP to __builtin_classify_type. */
1819 static rtx
1820 expand_builtin_classify_type (tree exp)
1822 if (call_expr_nargs (exp))
1823 return GEN_INT (type_to_class (TREE_TYPE (CALL_EXPR_ARG (exp, 0))));
1824 return GEN_INT (no_type_class);
1827 /* This helper macro, meant to be used in mathfn_built_in below, determines
1828 which among a set of builtin math functions is appropriate for a given type
1829 mode. The `F' (float) and `L' (long double) are automatically generated
1830 from the 'double' case. If a function supports the _Float<N> and _Float<N>X
1831 types, there are additional types that are considered with 'F32', 'F64',
1832 'F128', etc. suffixes. */
1833 #define CASE_MATHFN(MATHFN) \
1834 CASE_CFN_##MATHFN: \
1835 fcode = BUILT_IN_##MATHFN; fcodef = BUILT_IN_##MATHFN##F ; \
1836 fcodel = BUILT_IN_##MATHFN##L ; break;
1837 /* Similar to the above, but also add support for the _Float<N> and _Float<N>X
1838 types. */
1839 #define CASE_MATHFN_FLOATN(MATHFN) \
1840 CASE_CFN_##MATHFN: \
1841 fcode = BUILT_IN_##MATHFN; fcodef = BUILT_IN_##MATHFN##F ; \
1842 fcodel = BUILT_IN_##MATHFN##L ; fcodef16 = BUILT_IN_##MATHFN##F16 ; \
1843 fcodef32 = BUILT_IN_##MATHFN##F32; fcodef64 = BUILT_IN_##MATHFN##F64 ; \
1844 fcodef128 = BUILT_IN_##MATHFN##F128 ; fcodef32x = BUILT_IN_##MATHFN##F32X ; \
1845 fcodef64x = BUILT_IN_##MATHFN##F64X ; fcodef128x = BUILT_IN_##MATHFN##F128X ;\
1846 break;
1847 /* Similar to above, but appends _R after any F/L suffix. */
1848 #define CASE_MATHFN_REENT(MATHFN) \
1849 case CFN_BUILT_IN_##MATHFN##_R: \
1850 case CFN_BUILT_IN_##MATHFN##F_R: \
1851 case CFN_BUILT_IN_##MATHFN##L_R: \
1852 fcode = BUILT_IN_##MATHFN##_R; fcodef = BUILT_IN_##MATHFN##F_R ; \
1853 fcodel = BUILT_IN_##MATHFN##L_R ; break;
1855 /* Return a function equivalent to FN but operating on floating-point
1856 values of type TYPE, or END_BUILTINS if no such function exists.
1857 This is purely an operation on function codes; it does not guarantee
1858 that the target actually has an implementation of the function. */
1860 static built_in_function
1861 mathfn_built_in_2 (tree type, combined_fn fn)
1863 tree mtype;
1864 built_in_function fcode, fcodef, fcodel;
1865 built_in_function fcodef16 = END_BUILTINS;
1866 built_in_function fcodef32 = END_BUILTINS;
1867 built_in_function fcodef64 = END_BUILTINS;
1868 built_in_function fcodef128 = END_BUILTINS;
1869 built_in_function fcodef32x = END_BUILTINS;
1870 built_in_function fcodef64x = END_BUILTINS;
1871 built_in_function fcodef128x = END_BUILTINS;
1873 switch (fn)
1875 CASE_MATHFN (ACOS)
1876 CASE_MATHFN (ACOSH)
1877 CASE_MATHFN (ASIN)
1878 CASE_MATHFN (ASINH)
1879 CASE_MATHFN (ATAN)
1880 CASE_MATHFN (ATAN2)
1881 CASE_MATHFN (ATANH)
1882 CASE_MATHFN (CBRT)
1883 CASE_MATHFN_FLOATN (CEIL)
1884 CASE_MATHFN (CEXPI)
1885 CASE_MATHFN_FLOATN (COPYSIGN)
1886 CASE_MATHFN (COS)
1887 CASE_MATHFN (COSH)
1888 CASE_MATHFN (DREM)
1889 CASE_MATHFN (ERF)
1890 CASE_MATHFN (ERFC)
1891 CASE_MATHFN (EXP)
1892 CASE_MATHFN (EXP10)
1893 CASE_MATHFN (EXP2)
1894 CASE_MATHFN (EXPM1)
1895 CASE_MATHFN (FABS)
1896 CASE_MATHFN (FDIM)
1897 CASE_MATHFN_FLOATN (FLOOR)
1898 CASE_MATHFN_FLOATN (FMA)
1899 CASE_MATHFN_FLOATN (FMAX)
1900 CASE_MATHFN_FLOATN (FMIN)
1901 CASE_MATHFN (FMOD)
1902 CASE_MATHFN (FREXP)
1903 CASE_MATHFN (GAMMA)
1904 CASE_MATHFN_REENT (GAMMA) /* GAMMA_R */
1905 CASE_MATHFN (HUGE_VAL)
1906 CASE_MATHFN (HYPOT)
1907 CASE_MATHFN (ILOGB)
1908 CASE_MATHFN (ICEIL)
1909 CASE_MATHFN (IFLOOR)
1910 CASE_MATHFN (INF)
1911 CASE_MATHFN (IRINT)
1912 CASE_MATHFN (IROUND)
1913 CASE_MATHFN (ISINF)
1914 CASE_MATHFN (J0)
1915 CASE_MATHFN (J1)
1916 CASE_MATHFN (JN)
1917 CASE_MATHFN (LCEIL)
1918 CASE_MATHFN (LDEXP)
1919 CASE_MATHFN (LFLOOR)
1920 CASE_MATHFN (LGAMMA)
1921 CASE_MATHFN_REENT (LGAMMA) /* LGAMMA_R */
1922 CASE_MATHFN (LLCEIL)
1923 CASE_MATHFN (LLFLOOR)
1924 CASE_MATHFN (LLRINT)
1925 CASE_MATHFN (LLROUND)
1926 CASE_MATHFN (LOG)
1927 CASE_MATHFN (LOG10)
1928 CASE_MATHFN (LOG1P)
1929 CASE_MATHFN (LOG2)
1930 CASE_MATHFN (LOGB)
1931 CASE_MATHFN (LRINT)
1932 CASE_MATHFN (LROUND)
1933 CASE_MATHFN (MODF)
1934 CASE_MATHFN (NAN)
1935 CASE_MATHFN (NANS)
1936 CASE_MATHFN_FLOATN (NEARBYINT)
1937 CASE_MATHFN (NEXTAFTER)
1938 CASE_MATHFN (NEXTTOWARD)
1939 CASE_MATHFN (POW)
1940 CASE_MATHFN (POWI)
1941 CASE_MATHFN (POW10)
1942 CASE_MATHFN (REMAINDER)
1943 CASE_MATHFN (REMQUO)
1944 CASE_MATHFN_FLOATN (RINT)
1945 CASE_MATHFN_FLOATN (ROUND)
1946 CASE_MATHFN (SCALB)
1947 CASE_MATHFN (SCALBLN)
1948 CASE_MATHFN (SCALBN)
1949 CASE_MATHFN (SIGNBIT)
1950 CASE_MATHFN (SIGNIFICAND)
1951 CASE_MATHFN (SIN)
1952 CASE_MATHFN (SINCOS)
1953 CASE_MATHFN (SINH)
1954 CASE_MATHFN_FLOATN (SQRT)
1955 CASE_MATHFN (TAN)
1956 CASE_MATHFN (TANH)
1957 CASE_MATHFN (TGAMMA)
1958 CASE_MATHFN_FLOATN (TRUNC)
1959 CASE_MATHFN (Y0)
1960 CASE_MATHFN (Y1)
1961 CASE_MATHFN (YN)
1963 default:
1964 return END_BUILTINS;
1967 mtype = TYPE_MAIN_VARIANT (type);
1968 if (mtype == double_type_node)
1969 return fcode;
1970 else if (mtype == float_type_node)
1971 return fcodef;
1972 else if (mtype == long_double_type_node)
1973 return fcodel;
1974 else if (mtype == float16_type_node)
1975 return fcodef16;
1976 else if (mtype == float32_type_node)
1977 return fcodef32;
1978 else if (mtype == float64_type_node)
1979 return fcodef64;
1980 else if (mtype == float128_type_node)
1981 return fcodef128;
1982 else if (mtype == float32x_type_node)
1983 return fcodef32x;
1984 else if (mtype == float64x_type_node)
1985 return fcodef64x;
1986 else if (mtype == float128x_type_node)
1987 return fcodef128x;
1988 else
1989 return END_BUILTINS;
1992 /* Return mathematic function equivalent to FN but operating directly on TYPE,
1993 if available. If IMPLICIT_P is true use the implicit builtin declaration,
1994 otherwise use the explicit declaration. If we can't do the conversion,
1995 return null. */
1997 static tree
1998 mathfn_built_in_1 (tree type, combined_fn fn, bool implicit_p)
2000 built_in_function fcode2 = mathfn_built_in_2 (type, fn);
2001 if (fcode2 == END_BUILTINS)
2002 return NULL_TREE;
2004 if (implicit_p && !builtin_decl_implicit_p (fcode2))
2005 return NULL_TREE;
2007 return builtin_decl_explicit (fcode2);
2010 /* Like mathfn_built_in_1, but always use the implicit array. */
2012 tree
2013 mathfn_built_in (tree type, combined_fn fn)
2015 return mathfn_built_in_1 (type, fn, /*implicit=*/ 1);
2018 /* Like mathfn_built_in_1, but take a built_in_function and
2019 always use the implicit array. */
2021 tree
2022 mathfn_built_in (tree type, enum built_in_function fn)
2024 return mathfn_built_in_1 (type, as_combined_fn (fn), /*implicit=*/ 1);
2027 /* If BUILT_IN_NORMAL function FNDECL has an associated internal function,
2028 return its code, otherwise return IFN_LAST. Note that this function
2029 only tests whether the function is defined in internals.def, not whether
2030 it is actually available on the target. */
2032 internal_fn
2033 associated_internal_fn (tree fndecl)
2035 gcc_checking_assert (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_NORMAL);
2036 tree return_type = TREE_TYPE (TREE_TYPE (fndecl));
2037 switch (DECL_FUNCTION_CODE (fndecl))
2039 #define DEF_INTERNAL_FLT_FN(NAME, FLAGS, OPTAB, TYPE) \
2040 CASE_FLT_FN (BUILT_IN_##NAME): return IFN_##NAME;
2041 #define DEF_INTERNAL_FLT_FLOATN_FN(NAME, FLAGS, OPTAB, TYPE) \
2042 CASE_FLT_FN (BUILT_IN_##NAME): return IFN_##NAME; \
2043 CASE_FLT_FN_FLOATN_NX (BUILT_IN_##NAME): return IFN_##NAME;
2044 #define DEF_INTERNAL_INT_FN(NAME, FLAGS, OPTAB, TYPE) \
2045 CASE_INT_FN (BUILT_IN_##NAME): return IFN_##NAME;
2046 #include "internal-fn.def"
2048 CASE_FLT_FN (BUILT_IN_POW10):
2049 return IFN_EXP10;
2051 CASE_FLT_FN (BUILT_IN_DREM):
2052 return IFN_REMAINDER;
2054 CASE_FLT_FN (BUILT_IN_SCALBN):
2055 CASE_FLT_FN (BUILT_IN_SCALBLN):
2056 if (REAL_MODE_FORMAT (TYPE_MODE (return_type))->b == 2)
2057 return IFN_LDEXP;
2058 return IFN_LAST;
2060 default:
2061 return IFN_LAST;
2065 /* If CALL is a call to a BUILT_IN_NORMAL function that could be replaced
2066 on the current target by a call to an internal function, return the
2067 code of that internal function, otherwise return IFN_LAST. The caller
2068 is responsible for ensuring that any side-effects of the built-in
2069 call are dealt with correctly. E.g. if CALL sets errno, the caller
2070 must decide that the errno result isn't needed or make it available
2071 in some other way. */
2073 internal_fn
2074 replacement_internal_fn (gcall *call)
2076 if (gimple_call_builtin_p (call, BUILT_IN_NORMAL))
2078 internal_fn ifn = associated_internal_fn (gimple_call_fndecl (call));
2079 if (ifn != IFN_LAST)
2081 tree_pair types = direct_internal_fn_types (ifn, call);
2082 optimization_type opt_type = bb_optimization_type (gimple_bb (call));
2083 if (direct_internal_fn_supported_p (ifn, types, opt_type))
2084 return ifn;
2087 return IFN_LAST;
2090 /* Expand a call to the builtin trinary math functions (fma).
2091 Return NULL_RTX if a normal call should be emitted rather than expanding the
2092 function in-line. EXP is the expression that is a call to the builtin
2093 function; if convenient, the result should be placed in TARGET.
2094 SUBTARGET may be used as the target for computing one of EXP's
2095 operands. */
2097 static rtx
2098 expand_builtin_mathfn_ternary (tree exp, rtx target, rtx subtarget)
2100 optab builtin_optab;
2101 rtx op0, op1, op2, result;
2102 rtx_insn *insns;
2103 tree fndecl = get_callee_fndecl (exp);
2104 tree arg0, arg1, arg2;
2105 machine_mode mode;
2107 if (!validate_arglist (exp, REAL_TYPE, REAL_TYPE, REAL_TYPE, VOID_TYPE))
2108 return NULL_RTX;
2110 arg0 = CALL_EXPR_ARG (exp, 0);
2111 arg1 = CALL_EXPR_ARG (exp, 1);
2112 arg2 = CALL_EXPR_ARG (exp, 2);
2114 switch (DECL_FUNCTION_CODE (fndecl))
2116 CASE_FLT_FN (BUILT_IN_FMA):
2117 CASE_FLT_FN_FLOATN_NX (BUILT_IN_FMA):
2118 builtin_optab = fma_optab; break;
2119 default:
2120 gcc_unreachable ();
2123 /* Make a suitable register to place result in. */
2124 mode = TYPE_MODE (TREE_TYPE (exp));
2126 /* Before working hard, check whether the instruction is available. */
2127 if (optab_handler (builtin_optab, mode) == CODE_FOR_nothing)
2128 return NULL_RTX;
2130 result = gen_reg_rtx (mode);
2132 /* Always stabilize the argument list. */
2133 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0);
2134 CALL_EXPR_ARG (exp, 1) = arg1 = builtin_save_expr (arg1);
2135 CALL_EXPR_ARG (exp, 2) = arg2 = builtin_save_expr (arg2);
2137 op0 = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL);
2138 op1 = expand_normal (arg1);
2139 op2 = expand_normal (arg2);
2141 start_sequence ();
2143 /* Compute into RESULT.
2144 Set RESULT to wherever the result comes back. */
2145 result = expand_ternary_op (mode, builtin_optab, op0, op1, op2,
2146 result, 0);
2148 /* If we were unable to expand via the builtin, stop the sequence
2149 (without outputting the insns) and call to the library function
2150 with the stabilized argument list. */
2151 if (result == 0)
2153 end_sequence ();
2154 return expand_call (exp, target, target == const0_rtx);
2157 /* Output the entire sequence. */
2158 insns = get_insns ();
2159 end_sequence ();
2160 emit_insn (insns);
2162 return result;
2165 /* Expand a call to the builtin sin and cos math functions.
2166 Return NULL_RTX if a normal call should be emitted rather than expanding the
2167 function in-line. EXP is the expression that is a call to the builtin
2168 function; if convenient, the result should be placed in TARGET.
2169 SUBTARGET may be used as the target for computing one of EXP's
2170 operands. */
2172 static rtx
2173 expand_builtin_mathfn_3 (tree exp, rtx target, rtx subtarget)
2175 optab builtin_optab;
2176 rtx op0;
2177 rtx_insn *insns;
2178 tree fndecl = get_callee_fndecl (exp);
2179 machine_mode mode;
2180 tree arg;
2182 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2183 return NULL_RTX;
2185 arg = CALL_EXPR_ARG (exp, 0);
2187 switch (DECL_FUNCTION_CODE (fndecl))
2189 CASE_FLT_FN (BUILT_IN_SIN):
2190 CASE_FLT_FN (BUILT_IN_COS):
2191 builtin_optab = sincos_optab; break;
2192 default:
2193 gcc_unreachable ();
2196 /* Make a suitable register to place result in. */
2197 mode = TYPE_MODE (TREE_TYPE (exp));
2199 /* Check if sincos insn is available, otherwise fallback
2200 to sin or cos insn. */
2201 if (optab_handler (builtin_optab, mode) == CODE_FOR_nothing)
2202 switch (DECL_FUNCTION_CODE (fndecl))
2204 CASE_FLT_FN (BUILT_IN_SIN):
2205 builtin_optab = sin_optab; break;
2206 CASE_FLT_FN (BUILT_IN_COS):
2207 builtin_optab = cos_optab; break;
2208 default:
2209 gcc_unreachable ();
2212 /* Before working hard, check whether the instruction is available. */
2213 if (optab_handler (builtin_optab, mode) != CODE_FOR_nothing)
2215 rtx result = gen_reg_rtx (mode);
2217 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2218 need to expand the argument again. This way, we will not perform
2219 side-effects more the once. */
2220 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2222 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
2224 start_sequence ();
2226 /* Compute into RESULT.
2227 Set RESULT to wherever the result comes back. */
2228 if (builtin_optab == sincos_optab)
2230 int ok;
2232 switch (DECL_FUNCTION_CODE (fndecl))
2234 CASE_FLT_FN (BUILT_IN_SIN):
2235 ok = expand_twoval_unop (builtin_optab, op0, 0, result, 0);
2236 break;
2237 CASE_FLT_FN (BUILT_IN_COS):
2238 ok = expand_twoval_unop (builtin_optab, op0, result, 0, 0);
2239 break;
2240 default:
2241 gcc_unreachable ();
2243 gcc_assert (ok);
2245 else
2246 result = expand_unop (mode, builtin_optab, op0, result, 0);
2248 if (result != 0)
2250 /* Output the entire sequence. */
2251 insns = get_insns ();
2252 end_sequence ();
2253 emit_insn (insns);
2254 return result;
2257 /* If we were unable to expand via the builtin, stop the sequence
2258 (without outputting the insns) and call to the library function
2259 with the stabilized argument list. */
2260 end_sequence ();
2263 return expand_call (exp, target, target == const0_rtx);
2266 /* Given an interclass math builtin decl FNDECL and it's argument ARG
2267 return an RTL instruction code that implements the functionality.
2268 If that isn't possible or available return CODE_FOR_nothing. */
2270 static enum insn_code
2271 interclass_mathfn_icode (tree arg, tree fndecl)
2273 bool errno_set = false;
2274 optab builtin_optab = unknown_optab;
2275 machine_mode mode;
2277 switch (DECL_FUNCTION_CODE (fndecl))
2279 CASE_FLT_FN (BUILT_IN_ILOGB):
2280 errno_set = true; builtin_optab = ilogb_optab; break;
2281 CASE_FLT_FN (BUILT_IN_ISINF):
2282 builtin_optab = isinf_optab; break;
2283 case BUILT_IN_ISNORMAL:
2284 case BUILT_IN_ISFINITE:
2285 CASE_FLT_FN (BUILT_IN_FINITE):
2286 case BUILT_IN_FINITED32:
2287 case BUILT_IN_FINITED64:
2288 case BUILT_IN_FINITED128:
2289 case BUILT_IN_ISINFD32:
2290 case BUILT_IN_ISINFD64:
2291 case BUILT_IN_ISINFD128:
2292 /* These builtins have no optabs (yet). */
2293 break;
2294 default:
2295 gcc_unreachable ();
2298 /* There's no easy way to detect the case we need to set EDOM. */
2299 if (flag_errno_math && errno_set)
2300 return CODE_FOR_nothing;
2302 /* Optab mode depends on the mode of the input argument. */
2303 mode = TYPE_MODE (TREE_TYPE (arg));
2305 if (builtin_optab)
2306 return optab_handler (builtin_optab, mode);
2307 return CODE_FOR_nothing;
2310 /* Expand a call to one of the builtin math functions that operate on
2311 floating point argument and output an integer result (ilogb, isinf,
2312 isnan, etc).
2313 Return 0 if a normal call should be emitted rather than expanding the
2314 function in-line. EXP is the expression that is a call to the builtin
2315 function; if convenient, the result should be placed in TARGET. */
2317 static rtx
2318 expand_builtin_interclass_mathfn (tree exp, rtx target)
2320 enum insn_code icode = CODE_FOR_nothing;
2321 rtx op0;
2322 tree fndecl = get_callee_fndecl (exp);
2323 machine_mode mode;
2324 tree arg;
2326 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2327 return NULL_RTX;
2329 arg = CALL_EXPR_ARG (exp, 0);
2330 icode = interclass_mathfn_icode (arg, fndecl);
2331 mode = TYPE_MODE (TREE_TYPE (arg));
2333 if (icode != CODE_FOR_nothing)
2335 struct expand_operand ops[1];
2336 rtx_insn *last = get_last_insn ();
2337 tree orig_arg = arg;
2339 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2340 need to expand the argument again. This way, we will not perform
2341 side-effects more the once. */
2342 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2344 op0 = expand_expr (arg, NULL_RTX, VOIDmode, EXPAND_NORMAL);
2346 if (mode != GET_MODE (op0))
2347 op0 = convert_to_mode (mode, op0, 0);
2349 create_output_operand (&ops[0], target, TYPE_MODE (TREE_TYPE (exp)));
2350 if (maybe_legitimize_operands (icode, 0, 1, ops)
2351 && maybe_emit_unop_insn (icode, ops[0].value, op0, UNKNOWN))
2352 return ops[0].value;
2354 delete_insns_since (last);
2355 CALL_EXPR_ARG (exp, 0) = orig_arg;
2358 return NULL_RTX;
2361 /* Expand a call to the builtin sincos math function.
2362 Return NULL_RTX if a normal call should be emitted rather than expanding the
2363 function in-line. EXP is the expression that is a call to the builtin
2364 function. */
2366 static rtx
2367 expand_builtin_sincos (tree exp)
2369 rtx op0, op1, op2, target1, target2;
2370 machine_mode mode;
2371 tree arg, sinp, cosp;
2372 int result;
2373 location_t loc = EXPR_LOCATION (exp);
2374 tree alias_type, alias_off;
2376 if (!validate_arglist (exp, REAL_TYPE,
2377 POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
2378 return NULL_RTX;
2380 arg = CALL_EXPR_ARG (exp, 0);
2381 sinp = CALL_EXPR_ARG (exp, 1);
2382 cosp = CALL_EXPR_ARG (exp, 2);
2384 /* Make a suitable register to place result in. */
2385 mode = TYPE_MODE (TREE_TYPE (arg));
2387 /* Check if sincos insn is available, otherwise emit the call. */
2388 if (optab_handler (sincos_optab, mode) == CODE_FOR_nothing)
2389 return NULL_RTX;
2391 target1 = gen_reg_rtx (mode);
2392 target2 = gen_reg_rtx (mode);
2394 op0 = expand_normal (arg);
2395 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true);
2396 alias_off = build_int_cst (alias_type, 0);
2397 op1 = expand_normal (fold_build2_loc (loc, MEM_REF, TREE_TYPE (arg),
2398 sinp, alias_off));
2399 op2 = expand_normal (fold_build2_loc (loc, MEM_REF, TREE_TYPE (arg),
2400 cosp, alias_off));
2402 /* Compute into target1 and target2.
2403 Set TARGET to wherever the result comes back. */
2404 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2405 gcc_assert (result);
2407 /* Move target1 and target2 to the memory locations indicated
2408 by op1 and op2. */
2409 emit_move_insn (op1, target1);
2410 emit_move_insn (op2, target2);
2412 return const0_rtx;
2415 /* Expand a call to the internal cexpi builtin to the sincos math function.
2416 EXP is the expression that is a call to the builtin function; if convenient,
2417 the result should be placed in TARGET. */
2419 static rtx
2420 expand_builtin_cexpi (tree exp, rtx target)
2422 tree fndecl = get_callee_fndecl (exp);
2423 tree arg, type;
2424 machine_mode mode;
2425 rtx op0, op1, op2;
2426 location_t loc = EXPR_LOCATION (exp);
2428 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2429 return NULL_RTX;
2431 arg = CALL_EXPR_ARG (exp, 0);
2432 type = TREE_TYPE (arg);
2433 mode = TYPE_MODE (TREE_TYPE (arg));
2435 /* Try expanding via a sincos optab, fall back to emitting a libcall
2436 to sincos or cexp. We are sure we have sincos or cexp because cexpi
2437 is only generated from sincos, cexp or if we have either of them. */
2438 if (optab_handler (sincos_optab, mode) != CODE_FOR_nothing)
2440 op1 = gen_reg_rtx (mode);
2441 op2 = gen_reg_rtx (mode);
2443 op0 = expand_expr (arg, NULL_RTX, VOIDmode, EXPAND_NORMAL);
2445 /* Compute into op1 and op2. */
2446 expand_twoval_unop (sincos_optab, op0, op2, op1, 0);
2448 else if (targetm.libc_has_function (function_sincos))
2450 tree call, fn = NULL_TREE;
2451 tree top1, top2;
2452 rtx op1a, op2a;
2454 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2455 fn = builtin_decl_explicit (BUILT_IN_SINCOSF);
2456 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2457 fn = builtin_decl_explicit (BUILT_IN_SINCOS);
2458 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2459 fn = builtin_decl_explicit (BUILT_IN_SINCOSL);
2460 else
2461 gcc_unreachable ();
2463 op1 = assign_temp (TREE_TYPE (arg), 1, 1);
2464 op2 = assign_temp (TREE_TYPE (arg), 1, 1);
2465 op1a = copy_addr_to_reg (XEXP (op1, 0));
2466 op2a = copy_addr_to_reg (XEXP (op2, 0));
2467 top1 = make_tree (build_pointer_type (TREE_TYPE (arg)), op1a);
2468 top2 = make_tree (build_pointer_type (TREE_TYPE (arg)), op2a);
2470 /* Make sure not to fold the sincos call again. */
2471 call = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn);
2472 expand_normal (build_call_nary (TREE_TYPE (TREE_TYPE (fn)),
2473 call, 3, arg, top1, top2));
2475 else
2477 tree call, fn = NULL_TREE, narg;
2478 tree ctype = build_complex_type (type);
2480 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2481 fn = builtin_decl_explicit (BUILT_IN_CEXPF);
2482 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2483 fn = builtin_decl_explicit (BUILT_IN_CEXP);
2484 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2485 fn = builtin_decl_explicit (BUILT_IN_CEXPL);
2486 else
2487 gcc_unreachable ();
2489 /* If we don't have a decl for cexp create one. This is the
2490 friendliest fallback if the user calls __builtin_cexpi
2491 without full target C99 function support. */
2492 if (fn == NULL_TREE)
2494 tree fntype;
2495 const char *name = NULL;
2497 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIF)
2498 name = "cexpf";
2499 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPI)
2500 name = "cexp";
2501 else if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CEXPIL)
2502 name = "cexpl";
2504 fntype = build_function_type_list (ctype, ctype, NULL_TREE);
2505 fn = build_fn_decl (name, fntype);
2508 narg = fold_build2_loc (loc, COMPLEX_EXPR, ctype,
2509 build_real (type, dconst0), arg);
2511 /* Make sure not to fold the cexp call again. */
2512 call = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn);
2513 return expand_expr (build_call_nary (ctype, call, 1, narg),
2514 target, VOIDmode, EXPAND_NORMAL);
2517 /* Now build the proper return type. */
2518 return expand_expr (build2 (COMPLEX_EXPR, build_complex_type (type),
2519 make_tree (TREE_TYPE (arg), op2),
2520 make_tree (TREE_TYPE (arg), op1)),
2521 target, VOIDmode, EXPAND_NORMAL);
2524 /* Conveniently construct a function call expression. FNDECL names the
2525 function to be called, N is the number of arguments, and the "..."
2526 parameters are the argument expressions. Unlike build_call_exr
2527 this doesn't fold the call, hence it will always return a CALL_EXPR. */
2529 static tree
2530 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...)
2532 va_list ap;
2533 tree fntype = TREE_TYPE (fndecl);
2534 tree fn = build1 (ADDR_EXPR, build_pointer_type (fntype), fndecl);
2536 va_start (ap, n);
2537 fn = build_call_valist (TREE_TYPE (fntype), fn, n, ap);
2538 va_end (ap);
2539 SET_EXPR_LOCATION (fn, loc);
2540 return fn;
2543 /* Expand a call to one of the builtin rounding functions gcc defines
2544 as an extension (lfloor and lceil). As these are gcc extensions we
2545 do not need to worry about setting errno to EDOM.
2546 If expanding via optab fails, lower expression to (int)(floor(x)).
2547 EXP is the expression that is a call to the builtin function;
2548 if convenient, the result should be placed in TARGET. */
2550 static rtx
2551 expand_builtin_int_roundingfn (tree exp, rtx target)
2553 convert_optab builtin_optab;
2554 rtx op0, tmp;
2555 rtx_insn *insns;
2556 tree fndecl = get_callee_fndecl (exp);
2557 enum built_in_function fallback_fn;
2558 tree fallback_fndecl;
2559 machine_mode mode;
2560 tree arg;
2562 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2563 gcc_unreachable ();
2565 arg = CALL_EXPR_ARG (exp, 0);
2567 switch (DECL_FUNCTION_CODE (fndecl))
2569 CASE_FLT_FN (BUILT_IN_ICEIL):
2570 CASE_FLT_FN (BUILT_IN_LCEIL):
2571 CASE_FLT_FN (BUILT_IN_LLCEIL):
2572 builtin_optab = lceil_optab;
2573 fallback_fn = BUILT_IN_CEIL;
2574 break;
2576 CASE_FLT_FN (BUILT_IN_IFLOOR):
2577 CASE_FLT_FN (BUILT_IN_LFLOOR):
2578 CASE_FLT_FN (BUILT_IN_LLFLOOR):
2579 builtin_optab = lfloor_optab;
2580 fallback_fn = BUILT_IN_FLOOR;
2581 break;
2583 default:
2584 gcc_unreachable ();
2587 /* Make a suitable register to place result in. */
2588 mode = TYPE_MODE (TREE_TYPE (exp));
2590 target = gen_reg_rtx (mode);
2592 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2593 need to expand the argument again. This way, we will not perform
2594 side-effects more the once. */
2595 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2597 op0 = expand_expr (arg, NULL, VOIDmode, EXPAND_NORMAL);
2599 start_sequence ();
2601 /* Compute into TARGET. */
2602 if (expand_sfix_optab (target, op0, builtin_optab))
2604 /* Output the entire sequence. */
2605 insns = get_insns ();
2606 end_sequence ();
2607 emit_insn (insns);
2608 return target;
2611 /* If we were unable to expand via the builtin, stop the sequence
2612 (without outputting the insns). */
2613 end_sequence ();
2615 /* Fall back to floating point rounding optab. */
2616 fallback_fndecl = mathfn_built_in (TREE_TYPE (arg), fallback_fn);
2618 /* For non-C99 targets we may end up without a fallback fndecl here
2619 if the user called __builtin_lfloor directly. In this case emit
2620 a call to the floor/ceil variants nevertheless. This should result
2621 in the best user experience for not full C99 targets. */
2622 if (fallback_fndecl == NULL_TREE)
2624 tree fntype;
2625 const char *name = NULL;
2627 switch (DECL_FUNCTION_CODE (fndecl))
2629 case BUILT_IN_ICEIL:
2630 case BUILT_IN_LCEIL:
2631 case BUILT_IN_LLCEIL:
2632 name = "ceil";
2633 break;
2634 case BUILT_IN_ICEILF:
2635 case BUILT_IN_LCEILF:
2636 case BUILT_IN_LLCEILF:
2637 name = "ceilf";
2638 break;
2639 case BUILT_IN_ICEILL:
2640 case BUILT_IN_LCEILL:
2641 case BUILT_IN_LLCEILL:
2642 name = "ceill";
2643 break;
2644 case BUILT_IN_IFLOOR:
2645 case BUILT_IN_LFLOOR:
2646 case BUILT_IN_LLFLOOR:
2647 name = "floor";
2648 break;
2649 case BUILT_IN_IFLOORF:
2650 case BUILT_IN_LFLOORF:
2651 case BUILT_IN_LLFLOORF:
2652 name = "floorf";
2653 break;
2654 case BUILT_IN_IFLOORL:
2655 case BUILT_IN_LFLOORL:
2656 case BUILT_IN_LLFLOORL:
2657 name = "floorl";
2658 break;
2659 default:
2660 gcc_unreachable ();
2663 fntype = build_function_type_list (TREE_TYPE (arg),
2664 TREE_TYPE (arg), NULL_TREE);
2665 fallback_fndecl = build_fn_decl (name, fntype);
2668 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg);
2670 tmp = expand_normal (exp);
2671 tmp = maybe_emit_group_store (tmp, TREE_TYPE (exp));
2673 /* Truncate the result of floating point optab to integer
2674 via expand_fix (). */
2675 target = gen_reg_rtx (mode);
2676 expand_fix (target, tmp, 0);
2678 return target;
2681 /* Expand a call to one of the builtin math functions doing integer
2682 conversion (lrint).
2683 Return 0 if a normal call should be emitted rather than expanding the
2684 function in-line. EXP is the expression that is a call to the builtin
2685 function; if convenient, the result should be placed in TARGET. */
2687 static rtx
2688 expand_builtin_int_roundingfn_2 (tree exp, rtx target)
2690 convert_optab builtin_optab;
2691 rtx op0;
2692 rtx_insn *insns;
2693 tree fndecl = get_callee_fndecl (exp);
2694 tree arg;
2695 machine_mode mode;
2696 enum built_in_function fallback_fn = BUILT_IN_NONE;
2698 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
2699 gcc_unreachable ();
2701 arg = CALL_EXPR_ARG (exp, 0);
2703 switch (DECL_FUNCTION_CODE (fndecl))
2705 CASE_FLT_FN (BUILT_IN_IRINT):
2706 fallback_fn = BUILT_IN_LRINT;
2707 gcc_fallthrough ();
2708 CASE_FLT_FN (BUILT_IN_LRINT):
2709 CASE_FLT_FN (BUILT_IN_LLRINT):
2710 builtin_optab = lrint_optab;
2711 break;
2713 CASE_FLT_FN (BUILT_IN_IROUND):
2714 fallback_fn = BUILT_IN_LROUND;
2715 gcc_fallthrough ();
2716 CASE_FLT_FN (BUILT_IN_LROUND):
2717 CASE_FLT_FN (BUILT_IN_LLROUND):
2718 builtin_optab = lround_optab;
2719 break;
2721 default:
2722 gcc_unreachable ();
2725 /* There's no easy way to detect the case we need to set EDOM. */
2726 if (flag_errno_math && fallback_fn == BUILT_IN_NONE)
2727 return NULL_RTX;
2729 /* Make a suitable register to place result in. */
2730 mode = TYPE_MODE (TREE_TYPE (exp));
2732 /* There's no easy way to detect the case we need to set EDOM. */
2733 if (!flag_errno_math)
2735 rtx result = gen_reg_rtx (mode);
2737 /* Wrap the computation of the argument in a SAVE_EXPR, as we may
2738 need to expand the argument again. This way, we will not perform
2739 side-effects more the once. */
2740 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
2742 op0 = expand_expr (arg, NULL, VOIDmode, EXPAND_NORMAL);
2744 start_sequence ();
2746 if (expand_sfix_optab (result, op0, builtin_optab))
2748 /* Output the entire sequence. */
2749 insns = get_insns ();
2750 end_sequence ();
2751 emit_insn (insns);
2752 return result;
2755 /* If we were unable to expand via the builtin, stop the sequence
2756 (without outputting the insns) and call to the library function
2757 with the stabilized argument list. */
2758 end_sequence ();
2761 if (fallback_fn != BUILT_IN_NONE)
2763 /* Fall back to rounding to long int. Use implicit_p 0 - for non-C99
2764 targets, (int) round (x) should never be transformed into
2765 BUILT_IN_IROUND and if __builtin_iround is called directly, emit
2766 a call to lround in the hope that the target provides at least some
2767 C99 functions. This should result in the best user experience for
2768 not full C99 targets. */
2769 tree fallback_fndecl = mathfn_built_in_1
2770 (TREE_TYPE (arg), as_combined_fn (fallback_fn), 0);
2772 exp = build_call_nofold_loc (EXPR_LOCATION (exp),
2773 fallback_fndecl, 1, arg);
2775 target = expand_call (exp, NULL_RTX, target == const0_rtx);
2776 target = maybe_emit_group_store (target, TREE_TYPE (exp));
2777 return convert_to_mode (mode, target, 0);
2780 return expand_call (exp, target, target == const0_rtx);
2783 /* Expand a call to the powi built-in mathematical function. Return NULL_RTX if
2784 a normal call should be emitted rather than expanding the function
2785 in-line. EXP is the expression that is a call to the builtin
2786 function; if convenient, the result should be placed in TARGET. */
2788 static rtx
2789 expand_builtin_powi (tree exp, rtx target)
2791 tree arg0, arg1;
2792 rtx op0, op1;
2793 machine_mode mode;
2794 machine_mode mode2;
2796 if (! validate_arglist (exp, REAL_TYPE, INTEGER_TYPE, VOID_TYPE))
2797 return NULL_RTX;
2799 arg0 = CALL_EXPR_ARG (exp, 0);
2800 arg1 = CALL_EXPR_ARG (exp, 1);
2801 mode = TYPE_MODE (TREE_TYPE (exp));
2803 /* Emit a libcall to libgcc. */
2805 /* Mode of the 2nd argument must match that of an int. */
2806 mode2 = int_mode_for_size (INT_TYPE_SIZE, 0).require ();
2808 if (target == NULL_RTX)
2809 target = gen_reg_rtx (mode);
2811 op0 = expand_expr (arg0, NULL_RTX, mode, EXPAND_NORMAL);
2812 if (GET_MODE (op0) != mode)
2813 op0 = convert_to_mode (mode, op0, 0);
2814 op1 = expand_expr (arg1, NULL_RTX, mode2, EXPAND_NORMAL);
2815 if (GET_MODE (op1) != mode2)
2816 op1 = convert_to_mode (mode2, op1, 0);
2818 target = emit_library_call_value (optab_libfunc (powi_optab, mode),
2819 target, LCT_CONST, mode,
2820 op0, mode, op1, mode2);
2822 return target;
2825 /* Expand expression EXP which is a call to the strlen builtin. Return
2826 NULL_RTX if we failed the caller should emit a normal call, otherwise
2827 try to get the result in TARGET, if convenient. */
2829 static rtx
2830 expand_builtin_strlen (tree exp, rtx target,
2831 machine_mode target_mode)
2833 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
2834 return NULL_RTX;
2836 struct expand_operand ops[4];
2837 rtx pat;
2838 tree len;
2839 tree src = CALL_EXPR_ARG (exp, 0);
2840 rtx src_reg;
2841 rtx_insn *before_strlen;
2842 machine_mode insn_mode;
2843 enum insn_code icode = CODE_FOR_nothing;
2844 unsigned int align;
2846 /* If the length can be computed at compile-time, return it. */
2847 len = c_strlen (src, 0);
2848 if (len)
2849 return expand_expr (len, target, target_mode, EXPAND_NORMAL);
2851 /* If the length can be computed at compile-time and is constant
2852 integer, but there are side-effects in src, evaluate
2853 src for side-effects, then return len.
2854 E.g. x = strlen (i++ ? "xfoo" + 1 : "bar");
2855 can be optimized into: i++; x = 3; */
2856 len = c_strlen (src, 1);
2857 if (len && TREE_CODE (len) == INTEGER_CST)
2859 expand_expr (src, const0_rtx, VOIDmode, EXPAND_NORMAL);
2860 return expand_expr (len, target, target_mode, EXPAND_NORMAL);
2863 align = get_pointer_alignment (src) / BITS_PER_UNIT;
2865 /* If SRC is not a pointer type, don't do this operation inline. */
2866 if (align == 0)
2867 return NULL_RTX;
2869 /* Bail out if we can't compute strlen in the right mode. */
2870 FOR_EACH_MODE_FROM (insn_mode, target_mode)
2872 icode = optab_handler (strlen_optab, insn_mode);
2873 if (icode != CODE_FOR_nothing)
2874 break;
2876 if (insn_mode == VOIDmode)
2877 return NULL_RTX;
2879 /* Make a place to hold the source address. We will not expand
2880 the actual source until we are sure that the expansion will
2881 not fail -- there are trees that cannot be expanded twice. */
2882 src_reg = gen_reg_rtx (Pmode);
2884 /* Mark the beginning of the strlen sequence so we can emit the
2885 source operand later. */
2886 before_strlen = get_last_insn ();
2888 create_output_operand (&ops[0], target, insn_mode);
2889 create_fixed_operand (&ops[1], gen_rtx_MEM (BLKmode, src_reg));
2890 create_integer_operand (&ops[2], 0);
2891 create_integer_operand (&ops[3], align);
2892 if (!maybe_expand_insn (icode, 4, ops))
2893 return NULL_RTX;
2895 /* Check to see if the argument was declared attribute nonstring
2896 and if so, issue a warning since at this point it's not known
2897 to be nul-terminated. */
2898 maybe_warn_nonstring_arg (get_callee_fndecl (exp), exp);
2900 /* Now that we are assured of success, expand the source. */
2901 start_sequence ();
2902 pat = expand_expr (src, src_reg, Pmode, EXPAND_NORMAL);
2903 if (pat != src_reg)
2905 #ifdef POINTERS_EXTEND_UNSIGNED
2906 if (GET_MODE (pat) != Pmode)
2907 pat = convert_to_mode (Pmode, pat,
2908 POINTERS_EXTEND_UNSIGNED);
2909 #endif
2910 emit_move_insn (src_reg, pat);
2912 pat = get_insns ();
2913 end_sequence ();
2915 if (before_strlen)
2916 emit_insn_after (pat, before_strlen);
2917 else
2918 emit_insn_before (pat, get_insns ());
2920 /* Return the value in the proper mode for this function. */
2921 if (GET_MODE (ops[0].value) == target_mode)
2922 target = ops[0].value;
2923 else if (target != 0)
2924 convert_move (target, ops[0].value, 0);
2925 else
2926 target = convert_to_mode (target_mode, ops[0].value, 0);
2928 return target;
2931 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
2932 bytes from constant string DATA + OFFSET and return it as target
2933 constant. */
2935 static rtx
2936 builtin_memcpy_read_str (void *data, HOST_WIDE_INT offset,
2937 scalar_int_mode mode)
2939 const char *str = (const char *) data;
2941 gcc_assert (offset >= 0
2942 && ((unsigned HOST_WIDE_INT) offset + GET_MODE_SIZE (mode)
2943 <= strlen (str) + 1));
2945 return c_readstr (str + offset, mode);
2948 /* LEN specify length of the block of memcpy/memset operation.
2949 Figure out its range and put it into MIN_SIZE/MAX_SIZE.
2950 In some cases we can make very likely guess on max size, then we
2951 set it into PROBABLE_MAX_SIZE. */
2953 static void
2954 determine_block_size (tree len, rtx len_rtx,
2955 unsigned HOST_WIDE_INT *min_size,
2956 unsigned HOST_WIDE_INT *max_size,
2957 unsigned HOST_WIDE_INT *probable_max_size)
2959 if (CONST_INT_P (len_rtx))
2961 *min_size = *max_size = *probable_max_size = UINTVAL (len_rtx);
2962 return;
2964 else
2966 wide_int min, max;
2967 enum value_range_type range_type = VR_UNDEFINED;
2969 /* Determine bounds from the type. */
2970 if (tree_fits_uhwi_p (TYPE_MIN_VALUE (TREE_TYPE (len))))
2971 *min_size = tree_to_uhwi (TYPE_MIN_VALUE (TREE_TYPE (len)));
2972 else
2973 *min_size = 0;
2974 if (tree_fits_uhwi_p (TYPE_MAX_VALUE (TREE_TYPE (len))))
2975 *probable_max_size = *max_size
2976 = tree_to_uhwi (TYPE_MAX_VALUE (TREE_TYPE (len)));
2977 else
2978 *probable_max_size = *max_size = GET_MODE_MASK (GET_MODE (len_rtx));
2980 if (TREE_CODE (len) == SSA_NAME)
2981 range_type = get_range_info (len, &min, &max);
2982 if (range_type == VR_RANGE)
2984 if (wi::fits_uhwi_p (min) && *min_size < min.to_uhwi ())
2985 *min_size = min.to_uhwi ();
2986 if (wi::fits_uhwi_p (max) && *max_size > max.to_uhwi ())
2987 *probable_max_size = *max_size = max.to_uhwi ();
2989 else if (range_type == VR_ANTI_RANGE)
2991 /* Anti range 0...N lets us to determine minimal size to N+1. */
2992 if (min == 0)
2994 if (wi::fits_uhwi_p (max) && max.to_uhwi () + 1 != 0)
2995 *min_size = max.to_uhwi () + 1;
2997 /* Code like
2999 int n;
3000 if (n < 100)
3001 memcpy (a, b, n)
3003 Produce anti range allowing negative values of N. We still
3004 can use the information and make a guess that N is not negative.
3006 else if (!wi::leu_p (max, 1 << 30) && wi::fits_uhwi_p (min))
3007 *probable_max_size = min.to_uhwi () - 1;
3010 gcc_checking_assert (*max_size <=
3011 (unsigned HOST_WIDE_INT)
3012 GET_MODE_MASK (GET_MODE (len_rtx)));
3015 /* Try to verify that the sizes and lengths of the arguments to a string
3016 manipulation function given by EXP are within valid bounds and that
3017 the operation does not lead to buffer overflow or read past the end.
3018 Arguments other than EXP may be null. When non-null, the arguments
3019 have the following meaning:
3020 DST is the destination of a copy call or NULL otherwise.
3021 SRC is the source of a copy call or NULL otherwise.
3022 DSTWRITE is the number of bytes written into the destination obtained
3023 from the user-supplied size argument to the function (such as in
3024 memcpy(DST, SRCs, DSTWRITE) or strncpy(DST, DRC, DSTWRITE).
3025 MAXREAD is the user-supplied bound on the length of the source sequence
3026 (such as in strncat(d, s, N). It specifies the upper limit on the number
3027 of bytes to write. If NULL, it's taken to be the same as DSTWRITE.
3028 SRCSTR is the source string (such as in strcpy(DST, SRC)) when the
3029 expression EXP is a string function call (as opposed to a memory call
3030 like memcpy). As an exception, SRCSTR can also be an integer denoting
3031 the precomputed size of the source string or object (for functions like
3032 memcpy).
3033 DSTSIZE is the size of the destination object specified by the last
3034 argument to the _chk builtins, typically resulting from the expansion
3035 of __builtin_object_size (such as in __builtin___strcpy_chk(DST, SRC,
3036 DSTSIZE).
3038 When DSTWRITE is null LEN is checked to verify that it doesn't exceed
3039 SIZE_MAX.
3041 If the call is successfully verified as safe return true, otherwise
3042 return false. */
3044 static bool
3045 check_access (tree exp, tree, tree, tree dstwrite,
3046 tree maxread, tree srcstr, tree dstsize)
3048 int opt = OPT_Wstringop_overflow_;
3050 /* The size of the largest object is half the address space, or
3051 PTRDIFF_MAX. (This is way too permissive.) */
3052 tree maxobjsize = max_object_size ();
3054 /* Either the length of the source string for string functions or
3055 the size of the source object for raw memory functions. */
3056 tree slen = NULL_TREE;
3058 tree range[2] = { NULL_TREE, NULL_TREE };
3060 /* Set to true when the exact number of bytes written by a string
3061 function like strcpy is not known and the only thing that is
3062 known is that it must be at least one (for the terminating nul). */
3063 bool at_least_one = false;
3064 if (srcstr)
3066 /* SRCSTR is normally a pointer to string but as a special case
3067 it can be an integer denoting the length of a string. */
3068 if (POINTER_TYPE_P (TREE_TYPE (srcstr)))
3070 /* Try to determine the range of lengths the source string
3071 refers to. If it can be determined and is less than
3072 the upper bound given by MAXREAD add one to it for
3073 the terminating nul. Otherwise, set it to one for
3074 the same reason, or to MAXREAD as appropriate. */
3075 get_range_strlen (srcstr, range);
3076 if (range[0] && (!maxread || TREE_CODE (maxread) == INTEGER_CST))
3078 if (maxread && tree_int_cst_le (maxread, range[0]))
3079 range[0] = range[1] = maxread;
3080 else
3081 range[0] = fold_build2 (PLUS_EXPR, size_type_node,
3082 range[0], size_one_node);
3084 if (maxread && tree_int_cst_le (maxread, range[1]))
3085 range[1] = maxread;
3086 else if (!integer_all_onesp (range[1]))
3087 range[1] = fold_build2 (PLUS_EXPR, size_type_node,
3088 range[1], size_one_node);
3090 slen = range[0];
3092 else
3094 at_least_one = true;
3095 slen = size_one_node;
3098 else
3099 slen = srcstr;
3102 if (!dstwrite && !maxread)
3104 /* When the only available piece of data is the object size
3105 there is nothing to do. */
3106 if (!slen)
3107 return true;
3109 /* Otherwise, when the length of the source sequence is known
3110 (as with strlen), set DSTWRITE to it. */
3111 if (!range[0])
3112 dstwrite = slen;
3115 if (!dstsize)
3116 dstsize = maxobjsize;
3118 if (dstwrite)
3119 get_size_range (dstwrite, range);
3121 tree func = get_callee_fndecl (exp);
3123 /* First check the number of bytes to be written against the maximum
3124 object size. */
3125 if (range[0] && tree_int_cst_lt (maxobjsize, range[0]))
3127 location_t loc = tree_nonartificial_location (exp);
3128 loc = expansion_point_location_if_in_system_header (loc);
3130 if (range[0] == range[1])
3131 warning_at (loc, opt,
3132 "%K%qD specified size %E "
3133 "exceeds maximum object size %E",
3134 exp, func, range[0], maxobjsize);
3135 else
3136 warning_at (loc, opt,
3137 "%K%qD specified size between %E and %E "
3138 "exceeds maximum object size %E",
3139 exp, func,
3140 range[0], range[1], maxobjsize);
3141 return false;
3144 /* The number of bytes to write is "exact" if DSTWRITE is non-null,
3145 constant, and in range of unsigned HOST_WIDE_INT. */
3146 bool exactwrite = dstwrite && tree_fits_uhwi_p (dstwrite);
3148 /* Next check the number of bytes to be written against the destination
3149 object size. */
3150 if (range[0] || !exactwrite || integer_all_onesp (dstwrite))
3152 if (range[0]
3153 && ((tree_fits_uhwi_p (dstsize)
3154 && tree_int_cst_lt (dstsize, range[0]))
3155 || (tree_fits_uhwi_p (dstwrite)
3156 && tree_int_cst_lt (dstwrite, range[0]))))
3158 if (TREE_NO_WARNING (exp))
3159 return false;
3161 location_t loc = tree_nonartificial_location (exp);
3162 loc = expansion_point_location_if_in_system_header (loc);
3164 if (dstwrite == slen && at_least_one)
3166 /* This is a call to strcpy with a destination of 0 size
3167 and a source of unknown length. The call will write
3168 at least one byte past the end of the destination. */
3169 warning_at (loc, opt,
3170 "%K%qD writing %E or more bytes into a region "
3171 "of size %E overflows the destination",
3172 exp, func, range[0], dstsize);
3174 else if (tree_int_cst_equal (range[0], range[1]))
3175 warning_n (loc, opt, tree_to_uhwi (range[0]),
3176 "%K%qD writing %E byte into a region "
3177 "of size %E overflows the destination",
3178 "%K%qD writing %E bytes into a region "
3179 "of size %E overflows the destination",
3180 exp, func, range[0], dstsize);
3181 else if (tree_int_cst_sign_bit (range[1]))
3183 /* Avoid printing the upper bound if it's invalid. */
3184 warning_at (loc, opt,
3185 "%K%qD writing %E or more bytes into a region "
3186 "of size %E overflows the destination",
3187 exp, func, range[0], dstsize);
3189 else
3190 warning_at (loc, opt,
3191 "%K%qD writing between %E and %E bytes into "
3192 "a region of size %E overflows the destination",
3193 exp, func, range[0], range[1],
3194 dstsize);
3196 /* Return error when an overflow has been detected. */
3197 return false;
3201 /* Check the maximum length of the source sequence against the size
3202 of the destination object if known, or against the maximum size
3203 of an object. */
3204 if (maxread)
3206 get_size_range (maxread, range);
3208 /* Use the lower end for MAXREAD from now on. */
3209 if (range[0])
3210 maxread = range[0];
3212 if (range[0] && dstsize && tree_fits_uhwi_p (dstsize))
3214 location_t loc = tree_nonartificial_location (exp);
3215 loc = expansion_point_location_if_in_system_header (loc);
3217 if (tree_int_cst_lt (maxobjsize, range[0]))
3219 if (TREE_NO_WARNING (exp))
3220 return false;
3222 /* Warn about crazy big sizes first since that's more
3223 likely to be meaningful than saying that the bound
3224 is greater than the object size if both are big. */
3225 if (range[0] == range[1])
3226 warning_at (loc, opt,
3227 "%K%qD specified bound %E "
3228 "exceeds maximum object size %E",
3229 exp, func,
3230 range[0], maxobjsize);
3231 else
3232 warning_at (loc, opt,
3233 "%K%qD specified bound between %E and %E "
3234 "exceeds maximum object size %E",
3235 exp, func,
3236 range[0], range[1], maxobjsize);
3238 return false;
3241 if (dstsize != maxobjsize && tree_int_cst_lt (dstsize, range[0]))
3243 if (TREE_NO_WARNING (exp))
3244 return false;
3246 if (tree_int_cst_equal (range[0], range[1]))
3247 warning_at (loc, opt,
3248 "%K%qD specified bound %E "
3249 "exceeds destination size %E",
3250 exp, func,
3251 range[0], dstsize);
3252 else
3253 warning_at (loc, opt,
3254 "%K%qD specified bound between %E and %E "
3255 "exceeds destination size %E",
3256 exp, func,
3257 range[0], range[1], dstsize);
3258 return false;
3263 /* Check for reading past the end of SRC. */
3264 if (slen
3265 && slen == srcstr
3266 && dstwrite && range[0]
3267 && tree_int_cst_lt (slen, range[0]))
3269 if (TREE_NO_WARNING (exp))
3270 return false;
3272 location_t loc = tree_nonartificial_location (exp);
3274 if (tree_int_cst_equal (range[0], range[1]))
3275 warning_n (loc, opt, tree_to_uhwi (range[0]),
3276 "%K%qD reading %E byte from a region of size %E",
3277 "%K%qD reading %E bytes from a region of size %E",
3278 exp, func, range[0], slen);
3279 else if (tree_int_cst_sign_bit (range[1]))
3281 /* Avoid printing the upper bound if it's invalid. */
3282 warning_at (loc, opt,
3283 "%K%qD reading %E or more bytes from a region "
3284 "of size %E",
3285 exp, func, range[0], slen);
3287 else
3288 warning_at (loc, opt,
3289 "%K%qD reading between %E and %E bytes from a region "
3290 "of size %E",
3291 exp, func, range[0], range[1], slen);
3292 return false;
3295 return true;
3298 /* Helper to compute the size of the object referenced by the DEST
3299 expression which must have pointer type, using Object Size type
3300 OSTYPE (only the least significant 2 bits are used). Return
3301 an estimate of the size of the object if successful or NULL when
3302 the size cannot be determined. When the referenced object involves
3303 a non-constant offset in some range the returned value represents
3304 the largest size given the smallest non-negative offset in the
3305 range. The function is intended for diagnostics and should not
3306 be used to influence code generation or optimization. */
3308 tree
3309 compute_objsize (tree dest, int ostype)
3311 unsigned HOST_WIDE_INT size;
3313 /* Only the two least significant bits are meaningful. */
3314 ostype &= 3;
3316 if (compute_builtin_object_size (dest, ostype, &size))
3317 return build_int_cst (sizetype, size);
3319 if (TREE_CODE (dest) == SSA_NAME)
3321 gimple *stmt = SSA_NAME_DEF_STMT (dest);
3322 if (!is_gimple_assign (stmt))
3323 return NULL_TREE;
3325 dest = gimple_assign_rhs1 (stmt);
3327 tree_code code = gimple_assign_rhs_code (stmt);
3328 if (code == POINTER_PLUS_EXPR)
3330 /* compute_builtin_object_size fails for addresses with
3331 non-constant offsets. Try to determine the range of
3332 such an offset here and use it to adjus the constant
3333 size. */
3334 tree off = gimple_assign_rhs2 (stmt);
3335 if (TREE_CODE (off) == SSA_NAME
3336 && INTEGRAL_TYPE_P (TREE_TYPE (off)))
3338 wide_int min, max;
3339 enum value_range_type rng = get_range_info (off, &min, &max);
3341 if (rng == VR_RANGE)
3343 if (tree size = compute_objsize (dest, ostype))
3345 wide_int wisiz = wi::to_wide (size);
3347 /* Ignore negative offsets for now. For others,
3348 use the lower bound as the most optimistic
3349 estimate of the (remaining)size. */
3350 if (wi::sign_mask (min))
3352 else if (wi::ltu_p (min, wisiz))
3353 return wide_int_to_tree (TREE_TYPE (size),
3354 wi::sub (wisiz, min));
3355 else
3356 return size_zero_node;
3361 else if (code != ADDR_EXPR)
3362 return NULL_TREE;
3365 /* Unless computing the largest size (for memcpy and other raw memory
3366 functions), try to determine the size of the object from its type. */
3367 if (!ostype)
3368 return NULL_TREE;
3370 if (TREE_CODE (dest) != ADDR_EXPR)
3371 return NULL_TREE;
3373 tree type = TREE_TYPE (dest);
3374 if (TREE_CODE (type) == POINTER_TYPE)
3375 type = TREE_TYPE (type);
3377 type = TYPE_MAIN_VARIANT (type);
3379 if (TREE_CODE (type) == ARRAY_TYPE
3380 && !array_at_struct_end_p (TREE_OPERAND (dest, 0)))
3382 /* Return the constant size unless it's zero (that's a zero-length
3383 array likely at the end of a struct). */
3384 tree size = TYPE_SIZE_UNIT (type);
3385 if (size && TREE_CODE (size) == INTEGER_CST
3386 && !integer_zerop (size))
3387 return size;
3390 return NULL_TREE;
3393 /* Helper to determine and check the sizes of the source and the destination
3394 of calls to __builtin_{bzero,memcpy,mempcpy,memset} calls. EXP is the
3395 call expression, DEST is the destination argument, SRC is the source
3396 argument or null, and LEN is the number of bytes. Use Object Size type-0
3397 regardless of the OPT_Wstringop_overflow_ setting. Return true on success
3398 (no overflow or invalid sizes), false otherwise. */
3400 static bool
3401 check_memop_access (tree exp, tree dest, tree src, tree size)
3403 /* For functions like memset and memcpy that operate on raw memory
3404 try to determine the size of the largest source and destination
3405 object using type-0 Object Size regardless of the object size
3406 type specified by the option. */
3407 tree srcsize = src ? compute_objsize (src, 0) : NULL_TREE;
3408 tree dstsize = compute_objsize (dest, 0);
3410 return check_access (exp, dest, src, size, /*maxread=*/NULL_TREE,
3411 srcsize, dstsize);
3414 /* Validate memchr arguments without performing any expansion.
3415 Return NULL_RTX. */
3417 static rtx
3418 expand_builtin_memchr (tree exp, rtx)
3420 if (!validate_arglist (exp,
3421 POINTER_TYPE, INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
3422 return NULL_RTX;
3424 tree arg1 = CALL_EXPR_ARG (exp, 0);
3425 tree len = CALL_EXPR_ARG (exp, 2);
3427 /* Diagnose calls where the specified length exceeds the size
3428 of the object. */
3429 if (warn_stringop_overflow)
3431 tree size = compute_objsize (arg1, 0);
3432 check_access (exp, /*dst=*/NULL_TREE, /*src=*/NULL_TREE, len,
3433 /*maxread=*/NULL_TREE, size, /*objsize=*/NULL_TREE);
3436 return NULL_RTX;
3439 /* Expand a call EXP to the memcpy builtin.
3440 Return NULL_RTX if we failed, the caller should emit a normal call,
3441 otherwise try to get the result in TARGET, if convenient (and in
3442 mode MODE if that's convenient). */
3444 static rtx
3445 expand_builtin_memcpy (tree exp, rtx target)
3447 if (!validate_arglist (exp,
3448 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3449 return NULL_RTX;
3451 tree dest = CALL_EXPR_ARG (exp, 0);
3452 tree src = CALL_EXPR_ARG (exp, 1);
3453 tree len = CALL_EXPR_ARG (exp, 2);
3455 check_memop_access (exp, dest, src, len);
3457 return expand_builtin_memory_copy_args (dest, src, len, target, exp,
3458 /*endp=*/ 0);
3461 /* Check a call EXP to the memmove built-in for validity.
3462 Return NULL_RTX on both success and failure. */
3464 static rtx
3465 expand_builtin_memmove (tree exp, rtx)
3467 if (!validate_arglist (exp,
3468 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3469 return NULL_RTX;
3471 tree dest = CALL_EXPR_ARG (exp, 0);
3472 tree src = CALL_EXPR_ARG (exp, 1);
3473 tree len = CALL_EXPR_ARG (exp, 2);
3475 check_memop_access (exp, dest, src, len);
3477 return NULL_RTX;
3480 /* Expand an instrumented call EXP to the memcpy builtin.
3481 Return NULL_RTX if we failed, the caller should emit a normal call,
3482 otherwise try to get the result in TARGET, if convenient (and in
3483 mode MODE if that's convenient). */
3485 static rtx
3486 expand_builtin_memcpy_with_bounds (tree exp, rtx target)
3488 if (!validate_arglist (exp,
3489 POINTER_TYPE, POINTER_BOUNDS_TYPE,
3490 POINTER_TYPE, POINTER_BOUNDS_TYPE,
3491 INTEGER_TYPE, VOID_TYPE))
3492 return NULL_RTX;
3493 else
3495 tree dest = CALL_EXPR_ARG (exp, 0);
3496 tree src = CALL_EXPR_ARG (exp, 2);
3497 tree len = CALL_EXPR_ARG (exp, 4);
3498 rtx res = expand_builtin_memory_copy_args (dest, src, len, target, exp,
3499 /*end_p=*/ 0);
3501 /* Return src bounds with the result. */
3502 if (res)
3504 rtx bnd = force_reg (targetm.chkp_bound_mode (),
3505 expand_normal (CALL_EXPR_ARG (exp, 1)));
3506 res = chkp_join_splitted_slot (res, bnd);
3508 return res;
3512 /* Expand a call EXP to the mempcpy builtin.
3513 Return NULL_RTX if we failed; the caller should emit a normal call,
3514 otherwise try to get the result in TARGET, if convenient (and in
3515 mode MODE if that's convenient). If ENDP is 0 return the
3516 destination pointer, if ENDP is 1 return the end pointer ala
3517 mempcpy, and if ENDP is 2 return the end pointer minus one ala
3518 stpcpy. */
3520 static rtx
3521 expand_builtin_mempcpy (tree exp, rtx target)
3523 if (!validate_arglist (exp,
3524 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
3525 return NULL_RTX;
3527 tree dest = CALL_EXPR_ARG (exp, 0);
3528 tree src = CALL_EXPR_ARG (exp, 1);
3529 tree len = CALL_EXPR_ARG (exp, 2);
3531 /* Policy does not generally allow using compute_objsize (which
3532 is used internally by check_memop_size) to change code generation
3533 or drive optimization decisions.
3535 In this instance it is safe because the code we generate has
3536 the same semantics regardless of the return value of
3537 check_memop_sizes. Exactly the same amount of data is copied
3538 and the return value is exactly the same in both cases.
3540 Furthermore, check_memop_size always uses mode 0 for the call to
3541 compute_objsize, so the imprecise nature of compute_objsize is
3542 avoided. */
3544 /* Avoid expanding mempcpy into memcpy when the call is determined
3545 to overflow the buffer. This also prevents the same overflow
3546 from being diagnosed again when expanding memcpy. */
3547 if (!check_memop_access (exp, dest, src, len))
3548 return NULL_RTX;
3550 return expand_builtin_mempcpy_args (dest, src, len,
3551 target, exp, /*endp=*/ 1);
3554 /* Expand an instrumented call EXP to the mempcpy builtin.
3555 Return NULL_RTX if we failed, the caller should emit a normal call,
3556 otherwise try to get the result in TARGET, if convenient (and in
3557 mode MODE if that's convenient). */
3559 static rtx
3560 expand_builtin_mempcpy_with_bounds (tree exp, rtx target)
3562 if (!validate_arglist (exp,
3563 POINTER_TYPE, POINTER_BOUNDS_TYPE,
3564 POINTER_TYPE, POINTER_BOUNDS_TYPE,
3565 INTEGER_TYPE, VOID_TYPE))
3566 return NULL_RTX;
3567 else
3569 tree dest = CALL_EXPR_ARG (exp, 0);
3570 tree src = CALL_EXPR_ARG (exp, 2);
3571 tree len = CALL_EXPR_ARG (exp, 4);
3572 rtx res = expand_builtin_mempcpy_args (dest, src, len, target,
3573 exp, 1);
3575 /* Return src bounds with the result. */
3576 if (res)
3578 rtx bnd = force_reg (targetm.chkp_bound_mode (),
3579 expand_normal (CALL_EXPR_ARG (exp, 1)));
3580 res = chkp_join_splitted_slot (res, bnd);
3582 return res;
3586 /* Helper function to do the actual work for expand of memory copy family
3587 functions (memcpy, mempcpy, stpcpy). Expansing should assign LEN bytes
3588 of memory from SRC to DEST and assign to TARGET if convenient.
3589 If ENDP is 0 return the
3590 destination pointer, if ENDP is 1 return the end pointer ala
3591 mempcpy, and if ENDP is 2 return the end pointer minus one ala
3592 stpcpy. */
3594 static rtx
3595 expand_builtin_memory_copy_args (tree dest, tree src, tree len,
3596 rtx target, tree exp, int endp)
3598 const char *src_str;
3599 unsigned int src_align = get_pointer_alignment (src);
3600 unsigned int dest_align = get_pointer_alignment (dest);
3601 rtx dest_mem, src_mem, dest_addr, len_rtx;
3602 HOST_WIDE_INT expected_size = -1;
3603 unsigned int expected_align = 0;
3604 unsigned HOST_WIDE_INT min_size;
3605 unsigned HOST_WIDE_INT max_size;
3606 unsigned HOST_WIDE_INT probable_max_size;
3608 /* If DEST is not a pointer type, call the normal function. */
3609 if (dest_align == 0)
3610 return NULL_RTX;
3612 /* If either SRC is not a pointer type, don't do this
3613 operation in-line. */
3614 if (src_align == 0)
3615 return NULL_RTX;
3617 if (currently_expanding_gimple_stmt)
3618 stringop_block_profile (currently_expanding_gimple_stmt,
3619 &expected_align, &expected_size);
3621 if (expected_align < dest_align)
3622 expected_align = dest_align;
3623 dest_mem = get_memory_rtx (dest, len);
3624 set_mem_align (dest_mem, dest_align);
3625 len_rtx = expand_normal (len);
3626 determine_block_size (len, len_rtx, &min_size, &max_size,
3627 &probable_max_size);
3628 src_str = c_getstr (src);
3630 /* If SRC is a string constant and block move would be done
3631 by pieces, we can avoid loading the string from memory
3632 and only stored the computed constants. */
3633 if (src_str
3634 && CONST_INT_P (len_rtx)
3635 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1
3636 && can_store_by_pieces (INTVAL (len_rtx), builtin_memcpy_read_str,
3637 CONST_CAST (char *, src_str),
3638 dest_align, false))
3640 dest_mem = store_by_pieces (dest_mem, INTVAL (len_rtx),
3641 builtin_memcpy_read_str,
3642 CONST_CAST (char *, src_str),
3643 dest_align, false, endp);
3644 dest_mem = force_operand (XEXP (dest_mem, 0), target);
3645 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3646 return dest_mem;
3649 src_mem = get_memory_rtx (src, len);
3650 set_mem_align (src_mem, src_align);
3652 /* Copy word part most expediently. */
3653 dest_addr = emit_block_move_hints (dest_mem, src_mem, len_rtx,
3654 CALL_EXPR_TAILCALL (exp)
3655 && (endp == 0 || target == const0_rtx)
3656 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL,
3657 expected_align, expected_size,
3658 min_size, max_size, probable_max_size);
3660 if (dest_addr == 0)
3662 dest_addr = force_operand (XEXP (dest_mem, 0), target);
3663 dest_addr = convert_memory_address (ptr_mode, dest_addr);
3666 if (endp && target != const0_rtx)
3668 dest_addr = gen_rtx_PLUS (ptr_mode, dest_addr, len_rtx);
3669 /* stpcpy pointer to last byte. */
3670 if (endp == 2)
3671 dest_addr = gen_rtx_MINUS (ptr_mode, dest_addr, const1_rtx);
3674 return dest_addr;
3677 static rtx
3678 expand_builtin_mempcpy_args (tree dest, tree src, tree len,
3679 rtx target, tree orig_exp, int endp)
3681 return expand_builtin_memory_copy_args (dest, src, len, target, orig_exp,
3682 endp);
3685 /* Expand into a movstr instruction, if one is available. Return NULL_RTX if
3686 we failed, the caller should emit a normal call, otherwise try to
3687 get the result in TARGET, if convenient. If ENDP is 0 return the
3688 destination pointer, if ENDP is 1 return the end pointer ala
3689 mempcpy, and if ENDP is 2 return the end pointer minus one ala
3690 stpcpy. */
3692 static rtx
3693 expand_movstr (tree dest, tree src, rtx target, int endp)
3695 struct expand_operand ops[3];
3696 rtx dest_mem;
3697 rtx src_mem;
3699 if (!targetm.have_movstr ())
3700 return NULL_RTX;
3702 dest_mem = get_memory_rtx (dest, NULL);
3703 src_mem = get_memory_rtx (src, NULL);
3704 if (!endp)
3706 target = force_reg (Pmode, XEXP (dest_mem, 0));
3707 dest_mem = replace_equiv_address (dest_mem, target);
3710 create_output_operand (&ops[0], endp ? target : NULL_RTX, Pmode);
3711 create_fixed_operand (&ops[1], dest_mem);
3712 create_fixed_operand (&ops[2], src_mem);
3713 if (!maybe_expand_insn (targetm.code_for_movstr, 3, ops))
3714 return NULL_RTX;
3716 if (endp && target != const0_rtx)
3718 target = ops[0].value;
3719 /* movstr is supposed to set end to the address of the NUL
3720 terminator. If the caller requested a mempcpy-like return value,
3721 adjust it. */
3722 if (endp == 1)
3724 rtx tem = plus_constant (GET_MODE (target),
3725 gen_lowpart (GET_MODE (target), target), 1);
3726 emit_move_insn (target, force_operand (tem, NULL_RTX));
3729 return target;
3732 /* Do some very basic size validation of a call to the strcpy builtin
3733 given by EXP. Return NULL_RTX to have the built-in expand to a call
3734 to the library function. */
3736 static rtx
3737 expand_builtin_strcat (tree exp, rtx)
3739 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE)
3740 || !warn_stringop_overflow)
3741 return NULL_RTX;
3743 tree dest = CALL_EXPR_ARG (exp, 0);
3744 tree src = CALL_EXPR_ARG (exp, 1);
3746 /* There is no way here to determine the length of the string in
3747 the destination to which the SRC string is being appended so
3748 just diagnose cases when the souce string is longer than
3749 the destination object. */
3751 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1);
3753 check_access (exp, dest, src, /*size=*/NULL_TREE, /*maxread=*/NULL_TREE, src,
3754 destsize);
3756 return NULL_RTX;
3759 /* Expand expression EXP, which is a call to the strcpy builtin. Return
3760 NULL_RTX if we failed the caller should emit a normal call, otherwise
3761 try to get the result in TARGET, if convenient (and in mode MODE if that's
3762 convenient). */
3764 static rtx
3765 expand_builtin_strcpy (tree exp, rtx target)
3767 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
3768 return NULL_RTX;
3770 tree dest = CALL_EXPR_ARG (exp, 0);
3771 tree src = CALL_EXPR_ARG (exp, 1);
3773 if (warn_stringop_overflow)
3775 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1);
3776 check_access (exp, dest, src, /*size=*/NULL_TREE, /*maxread=*/NULL_TREE,
3777 src, destsize);
3780 return expand_builtin_strcpy_args (dest, src, target);
3783 /* Helper function to do the actual work for expand_builtin_strcpy. The
3784 arguments to the builtin_strcpy call DEST and SRC are broken out
3785 so that this can also be called without constructing an actual CALL_EXPR.
3786 The other arguments and return value are the same as for
3787 expand_builtin_strcpy. */
3789 static rtx
3790 expand_builtin_strcpy_args (tree dest, tree src, rtx target)
3792 return expand_movstr (dest, src, target, /*endp=*/0);
3795 /* Expand a call EXP to the stpcpy builtin.
3796 Return NULL_RTX if we failed the caller should emit a normal call,
3797 otherwise try to get the result in TARGET, if convenient (and in
3798 mode MODE if that's convenient). */
3800 static rtx
3801 expand_builtin_stpcpy (tree exp, rtx target, machine_mode mode)
3803 tree dst, src;
3804 location_t loc = EXPR_LOCATION (exp);
3806 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
3807 return NULL_RTX;
3809 dst = CALL_EXPR_ARG (exp, 0);
3810 src = CALL_EXPR_ARG (exp, 1);
3812 if (warn_stringop_overflow)
3814 tree destsize = compute_objsize (dst, warn_stringop_overflow - 1);
3815 check_access (exp, dst, src, /*size=*/NULL_TREE, /*maxread=*/NULL_TREE,
3816 src, destsize);
3819 /* If return value is ignored, transform stpcpy into strcpy. */
3820 if (target == const0_rtx && builtin_decl_implicit (BUILT_IN_STRCPY))
3822 tree fn = builtin_decl_implicit (BUILT_IN_STRCPY);
3823 tree result = build_call_nofold_loc (loc, fn, 2, dst, src);
3824 return expand_expr (result, target, mode, EXPAND_NORMAL);
3826 else
3828 tree len, lenp1;
3829 rtx ret;
3831 /* Ensure we get an actual string whose length can be evaluated at
3832 compile-time, not an expression containing a string. This is
3833 because the latter will potentially produce pessimized code
3834 when used to produce the return value. */
3835 if (! c_getstr (src) || ! (len = c_strlen (src, 0)))
3836 return expand_movstr (dst, src, target, /*endp=*/2);
3838 lenp1 = size_binop_loc (loc, PLUS_EXPR, len, ssize_int (1));
3839 ret = expand_builtin_mempcpy_args (dst, src, lenp1,
3840 target, exp, /*endp=*/2);
3842 if (ret)
3843 return ret;
3845 if (TREE_CODE (len) == INTEGER_CST)
3847 rtx len_rtx = expand_normal (len);
3849 if (CONST_INT_P (len_rtx))
3851 ret = expand_builtin_strcpy_args (dst, src, target);
3853 if (ret)
3855 if (! target)
3857 if (mode != VOIDmode)
3858 target = gen_reg_rtx (mode);
3859 else
3860 target = gen_reg_rtx (GET_MODE (ret));
3862 if (GET_MODE (target) != GET_MODE (ret))
3863 ret = gen_lowpart (GET_MODE (target), ret);
3865 ret = plus_constant (GET_MODE (ret), ret, INTVAL (len_rtx));
3866 ret = emit_move_insn (target, force_operand (ret, NULL_RTX));
3867 gcc_assert (ret);
3869 return target;
3874 return expand_movstr (dst, src, target, /*endp=*/2);
3878 /* Check a call EXP to the stpncpy built-in for validity.
3879 Return NULL_RTX on both success and failure. */
3881 static rtx
3882 expand_builtin_stpncpy (tree exp, rtx)
3884 if (!validate_arglist (exp,
3885 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)
3886 || !warn_stringop_overflow)
3887 return NULL_RTX;
3889 /* The source and destination of the call. */
3890 tree dest = CALL_EXPR_ARG (exp, 0);
3891 tree src = CALL_EXPR_ARG (exp, 1);
3893 /* The exact number of bytes to write (not the maximum). */
3894 tree len = CALL_EXPR_ARG (exp, 2);
3896 /* The size of the destination object. */
3897 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1);
3899 check_access (exp, dest, src, len, /*maxread=*/NULL_TREE, src, destsize);
3901 return NULL_RTX;
3904 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
3905 bytes from constant string DATA + OFFSET and return it as target
3906 constant. */
3909 builtin_strncpy_read_str (void *data, HOST_WIDE_INT offset,
3910 scalar_int_mode mode)
3912 const char *str = (const char *) data;
3914 if ((unsigned HOST_WIDE_INT) offset > strlen (str))
3915 return const0_rtx;
3917 return c_readstr (str + offset, mode);
3920 /* Helper to check the sizes of sequences and the destination of calls
3921 to __builtin_strncat and __builtin___strncat_chk. Returns true on
3922 success (no overflow or invalid sizes), false otherwise. */
3924 static bool
3925 check_strncat_sizes (tree exp, tree objsize)
3927 tree dest = CALL_EXPR_ARG (exp, 0);
3928 tree src = CALL_EXPR_ARG (exp, 1);
3929 tree maxread = CALL_EXPR_ARG (exp, 2);
3931 /* Try to determine the range of lengths that the source expression
3932 refers to. */
3933 tree lenrange[2];
3934 get_range_strlen (src, lenrange);
3936 /* Try to verify that the destination is big enough for the shortest
3937 string. */
3939 if (!objsize && warn_stringop_overflow)
3941 /* If it hasn't been provided by __strncat_chk, try to determine
3942 the size of the destination object into which the source is
3943 being copied. */
3944 objsize = compute_objsize (dest, warn_stringop_overflow - 1);
3947 /* Add one for the terminating nul. */
3948 tree srclen = (lenrange[0]
3949 ? fold_build2 (PLUS_EXPR, size_type_node, lenrange[0],
3950 size_one_node)
3951 : NULL_TREE);
3953 /* The strncat function copies at most MAXREAD bytes and always appends
3954 the terminating nul so the specified upper bound should never be equal
3955 to (or greater than) the size of the destination. */
3956 if (tree_fits_uhwi_p (maxread) && tree_fits_uhwi_p (objsize)
3957 && tree_int_cst_equal (objsize, maxread))
3959 location_t loc = tree_nonartificial_location (exp);
3960 loc = expansion_point_location_if_in_system_header (loc);
3962 warning_at (loc, OPT_Wstringop_overflow_,
3963 "%K%qD specified bound %E equals destination size",
3964 exp, get_callee_fndecl (exp), maxread);
3966 return false;
3969 if (!srclen
3970 || (maxread && tree_fits_uhwi_p (maxread)
3971 && tree_fits_uhwi_p (srclen)
3972 && tree_int_cst_lt (maxread, srclen)))
3973 srclen = maxread;
3975 /* The number of bytes to write is LEN but check_access will also
3976 check SRCLEN if LEN's value isn't known. */
3977 return check_access (exp, dest, src, /*size=*/NULL_TREE, maxread, srclen,
3978 objsize);
3981 /* Similar to expand_builtin_strcat, do some very basic size validation
3982 of a call to the strcpy builtin given by EXP. Return NULL_RTX to have
3983 the built-in expand to a call to the library function. */
3985 static rtx
3986 expand_builtin_strncat (tree exp, rtx)
3988 if (!validate_arglist (exp,
3989 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)
3990 || !warn_stringop_overflow)
3991 return NULL_RTX;
3993 tree dest = CALL_EXPR_ARG (exp, 0);
3994 tree src = CALL_EXPR_ARG (exp, 1);
3995 /* The upper bound on the number of bytes to write. */
3996 tree maxread = CALL_EXPR_ARG (exp, 2);
3997 /* The length of the source sequence. */
3998 tree slen = c_strlen (src, 1);
4000 /* Try to determine the range of lengths that the source expression
4001 refers to. */
4002 tree lenrange[2];
4003 if (slen)
4004 lenrange[0] = lenrange[1] = slen;
4005 else
4006 get_range_strlen (src, lenrange);
4008 /* Try to verify that the destination is big enough for the shortest
4009 string. First try to determine the size of the destination object
4010 into which the source is being copied. */
4011 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1);
4013 /* Add one for the terminating nul. */
4014 tree srclen = (lenrange[0]
4015 ? fold_build2 (PLUS_EXPR, size_type_node, lenrange[0],
4016 size_one_node)
4017 : NULL_TREE);
4019 /* The strncat function copies at most MAXREAD bytes and always appends
4020 the terminating nul so the specified upper bound should never be equal
4021 to (or greater than) the size of the destination. */
4022 if (tree_fits_uhwi_p (maxread) && tree_fits_uhwi_p (destsize)
4023 && tree_int_cst_equal (destsize, maxread))
4025 location_t loc = tree_nonartificial_location (exp);
4026 loc = expansion_point_location_if_in_system_header (loc);
4028 warning_at (loc, OPT_Wstringop_overflow_,
4029 "%K%qD specified bound %E equals destination size",
4030 exp, get_callee_fndecl (exp), maxread);
4032 return NULL_RTX;
4035 if (!srclen
4036 || (maxread && tree_fits_uhwi_p (maxread)
4037 && tree_fits_uhwi_p (srclen)
4038 && tree_int_cst_lt (maxread, srclen)))
4039 srclen = maxread;
4041 /* The number of bytes to write is SRCLEN. */
4042 check_access (exp, dest, src, NULL_TREE, maxread, srclen, destsize);
4044 return NULL_RTX;
4047 /* Expand expression EXP, which is a call to the strncpy builtin. Return
4048 NULL_RTX if we failed the caller should emit a normal call. */
4050 static rtx
4051 expand_builtin_strncpy (tree exp, rtx target)
4053 location_t loc = EXPR_LOCATION (exp);
4055 if (validate_arglist (exp,
4056 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4058 tree dest = CALL_EXPR_ARG (exp, 0);
4059 tree src = CALL_EXPR_ARG (exp, 1);
4060 /* The number of bytes to write (not the maximum). */
4061 tree len = CALL_EXPR_ARG (exp, 2);
4062 /* The length of the source sequence. */
4063 tree slen = c_strlen (src, 1);
4065 if (warn_stringop_overflow)
4067 tree destsize = compute_objsize (dest,
4068 warn_stringop_overflow - 1);
4070 /* The number of bytes to write is LEN but check_access will also
4071 check SLEN if LEN's value isn't known. */
4072 check_access (exp, dest, src, len, /*maxread=*/NULL_TREE, src,
4073 destsize);
4076 /* We must be passed a constant len and src parameter. */
4077 if (!tree_fits_uhwi_p (len) || !slen || !tree_fits_uhwi_p (slen))
4078 return NULL_RTX;
4080 slen = size_binop_loc (loc, PLUS_EXPR, slen, ssize_int (1));
4082 /* We're required to pad with trailing zeros if the requested
4083 len is greater than strlen(s2)+1. In that case try to
4084 use store_by_pieces, if it fails, punt. */
4085 if (tree_int_cst_lt (slen, len))
4087 unsigned int dest_align = get_pointer_alignment (dest);
4088 const char *p = c_getstr (src);
4089 rtx dest_mem;
4091 if (!p || dest_align == 0 || !tree_fits_uhwi_p (len)
4092 || !can_store_by_pieces (tree_to_uhwi (len),
4093 builtin_strncpy_read_str,
4094 CONST_CAST (char *, p),
4095 dest_align, false))
4096 return NULL_RTX;
4098 dest_mem = get_memory_rtx (dest, len);
4099 store_by_pieces (dest_mem, tree_to_uhwi (len),
4100 builtin_strncpy_read_str,
4101 CONST_CAST (char *, p), dest_align, false, 0);
4102 dest_mem = force_operand (XEXP (dest_mem, 0), target);
4103 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4104 return dest_mem;
4107 return NULL_RTX;
4110 /* Callback routine for store_by_pieces. Read GET_MODE_BITSIZE (MODE)
4111 bytes from constant string DATA + OFFSET and return it as target
4112 constant. */
4115 builtin_memset_read_str (void *data, HOST_WIDE_INT offset ATTRIBUTE_UNUSED,
4116 scalar_int_mode mode)
4118 const char *c = (const char *) data;
4119 char *p = XALLOCAVEC (char, GET_MODE_SIZE (mode));
4121 memset (p, *c, GET_MODE_SIZE (mode));
4123 return c_readstr (p, mode);
4126 /* Callback routine for store_by_pieces. Return the RTL of a register
4127 containing GET_MODE_SIZE (MODE) consecutive copies of the unsigned
4128 char value given in the RTL register data. For example, if mode is
4129 4 bytes wide, return the RTL for 0x01010101*data. */
4131 static rtx
4132 builtin_memset_gen_str (void *data, HOST_WIDE_INT offset ATTRIBUTE_UNUSED,
4133 scalar_int_mode mode)
4135 rtx target, coeff;
4136 size_t size;
4137 char *p;
4139 size = GET_MODE_SIZE (mode);
4140 if (size == 1)
4141 return (rtx) data;
4143 p = XALLOCAVEC (char, size);
4144 memset (p, 1, size);
4145 coeff = c_readstr (p, mode);
4147 target = convert_to_mode (mode, (rtx) data, 1);
4148 target = expand_mult (mode, target, coeff, NULL_RTX, 1);
4149 return force_reg (mode, target);
4152 /* Expand expression EXP, which is a call to the memset builtin. Return
4153 NULL_RTX if we failed the caller should emit a normal call, otherwise
4154 try to get the result in TARGET, if convenient (and in mode MODE if that's
4155 convenient). */
4157 static rtx
4158 expand_builtin_memset (tree exp, rtx target, machine_mode mode)
4160 if (!validate_arglist (exp,
4161 POINTER_TYPE, INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
4162 return NULL_RTX;
4164 tree dest = CALL_EXPR_ARG (exp, 0);
4165 tree val = CALL_EXPR_ARG (exp, 1);
4166 tree len = CALL_EXPR_ARG (exp, 2);
4168 check_memop_access (exp, dest, NULL_TREE, len);
4170 return expand_builtin_memset_args (dest, val, len, target, mode, exp);
4173 /* Expand expression EXP, which is an instrumented call to the memset builtin.
4174 Return NULL_RTX if we failed the caller should emit a normal call, otherwise
4175 try to get the result in TARGET, if convenient (and in mode MODE if that's
4176 convenient). */
4178 static rtx
4179 expand_builtin_memset_with_bounds (tree exp, rtx target, machine_mode mode)
4181 if (!validate_arglist (exp,
4182 POINTER_TYPE, POINTER_BOUNDS_TYPE,
4183 INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
4184 return NULL_RTX;
4185 else
4187 tree dest = CALL_EXPR_ARG (exp, 0);
4188 tree val = CALL_EXPR_ARG (exp, 2);
4189 tree len = CALL_EXPR_ARG (exp, 3);
4190 rtx res = expand_builtin_memset_args (dest, val, len, target, mode, exp);
4192 /* Return src bounds with the result. */
4193 if (res)
4195 rtx bnd = force_reg (targetm.chkp_bound_mode (),
4196 expand_normal (CALL_EXPR_ARG (exp, 1)));
4197 res = chkp_join_splitted_slot (res, bnd);
4199 return res;
4203 /* Helper function to do the actual work for expand_builtin_memset. The
4204 arguments to the builtin_memset call DEST, VAL, and LEN are broken out
4205 so that this can also be called without constructing an actual CALL_EXPR.
4206 The other arguments and return value are the same as for
4207 expand_builtin_memset. */
4209 static rtx
4210 expand_builtin_memset_args (tree dest, tree val, tree len,
4211 rtx target, machine_mode mode, tree orig_exp)
4213 tree fndecl, fn;
4214 enum built_in_function fcode;
4215 machine_mode val_mode;
4216 char c;
4217 unsigned int dest_align;
4218 rtx dest_mem, dest_addr, len_rtx;
4219 HOST_WIDE_INT expected_size = -1;
4220 unsigned int expected_align = 0;
4221 unsigned HOST_WIDE_INT min_size;
4222 unsigned HOST_WIDE_INT max_size;
4223 unsigned HOST_WIDE_INT probable_max_size;
4225 dest_align = get_pointer_alignment (dest);
4227 /* If DEST is not a pointer type, don't do this operation in-line. */
4228 if (dest_align == 0)
4229 return NULL_RTX;
4231 if (currently_expanding_gimple_stmt)
4232 stringop_block_profile (currently_expanding_gimple_stmt,
4233 &expected_align, &expected_size);
4235 if (expected_align < dest_align)
4236 expected_align = dest_align;
4238 /* If the LEN parameter is zero, return DEST. */
4239 if (integer_zerop (len))
4241 /* Evaluate and ignore VAL in case it has side-effects. */
4242 expand_expr (val, const0_rtx, VOIDmode, EXPAND_NORMAL);
4243 return expand_expr (dest, target, mode, EXPAND_NORMAL);
4246 /* Stabilize the arguments in case we fail. */
4247 dest = builtin_save_expr (dest);
4248 val = builtin_save_expr (val);
4249 len = builtin_save_expr (len);
4251 len_rtx = expand_normal (len);
4252 determine_block_size (len, len_rtx, &min_size, &max_size,
4253 &probable_max_size);
4254 dest_mem = get_memory_rtx (dest, len);
4255 val_mode = TYPE_MODE (unsigned_char_type_node);
4257 if (TREE_CODE (val) != INTEGER_CST)
4259 rtx val_rtx;
4261 val_rtx = expand_normal (val);
4262 val_rtx = convert_to_mode (val_mode, val_rtx, 0);
4264 /* Assume that we can memset by pieces if we can store
4265 * the coefficients by pieces (in the required modes).
4266 * We can't pass builtin_memset_gen_str as that emits RTL. */
4267 c = 1;
4268 if (tree_fits_uhwi_p (len)
4269 && can_store_by_pieces (tree_to_uhwi (len),
4270 builtin_memset_read_str, &c, dest_align,
4271 true))
4273 val_rtx = force_reg (val_mode, val_rtx);
4274 store_by_pieces (dest_mem, tree_to_uhwi (len),
4275 builtin_memset_gen_str, val_rtx, dest_align,
4276 true, 0);
4278 else if (!set_storage_via_setmem (dest_mem, len_rtx, val_rtx,
4279 dest_align, expected_align,
4280 expected_size, min_size, max_size,
4281 probable_max_size))
4282 goto do_libcall;
4284 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4285 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4286 return dest_mem;
4289 if (target_char_cast (val, &c))
4290 goto do_libcall;
4292 if (c)
4294 if (tree_fits_uhwi_p (len)
4295 && can_store_by_pieces (tree_to_uhwi (len),
4296 builtin_memset_read_str, &c, dest_align,
4297 true))
4298 store_by_pieces (dest_mem, tree_to_uhwi (len),
4299 builtin_memset_read_str, &c, dest_align, true, 0);
4300 else if (!set_storage_via_setmem (dest_mem, len_rtx,
4301 gen_int_mode (c, val_mode),
4302 dest_align, expected_align,
4303 expected_size, min_size, max_size,
4304 probable_max_size))
4305 goto do_libcall;
4307 dest_mem = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4308 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4309 return dest_mem;
4312 set_mem_align (dest_mem, dest_align);
4313 dest_addr = clear_storage_hints (dest_mem, len_rtx,
4314 CALL_EXPR_TAILCALL (orig_exp)
4315 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL,
4316 expected_align, expected_size,
4317 min_size, max_size,
4318 probable_max_size);
4320 if (dest_addr == 0)
4322 dest_addr = force_operand (XEXP (dest_mem, 0), NULL_RTX);
4323 dest_addr = convert_memory_address (ptr_mode, dest_addr);
4326 return dest_addr;
4328 do_libcall:
4329 fndecl = get_callee_fndecl (orig_exp);
4330 fcode = DECL_FUNCTION_CODE (fndecl);
4331 if (fcode == BUILT_IN_MEMSET
4332 || fcode == BUILT_IN_CHKP_MEMSET_NOBND_NOCHK_CHKP)
4333 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3,
4334 dest, val, len);
4335 else if (fcode == BUILT_IN_BZERO)
4336 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2,
4337 dest, len);
4338 else
4339 gcc_unreachable ();
4340 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4341 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp);
4342 return expand_call (fn, target, target == const0_rtx);
4345 /* Expand expression EXP, which is a call to the bzero builtin. Return
4346 NULL_RTX if we failed the caller should emit a normal call. */
4348 static rtx
4349 expand_builtin_bzero (tree exp)
4351 if (!validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4352 return NULL_RTX;
4354 tree dest = CALL_EXPR_ARG (exp, 0);
4355 tree size = CALL_EXPR_ARG (exp, 1);
4357 check_memop_access (exp, dest, NULL_TREE, size);
4359 /* New argument list transforming bzero(ptr x, int y) to
4360 memset(ptr x, int 0, size_t y). This is done this way
4361 so that if it isn't expanded inline, we fallback to
4362 calling bzero instead of memset. */
4364 location_t loc = EXPR_LOCATION (exp);
4366 return expand_builtin_memset_args (dest, integer_zero_node,
4367 fold_convert_loc (loc,
4368 size_type_node, size),
4369 const0_rtx, VOIDmode, exp);
4372 /* Try to expand cmpstr operation ICODE with the given operands.
4373 Return the result rtx on success, otherwise return null. */
4375 static rtx
4376 expand_cmpstr (insn_code icode, rtx target, rtx arg1_rtx, rtx arg2_rtx,
4377 HOST_WIDE_INT align)
4379 machine_mode insn_mode = insn_data[icode].operand[0].mode;
4381 if (target && (!REG_P (target) || HARD_REGISTER_P (target)))
4382 target = NULL_RTX;
4384 struct expand_operand ops[4];
4385 create_output_operand (&ops[0], target, insn_mode);
4386 create_fixed_operand (&ops[1], arg1_rtx);
4387 create_fixed_operand (&ops[2], arg2_rtx);
4388 create_integer_operand (&ops[3], align);
4389 if (maybe_expand_insn (icode, 4, ops))
4390 return ops[0].value;
4391 return NULL_RTX;
4394 /* Expand expression EXP, which is a call to the memcmp built-in function.
4395 Return NULL_RTX if we failed and the caller should emit a normal call,
4396 otherwise try to get the result in TARGET, if convenient.
4397 RESULT_EQ is true if we can relax the returned value to be either zero
4398 or nonzero, without caring about the sign. */
4400 static rtx
4401 expand_builtin_memcmp (tree exp, rtx target, bool result_eq)
4403 if (!validate_arglist (exp,
4404 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4405 return NULL_RTX;
4407 tree arg1 = CALL_EXPR_ARG (exp, 0);
4408 tree arg2 = CALL_EXPR_ARG (exp, 1);
4409 tree len = CALL_EXPR_ARG (exp, 2);
4411 /* Diagnose calls where the specified length exceeds the size of either
4412 object. */
4413 if (warn_stringop_overflow)
4415 tree size = compute_objsize (arg1, 0);
4416 if (check_access (exp, /*dst=*/NULL_TREE, /*src=*/NULL_TREE, len,
4417 /*maxread=*/NULL_TREE, size, /*objsize=*/NULL_TREE))
4419 size = compute_objsize (arg2, 0);
4420 check_access (exp, /*dst=*/NULL_TREE, /*src=*/NULL_TREE, len,
4421 /*maxread=*/NULL_TREE, size, /*objsize=*/NULL_TREE);
4425 machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
4426 location_t loc = EXPR_LOCATION (exp);
4428 unsigned int arg1_align = get_pointer_alignment (arg1) / BITS_PER_UNIT;
4429 unsigned int arg2_align = get_pointer_alignment (arg2) / BITS_PER_UNIT;
4431 /* If we don't have POINTER_TYPE, call the function. */
4432 if (arg1_align == 0 || arg2_align == 0)
4433 return NULL_RTX;
4435 rtx arg1_rtx = get_memory_rtx (arg1, len);
4436 rtx arg2_rtx = get_memory_rtx (arg2, len);
4437 rtx len_rtx = expand_normal (fold_convert_loc (loc, sizetype, len));
4439 /* Set MEM_SIZE as appropriate. */
4440 if (CONST_INT_P (len_rtx))
4442 set_mem_size (arg1_rtx, INTVAL (len_rtx));
4443 set_mem_size (arg2_rtx, INTVAL (len_rtx));
4446 by_pieces_constfn constfn = NULL;
4448 const char *src_str = c_getstr (arg2);
4449 if (result_eq && src_str == NULL)
4451 src_str = c_getstr (arg1);
4452 if (src_str != NULL)
4453 std::swap (arg1_rtx, arg2_rtx);
4456 /* If SRC is a string constant and block move would be done
4457 by pieces, we can avoid loading the string from memory
4458 and only stored the computed constants. */
4459 if (src_str
4460 && CONST_INT_P (len_rtx)
4461 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1)
4462 constfn = builtin_memcpy_read_str;
4464 rtx result = emit_block_cmp_hints (arg1_rtx, arg2_rtx, len_rtx,
4465 TREE_TYPE (len), target,
4466 result_eq, constfn,
4467 CONST_CAST (char *, src_str));
4469 if (result)
4471 /* Return the value in the proper mode for this function. */
4472 if (GET_MODE (result) == mode)
4473 return result;
4475 if (target != 0)
4477 convert_move (target, result, 0);
4478 return target;
4481 return convert_to_mode (mode, result, 0);
4484 return NULL_RTX;
4487 /* Expand expression EXP, which is a call to the strcmp builtin. Return NULL_RTX
4488 if we failed the caller should emit a normal call, otherwise try to get
4489 the result in TARGET, if convenient. */
4491 static rtx
4492 expand_builtin_strcmp (tree exp, ATTRIBUTE_UNUSED rtx target)
4494 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
4495 return NULL_RTX;
4497 insn_code cmpstr_icode = direct_optab_handler (cmpstr_optab, SImode);
4498 insn_code cmpstrn_icode = direct_optab_handler (cmpstrn_optab, SImode);
4499 if (cmpstr_icode == CODE_FOR_nothing && cmpstrn_icode == CODE_FOR_nothing)
4500 return NULL_RTX;
4502 tree arg1 = CALL_EXPR_ARG (exp, 0);
4503 tree arg2 = CALL_EXPR_ARG (exp, 1);
4505 unsigned int arg1_align = get_pointer_alignment (arg1) / BITS_PER_UNIT;
4506 unsigned int arg2_align = get_pointer_alignment (arg2) / BITS_PER_UNIT;
4508 /* If we don't have POINTER_TYPE, call the function. */
4509 if (arg1_align == 0 || arg2_align == 0)
4510 return NULL_RTX;
4512 /* Stabilize the arguments in case gen_cmpstr(n)si fail. */
4513 arg1 = builtin_save_expr (arg1);
4514 arg2 = builtin_save_expr (arg2);
4516 rtx arg1_rtx = get_memory_rtx (arg1, NULL);
4517 rtx arg2_rtx = get_memory_rtx (arg2, NULL);
4519 rtx result = NULL_RTX;
4520 /* Try to call cmpstrsi. */
4521 if (cmpstr_icode != CODE_FOR_nothing)
4522 result = expand_cmpstr (cmpstr_icode, target, arg1_rtx, arg2_rtx,
4523 MIN (arg1_align, arg2_align));
4525 /* Try to determine at least one length and call cmpstrnsi. */
4526 if (!result && cmpstrn_icode != CODE_FOR_nothing)
4528 tree len;
4529 rtx arg3_rtx;
4531 tree len1 = c_strlen (arg1, 1);
4532 tree len2 = c_strlen (arg2, 1);
4534 if (len1)
4535 len1 = size_binop (PLUS_EXPR, ssize_int (1), len1);
4536 if (len2)
4537 len2 = size_binop (PLUS_EXPR, ssize_int (1), len2);
4539 /* If we don't have a constant length for the first, use the length
4540 of the second, if we know it. We don't require a constant for
4541 this case; some cost analysis could be done if both are available
4542 but neither is constant. For now, assume they're equally cheap,
4543 unless one has side effects. If both strings have constant lengths,
4544 use the smaller. */
4546 if (!len1)
4547 len = len2;
4548 else if (!len2)
4549 len = len1;
4550 else if (TREE_SIDE_EFFECTS (len1))
4551 len = len2;
4552 else if (TREE_SIDE_EFFECTS (len2))
4553 len = len1;
4554 else if (TREE_CODE (len1) != INTEGER_CST)
4555 len = len2;
4556 else if (TREE_CODE (len2) != INTEGER_CST)
4557 len = len1;
4558 else if (tree_int_cst_lt (len1, len2))
4559 len = len1;
4560 else
4561 len = len2;
4563 /* If both arguments have side effects, we cannot optimize. */
4564 if (len && !TREE_SIDE_EFFECTS (len))
4566 arg3_rtx = expand_normal (len);
4567 result = expand_cmpstrn_or_cmpmem
4568 (cmpstrn_icode, target, arg1_rtx, arg2_rtx, TREE_TYPE (len),
4569 arg3_rtx, MIN (arg1_align, arg2_align));
4573 /* Check to see if the argument was declared attribute nonstring
4574 and if so, issue a warning since at this point it's not known
4575 to be nul-terminated. */
4576 tree fndecl = get_callee_fndecl (exp);
4577 maybe_warn_nonstring_arg (fndecl, exp);
4579 if (result)
4581 /* Return the value in the proper mode for this function. */
4582 machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
4583 if (GET_MODE (result) == mode)
4584 return result;
4585 if (target == 0)
4586 return convert_to_mode (mode, result, 0);
4587 convert_move (target, result, 0);
4588 return target;
4591 /* Expand the library call ourselves using a stabilized argument
4592 list to avoid re-evaluating the function's arguments twice. */
4593 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2);
4594 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4595 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
4596 return expand_call (fn, target, target == const0_rtx);
4599 /* Expand expression EXP, which is a call to the strncmp builtin. Return
4600 NULL_RTX if we failed the caller should emit a normal call, otherwise try to get
4601 the result in TARGET, if convenient. */
4603 static rtx
4604 expand_builtin_strncmp (tree exp, ATTRIBUTE_UNUSED rtx target,
4605 ATTRIBUTE_UNUSED machine_mode mode)
4607 if (!validate_arglist (exp,
4608 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
4609 return NULL_RTX;
4611 /* If c_strlen can determine an expression for one of the string
4612 lengths, and it doesn't have side effects, then emit cmpstrnsi
4613 using length MIN(strlen(string)+1, arg3). */
4614 insn_code cmpstrn_icode = direct_optab_handler (cmpstrn_optab, SImode);
4615 if (cmpstrn_icode == CODE_FOR_nothing)
4616 return NULL_RTX;
4618 tree len;
4620 tree arg1 = CALL_EXPR_ARG (exp, 0);
4621 tree arg2 = CALL_EXPR_ARG (exp, 1);
4622 tree arg3 = CALL_EXPR_ARG (exp, 2);
4624 unsigned int arg1_align = get_pointer_alignment (arg1) / BITS_PER_UNIT;
4625 unsigned int arg2_align = get_pointer_alignment (arg2) / BITS_PER_UNIT;
4627 tree len1 = c_strlen (arg1, 1);
4628 tree len2 = c_strlen (arg2, 1);
4630 location_t loc = EXPR_LOCATION (exp);
4632 if (len1)
4633 len1 = size_binop_loc (loc, PLUS_EXPR, ssize_int (1), len1);
4634 if (len2)
4635 len2 = size_binop_loc (loc, PLUS_EXPR, ssize_int (1), len2);
4637 tree len3 = fold_convert_loc (loc, sizetype, arg3);
4639 /* If we don't have a constant length for the first, use the length
4640 of the second, if we know it. If neither string is constant length,
4641 use the given length argument. We don't require a constant for
4642 this case; some cost analysis could be done if both are available
4643 but neither is constant. For now, assume they're equally cheap,
4644 unless one has side effects. If both strings have constant lengths,
4645 use the smaller. */
4647 if (!len1 && !len2)
4648 len = len3;
4649 else if (!len1)
4650 len = len2;
4651 else if (!len2)
4652 len = len1;
4653 else if (TREE_SIDE_EFFECTS (len1))
4654 len = len2;
4655 else if (TREE_SIDE_EFFECTS (len2))
4656 len = len1;
4657 else if (TREE_CODE (len1) != INTEGER_CST)
4658 len = len2;
4659 else if (TREE_CODE (len2) != INTEGER_CST)
4660 len = len1;
4661 else if (tree_int_cst_lt (len1, len2))
4662 len = len1;
4663 else
4664 len = len2;
4666 /* If we are not using the given length, we must incorporate it here.
4667 The actual new length parameter will be MIN(len,arg3) in this case. */
4668 if (len != len3)
4669 len = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (len), len, len3);
4670 rtx arg1_rtx = get_memory_rtx (arg1, len);
4671 rtx arg2_rtx = get_memory_rtx (arg2, len);
4672 rtx arg3_rtx = expand_normal (len);
4673 rtx result = expand_cmpstrn_or_cmpmem (cmpstrn_icode, target, arg1_rtx,
4674 arg2_rtx, TREE_TYPE (len), arg3_rtx,
4675 MIN (arg1_align, arg2_align));
4677 /* Check to see if the argument was declared attribute nonstring
4678 and if so, issue a warning since at this point it's not known
4679 to be nul-terminated. */
4680 tree fndecl = get_callee_fndecl (exp);
4681 maybe_warn_nonstring_arg (fndecl, exp);
4683 if (result)
4685 /* Return the value in the proper mode for this function. */
4686 mode = TYPE_MODE (TREE_TYPE (exp));
4687 if (GET_MODE (result) == mode)
4688 return result;
4689 if (target == 0)
4690 return convert_to_mode (mode, result, 0);
4691 convert_move (target, result, 0);
4692 return target;
4695 /* Expand the library call ourselves using a stabilized argument
4696 list to avoid re-evaluating the function's arguments twice. */
4697 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len);
4698 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
4699 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
4700 return expand_call (fn, target, target == const0_rtx);
4703 /* Expand a call to __builtin_saveregs, generating the result in TARGET,
4704 if that's convenient. */
4707 expand_builtin_saveregs (void)
4709 rtx val;
4710 rtx_insn *seq;
4712 /* Don't do __builtin_saveregs more than once in a function.
4713 Save the result of the first call and reuse it. */
4714 if (saveregs_value != 0)
4715 return saveregs_value;
4717 /* When this function is called, it means that registers must be
4718 saved on entry to this function. So we migrate the call to the
4719 first insn of this function. */
4721 start_sequence ();
4723 /* Do whatever the machine needs done in this case. */
4724 val = targetm.calls.expand_builtin_saveregs ();
4726 seq = get_insns ();
4727 end_sequence ();
4729 saveregs_value = val;
4731 /* Put the insns after the NOTE that starts the function. If this
4732 is inside a start_sequence, make the outer-level insn chain current, so
4733 the code is placed at the start of the function. */
4734 push_topmost_sequence ();
4735 emit_insn_after (seq, entry_of_function ());
4736 pop_topmost_sequence ();
4738 return val;
4741 /* Expand a call to __builtin_next_arg. */
4743 static rtx
4744 expand_builtin_next_arg (void)
4746 /* Checking arguments is already done in fold_builtin_next_arg
4747 that must be called before this function. */
4748 return expand_binop (ptr_mode, add_optab,
4749 crtl->args.internal_arg_pointer,
4750 crtl->args.arg_offset_rtx,
4751 NULL_RTX, 0, OPTAB_LIB_WIDEN);
4754 /* Make it easier for the backends by protecting the valist argument
4755 from multiple evaluations. */
4757 static tree
4758 stabilize_va_list_loc (location_t loc, tree valist, int needs_lvalue)
4760 tree vatype = targetm.canonical_va_list_type (TREE_TYPE (valist));
4762 /* The current way of determining the type of valist is completely
4763 bogus. We should have the information on the va builtin instead. */
4764 if (!vatype)
4765 vatype = targetm.fn_abi_va_list (cfun->decl);
4767 if (TREE_CODE (vatype) == ARRAY_TYPE)
4769 if (TREE_SIDE_EFFECTS (valist))
4770 valist = save_expr (valist);
4772 /* For this case, the backends will be expecting a pointer to
4773 vatype, but it's possible we've actually been given an array
4774 (an actual TARGET_CANONICAL_VA_LIST_TYPE (valist)).
4775 So fix it. */
4776 if (TREE_CODE (TREE_TYPE (valist)) == ARRAY_TYPE)
4778 tree p1 = build_pointer_type (TREE_TYPE (vatype));
4779 valist = build_fold_addr_expr_with_type_loc (loc, valist, p1);
4782 else
4784 tree pt = build_pointer_type (vatype);
4786 if (! needs_lvalue)
4788 if (! TREE_SIDE_EFFECTS (valist))
4789 return valist;
4791 valist = fold_build1_loc (loc, ADDR_EXPR, pt, valist);
4792 TREE_SIDE_EFFECTS (valist) = 1;
4795 if (TREE_SIDE_EFFECTS (valist))
4796 valist = save_expr (valist);
4797 valist = fold_build2_loc (loc, MEM_REF,
4798 vatype, valist, build_int_cst (pt, 0));
4801 return valist;
4804 /* The "standard" definition of va_list is void*. */
4806 tree
4807 std_build_builtin_va_list (void)
4809 return ptr_type_node;
4812 /* The "standard" abi va_list is va_list_type_node. */
4814 tree
4815 std_fn_abi_va_list (tree fndecl ATTRIBUTE_UNUSED)
4817 return va_list_type_node;
4820 /* The "standard" type of va_list is va_list_type_node. */
4822 tree
4823 std_canonical_va_list_type (tree type)
4825 tree wtype, htype;
4827 wtype = va_list_type_node;
4828 htype = type;
4830 if (TREE_CODE (wtype) == ARRAY_TYPE)
4832 /* If va_list is an array type, the argument may have decayed
4833 to a pointer type, e.g. by being passed to another function.
4834 In that case, unwrap both types so that we can compare the
4835 underlying records. */
4836 if (TREE_CODE (htype) == ARRAY_TYPE
4837 || POINTER_TYPE_P (htype))
4839 wtype = TREE_TYPE (wtype);
4840 htype = TREE_TYPE (htype);
4843 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype))
4844 return va_list_type_node;
4846 return NULL_TREE;
4849 /* The "standard" implementation of va_start: just assign `nextarg' to
4850 the variable. */
4852 void
4853 std_expand_builtin_va_start (tree valist, rtx nextarg)
4855 rtx va_r = expand_expr (valist, NULL_RTX, VOIDmode, EXPAND_WRITE);
4856 convert_move (va_r, nextarg, 0);
4858 /* We do not have any valid bounds for the pointer, so
4859 just store zero bounds for it. */
4860 if (chkp_function_instrumented_p (current_function_decl))
4861 chkp_expand_bounds_reset_for_mem (valist,
4862 make_tree (TREE_TYPE (valist),
4863 nextarg));
4866 /* Expand EXP, a call to __builtin_va_start. */
4868 static rtx
4869 expand_builtin_va_start (tree exp)
4871 rtx nextarg;
4872 tree valist;
4873 location_t loc = EXPR_LOCATION (exp);
4875 if (call_expr_nargs (exp) < 2)
4877 error_at (loc, "too few arguments to function %<va_start%>");
4878 return const0_rtx;
4881 if (fold_builtin_next_arg (exp, true))
4882 return const0_rtx;
4884 nextarg = expand_builtin_next_arg ();
4885 valist = stabilize_va_list_loc (loc, CALL_EXPR_ARG (exp, 0), 1);
4887 if (targetm.expand_builtin_va_start)
4888 targetm.expand_builtin_va_start (valist, nextarg);
4889 else
4890 std_expand_builtin_va_start (valist, nextarg);
4892 return const0_rtx;
4895 /* Expand EXP, a call to __builtin_va_end. */
4897 static rtx
4898 expand_builtin_va_end (tree exp)
4900 tree valist = CALL_EXPR_ARG (exp, 0);
4902 /* Evaluate for side effects, if needed. I hate macros that don't
4903 do that. */
4904 if (TREE_SIDE_EFFECTS (valist))
4905 expand_expr (valist, const0_rtx, VOIDmode, EXPAND_NORMAL);
4907 return const0_rtx;
4910 /* Expand EXP, a call to __builtin_va_copy. We do this as a
4911 builtin rather than just as an assignment in stdarg.h because of the
4912 nastiness of array-type va_list types. */
4914 static rtx
4915 expand_builtin_va_copy (tree exp)
4917 tree dst, src, t;
4918 location_t loc = EXPR_LOCATION (exp);
4920 dst = CALL_EXPR_ARG (exp, 0);
4921 src = CALL_EXPR_ARG (exp, 1);
4923 dst = stabilize_va_list_loc (loc, dst, 1);
4924 src = stabilize_va_list_loc (loc, src, 0);
4926 gcc_assert (cfun != NULL && cfun->decl != NULL_TREE);
4928 if (TREE_CODE (targetm.fn_abi_va_list (cfun->decl)) != ARRAY_TYPE)
4930 t = build2 (MODIFY_EXPR, targetm.fn_abi_va_list (cfun->decl), dst, src);
4931 TREE_SIDE_EFFECTS (t) = 1;
4932 expand_expr (t, const0_rtx, VOIDmode, EXPAND_NORMAL);
4934 else
4936 rtx dstb, srcb, size;
4938 /* Evaluate to pointers. */
4939 dstb = expand_expr (dst, NULL_RTX, Pmode, EXPAND_NORMAL);
4940 srcb = expand_expr (src, NULL_RTX, Pmode, EXPAND_NORMAL);
4941 size = expand_expr (TYPE_SIZE_UNIT (targetm.fn_abi_va_list (cfun->decl)),
4942 NULL_RTX, VOIDmode, EXPAND_NORMAL);
4944 dstb = convert_memory_address (Pmode, dstb);
4945 srcb = convert_memory_address (Pmode, srcb);
4947 /* "Dereference" to BLKmode memories. */
4948 dstb = gen_rtx_MEM (BLKmode, dstb);
4949 set_mem_alias_set (dstb, get_alias_set (TREE_TYPE (TREE_TYPE (dst))));
4950 set_mem_align (dstb, TYPE_ALIGN (targetm.fn_abi_va_list (cfun->decl)));
4951 srcb = gen_rtx_MEM (BLKmode, srcb);
4952 set_mem_alias_set (srcb, get_alias_set (TREE_TYPE (TREE_TYPE (src))));
4953 set_mem_align (srcb, TYPE_ALIGN (targetm.fn_abi_va_list (cfun->decl)));
4955 /* Copy. */
4956 emit_block_move (dstb, srcb, size, BLOCK_OP_NORMAL);
4959 return const0_rtx;
4962 /* Expand a call to one of the builtin functions __builtin_frame_address or
4963 __builtin_return_address. */
4965 static rtx
4966 expand_builtin_frame_address (tree fndecl, tree exp)
4968 /* The argument must be a nonnegative integer constant.
4969 It counts the number of frames to scan up the stack.
4970 The value is either the frame pointer value or the return
4971 address saved in that frame. */
4972 if (call_expr_nargs (exp) == 0)
4973 /* Warning about missing arg was already issued. */
4974 return const0_rtx;
4975 else if (! tree_fits_uhwi_p (CALL_EXPR_ARG (exp, 0)))
4977 error ("invalid argument to %qD", fndecl);
4978 return const0_rtx;
4980 else
4982 /* Number of frames to scan up the stack. */
4983 unsigned HOST_WIDE_INT count = tree_to_uhwi (CALL_EXPR_ARG (exp, 0));
4985 rtx tem = expand_builtin_return_addr (DECL_FUNCTION_CODE (fndecl), count);
4987 /* Some ports cannot access arbitrary stack frames. */
4988 if (tem == NULL)
4990 warning (0, "unsupported argument to %qD", fndecl);
4991 return const0_rtx;
4994 if (count)
4996 /* Warn since no effort is made to ensure that any frame
4997 beyond the current one exists or can be safely reached. */
4998 warning (OPT_Wframe_address, "calling %qD with "
4999 "a nonzero argument is unsafe", fndecl);
5002 /* For __builtin_frame_address, return what we've got. */
5003 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS)
5004 return tem;
5006 if (!REG_P (tem)
5007 && ! CONSTANT_P (tem))
5008 tem = copy_addr_to_reg (tem);
5009 return tem;
5013 /* Expand EXP, a call to the alloca builtin. Return NULL_RTX if we
5014 failed and the caller should emit a normal call. */
5016 static rtx
5017 expand_builtin_alloca (tree exp)
5019 rtx op0;
5020 rtx result;
5021 unsigned int align;
5022 tree fndecl = get_callee_fndecl (exp);
5023 HOST_WIDE_INT max_size;
5024 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
5025 bool alloca_for_var = CALL_ALLOCA_FOR_VAR_P (exp);
5026 bool valid_arglist
5027 = (fcode == BUILT_IN_ALLOCA_WITH_ALIGN_AND_MAX
5028 ? validate_arglist (exp, INTEGER_TYPE, INTEGER_TYPE, INTEGER_TYPE,
5029 VOID_TYPE)
5030 : fcode == BUILT_IN_ALLOCA_WITH_ALIGN
5031 ? validate_arglist (exp, INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE)
5032 : validate_arglist (exp, INTEGER_TYPE, VOID_TYPE));
5034 if (!valid_arglist)
5035 return NULL_RTX;
5037 if ((alloca_for_var && !warn_vla_limit)
5038 || (!alloca_for_var && !warn_alloca_limit))
5040 /* -Walloca-larger-than and -Wvla-larger-than settings override
5041 the more general -Walloc-size-larger-than so unless either of
5042 the former options is specified check the alloca arguments for
5043 overflow. */
5044 tree args[] = { CALL_EXPR_ARG (exp, 0), NULL_TREE };
5045 int idx[] = { 0, -1 };
5046 maybe_warn_alloc_args_overflow (fndecl, exp, args, idx);
5049 /* Compute the argument. */
5050 op0 = expand_normal (CALL_EXPR_ARG (exp, 0));
5052 /* Compute the alignment. */
5053 align = (fcode == BUILT_IN_ALLOCA
5054 ? BIGGEST_ALIGNMENT
5055 : TREE_INT_CST_LOW (CALL_EXPR_ARG (exp, 1)));
5057 /* Compute the maximum size. */
5058 max_size = (fcode == BUILT_IN_ALLOCA_WITH_ALIGN_AND_MAX
5059 ? TREE_INT_CST_LOW (CALL_EXPR_ARG (exp, 2))
5060 : -1);
5062 /* Allocate the desired space. If the allocation stems from the declaration
5063 of a variable-sized object, it cannot accumulate. */
5064 result
5065 = allocate_dynamic_stack_space (op0, 0, align, max_size, alloca_for_var);
5066 result = convert_memory_address (ptr_mode, result);
5068 return result;
5071 /* Emit a call to __asan_allocas_unpoison call in EXP. Replace second argument
5072 of the call with virtual_stack_dynamic_rtx because in asan pass we emit a
5073 dummy value into second parameter relying on this function to perform the
5074 change. See motivation for this in comment to handle_builtin_stack_restore
5075 function. */
5077 static rtx
5078 expand_asan_emit_allocas_unpoison (tree exp)
5080 tree arg0 = CALL_EXPR_ARG (exp, 0);
5081 rtx top = expand_expr (arg0, NULL_RTX, ptr_mode, EXPAND_NORMAL);
5082 rtx bot = convert_memory_address (ptr_mode, virtual_stack_dynamic_rtx);
5083 rtx ret = init_one_libfunc ("__asan_allocas_unpoison");
5084 ret = emit_library_call_value (ret, NULL_RTX, LCT_NORMAL, ptr_mode,
5085 top, ptr_mode, bot, ptr_mode);
5086 return ret;
5089 /* Expand a call to bswap builtin in EXP.
5090 Return NULL_RTX if a normal call should be emitted rather than expanding the
5091 function in-line. If convenient, the result should be placed in TARGET.
5092 SUBTARGET may be used as the target for computing one of EXP's operands. */
5094 static rtx
5095 expand_builtin_bswap (machine_mode target_mode, tree exp, rtx target,
5096 rtx subtarget)
5098 tree arg;
5099 rtx op0;
5101 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
5102 return NULL_RTX;
5104 arg = CALL_EXPR_ARG (exp, 0);
5105 op0 = expand_expr (arg,
5106 subtarget && GET_MODE (subtarget) == target_mode
5107 ? subtarget : NULL_RTX,
5108 target_mode, EXPAND_NORMAL);
5109 if (GET_MODE (op0) != target_mode)
5110 op0 = convert_to_mode (target_mode, op0, 1);
5112 target = expand_unop (target_mode, bswap_optab, op0, target, 1);
5114 gcc_assert (target);
5116 return convert_to_mode (target_mode, target, 1);
5119 /* Expand a call to a unary builtin in EXP.
5120 Return NULL_RTX if a normal call should be emitted rather than expanding the
5121 function in-line. If convenient, the result should be placed in TARGET.
5122 SUBTARGET may be used as the target for computing one of EXP's operands. */
5124 static rtx
5125 expand_builtin_unop (machine_mode target_mode, tree exp, rtx target,
5126 rtx subtarget, optab op_optab)
5128 rtx op0;
5130 if (!validate_arglist (exp, INTEGER_TYPE, VOID_TYPE))
5131 return NULL_RTX;
5133 /* Compute the argument. */
5134 op0 = expand_expr (CALL_EXPR_ARG (exp, 0),
5135 (subtarget
5136 && (TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 0)))
5137 == GET_MODE (subtarget))) ? subtarget : NULL_RTX,
5138 VOIDmode, EXPAND_NORMAL);
5139 /* Compute op, into TARGET if possible.
5140 Set TARGET to wherever the result comes back. */
5141 target = expand_unop (TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 0))),
5142 op_optab, op0, target, op_optab != clrsb_optab);
5143 gcc_assert (target);
5145 return convert_to_mode (target_mode, target, 0);
5148 /* Expand a call to __builtin_expect. We just return our argument
5149 as the builtin_expect semantic should've been already executed by
5150 tree branch prediction pass. */
5152 static rtx
5153 expand_builtin_expect (tree exp, rtx target)
5155 tree arg;
5157 if (call_expr_nargs (exp) < 2)
5158 return const0_rtx;
5159 arg = CALL_EXPR_ARG (exp, 0);
5161 target = expand_expr (arg, target, VOIDmode, EXPAND_NORMAL);
5162 /* When guessing was done, the hints should be already stripped away. */
5163 gcc_assert (!flag_guess_branch_prob
5164 || optimize == 0 || seen_error ());
5165 return target;
5168 /* Expand a call to __builtin_assume_aligned. We just return our first
5169 argument as the builtin_assume_aligned semantic should've been already
5170 executed by CCP. */
5172 static rtx
5173 expand_builtin_assume_aligned (tree exp, rtx target)
5175 if (call_expr_nargs (exp) < 2)
5176 return const0_rtx;
5177 target = expand_expr (CALL_EXPR_ARG (exp, 0), target, VOIDmode,
5178 EXPAND_NORMAL);
5179 gcc_assert (!TREE_SIDE_EFFECTS (CALL_EXPR_ARG (exp, 1))
5180 && (call_expr_nargs (exp) < 3
5181 || !TREE_SIDE_EFFECTS (CALL_EXPR_ARG (exp, 2))));
5182 return target;
5185 void
5186 expand_builtin_trap (void)
5188 if (targetm.have_trap ())
5190 rtx_insn *insn = emit_insn (targetm.gen_trap ());
5191 /* For trap insns when not accumulating outgoing args force
5192 REG_ARGS_SIZE note to prevent crossjumping of calls with
5193 different args sizes. */
5194 if (!ACCUMULATE_OUTGOING_ARGS)
5195 add_args_size_note (insn, stack_pointer_delta);
5197 else
5199 tree fn = builtin_decl_implicit (BUILT_IN_ABORT);
5200 tree call_expr = build_call_expr (fn, 0);
5201 expand_call (call_expr, NULL_RTX, false);
5204 emit_barrier ();
5207 /* Expand a call to __builtin_unreachable. We do nothing except emit
5208 a barrier saying that control flow will not pass here.
5210 It is the responsibility of the program being compiled to ensure
5211 that control flow does never reach __builtin_unreachable. */
5212 static void
5213 expand_builtin_unreachable (void)
5215 emit_barrier ();
5218 /* Expand EXP, a call to fabs, fabsf or fabsl.
5219 Return NULL_RTX if a normal call should be emitted rather than expanding
5220 the function inline. If convenient, the result should be placed
5221 in TARGET. SUBTARGET may be used as the target for computing
5222 the operand. */
5224 static rtx
5225 expand_builtin_fabs (tree exp, rtx target, rtx subtarget)
5227 machine_mode mode;
5228 tree arg;
5229 rtx op0;
5231 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
5232 return NULL_RTX;
5234 arg = CALL_EXPR_ARG (exp, 0);
5235 CALL_EXPR_ARG (exp, 0) = arg = builtin_save_expr (arg);
5236 mode = TYPE_MODE (TREE_TYPE (arg));
5237 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5238 return expand_abs (mode, op0, target, 0, safe_from_p (target, arg, 1));
5241 /* Expand EXP, a call to copysign, copysignf, or copysignl.
5242 Return NULL is a normal call should be emitted rather than expanding the
5243 function inline. If convenient, the result should be placed in TARGET.
5244 SUBTARGET may be used as the target for computing the operand. */
5246 static rtx
5247 expand_builtin_copysign (tree exp, rtx target, rtx subtarget)
5249 rtx op0, op1;
5250 tree arg;
5252 if (!validate_arglist (exp, REAL_TYPE, REAL_TYPE, VOID_TYPE))
5253 return NULL_RTX;
5255 arg = CALL_EXPR_ARG (exp, 0);
5256 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL);
5258 arg = CALL_EXPR_ARG (exp, 1);
5259 op1 = expand_normal (arg);
5261 return expand_copysign (op0, op1, target);
5264 /* Expand a call to __builtin___clear_cache. */
5266 static rtx
5267 expand_builtin___clear_cache (tree exp)
5269 if (!targetm.code_for_clear_cache)
5271 #ifdef CLEAR_INSN_CACHE
5272 /* There is no "clear_cache" insn, and __clear_cache() in libgcc
5273 does something. Just do the default expansion to a call to
5274 __clear_cache(). */
5275 return NULL_RTX;
5276 #else
5277 /* There is no "clear_cache" insn, and __clear_cache() in libgcc
5278 does nothing. There is no need to call it. Do nothing. */
5279 return const0_rtx;
5280 #endif /* CLEAR_INSN_CACHE */
5283 /* We have a "clear_cache" insn, and it will handle everything. */
5284 tree begin, end;
5285 rtx begin_rtx, end_rtx;
5287 /* We must not expand to a library call. If we did, any
5288 fallback library function in libgcc that might contain a call to
5289 __builtin___clear_cache() would recurse infinitely. */
5290 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
5292 error ("both arguments to %<__builtin___clear_cache%> must be pointers");
5293 return const0_rtx;
5296 if (targetm.have_clear_cache ())
5298 struct expand_operand ops[2];
5300 begin = CALL_EXPR_ARG (exp, 0);
5301 begin_rtx = expand_expr (begin, NULL_RTX, Pmode, EXPAND_NORMAL);
5303 end = CALL_EXPR_ARG (exp, 1);
5304 end_rtx = expand_expr (end, NULL_RTX, Pmode, EXPAND_NORMAL);
5306 create_address_operand (&ops[0], begin_rtx);
5307 create_address_operand (&ops[1], end_rtx);
5308 if (maybe_expand_insn (targetm.code_for_clear_cache, 2, ops))
5309 return const0_rtx;
5311 return const0_rtx;
5314 /* Given a trampoline address, make sure it satisfies TRAMPOLINE_ALIGNMENT. */
5316 static rtx
5317 round_trampoline_addr (rtx tramp)
5319 rtx temp, addend, mask;
5321 /* If we don't need too much alignment, we'll have been guaranteed
5322 proper alignment by get_trampoline_type. */
5323 if (TRAMPOLINE_ALIGNMENT <= STACK_BOUNDARY)
5324 return tramp;
5326 /* Round address up to desired boundary. */
5327 temp = gen_reg_rtx (Pmode);
5328 addend = gen_int_mode (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT - 1, Pmode);
5329 mask = gen_int_mode (-TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT, Pmode);
5331 temp = expand_simple_binop (Pmode, PLUS, tramp, addend,
5332 temp, 0, OPTAB_LIB_WIDEN);
5333 tramp = expand_simple_binop (Pmode, AND, temp, mask,
5334 temp, 0, OPTAB_LIB_WIDEN);
5336 return tramp;
5339 static rtx
5340 expand_builtin_init_trampoline (tree exp, bool onstack)
5342 tree t_tramp, t_func, t_chain;
5343 rtx m_tramp, r_tramp, r_chain, tmp;
5345 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE,
5346 POINTER_TYPE, VOID_TYPE))
5347 return NULL_RTX;
5349 t_tramp = CALL_EXPR_ARG (exp, 0);
5350 t_func = CALL_EXPR_ARG (exp, 1);
5351 t_chain = CALL_EXPR_ARG (exp, 2);
5353 r_tramp = expand_normal (t_tramp);
5354 m_tramp = gen_rtx_MEM (BLKmode, r_tramp);
5355 MEM_NOTRAP_P (m_tramp) = 1;
5357 /* If ONSTACK, the TRAMP argument should be the address of a field
5358 within the local function's FRAME decl. Either way, let's see if
5359 we can fill in the MEM_ATTRs for this memory. */
5360 if (TREE_CODE (t_tramp) == ADDR_EXPR)
5361 set_mem_attributes (m_tramp, TREE_OPERAND (t_tramp, 0), true);
5363 /* Creator of a heap trampoline is responsible for making sure the
5364 address is aligned to at least STACK_BOUNDARY. Normally malloc
5365 will ensure this anyhow. */
5366 tmp = round_trampoline_addr (r_tramp);
5367 if (tmp != r_tramp)
5369 m_tramp = change_address (m_tramp, BLKmode, tmp);
5370 set_mem_align (m_tramp, TRAMPOLINE_ALIGNMENT);
5371 set_mem_size (m_tramp, TRAMPOLINE_SIZE);
5374 /* The FUNC argument should be the address of the nested function.
5375 Extract the actual function decl to pass to the hook. */
5376 gcc_assert (TREE_CODE (t_func) == ADDR_EXPR);
5377 t_func = TREE_OPERAND (t_func, 0);
5378 gcc_assert (TREE_CODE (t_func) == FUNCTION_DECL);
5380 r_chain = expand_normal (t_chain);
5382 /* Generate insns to initialize the trampoline. */
5383 targetm.calls.trampoline_init (m_tramp, t_func, r_chain);
5385 if (onstack)
5387 trampolines_created = 1;
5389 if (targetm.calls.custom_function_descriptors != 0)
5390 warning_at (DECL_SOURCE_LOCATION (t_func), OPT_Wtrampolines,
5391 "trampoline generated for nested function %qD", t_func);
5394 return const0_rtx;
5397 static rtx
5398 expand_builtin_adjust_trampoline (tree exp)
5400 rtx tramp;
5402 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
5403 return NULL_RTX;
5405 tramp = expand_normal (CALL_EXPR_ARG (exp, 0));
5406 tramp = round_trampoline_addr (tramp);
5407 if (targetm.calls.trampoline_adjust_address)
5408 tramp = targetm.calls.trampoline_adjust_address (tramp);
5410 return tramp;
5413 /* Expand a call to the builtin descriptor initialization routine.
5414 A descriptor is made up of a couple of pointers to the static
5415 chain and the code entry in this order. */
5417 static rtx
5418 expand_builtin_init_descriptor (tree exp)
5420 tree t_descr, t_func, t_chain;
5421 rtx m_descr, r_descr, r_func, r_chain;
5423 if (!validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, POINTER_TYPE,
5424 VOID_TYPE))
5425 return NULL_RTX;
5427 t_descr = CALL_EXPR_ARG (exp, 0);
5428 t_func = CALL_EXPR_ARG (exp, 1);
5429 t_chain = CALL_EXPR_ARG (exp, 2);
5431 r_descr = expand_normal (t_descr);
5432 m_descr = gen_rtx_MEM (BLKmode, r_descr);
5433 MEM_NOTRAP_P (m_descr) = 1;
5435 r_func = expand_normal (t_func);
5436 r_chain = expand_normal (t_chain);
5438 /* Generate insns to initialize the descriptor. */
5439 emit_move_insn (adjust_address_nv (m_descr, ptr_mode, 0), r_chain);
5440 emit_move_insn (adjust_address_nv (m_descr, ptr_mode,
5441 POINTER_SIZE / BITS_PER_UNIT), r_func);
5443 return const0_rtx;
5446 /* Expand a call to the builtin descriptor adjustment routine. */
5448 static rtx
5449 expand_builtin_adjust_descriptor (tree exp)
5451 rtx tramp;
5453 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
5454 return NULL_RTX;
5456 tramp = expand_normal (CALL_EXPR_ARG (exp, 0));
5458 /* Unalign the descriptor to allow runtime identification. */
5459 tramp = plus_constant (ptr_mode, tramp,
5460 targetm.calls.custom_function_descriptors);
5462 return force_operand (tramp, NULL_RTX);
5465 /* Expand the call EXP to the built-in signbit, signbitf or signbitl
5466 function. The function first checks whether the back end provides
5467 an insn to implement signbit for the respective mode. If not, it
5468 checks whether the floating point format of the value is such that
5469 the sign bit can be extracted. If that is not the case, error out.
5470 EXP is the expression that is a call to the builtin function; if
5471 convenient, the result should be placed in TARGET. */
5472 static rtx
5473 expand_builtin_signbit (tree exp, rtx target)
5475 const struct real_format *fmt;
5476 scalar_float_mode fmode;
5477 scalar_int_mode rmode, imode;
5478 tree arg;
5479 int word, bitpos;
5480 enum insn_code icode;
5481 rtx temp;
5482 location_t loc = EXPR_LOCATION (exp);
5484 if (!validate_arglist (exp, REAL_TYPE, VOID_TYPE))
5485 return NULL_RTX;
5487 arg = CALL_EXPR_ARG (exp, 0);
5488 fmode = SCALAR_FLOAT_TYPE_MODE (TREE_TYPE (arg));
5489 rmode = SCALAR_INT_TYPE_MODE (TREE_TYPE (exp));
5490 fmt = REAL_MODE_FORMAT (fmode);
5492 arg = builtin_save_expr (arg);
5494 /* Expand the argument yielding a RTX expression. */
5495 temp = expand_normal (arg);
5497 /* Check if the back end provides an insn that handles signbit for the
5498 argument's mode. */
5499 icode = optab_handler (signbit_optab, fmode);
5500 if (icode != CODE_FOR_nothing)
5502 rtx_insn *last = get_last_insn ();
5503 target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
5504 if (maybe_emit_unop_insn (icode, target, temp, UNKNOWN))
5505 return target;
5506 delete_insns_since (last);
5509 /* For floating point formats without a sign bit, implement signbit
5510 as "ARG < 0.0". */
5511 bitpos = fmt->signbit_ro;
5512 if (bitpos < 0)
5514 /* But we can't do this if the format supports signed zero. */
5515 gcc_assert (!fmt->has_signed_zero || !HONOR_SIGNED_ZEROS (fmode));
5517 arg = fold_build2_loc (loc, LT_EXPR, TREE_TYPE (exp), arg,
5518 build_real (TREE_TYPE (arg), dconst0));
5519 return expand_expr (arg, target, VOIDmode, EXPAND_NORMAL);
5522 if (GET_MODE_SIZE (fmode) <= UNITS_PER_WORD)
5524 imode = int_mode_for_mode (fmode).require ();
5525 temp = gen_lowpart (imode, temp);
5527 else
5529 imode = word_mode;
5530 /* Handle targets with different FP word orders. */
5531 if (FLOAT_WORDS_BIG_ENDIAN)
5532 word = (GET_MODE_BITSIZE (fmode) - bitpos) / BITS_PER_WORD;
5533 else
5534 word = bitpos / BITS_PER_WORD;
5535 temp = operand_subword_force (temp, word, fmode);
5536 bitpos = bitpos % BITS_PER_WORD;
5539 /* Force the intermediate word_mode (or narrower) result into a
5540 register. This avoids attempting to create paradoxical SUBREGs
5541 of floating point modes below. */
5542 temp = force_reg (imode, temp);
5544 /* If the bitpos is within the "result mode" lowpart, the operation
5545 can be implement with a single bitwise AND. Otherwise, we need
5546 a right shift and an AND. */
5548 if (bitpos < GET_MODE_BITSIZE (rmode))
5550 wide_int mask = wi::set_bit_in_zero (bitpos, GET_MODE_PRECISION (rmode));
5552 if (GET_MODE_SIZE (imode) > GET_MODE_SIZE (rmode))
5553 temp = gen_lowpart (rmode, temp);
5554 temp = expand_binop (rmode, and_optab, temp,
5555 immed_wide_int_const (mask, rmode),
5556 NULL_RTX, 1, OPTAB_LIB_WIDEN);
5558 else
5560 /* Perform a logical right shift to place the signbit in the least
5561 significant bit, then truncate the result to the desired mode
5562 and mask just this bit. */
5563 temp = expand_shift (RSHIFT_EXPR, imode, temp, bitpos, NULL_RTX, 1);
5564 temp = gen_lowpart (rmode, temp);
5565 temp = expand_binop (rmode, and_optab, temp, const1_rtx,
5566 NULL_RTX, 1, OPTAB_LIB_WIDEN);
5569 return temp;
5572 /* Expand fork or exec calls. TARGET is the desired target of the
5573 call. EXP is the call. FN is the
5574 identificator of the actual function. IGNORE is nonzero if the
5575 value is to be ignored. */
5577 static rtx
5578 expand_builtin_fork_or_exec (tree fn, tree exp, rtx target, int ignore)
5580 tree id, decl;
5581 tree call;
5583 /* If we are not profiling, just call the function. */
5584 if (!profile_arc_flag)
5585 return NULL_RTX;
5587 /* Otherwise call the wrapper. This should be equivalent for the rest of
5588 compiler, so the code does not diverge, and the wrapper may run the
5589 code necessary for keeping the profiling sane. */
5591 switch (DECL_FUNCTION_CODE (fn))
5593 case BUILT_IN_FORK:
5594 id = get_identifier ("__gcov_fork");
5595 break;
5597 case BUILT_IN_EXECL:
5598 id = get_identifier ("__gcov_execl");
5599 break;
5601 case BUILT_IN_EXECV:
5602 id = get_identifier ("__gcov_execv");
5603 break;
5605 case BUILT_IN_EXECLP:
5606 id = get_identifier ("__gcov_execlp");
5607 break;
5609 case BUILT_IN_EXECLE:
5610 id = get_identifier ("__gcov_execle");
5611 break;
5613 case BUILT_IN_EXECVP:
5614 id = get_identifier ("__gcov_execvp");
5615 break;
5617 case BUILT_IN_EXECVE:
5618 id = get_identifier ("__gcov_execve");
5619 break;
5621 default:
5622 gcc_unreachable ();
5625 decl = build_decl (DECL_SOURCE_LOCATION (fn),
5626 FUNCTION_DECL, id, TREE_TYPE (fn));
5627 DECL_EXTERNAL (decl) = 1;
5628 TREE_PUBLIC (decl) = 1;
5629 DECL_ARTIFICIAL (decl) = 1;
5630 TREE_NOTHROW (decl) = 1;
5631 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
5632 DECL_VISIBILITY_SPECIFIED (decl) = 1;
5633 call = rewrite_call_expr (EXPR_LOCATION (exp), exp, 0, decl, 0);
5634 return expand_call (call, target, ignore);
5639 /* Reconstitute a mode for a __sync intrinsic operation. Since the type of
5640 the pointer in these functions is void*, the tree optimizers may remove
5641 casts. The mode computed in expand_builtin isn't reliable either, due
5642 to __sync_bool_compare_and_swap.
5644 FCODE_DIFF should be fcode - base, where base is the FOO_1 code for the
5645 group of builtins. This gives us log2 of the mode size. */
5647 static inline machine_mode
5648 get_builtin_sync_mode (int fcode_diff)
5650 /* The size is not negotiable, so ask not to get BLKmode in return
5651 if the target indicates that a smaller size would be better. */
5652 return int_mode_for_size (BITS_PER_UNIT << fcode_diff, 0).require ();
5655 /* Expand the memory expression LOC and return the appropriate memory operand
5656 for the builtin_sync operations. */
5658 static rtx
5659 get_builtin_sync_mem (tree loc, machine_mode mode)
5661 rtx addr, mem;
5663 addr = expand_expr (loc, NULL_RTX, ptr_mode, EXPAND_SUM);
5664 addr = convert_memory_address (Pmode, addr);
5666 /* Note that we explicitly do not want any alias information for this
5667 memory, so that we kill all other live memories. Otherwise we don't
5668 satisfy the full barrier semantics of the intrinsic. */
5669 mem = validize_mem (gen_rtx_MEM (mode, addr));
5671 /* The alignment needs to be at least according to that of the mode. */
5672 set_mem_align (mem, MAX (GET_MODE_ALIGNMENT (mode),
5673 get_pointer_alignment (loc)));
5674 set_mem_alias_set (mem, ALIAS_SET_MEMORY_BARRIER);
5675 MEM_VOLATILE_P (mem) = 1;
5677 return mem;
5680 /* Make sure an argument is in the right mode.
5681 EXP is the tree argument.
5682 MODE is the mode it should be in. */
5684 static rtx
5685 expand_expr_force_mode (tree exp, machine_mode mode)
5687 rtx val;
5688 machine_mode old_mode;
5690 val = expand_expr (exp, NULL_RTX, mode, EXPAND_NORMAL);
5691 /* If VAL is promoted to a wider mode, convert it back to MODE. Take care
5692 of CONST_INTs, where we know the old_mode only from the call argument. */
5694 old_mode = GET_MODE (val);
5695 if (old_mode == VOIDmode)
5696 old_mode = TYPE_MODE (TREE_TYPE (exp));
5697 val = convert_modes (mode, old_mode, val, 1);
5698 return val;
5702 /* Expand the __sync_xxx_and_fetch and __sync_fetch_and_xxx intrinsics.
5703 EXP is the CALL_EXPR. CODE is the rtx code
5704 that corresponds to the arithmetic or logical operation from the name;
5705 an exception here is that NOT actually means NAND. TARGET is an optional
5706 place for us to store the results; AFTER is true if this is the
5707 fetch_and_xxx form. */
5709 static rtx
5710 expand_builtin_sync_operation (machine_mode mode, tree exp,
5711 enum rtx_code code, bool after,
5712 rtx target)
5714 rtx val, mem;
5715 location_t loc = EXPR_LOCATION (exp);
5717 if (code == NOT && warn_sync_nand)
5719 tree fndecl = get_callee_fndecl (exp);
5720 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
5722 static bool warned_f_a_n, warned_n_a_f;
5724 switch (fcode)
5726 case BUILT_IN_SYNC_FETCH_AND_NAND_1:
5727 case BUILT_IN_SYNC_FETCH_AND_NAND_2:
5728 case BUILT_IN_SYNC_FETCH_AND_NAND_4:
5729 case BUILT_IN_SYNC_FETCH_AND_NAND_8:
5730 case BUILT_IN_SYNC_FETCH_AND_NAND_16:
5731 if (warned_f_a_n)
5732 break;
5734 fndecl = builtin_decl_implicit (BUILT_IN_SYNC_FETCH_AND_NAND_N);
5735 inform (loc, "%qD changed semantics in GCC 4.4", fndecl);
5736 warned_f_a_n = true;
5737 break;
5739 case BUILT_IN_SYNC_NAND_AND_FETCH_1:
5740 case BUILT_IN_SYNC_NAND_AND_FETCH_2:
5741 case BUILT_IN_SYNC_NAND_AND_FETCH_4:
5742 case BUILT_IN_SYNC_NAND_AND_FETCH_8:
5743 case BUILT_IN_SYNC_NAND_AND_FETCH_16:
5744 if (warned_n_a_f)
5745 break;
5747 fndecl = builtin_decl_implicit (BUILT_IN_SYNC_NAND_AND_FETCH_N);
5748 inform (loc, "%qD changed semantics in GCC 4.4", fndecl);
5749 warned_n_a_f = true;
5750 break;
5752 default:
5753 gcc_unreachable ();
5757 /* Expand the operands. */
5758 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5759 val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode);
5761 return expand_atomic_fetch_op (target, mem, val, code, MEMMODEL_SYNC_SEQ_CST,
5762 after);
5765 /* Expand the __sync_val_compare_and_swap and __sync_bool_compare_and_swap
5766 intrinsics. EXP is the CALL_EXPR. IS_BOOL is
5767 true if this is the boolean form. TARGET is a place for us to store the
5768 results; this is NOT optional if IS_BOOL is true. */
5770 static rtx
5771 expand_builtin_compare_and_swap (machine_mode mode, tree exp,
5772 bool is_bool, rtx target)
5774 rtx old_val, new_val, mem;
5775 rtx *pbool, *poval;
5777 /* Expand the operands. */
5778 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5779 old_val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode);
5780 new_val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 2), mode);
5782 pbool = poval = NULL;
5783 if (target != const0_rtx)
5785 if (is_bool)
5786 pbool = &target;
5787 else
5788 poval = &target;
5790 if (!expand_atomic_compare_and_swap (pbool, poval, mem, old_val, new_val,
5791 false, MEMMODEL_SYNC_SEQ_CST,
5792 MEMMODEL_SYNC_SEQ_CST))
5793 return NULL_RTX;
5795 return target;
5798 /* Expand the __sync_lock_test_and_set intrinsic. Note that the most
5799 general form is actually an atomic exchange, and some targets only
5800 support a reduced form with the second argument being a constant 1.
5801 EXP is the CALL_EXPR; TARGET is an optional place for us to store
5802 the results. */
5804 static rtx
5805 expand_builtin_sync_lock_test_and_set (machine_mode mode, tree exp,
5806 rtx target)
5808 rtx val, mem;
5810 /* Expand the operands. */
5811 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5812 val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode);
5814 return expand_sync_lock_test_and_set (target, mem, val);
5817 /* Expand the __sync_lock_release intrinsic. EXP is the CALL_EXPR. */
5819 static void
5820 expand_builtin_sync_lock_release (machine_mode mode, tree exp)
5822 rtx mem;
5824 /* Expand the operands. */
5825 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5827 expand_atomic_store (mem, const0_rtx, MEMMODEL_SYNC_RELEASE, true);
5830 /* Given an integer representing an ``enum memmodel'', verify its
5831 correctness and return the memory model enum. */
5833 static enum memmodel
5834 get_memmodel (tree exp)
5836 rtx op;
5837 unsigned HOST_WIDE_INT val;
5838 source_location loc
5839 = expansion_point_location_if_in_system_header (input_location);
5841 /* If the parameter is not a constant, it's a run time value so we'll just
5842 convert it to MEMMODEL_SEQ_CST to avoid annoying runtime checking. */
5843 if (TREE_CODE (exp) != INTEGER_CST)
5844 return MEMMODEL_SEQ_CST;
5846 op = expand_normal (exp);
5848 val = INTVAL (op);
5849 if (targetm.memmodel_check)
5850 val = targetm.memmodel_check (val);
5851 else if (val & ~MEMMODEL_MASK)
5853 warning_at (loc, OPT_Winvalid_memory_model,
5854 "unknown architecture specifier in memory model to builtin");
5855 return MEMMODEL_SEQ_CST;
5858 /* Should never see a user explicit SYNC memodel model, so >= LAST works. */
5859 if (memmodel_base (val) >= MEMMODEL_LAST)
5861 warning_at (loc, OPT_Winvalid_memory_model,
5862 "invalid memory model argument to builtin");
5863 return MEMMODEL_SEQ_CST;
5866 /* Workaround for Bugzilla 59448. GCC doesn't track consume properly, so
5867 be conservative and promote consume to acquire. */
5868 if (val == MEMMODEL_CONSUME)
5869 val = MEMMODEL_ACQUIRE;
5871 return (enum memmodel) val;
5874 /* Expand the __atomic_exchange intrinsic:
5875 TYPE __atomic_exchange (TYPE *object, TYPE desired, enum memmodel)
5876 EXP is the CALL_EXPR.
5877 TARGET is an optional place for us to store the results. */
5879 static rtx
5880 expand_builtin_atomic_exchange (machine_mode mode, tree exp, rtx target)
5882 rtx val, mem;
5883 enum memmodel model;
5885 model = get_memmodel (CALL_EXPR_ARG (exp, 2));
5887 if (!flag_inline_atomics)
5888 return NULL_RTX;
5890 /* Expand the operands. */
5891 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5892 val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode);
5894 return expand_atomic_exchange (target, mem, val, model);
5897 /* Expand the __atomic_compare_exchange intrinsic:
5898 bool __atomic_compare_exchange (TYPE *object, TYPE *expect,
5899 TYPE desired, BOOL weak,
5900 enum memmodel success,
5901 enum memmodel failure)
5902 EXP is the CALL_EXPR.
5903 TARGET is an optional place for us to store the results. */
5905 static rtx
5906 expand_builtin_atomic_compare_exchange (machine_mode mode, tree exp,
5907 rtx target)
5909 rtx expect, desired, mem, oldval;
5910 rtx_code_label *label;
5911 enum memmodel success, failure;
5912 tree weak;
5913 bool is_weak;
5914 source_location loc
5915 = expansion_point_location_if_in_system_header (input_location);
5917 success = get_memmodel (CALL_EXPR_ARG (exp, 4));
5918 failure = get_memmodel (CALL_EXPR_ARG (exp, 5));
5920 if (failure > success)
5922 warning_at (loc, OPT_Winvalid_memory_model,
5923 "failure memory model cannot be stronger than success "
5924 "memory model for %<__atomic_compare_exchange%>");
5925 success = MEMMODEL_SEQ_CST;
5928 if (is_mm_release (failure) || is_mm_acq_rel (failure))
5930 warning_at (loc, OPT_Winvalid_memory_model,
5931 "invalid failure memory model for "
5932 "%<__atomic_compare_exchange%>");
5933 failure = MEMMODEL_SEQ_CST;
5934 success = MEMMODEL_SEQ_CST;
5938 if (!flag_inline_atomics)
5939 return NULL_RTX;
5941 /* Expand the operands. */
5942 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
5944 expect = expand_normal (CALL_EXPR_ARG (exp, 1));
5945 expect = convert_memory_address (Pmode, expect);
5946 expect = gen_rtx_MEM (mode, expect);
5947 desired = expand_expr_force_mode (CALL_EXPR_ARG (exp, 2), mode);
5949 weak = CALL_EXPR_ARG (exp, 3);
5950 is_weak = false;
5951 if (tree_fits_shwi_p (weak) && tree_to_shwi (weak) != 0)
5952 is_weak = true;
5954 if (target == const0_rtx)
5955 target = NULL;
5957 /* Lest the rtl backend create a race condition with an imporoper store
5958 to memory, always create a new pseudo for OLDVAL. */
5959 oldval = NULL;
5961 if (!expand_atomic_compare_and_swap (&target, &oldval, mem, expect, desired,
5962 is_weak, success, failure))
5963 return NULL_RTX;
5965 /* Conditionally store back to EXPECT, lest we create a race condition
5966 with an improper store to memory. */
5967 /* ??? With a rearrangement of atomics at the gimple level, we can handle
5968 the normal case where EXPECT is totally private, i.e. a register. At
5969 which point the store can be unconditional. */
5970 label = gen_label_rtx ();
5971 emit_cmp_and_jump_insns (target, const0_rtx, NE, NULL,
5972 GET_MODE (target), 1, label);
5973 emit_move_insn (expect, oldval);
5974 emit_label (label);
5976 return target;
5979 /* Helper function for expand_ifn_atomic_compare_exchange - expand
5980 internal ATOMIC_COMPARE_EXCHANGE call into __atomic_compare_exchange_N
5981 call. The weak parameter must be dropped to match the expected parameter
5982 list and the expected argument changed from value to pointer to memory
5983 slot. */
5985 static void
5986 expand_ifn_atomic_compare_exchange_into_call (gcall *call, machine_mode mode)
5988 unsigned int z;
5989 vec<tree, va_gc> *vec;
5991 vec_alloc (vec, 5);
5992 vec->quick_push (gimple_call_arg (call, 0));
5993 tree expected = gimple_call_arg (call, 1);
5994 rtx x = assign_stack_temp_for_type (mode, GET_MODE_SIZE (mode),
5995 TREE_TYPE (expected));
5996 rtx expd = expand_expr (expected, x, mode, EXPAND_NORMAL);
5997 if (expd != x)
5998 emit_move_insn (x, expd);
5999 tree v = make_tree (TREE_TYPE (expected), x);
6000 vec->quick_push (build1 (ADDR_EXPR,
6001 build_pointer_type (TREE_TYPE (expected)), v));
6002 vec->quick_push (gimple_call_arg (call, 2));
6003 /* Skip the boolean weak parameter. */
6004 for (z = 4; z < 6; z++)
6005 vec->quick_push (gimple_call_arg (call, z));
6006 /* At present we only have BUILT_IN_ATOMIC_COMPARE_EXCHANGE_{1,2,4,8,16}. */
6007 unsigned int bytes_log2 = exact_log2 (GET_MODE_SIZE (mode).to_constant ());
6008 gcc_assert (bytes_log2 < 5);
6009 built_in_function fncode
6010 = (built_in_function) ((int) BUILT_IN_ATOMIC_COMPARE_EXCHANGE_1
6011 + bytes_log2);
6012 tree fndecl = builtin_decl_explicit (fncode);
6013 tree fn = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fndecl)),
6014 fndecl);
6015 tree exp = build_call_vec (boolean_type_node, fn, vec);
6016 tree lhs = gimple_call_lhs (call);
6017 rtx boolret = expand_call (exp, NULL_RTX, lhs == NULL_TREE);
6018 if (lhs)
6020 rtx target = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE);
6021 if (GET_MODE (boolret) != mode)
6022 boolret = convert_modes (mode, GET_MODE (boolret), boolret, 1);
6023 x = force_reg (mode, x);
6024 write_complex_part (target, boolret, true);
6025 write_complex_part (target, x, false);
6029 /* Expand IFN_ATOMIC_COMPARE_EXCHANGE internal function. */
6031 void
6032 expand_ifn_atomic_compare_exchange (gcall *call)
6034 int size = tree_to_shwi (gimple_call_arg (call, 3)) & 255;
6035 gcc_assert (size == 1 || size == 2 || size == 4 || size == 8 || size == 16);
6036 machine_mode mode = int_mode_for_size (BITS_PER_UNIT * size, 0).require ();
6037 rtx expect, desired, mem, oldval, boolret;
6038 enum memmodel success, failure;
6039 tree lhs;
6040 bool is_weak;
6041 source_location loc
6042 = expansion_point_location_if_in_system_header (gimple_location (call));
6044 success = get_memmodel (gimple_call_arg (call, 4));
6045 failure = get_memmodel (gimple_call_arg (call, 5));
6047 if (failure > success)
6049 warning_at (loc, OPT_Winvalid_memory_model,
6050 "failure memory model cannot be stronger than success "
6051 "memory model for %<__atomic_compare_exchange%>");
6052 success = MEMMODEL_SEQ_CST;
6055 if (is_mm_release (failure) || is_mm_acq_rel (failure))
6057 warning_at (loc, OPT_Winvalid_memory_model,
6058 "invalid failure memory model for "
6059 "%<__atomic_compare_exchange%>");
6060 failure = MEMMODEL_SEQ_CST;
6061 success = MEMMODEL_SEQ_CST;
6064 if (!flag_inline_atomics)
6066 expand_ifn_atomic_compare_exchange_into_call (call, mode);
6067 return;
6070 /* Expand the operands. */
6071 mem = get_builtin_sync_mem (gimple_call_arg (call, 0), mode);
6073 expect = expand_expr_force_mode (gimple_call_arg (call, 1), mode);
6074 desired = expand_expr_force_mode (gimple_call_arg (call, 2), mode);
6076 is_weak = (tree_to_shwi (gimple_call_arg (call, 3)) & 256) != 0;
6078 boolret = NULL;
6079 oldval = NULL;
6081 if (!expand_atomic_compare_and_swap (&boolret, &oldval, mem, expect, desired,
6082 is_weak, success, failure))
6084 expand_ifn_atomic_compare_exchange_into_call (call, mode);
6085 return;
6088 lhs = gimple_call_lhs (call);
6089 if (lhs)
6091 rtx target = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE);
6092 if (GET_MODE (boolret) != mode)
6093 boolret = convert_modes (mode, GET_MODE (boolret), boolret, 1);
6094 write_complex_part (target, boolret, true);
6095 write_complex_part (target, oldval, false);
6099 /* Expand the __atomic_load intrinsic:
6100 TYPE __atomic_load (TYPE *object, enum memmodel)
6101 EXP is the CALL_EXPR.
6102 TARGET is an optional place for us to store the results. */
6104 static rtx
6105 expand_builtin_atomic_load (machine_mode mode, tree exp, rtx target)
6107 rtx mem;
6108 enum memmodel model;
6110 model = get_memmodel (CALL_EXPR_ARG (exp, 1));
6111 if (is_mm_release (model) || is_mm_acq_rel (model))
6113 source_location loc
6114 = expansion_point_location_if_in_system_header (input_location);
6115 warning_at (loc, OPT_Winvalid_memory_model,
6116 "invalid memory model for %<__atomic_load%>");
6117 model = MEMMODEL_SEQ_CST;
6120 if (!flag_inline_atomics)
6121 return NULL_RTX;
6123 /* Expand the operand. */
6124 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
6126 return expand_atomic_load (target, mem, model);
6130 /* Expand the __atomic_store intrinsic:
6131 void __atomic_store (TYPE *object, TYPE desired, enum memmodel)
6132 EXP is the CALL_EXPR.
6133 TARGET is an optional place for us to store the results. */
6135 static rtx
6136 expand_builtin_atomic_store (machine_mode mode, tree exp)
6138 rtx mem, val;
6139 enum memmodel model;
6141 model = get_memmodel (CALL_EXPR_ARG (exp, 2));
6142 if (!(is_mm_relaxed (model) || is_mm_seq_cst (model)
6143 || is_mm_release (model)))
6145 source_location loc
6146 = expansion_point_location_if_in_system_header (input_location);
6147 warning_at (loc, OPT_Winvalid_memory_model,
6148 "invalid memory model for %<__atomic_store%>");
6149 model = MEMMODEL_SEQ_CST;
6152 if (!flag_inline_atomics)
6153 return NULL_RTX;
6155 /* Expand the operands. */
6156 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
6157 val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode);
6159 return expand_atomic_store (mem, val, model, false);
6162 /* Expand the __atomic_fetch_XXX intrinsic:
6163 TYPE __atomic_fetch_XXX (TYPE *object, TYPE val, enum memmodel)
6164 EXP is the CALL_EXPR.
6165 TARGET is an optional place for us to store the results.
6166 CODE is the operation, PLUS, MINUS, ADD, XOR, or IOR.
6167 FETCH_AFTER is true if returning the result of the operation.
6168 FETCH_AFTER is false if returning the value before the operation.
6169 IGNORE is true if the result is not used.
6170 EXT_CALL is the correct builtin for an external call if this cannot be
6171 resolved to an instruction sequence. */
6173 static rtx
6174 expand_builtin_atomic_fetch_op (machine_mode mode, tree exp, rtx target,
6175 enum rtx_code code, bool fetch_after,
6176 bool ignore, enum built_in_function ext_call)
6178 rtx val, mem, ret;
6179 enum memmodel model;
6180 tree fndecl;
6181 tree addr;
6183 model = get_memmodel (CALL_EXPR_ARG (exp, 2));
6185 /* Expand the operands. */
6186 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
6187 val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode);
6189 /* Only try generating instructions if inlining is turned on. */
6190 if (flag_inline_atomics)
6192 ret = expand_atomic_fetch_op (target, mem, val, code, model, fetch_after);
6193 if (ret)
6194 return ret;
6197 /* Return if a different routine isn't needed for the library call. */
6198 if (ext_call == BUILT_IN_NONE)
6199 return NULL_RTX;
6201 /* Change the call to the specified function. */
6202 fndecl = get_callee_fndecl (exp);
6203 addr = CALL_EXPR_FN (exp);
6204 STRIP_NOPS (addr);
6206 gcc_assert (TREE_OPERAND (addr, 0) == fndecl);
6207 TREE_OPERAND (addr, 0) = builtin_decl_explicit (ext_call);
6209 /* If we will emit code after the call, the call can not be a tail call.
6210 If it is emitted as a tail call, a barrier is emitted after it, and
6211 then all trailing code is removed. */
6212 if (!ignore)
6213 CALL_EXPR_TAILCALL (exp) = 0;
6215 /* Expand the call here so we can emit trailing code. */
6216 ret = expand_call (exp, target, ignore);
6218 /* Replace the original function just in case it matters. */
6219 TREE_OPERAND (addr, 0) = fndecl;
6221 /* Then issue the arithmetic correction to return the right result. */
6222 if (!ignore)
6224 if (code == NOT)
6226 ret = expand_simple_binop (mode, AND, ret, val, NULL_RTX, true,
6227 OPTAB_LIB_WIDEN);
6228 ret = expand_simple_unop (mode, NOT, ret, target, true);
6230 else
6231 ret = expand_simple_binop (mode, code, ret, val, target, true,
6232 OPTAB_LIB_WIDEN);
6234 return ret;
6237 /* Expand IFN_ATOMIC_BIT_TEST_AND_* internal function. */
6239 void
6240 expand_ifn_atomic_bit_test_and (gcall *call)
6242 tree ptr = gimple_call_arg (call, 0);
6243 tree bit = gimple_call_arg (call, 1);
6244 tree flag = gimple_call_arg (call, 2);
6245 tree lhs = gimple_call_lhs (call);
6246 enum memmodel model = MEMMODEL_SYNC_SEQ_CST;
6247 machine_mode mode = TYPE_MODE (TREE_TYPE (flag));
6248 enum rtx_code code;
6249 optab optab;
6250 struct expand_operand ops[5];
6252 gcc_assert (flag_inline_atomics);
6254 if (gimple_call_num_args (call) == 4)
6255 model = get_memmodel (gimple_call_arg (call, 3));
6257 rtx mem = get_builtin_sync_mem (ptr, mode);
6258 rtx val = expand_expr_force_mode (bit, mode);
6260 switch (gimple_call_internal_fn (call))
6262 case IFN_ATOMIC_BIT_TEST_AND_SET:
6263 code = IOR;
6264 optab = atomic_bit_test_and_set_optab;
6265 break;
6266 case IFN_ATOMIC_BIT_TEST_AND_COMPLEMENT:
6267 code = XOR;
6268 optab = atomic_bit_test_and_complement_optab;
6269 break;
6270 case IFN_ATOMIC_BIT_TEST_AND_RESET:
6271 code = AND;
6272 optab = atomic_bit_test_and_reset_optab;
6273 break;
6274 default:
6275 gcc_unreachable ();
6278 if (lhs == NULL_TREE)
6280 val = expand_simple_binop (mode, ASHIFT, const1_rtx,
6281 val, NULL_RTX, true, OPTAB_DIRECT);
6282 if (code == AND)
6283 val = expand_simple_unop (mode, NOT, val, NULL_RTX, true);
6284 expand_atomic_fetch_op (const0_rtx, mem, val, code, model, false);
6285 return;
6288 rtx target = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE);
6289 enum insn_code icode = direct_optab_handler (optab, mode);
6290 gcc_assert (icode != CODE_FOR_nothing);
6291 create_output_operand (&ops[0], target, mode);
6292 create_fixed_operand (&ops[1], mem);
6293 create_convert_operand_to (&ops[2], val, mode, true);
6294 create_integer_operand (&ops[3], model);
6295 create_integer_operand (&ops[4], integer_onep (flag));
6296 if (maybe_expand_insn (icode, 5, ops))
6297 return;
6299 rtx bitval = val;
6300 val = expand_simple_binop (mode, ASHIFT, const1_rtx,
6301 val, NULL_RTX, true, OPTAB_DIRECT);
6302 rtx maskval = val;
6303 if (code == AND)
6304 val = expand_simple_unop (mode, NOT, val, NULL_RTX, true);
6305 rtx result = expand_atomic_fetch_op (gen_reg_rtx (mode), mem, val,
6306 code, model, false);
6307 if (integer_onep (flag))
6309 result = expand_simple_binop (mode, ASHIFTRT, result, bitval,
6310 NULL_RTX, true, OPTAB_DIRECT);
6311 result = expand_simple_binop (mode, AND, result, const1_rtx, target,
6312 true, OPTAB_DIRECT);
6314 else
6315 result = expand_simple_binop (mode, AND, result, maskval, target, true,
6316 OPTAB_DIRECT);
6317 if (result != target)
6318 emit_move_insn (target, result);
6321 /* Expand an atomic clear operation.
6322 void _atomic_clear (BOOL *obj, enum memmodel)
6323 EXP is the call expression. */
6325 static rtx
6326 expand_builtin_atomic_clear (tree exp)
6328 machine_mode mode;
6329 rtx mem, ret;
6330 enum memmodel model;
6332 mode = int_mode_for_size (BOOL_TYPE_SIZE, 0).require ();
6333 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
6334 model = get_memmodel (CALL_EXPR_ARG (exp, 1));
6336 if (is_mm_consume (model) || is_mm_acquire (model) || is_mm_acq_rel (model))
6338 source_location loc
6339 = expansion_point_location_if_in_system_header (input_location);
6340 warning_at (loc, OPT_Winvalid_memory_model,
6341 "invalid memory model for %<__atomic_store%>");
6342 model = MEMMODEL_SEQ_CST;
6345 /* Try issuing an __atomic_store, and allow fallback to __sync_lock_release.
6346 Failing that, a store is issued by __atomic_store. The only way this can
6347 fail is if the bool type is larger than a word size. Unlikely, but
6348 handle it anyway for completeness. Assume a single threaded model since
6349 there is no atomic support in this case, and no barriers are required. */
6350 ret = expand_atomic_store (mem, const0_rtx, model, true);
6351 if (!ret)
6352 emit_move_insn (mem, const0_rtx);
6353 return const0_rtx;
6356 /* Expand an atomic test_and_set operation.
6357 bool _atomic_test_and_set (BOOL *obj, enum memmodel)
6358 EXP is the call expression. */
6360 static rtx
6361 expand_builtin_atomic_test_and_set (tree exp, rtx target)
6363 rtx mem;
6364 enum memmodel model;
6365 machine_mode mode;
6367 mode = int_mode_for_size (BOOL_TYPE_SIZE, 0).require ();
6368 mem = get_builtin_sync_mem (CALL_EXPR_ARG (exp, 0), mode);
6369 model = get_memmodel (CALL_EXPR_ARG (exp, 1));
6371 return expand_atomic_test_and_set (target, mem, model);
6375 /* Return true if (optional) argument ARG1 of size ARG0 is always lock free on
6376 this architecture. If ARG1 is NULL, use typical alignment for size ARG0. */
6378 static tree
6379 fold_builtin_atomic_always_lock_free (tree arg0, tree arg1)
6381 int size;
6382 machine_mode mode;
6383 unsigned int mode_align, type_align;
6385 if (TREE_CODE (arg0) != INTEGER_CST)
6386 return NULL_TREE;
6388 /* We need a corresponding integer mode for the access to be lock-free. */
6389 size = INTVAL (expand_normal (arg0)) * BITS_PER_UNIT;
6390 if (!int_mode_for_size (size, 0).exists (&mode))
6391 return boolean_false_node;
6393 mode_align = GET_MODE_ALIGNMENT (mode);
6395 if (TREE_CODE (arg1) == INTEGER_CST)
6397 unsigned HOST_WIDE_INT val = UINTVAL (expand_normal (arg1));
6399 /* Either this argument is null, or it's a fake pointer encoding
6400 the alignment of the object. */
6401 val = least_bit_hwi (val);
6402 val *= BITS_PER_UNIT;
6404 if (val == 0 || mode_align < val)
6405 type_align = mode_align;
6406 else
6407 type_align = val;
6409 else
6411 tree ttype = TREE_TYPE (arg1);
6413 /* This function is usually invoked and folded immediately by the front
6414 end before anything else has a chance to look at it. The pointer
6415 parameter at this point is usually cast to a void *, so check for that
6416 and look past the cast. */
6417 if (CONVERT_EXPR_P (arg1)
6418 && POINTER_TYPE_P (ttype)
6419 && VOID_TYPE_P (TREE_TYPE (ttype))
6420 && POINTER_TYPE_P (TREE_TYPE (TREE_OPERAND (arg1, 0))))
6421 arg1 = TREE_OPERAND (arg1, 0);
6423 ttype = TREE_TYPE (arg1);
6424 gcc_assert (POINTER_TYPE_P (ttype));
6426 /* Get the underlying type of the object. */
6427 ttype = TREE_TYPE (ttype);
6428 type_align = TYPE_ALIGN (ttype);
6431 /* If the object has smaller alignment, the lock free routines cannot
6432 be used. */
6433 if (type_align < mode_align)
6434 return boolean_false_node;
6436 /* Check if a compare_and_swap pattern exists for the mode which represents
6437 the required size. The pattern is not allowed to fail, so the existence
6438 of the pattern indicates support is present. Also require that an
6439 atomic load exists for the required size. */
6440 if (can_compare_and_swap_p (mode, true) && can_atomic_load_p (mode))
6441 return boolean_true_node;
6442 else
6443 return boolean_false_node;
6446 /* Return true if the parameters to call EXP represent an object which will
6447 always generate lock free instructions. The first argument represents the
6448 size of the object, and the second parameter is a pointer to the object
6449 itself. If NULL is passed for the object, then the result is based on
6450 typical alignment for an object of the specified size. Otherwise return
6451 false. */
6453 static rtx
6454 expand_builtin_atomic_always_lock_free (tree exp)
6456 tree size;
6457 tree arg0 = CALL_EXPR_ARG (exp, 0);
6458 tree arg1 = CALL_EXPR_ARG (exp, 1);
6460 if (TREE_CODE (arg0) != INTEGER_CST)
6462 error ("non-constant argument 1 to __atomic_always_lock_free");
6463 return const0_rtx;
6466 size = fold_builtin_atomic_always_lock_free (arg0, arg1);
6467 if (size == boolean_true_node)
6468 return const1_rtx;
6469 return const0_rtx;
6472 /* Return a one or zero if it can be determined that object ARG1 of size ARG
6473 is lock free on this architecture. */
6475 static tree
6476 fold_builtin_atomic_is_lock_free (tree arg0, tree arg1)
6478 if (!flag_inline_atomics)
6479 return NULL_TREE;
6481 /* If it isn't always lock free, don't generate a result. */
6482 if (fold_builtin_atomic_always_lock_free (arg0, arg1) == boolean_true_node)
6483 return boolean_true_node;
6485 return NULL_TREE;
6488 /* Return true if the parameters to call EXP represent an object which will
6489 always generate lock free instructions. The first argument represents the
6490 size of the object, and the second parameter is a pointer to the object
6491 itself. If NULL is passed for the object, then the result is based on
6492 typical alignment for an object of the specified size. Otherwise return
6493 NULL*/
6495 static rtx
6496 expand_builtin_atomic_is_lock_free (tree exp)
6498 tree size;
6499 tree arg0 = CALL_EXPR_ARG (exp, 0);
6500 tree arg1 = CALL_EXPR_ARG (exp, 1);
6502 if (!INTEGRAL_TYPE_P (TREE_TYPE (arg0)))
6504 error ("non-integer argument 1 to __atomic_is_lock_free");
6505 return NULL_RTX;
6508 if (!flag_inline_atomics)
6509 return NULL_RTX;
6511 /* If the value is known at compile time, return the RTX for it. */
6512 size = fold_builtin_atomic_is_lock_free (arg0, arg1);
6513 if (size == boolean_true_node)
6514 return const1_rtx;
6516 return NULL_RTX;
6519 /* Expand the __atomic_thread_fence intrinsic:
6520 void __atomic_thread_fence (enum memmodel)
6521 EXP is the CALL_EXPR. */
6523 static void
6524 expand_builtin_atomic_thread_fence (tree exp)
6526 enum memmodel model = get_memmodel (CALL_EXPR_ARG (exp, 0));
6527 expand_mem_thread_fence (model);
6530 /* Expand the __atomic_signal_fence intrinsic:
6531 void __atomic_signal_fence (enum memmodel)
6532 EXP is the CALL_EXPR. */
6534 static void
6535 expand_builtin_atomic_signal_fence (tree exp)
6537 enum memmodel model = get_memmodel (CALL_EXPR_ARG (exp, 0));
6538 expand_mem_signal_fence (model);
6541 /* Expand the __sync_synchronize intrinsic. */
6543 static void
6544 expand_builtin_sync_synchronize (void)
6546 expand_mem_thread_fence (MEMMODEL_SYNC_SEQ_CST);
6549 static rtx
6550 expand_builtin_thread_pointer (tree exp, rtx target)
6552 enum insn_code icode;
6553 if (!validate_arglist (exp, VOID_TYPE))
6554 return const0_rtx;
6555 icode = direct_optab_handler (get_thread_pointer_optab, Pmode);
6556 if (icode != CODE_FOR_nothing)
6558 struct expand_operand op;
6559 /* If the target is not sutitable then create a new target. */
6560 if (target == NULL_RTX
6561 || !REG_P (target)
6562 || GET_MODE (target) != Pmode)
6563 target = gen_reg_rtx (Pmode);
6564 create_output_operand (&op, target, Pmode);
6565 expand_insn (icode, 1, &op);
6566 return target;
6568 error ("__builtin_thread_pointer is not supported on this target");
6569 return const0_rtx;
6572 static void
6573 expand_builtin_set_thread_pointer (tree exp)
6575 enum insn_code icode;
6576 if (!validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6577 return;
6578 icode = direct_optab_handler (set_thread_pointer_optab, Pmode);
6579 if (icode != CODE_FOR_nothing)
6581 struct expand_operand op;
6582 rtx val = expand_expr (CALL_EXPR_ARG (exp, 0), NULL_RTX,
6583 Pmode, EXPAND_NORMAL);
6584 create_input_operand (&op, val, Pmode);
6585 expand_insn (icode, 1, &op);
6586 return;
6588 error ("__builtin_set_thread_pointer is not supported on this target");
6592 /* Emit code to restore the current value of stack. */
6594 static void
6595 expand_stack_restore (tree var)
6597 rtx_insn *prev;
6598 rtx sa = expand_normal (var);
6600 sa = convert_memory_address (Pmode, sa);
6602 prev = get_last_insn ();
6603 emit_stack_restore (SAVE_BLOCK, sa);
6605 record_new_stack_level ();
6607 fixup_args_size_notes (prev, get_last_insn (), 0);
6610 /* Emit code to save the current value of stack. */
6612 static rtx
6613 expand_stack_save (void)
6615 rtx ret = NULL_RTX;
6617 emit_stack_save (SAVE_BLOCK, &ret);
6618 return ret;
6622 /* Expand an expression EXP that calls a built-in function,
6623 with result going to TARGET if that's convenient
6624 (and in mode MODE if that's convenient).
6625 SUBTARGET may be used as the target for computing one of EXP's operands.
6626 IGNORE is nonzero if the value is to be ignored. */
6629 expand_builtin (tree exp, rtx target, rtx subtarget, machine_mode mode,
6630 int ignore)
6632 tree fndecl = get_callee_fndecl (exp);
6633 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
6634 machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp));
6635 int flags;
6637 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
6638 return targetm.expand_builtin (exp, target, subtarget, mode, ignore);
6640 /* When ASan is enabled, we don't want to expand some memory/string
6641 builtins and rely on libsanitizer's hooks. This allows us to avoid
6642 redundant checks and be sure, that possible overflow will be detected
6643 by ASan. */
6645 if ((flag_sanitize & SANITIZE_ADDRESS) && asan_intercepted_p (fcode))
6646 return expand_call (exp, target, ignore);
6648 /* When not optimizing, generate calls to library functions for a certain
6649 set of builtins. */
6650 if (!optimize
6651 && !called_as_built_in (fndecl)
6652 && fcode != BUILT_IN_FORK
6653 && fcode != BUILT_IN_EXECL
6654 && fcode != BUILT_IN_EXECV
6655 && fcode != BUILT_IN_EXECLP
6656 && fcode != BUILT_IN_EXECLE
6657 && fcode != BUILT_IN_EXECVP
6658 && fcode != BUILT_IN_EXECVE
6659 && !ALLOCA_FUNCTION_CODE_P (fcode)
6660 && fcode != BUILT_IN_FREE
6661 && fcode != BUILT_IN_CHKP_SET_PTR_BOUNDS
6662 && fcode != BUILT_IN_CHKP_INIT_PTR_BOUNDS
6663 && fcode != BUILT_IN_CHKP_NULL_PTR_BOUNDS
6664 && fcode != BUILT_IN_CHKP_COPY_PTR_BOUNDS
6665 && fcode != BUILT_IN_CHKP_NARROW_PTR_BOUNDS
6666 && fcode != BUILT_IN_CHKP_STORE_PTR_BOUNDS
6667 && fcode != BUILT_IN_CHKP_CHECK_PTR_LBOUNDS
6668 && fcode != BUILT_IN_CHKP_CHECK_PTR_UBOUNDS
6669 && fcode != BUILT_IN_CHKP_CHECK_PTR_BOUNDS
6670 && fcode != BUILT_IN_CHKP_GET_PTR_LBOUND
6671 && fcode != BUILT_IN_CHKP_GET_PTR_UBOUND
6672 && fcode != BUILT_IN_CHKP_BNDRET)
6673 return expand_call (exp, target, ignore);
6675 /* The built-in function expanders test for target == const0_rtx
6676 to determine whether the function's result will be ignored. */
6677 if (ignore)
6678 target = const0_rtx;
6680 /* If the result of a pure or const built-in function is ignored, and
6681 none of its arguments are volatile, we can avoid expanding the
6682 built-in call and just evaluate the arguments for side-effects. */
6683 if (target == const0_rtx
6684 && ((flags = flags_from_decl_or_type (fndecl)) & (ECF_CONST | ECF_PURE))
6685 && !(flags & ECF_LOOPING_CONST_OR_PURE))
6687 bool volatilep = false;
6688 tree arg;
6689 call_expr_arg_iterator iter;
6691 FOR_EACH_CALL_EXPR_ARG (arg, iter, exp)
6692 if (TREE_THIS_VOLATILE (arg))
6694 volatilep = true;
6695 break;
6698 if (! volatilep)
6700 FOR_EACH_CALL_EXPR_ARG (arg, iter, exp)
6701 expand_expr (arg, const0_rtx, VOIDmode, EXPAND_NORMAL);
6702 return const0_rtx;
6706 /* expand_builtin_with_bounds is supposed to be used for
6707 instrumented builtin calls. */
6708 gcc_assert (!CALL_WITH_BOUNDS_P (exp));
6710 switch (fcode)
6712 CASE_FLT_FN (BUILT_IN_FABS):
6713 CASE_FLT_FN_FLOATN_NX (BUILT_IN_FABS):
6714 case BUILT_IN_FABSD32:
6715 case BUILT_IN_FABSD64:
6716 case BUILT_IN_FABSD128:
6717 target = expand_builtin_fabs (exp, target, subtarget);
6718 if (target)
6719 return target;
6720 break;
6722 CASE_FLT_FN (BUILT_IN_COPYSIGN):
6723 CASE_FLT_FN_FLOATN_NX (BUILT_IN_COPYSIGN):
6724 target = expand_builtin_copysign (exp, target, subtarget);
6725 if (target)
6726 return target;
6727 break;
6729 /* Just do a normal library call if we were unable to fold
6730 the values. */
6731 CASE_FLT_FN (BUILT_IN_CABS):
6732 break;
6734 CASE_FLT_FN (BUILT_IN_FMA):
6735 CASE_FLT_FN_FLOATN_NX (BUILT_IN_FMA):
6736 target = expand_builtin_mathfn_ternary (exp, target, subtarget);
6737 if (target)
6738 return target;
6739 break;
6741 CASE_FLT_FN (BUILT_IN_ILOGB):
6742 if (! flag_unsafe_math_optimizations)
6743 break;
6744 gcc_fallthrough ();
6745 CASE_FLT_FN (BUILT_IN_ISINF):
6746 CASE_FLT_FN (BUILT_IN_FINITE):
6747 case BUILT_IN_ISFINITE:
6748 case BUILT_IN_ISNORMAL:
6749 target = expand_builtin_interclass_mathfn (exp, target);
6750 if (target)
6751 return target;
6752 break;
6754 CASE_FLT_FN (BUILT_IN_ICEIL):
6755 CASE_FLT_FN (BUILT_IN_LCEIL):
6756 CASE_FLT_FN (BUILT_IN_LLCEIL):
6757 CASE_FLT_FN (BUILT_IN_LFLOOR):
6758 CASE_FLT_FN (BUILT_IN_IFLOOR):
6759 CASE_FLT_FN (BUILT_IN_LLFLOOR):
6760 target = expand_builtin_int_roundingfn (exp, target);
6761 if (target)
6762 return target;
6763 break;
6765 CASE_FLT_FN (BUILT_IN_IRINT):
6766 CASE_FLT_FN (BUILT_IN_LRINT):
6767 CASE_FLT_FN (BUILT_IN_LLRINT):
6768 CASE_FLT_FN (BUILT_IN_IROUND):
6769 CASE_FLT_FN (BUILT_IN_LROUND):
6770 CASE_FLT_FN (BUILT_IN_LLROUND):
6771 target = expand_builtin_int_roundingfn_2 (exp, target);
6772 if (target)
6773 return target;
6774 break;
6776 CASE_FLT_FN (BUILT_IN_POWI):
6777 target = expand_builtin_powi (exp, target);
6778 if (target)
6779 return target;
6780 break;
6782 CASE_FLT_FN (BUILT_IN_CEXPI):
6783 target = expand_builtin_cexpi (exp, target);
6784 gcc_assert (target);
6785 return target;
6787 CASE_FLT_FN (BUILT_IN_SIN):
6788 CASE_FLT_FN (BUILT_IN_COS):
6789 if (! flag_unsafe_math_optimizations)
6790 break;
6791 target = expand_builtin_mathfn_3 (exp, target, subtarget);
6792 if (target)
6793 return target;
6794 break;
6796 CASE_FLT_FN (BUILT_IN_SINCOS):
6797 if (! flag_unsafe_math_optimizations)
6798 break;
6799 target = expand_builtin_sincos (exp);
6800 if (target)
6801 return target;
6802 break;
6804 case BUILT_IN_APPLY_ARGS:
6805 return expand_builtin_apply_args ();
6807 /* __builtin_apply (FUNCTION, ARGUMENTS, ARGSIZE) invokes
6808 FUNCTION with a copy of the parameters described by
6809 ARGUMENTS, and ARGSIZE. It returns a block of memory
6810 allocated on the stack into which is stored all the registers
6811 that might possibly be used for returning the result of a
6812 function. ARGUMENTS is the value returned by
6813 __builtin_apply_args. ARGSIZE is the number of bytes of
6814 arguments that must be copied. ??? How should this value be
6815 computed? We'll also need a safe worst case value for varargs
6816 functions. */
6817 case BUILT_IN_APPLY:
6818 if (!validate_arglist (exp, POINTER_TYPE,
6819 POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)
6820 && !validate_arglist (exp, REFERENCE_TYPE,
6821 POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
6822 return const0_rtx;
6823 else
6825 rtx ops[3];
6827 ops[0] = expand_normal (CALL_EXPR_ARG (exp, 0));
6828 ops[1] = expand_normal (CALL_EXPR_ARG (exp, 1));
6829 ops[2] = expand_normal (CALL_EXPR_ARG (exp, 2));
6831 return expand_builtin_apply (ops[0], ops[1], ops[2]);
6834 /* __builtin_return (RESULT) causes the function to return the
6835 value described by RESULT. RESULT is address of the block of
6836 memory returned by __builtin_apply. */
6837 case BUILT_IN_RETURN:
6838 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
6839 expand_builtin_return (expand_normal (CALL_EXPR_ARG (exp, 0)));
6840 return const0_rtx;
6842 case BUILT_IN_SAVEREGS:
6843 return expand_builtin_saveregs ();
6845 case BUILT_IN_VA_ARG_PACK:
6846 /* All valid uses of __builtin_va_arg_pack () are removed during
6847 inlining. */
6848 error ("%Kinvalid use of %<__builtin_va_arg_pack ()%>", exp);
6849 return const0_rtx;
6851 case BUILT_IN_VA_ARG_PACK_LEN:
6852 /* All valid uses of __builtin_va_arg_pack_len () are removed during
6853 inlining. */
6854 error ("%Kinvalid use of %<__builtin_va_arg_pack_len ()%>", exp);
6855 return const0_rtx;
6857 /* Return the address of the first anonymous stack arg. */
6858 case BUILT_IN_NEXT_ARG:
6859 if (fold_builtin_next_arg (exp, false))
6860 return const0_rtx;
6861 return expand_builtin_next_arg ();
6863 case BUILT_IN_CLEAR_CACHE:
6864 target = expand_builtin___clear_cache (exp);
6865 if (target)
6866 return target;
6867 break;
6869 case BUILT_IN_CLASSIFY_TYPE:
6870 return expand_builtin_classify_type (exp);
6872 case BUILT_IN_CONSTANT_P:
6873 return const0_rtx;
6875 case BUILT_IN_FRAME_ADDRESS:
6876 case BUILT_IN_RETURN_ADDRESS:
6877 return expand_builtin_frame_address (fndecl, exp);
6879 /* Returns the address of the area where the structure is returned.
6880 0 otherwise. */
6881 case BUILT_IN_AGGREGATE_INCOMING_ADDRESS:
6882 if (call_expr_nargs (exp) != 0
6883 || ! AGGREGATE_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))
6884 || !MEM_P (DECL_RTL (DECL_RESULT (current_function_decl))))
6885 return const0_rtx;
6886 else
6887 return XEXP (DECL_RTL (DECL_RESULT (current_function_decl)), 0);
6889 CASE_BUILT_IN_ALLOCA:
6890 target = expand_builtin_alloca (exp);
6891 if (target)
6892 return target;
6893 break;
6895 case BUILT_IN_ASAN_ALLOCAS_UNPOISON:
6896 return expand_asan_emit_allocas_unpoison (exp);
6898 case BUILT_IN_STACK_SAVE:
6899 return expand_stack_save ();
6901 case BUILT_IN_STACK_RESTORE:
6902 expand_stack_restore (CALL_EXPR_ARG (exp, 0));
6903 return const0_rtx;
6905 case BUILT_IN_BSWAP16:
6906 case BUILT_IN_BSWAP32:
6907 case BUILT_IN_BSWAP64:
6908 target = expand_builtin_bswap (target_mode, exp, target, subtarget);
6909 if (target)
6910 return target;
6911 break;
6913 CASE_INT_FN (BUILT_IN_FFS):
6914 target = expand_builtin_unop (target_mode, exp, target,
6915 subtarget, ffs_optab);
6916 if (target)
6917 return target;
6918 break;
6920 CASE_INT_FN (BUILT_IN_CLZ):
6921 target = expand_builtin_unop (target_mode, exp, target,
6922 subtarget, clz_optab);
6923 if (target)
6924 return target;
6925 break;
6927 CASE_INT_FN (BUILT_IN_CTZ):
6928 target = expand_builtin_unop (target_mode, exp, target,
6929 subtarget, ctz_optab);
6930 if (target)
6931 return target;
6932 break;
6934 CASE_INT_FN (BUILT_IN_CLRSB):
6935 target = expand_builtin_unop (target_mode, exp, target,
6936 subtarget, clrsb_optab);
6937 if (target)
6938 return target;
6939 break;
6941 CASE_INT_FN (BUILT_IN_POPCOUNT):
6942 target = expand_builtin_unop (target_mode, exp, target,
6943 subtarget, popcount_optab);
6944 if (target)
6945 return target;
6946 break;
6948 CASE_INT_FN (BUILT_IN_PARITY):
6949 target = expand_builtin_unop (target_mode, exp, target,
6950 subtarget, parity_optab);
6951 if (target)
6952 return target;
6953 break;
6955 case BUILT_IN_STRLEN:
6956 target = expand_builtin_strlen (exp, target, target_mode);
6957 if (target)
6958 return target;
6959 break;
6961 case BUILT_IN_STRCAT:
6962 target = expand_builtin_strcat (exp, target);
6963 if (target)
6964 return target;
6965 break;
6967 case BUILT_IN_STRCPY:
6968 target = expand_builtin_strcpy (exp, target);
6969 if (target)
6970 return target;
6971 break;
6973 case BUILT_IN_STRNCAT:
6974 target = expand_builtin_strncat (exp, target);
6975 if (target)
6976 return target;
6977 break;
6979 case BUILT_IN_STRNCPY:
6980 target = expand_builtin_strncpy (exp, target);
6981 if (target)
6982 return target;
6983 break;
6985 case BUILT_IN_STPCPY:
6986 target = expand_builtin_stpcpy (exp, target, mode);
6987 if (target)
6988 return target;
6989 break;
6991 case BUILT_IN_STPNCPY:
6992 target = expand_builtin_stpncpy (exp, target);
6993 if (target)
6994 return target;
6995 break;
6997 case BUILT_IN_MEMCHR:
6998 target = expand_builtin_memchr (exp, target);
6999 if (target)
7000 return target;
7001 break;
7003 case BUILT_IN_MEMCPY:
7004 target = expand_builtin_memcpy (exp, target);
7005 if (target)
7006 return target;
7007 break;
7009 case BUILT_IN_MEMMOVE:
7010 target = expand_builtin_memmove (exp, target);
7011 if (target)
7012 return target;
7013 break;
7015 case BUILT_IN_MEMPCPY:
7016 target = expand_builtin_mempcpy (exp, target);
7017 if (target)
7018 return target;
7019 break;
7021 case BUILT_IN_MEMSET:
7022 target = expand_builtin_memset (exp, target, mode);
7023 if (target)
7024 return target;
7025 break;
7027 case BUILT_IN_BZERO:
7028 target = expand_builtin_bzero (exp);
7029 if (target)
7030 return target;
7031 break;
7033 case BUILT_IN_STRCMP:
7034 target = expand_builtin_strcmp (exp, target);
7035 if (target)
7036 return target;
7037 break;
7039 case BUILT_IN_STRNCMP:
7040 target = expand_builtin_strncmp (exp, target, mode);
7041 if (target)
7042 return target;
7043 break;
7045 case BUILT_IN_BCMP:
7046 case BUILT_IN_MEMCMP:
7047 case BUILT_IN_MEMCMP_EQ:
7048 target = expand_builtin_memcmp (exp, target, fcode == BUILT_IN_MEMCMP_EQ);
7049 if (target)
7050 return target;
7051 if (fcode == BUILT_IN_MEMCMP_EQ)
7053 tree newdecl = builtin_decl_explicit (BUILT_IN_MEMCMP);
7054 TREE_OPERAND (exp, 1) = build_fold_addr_expr (newdecl);
7056 break;
7058 case BUILT_IN_SETJMP:
7059 /* This should have been lowered to the builtins below. */
7060 gcc_unreachable ();
7062 case BUILT_IN_SETJMP_SETUP:
7063 /* __builtin_setjmp_setup is passed a pointer to an array of five words
7064 and the receiver label. */
7065 if (validate_arglist (exp, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
7067 rtx buf_addr = expand_expr (CALL_EXPR_ARG (exp, 0), subtarget,
7068 VOIDmode, EXPAND_NORMAL);
7069 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 1), 0);
7070 rtx_insn *label_r = label_rtx (label);
7072 /* This is copied from the handling of non-local gotos. */
7073 expand_builtin_setjmp_setup (buf_addr, label_r);
7074 nonlocal_goto_handler_labels
7075 = gen_rtx_INSN_LIST (VOIDmode, label_r,
7076 nonlocal_goto_handler_labels);
7077 /* ??? Do not let expand_label treat us as such since we would
7078 not want to be both on the list of non-local labels and on
7079 the list of forced labels. */
7080 FORCED_LABEL (label) = 0;
7081 return const0_rtx;
7083 break;
7085 case BUILT_IN_SETJMP_RECEIVER:
7086 /* __builtin_setjmp_receiver is passed the receiver label. */
7087 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
7089 tree label = TREE_OPERAND (CALL_EXPR_ARG (exp, 0), 0);
7090 rtx_insn *label_r = label_rtx (label);
7092 expand_builtin_setjmp_receiver (label_r);
7093 return const0_rtx;
7095 break;
7097 /* __builtin_longjmp is passed a pointer to an array of five words.
7098 It's similar to the C library longjmp function but works with
7099 __builtin_setjmp above. */
7100 case BUILT_IN_LONGJMP:
7101 if (validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
7103 rtx buf_addr = expand_expr (CALL_EXPR_ARG (exp, 0), subtarget,
7104 VOIDmode, EXPAND_NORMAL);
7105 rtx value = expand_normal (CALL_EXPR_ARG (exp, 1));
7107 if (value != const1_rtx)
7109 error ("%<__builtin_longjmp%> second argument must be 1");
7110 return const0_rtx;
7113 expand_builtin_longjmp (buf_addr, value);
7114 return const0_rtx;
7116 break;
7118 case BUILT_IN_NONLOCAL_GOTO:
7119 target = expand_builtin_nonlocal_goto (exp);
7120 if (target)
7121 return target;
7122 break;
7124 /* This updates the setjmp buffer that is its argument with the value
7125 of the current stack pointer. */
7126 case BUILT_IN_UPDATE_SETJMP_BUF:
7127 if (validate_arglist (exp, POINTER_TYPE, VOID_TYPE))
7129 rtx buf_addr
7130 = expand_normal (CALL_EXPR_ARG (exp, 0));
7132 expand_builtin_update_setjmp_buf (buf_addr);
7133 return const0_rtx;
7135 break;
7137 case BUILT_IN_TRAP:
7138 expand_builtin_trap ();
7139 return const0_rtx;
7141 case BUILT_IN_UNREACHABLE:
7142 expand_builtin_unreachable ();
7143 return const0_rtx;
7145 CASE_FLT_FN (BUILT_IN_SIGNBIT):
7146 case BUILT_IN_SIGNBITD32:
7147 case BUILT_IN_SIGNBITD64:
7148 case BUILT_IN_SIGNBITD128:
7149 target = expand_builtin_signbit (exp, target);
7150 if (target)
7151 return target;
7152 break;
7154 /* Various hooks for the DWARF 2 __throw routine. */
7155 case BUILT_IN_UNWIND_INIT:
7156 expand_builtin_unwind_init ();
7157 return const0_rtx;
7158 case BUILT_IN_DWARF_CFA:
7159 return virtual_cfa_rtx;
7160 #ifdef DWARF2_UNWIND_INFO
7161 case BUILT_IN_DWARF_SP_COLUMN:
7162 return expand_builtin_dwarf_sp_column ();
7163 case BUILT_IN_INIT_DWARF_REG_SIZES:
7164 expand_builtin_init_dwarf_reg_sizes (CALL_EXPR_ARG (exp, 0));
7165 return const0_rtx;
7166 #endif
7167 case BUILT_IN_FROB_RETURN_ADDR:
7168 return expand_builtin_frob_return_addr (CALL_EXPR_ARG (exp, 0));
7169 case BUILT_IN_EXTRACT_RETURN_ADDR:
7170 return expand_builtin_extract_return_addr (CALL_EXPR_ARG (exp, 0));
7171 case BUILT_IN_EH_RETURN:
7172 expand_builtin_eh_return (CALL_EXPR_ARG (exp, 0),
7173 CALL_EXPR_ARG (exp, 1));
7174 return const0_rtx;
7175 case BUILT_IN_EH_RETURN_DATA_REGNO:
7176 return expand_builtin_eh_return_data_regno (exp);
7177 case BUILT_IN_EXTEND_POINTER:
7178 return expand_builtin_extend_pointer (CALL_EXPR_ARG (exp, 0));
7179 case BUILT_IN_EH_POINTER:
7180 return expand_builtin_eh_pointer (exp);
7181 case BUILT_IN_EH_FILTER:
7182 return expand_builtin_eh_filter (exp);
7183 case BUILT_IN_EH_COPY_VALUES:
7184 return expand_builtin_eh_copy_values (exp);
7186 case BUILT_IN_VA_START:
7187 return expand_builtin_va_start (exp);
7188 case BUILT_IN_VA_END:
7189 return expand_builtin_va_end (exp);
7190 case BUILT_IN_VA_COPY:
7191 return expand_builtin_va_copy (exp);
7192 case BUILT_IN_EXPECT:
7193 return expand_builtin_expect (exp, target);
7194 case BUILT_IN_ASSUME_ALIGNED:
7195 return expand_builtin_assume_aligned (exp, target);
7196 case BUILT_IN_PREFETCH:
7197 expand_builtin_prefetch (exp);
7198 return const0_rtx;
7200 case BUILT_IN_INIT_TRAMPOLINE:
7201 return expand_builtin_init_trampoline (exp, true);
7202 case BUILT_IN_INIT_HEAP_TRAMPOLINE:
7203 return expand_builtin_init_trampoline (exp, false);
7204 case BUILT_IN_ADJUST_TRAMPOLINE:
7205 return expand_builtin_adjust_trampoline (exp);
7207 case BUILT_IN_INIT_DESCRIPTOR:
7208 return expand_builtin_init_descriptor (exp);
7209 case BUILT_IN_ADJUST_DESCRIPTOR:
7210 return expand_builtin_adjust_descriptor (exp);
7212 case BUILT_IN_FORK:
7213 case BUILT_IN_EXECL:
7214 case BUILT_IN_EXECV:
7215 case BUILT_IN_EXECLP:
7216 case BUILT_IN_EXECLE:
7217 case BUILT_IN_EXECVP:
7218 case BUILT_IN_EXECVE:
7219 target = expand_builtin_fork_or_exec (fndecl, exp, target, ignore);
7220 if (target)
7221 return target;
7222 break;
7224 case BUILT_IN_SYNC_FETCH_AND_ADD_1:
7225 case BUILT_IN_SYNC_FETCH_AND_ADD_2:
7226 case BUILT_IN_SYNC_FETCH_AND_ADD_4:
7227 case BUILT_IN_SYNC_FETCH_AND_ADD_8:
7228 case BUILT_IN_SYNC_FETCH_AND_ADD_16:
7229 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_FETCH_AND_ADD_1);
7230 target = expand_builtin_sync_operation (mode, exp, PLUS, false, target);
7231 if (target)
7232 return target;
7233 break;
7235 case BUILT_IN_SYNC_FETCH_AND_SUB_1:
7236 case BUILT_IN_SYNC_FETCH_AND_SUB_2:
7237 case BUILT_IN_SYNC_FETCH_AND_SUB_4:
7238 case BUILT_IN_SYNC_FETCH_AND_SUB_8:
7239 case BUILT_IN_SYNC_FETCH_AND_SUB_16:
7240 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_FETCH_AND_SUB_1);
7241 target = expand_builtin_sync_operation (mode, exp, MINUS, false, target);
7242 if (target)
7243 return target;
7244 break;
7246 case BUILT_IN_SYNC_FETCH_AND_OR_1:
7247 case BUILT_IN_SYNC_FETCH_AND_OR_2:
7248 case BUILT_IN_SYNC_FETCH_AND_OR_4:
7249 case BUILT_IN_SYNC_FETCH_AND_OR_8:
7250 case BUILT_IN_SYNC_FETCH_AND_OR_16:
7251 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_FETCH_AND_OR_1);
7252 target = expand_builtin_sync_operation (mode, exp, IOR, false, target);
7253 if (target)
7254 return target;
7255 break;
7257 case BUILT_IN_SYNC_FETCH_AND_AND_1:
7258 case BUILT_IN_SYNC_FETCH_AND_AND_2:
7259 case BUILT_IN_SYNC_FETCH_AND_AND_4:
7260 case BUILT_IN_SYNC_FETCH_AND_AND_8:
7261 case BUILT_IN_SYNC_FETCH_AND_AND_16:
7262 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_FETCH_AND_AND_1);
7263 target = expand_builtin_sync_operation (mode, exp, AND, false, target);
7264 if (target)
7265 return target;
7266 break;
7268 case BUILT_IN_SYNC_FETCH_AND_XOR_1:
7269 case BUILT_IN_SYNC_FETCH_AND_XOR_2:
7270 case BUILT_IN_SYNC_FETCH_AND_XOR_4:
7271 case BUILT_IN_SYNC_FETCH_AND_XOR_8:
7272 case BUILT_IN_SYNC_FETCH_AND_XOR_16:
7273 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_FETCH_AND_XOR_1);
7274 target = expand_builtin_sync_operation (mode, exp, XOR, false, target);
7275 if (target)
7276 return target;
7277 break;
7279 case BUILT_IN_SYNC_FETCH_AND_NAND_1:
7280 case BUILT_IN_SYNC_FETCH_AND_NAND_2:
7281 case BUILT_IN_SYNC_FETCH_AND_NAND_4:
7282 case BUILT_IN_SYNC_FETCH_AND_NAND_8:
7283 case BUILT_IN_SYNC_FETCH_AND_NAND_16:
7284 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_FETCH_AND_NAND_1);
7285 target = expand_builtin_sync_operation (mode, exp, NOT, false, target);
7286 if (target)
7287 return target;
7288 break;
7290 case BUILT_IN_SYNC_ADD_AND_FETCH_1:
7291 case BUILT_IN_SYNC_ADD_AND_FETCH_2:
7292 case BUILT_IN_SYNC_ADD_AND_FETCH_4:
7293 case BUILT_IN_SYNC_ADD_AND_FETCH_8:
7294 case BUILT_IN_SYNC_ADD_AND_FETCH_16:
7295 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_ADD_AND_FETCH_1);
7296 target = expand_builtin_sync_operation (mode, exp, PLUS, true, target);
7297 if (target)
7298 return target;
7299 break;
7301 case BUILT_IN_SYNC_SUB_AND_FETCH_1:
7302 case BUILT_IN_SYNC_SUB_AND_FETCH_2:
7303 case BUILT_IN_SYNC_SUB_AND_FETCH_4:
7304 case BUILT_IN_SYNC_SUB_AND_FETCH_8:
7305 case BUILT_IN_SYNC_SUB_AND_FETCH_16:
7306 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_SUB_AND_FETCH_1);
7307 target = expand_builtin_sync_operation (mode, exp, MINUS, true, target);
7308 if (target)
7309 return target;
7310 break;
7312 case BUILT_IN_SYNC_OR_AND_FETCH_1:
7313 case BUILT_IN_SYNC_OR_AND_FETCH_2:
7314 case BUILT_IN_SYNC_OR_AND_FETCH_4:
7315 case BUILT_IN_SYNC_OR_AND_FETCH_8:
7316 case BUILT_IN_SYNC_OR_AND_FETCH_16:
7317 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_OR_AND_FETCH_1);
7318 target = expand_builtin_sync_operation (mode, exp, IOR, true, target);
7319 if (target)
7320 return target;
7321 break;
7323 case BUILT_IN_SYNC_AND_AND_FETCH_1:
7324 case BUILT_IN_SYNC_AND_AND_FETCH_2:
7325 case BUILT_IN_SYNC_AND_AND_FETCH_4:
7326 case BUILT_IN_SYNC_AND_AND_FETCH_8:
7327 case BUILT_IN_SYNC_AND_AND_FETCH_16:
7328 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_AND_AND_FETCH_1);
7329 target = expand_builtin_sync_operation (mode, exp, AND, true, target);
7330 if (target)
7331 return target;
7332 break;
7334 case BUILT_IN_SYNC_XOR_AND_FETCH_1:
7335 case BUILT_IN_SYNC_XOR_AND_FETCH_2:
7336 case BUILT_IN_SYNC_XOR_AND_FETCH_4:
7337 case BUILT_IN_SYNC_XOR_AND_FETCH_8:
7338 case BUILT_IN_SYNC_XOR_AND_FETCH_16:
7339 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_XOR_AND_FETCH_1);
7340 target = expand_builtin_sync_operation (mode, exp, XOR, true, target);
7341 if (target)
7342 return target;
7343 break;
7345 case BUILT_IN_SYNC_NAND_AND_FETCH_1:
7346 case BUILT_IN_SYNC_NAND_AND_FETCH_2:
7347 case BUILT_IN_SYNC_NAND_AND_FETCH_4:
7348 case BUILT_IN_SYNC_NAND_AND_FETCH_8:
7349 case BUILT_IN_SYNC_NAND_AND_FETCH_16:
7350 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_NAND_AND_FETCH_1);
7351 target = expand_builtin_sync_operation (mode, exp, NOT, true, target);
7352 if (target)
7353 return target;
7354 break;
7356 case BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_1:
7357 case BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_2:
7358 case BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_4:
7359 case BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_8:
7360 case BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_16:
7361 if (mode == VOIDmode)
7362 mode = TYPE_MODE (boolean_type_node);
7363 if (!target || !register_operand (target, mode))
7364 target = gen_reg_rtx (mode);
7366 mode = get_builtin_sync_mode
7367 (fcode - BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_1);
7368 target = expand_builtin_compare_and_swap (mode, exp, true, target);
7369 if (target)
7370 return target;
7371 break;
7373 case BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_1:
7374 case BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_2:
7375 case BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_4:
7376 case BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_8:
7377 case BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_16:
7378 mode = get_builtin_sync_mode
7379 (fcode - BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_1);
7380 target = expand_builtin_compare_and_swap (mode, exp, false, target);
7381 if (target)
7382 return target;
7383 break;
7385 case BUILT_IN_SYNC_LOCK_TEST_AND_SET_1:
7386 case BUILT_IN_SYNC_LOCK_TEST_AND_SET_2:
7387 case BUILT_IN_SYNC_LOCK_TEST_AND_SET_4:
7388 case BUILT_IN_SYNC_LOCK_TEST_AND_SET_8:
7389 case BUILT_IN_SYNC_LOCK_TEST_AND_SET_16:
7390 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_LOCK_TEST_AND_SET_1);
7391 target = expand_builtin_sync_lock_test_and_set (mode, exp, target);
7392 if (target)
7393 return target;
7394 break;
7396 case BUILT_IN_SYNC_LOCK_RELEASE_1:
7397 case BUILT_IN_SYNC_LOCK_RELEASE_2:
7398 case BUILT_IN_SYNC_LOCK_RELEASE_4:
7399 case BUILT_IN_SYNC_LOCK_RELEASE_8:
7400 case BUILT_IN_SYNC_LOCK_RELEASE_16:
7401 mode = get_builtin_sync_mode (fcode - BUILT_IN_SYNC_LOCK_RELEASE_1);
7402 expand_builtin_sync_lock_release (mode, exp);
7403 return const0_rtx;
7405 case BUILT_IN_SYNC_SYNCHRONIZE:
7406 expand_builtin_sync_synchronize ();
7407 return const0_rtx;
7409 case BUILT_IN_ATOMIC_EXCHANGE_1:
7410 case BUILT_IN_ATOMIC_EXCHANGE_2:
7411 case BUILT_IN_ATOMIC_EXCHANGE_4:
7412 case BUILT_IN_ATOMIC_EXCHANGE_8:
7413 case BUILT_IN_ATOMIC_EXCHANGE_16:
7414 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_EXCHANGE_1);
7415 target = expand_builtin_atomic_exchange (mode, exp, target);
7416 if (target)
7417 return target;
7418 break;
7420 case BUILT_IN_ATOMIC_COMPARE_EXCHANGE_1:
7421 case BUILT_IN_ATOMIC_COMPARE_EXCHANGE_2:
7422 case BUILT_IN_ATOMIC_COMPARE_EXCHANGE_4:
7423 case BUILT_IN_ATOMIC_COMPARE_EXCHANGE_8:
7424 case BUILT_IN_ATOMIC_COMPARE_EXCHANGE_16:
7426 unsigned int nargs, z;
7427 vec<tree, va_gc> *vec;
7429 mode =
7430 get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_COMPARE_EXCHANGE_1);
7431 target = expand_builtin_atomic_compare_exchange (mode, exp, target);
7432 if (target)
7433 return target;
7435 /* If this is turned into an external library call, the weak parameter
7436 must be dropped to match the expected parameter list. */
7437 nargs = call_expr_nargs (exp);
7438 vec_alloc (vec, nargs - 1);
7439 for (z = 0; z < 3; z++)
7440 vec->quick_push (CALL_EXPR_ARG (exp, z));
7441 /* Skip the boolean weak parameter. */
7442 for (z = 4; z < 6; z++)
7443 vec->quick_push (CALL_EXPR_ARG (exp, z));
7444 exp = build_call_vec (TREE_TYPE (exp), CALL_EXPR_FN (exp), vec);
7445 break;
7448 case BUILT_IN_ATOMIC_LOAD_1:
7449 case BUILT_IN_ATOMIC_LOAD_2:
7450 case BUILT_IN_ATOMIC_LOAD_4:
7451 case BUILT_IN_ATOMIC_LOAD_8:
7452 case BUILT_IN_ATOMIC_LOAD_16:
7453 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_LOAD_1);
7454 target = expand_builtin_atomic_load (mode, exp, target);
7455 if (target)
7456 return target;
7457 break;
7459 case BUILT_IN_ATOMIC_STORE_1:
7460 case BUILT_IN_ATOMIC_STORE_2:
7461 case BUILT_IN_ATOMIC_STORE_4:
7462 case BUILT_IN_ATOMIC_STORE_8:
7463 case BUILT_IN_ATOMIC_STORE_16:
7464 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_STORE_1);
7465 target = expand_builtin_atomic_store (mode, exp);
7466 if (target)
7467 return const0_rtx;
7468 break;
7470 case BUILT_IN_ATOMIC_ADD_FETCH_1:
7471 case BUILT_IN_ATOMIC_ADD_FETCH_2:
7472 case BUILT_IN_ATOMIC_ADD_FETCH_4:
7473 case BUILT_IN_ATOMIC_ADD_FETCH_8:
7474 case BUILT_IN_ATOMIC_ADD_FETCH_16:
7476 enum built_in_function lib;
7477 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_ADD_FETCH_1);
7478 lib = (enum built_in_function)((int)BUILT_IN_ATOMIC_FETCH_ADD_1 +
7479 (fcode - BUILT_IN_ATOMIC_ADD_FETCH_1));
7480 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, true,
7481 ignore, lib);
7482 if (target)
7483 return target;
7484 break;
7486 case BUILT_IN_ATOMIC_SUB_FETCH_1:
7487 case BUILT_IN_ATOMIC_SUB_FETCH_2:
7488 case BUILT_IN_ATOMIC_SUB_FETCH_4:
7489 case BUILT_IN_ATOMIC_SUB_FETCH_8:
7490 case BUILT_IN_ATOMIC_SUB_FETCH_16:
7492 enum built_in_function lib;
7493 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_SUB_FETCH_1);
7494 lib = (enum built_in_function)((int)BUILT_IN_ATOMIC_FETCH_SUB_1 +
7495 (fcode - BUILT_IN_ATOMIC_SUB_FETCH_1));
7496 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, true,
7497 ignore, lib);
7498 if (target)
7499 return target;
7500 break;
7502 case BUILT_IN_ATOMIC_AND_FETCH_1:
7503 case BUILT_IN_ATOMIC_AND_FETCH_2:
7504 case BUILT_IN_ATOMIC_AND_FETCH_4:
7505 case BUILT_IN_ATOMIC_AND_FETCH_8:
7506 case BUILT_IN_ATOMIC_AND_FETCH_16:
7508 enum built_in_function lib;
7509 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_AND_FETCH_1);
7510 lib = (enum built_in_function)((int)BUILT_IN_ATOMIC_FETCH_AND_1 +
7511 (fcode - BUILT_IN_ATOMIC_AND_FETCH_1));
7512 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, true,
7513 ignore, lib);
7514 if (target)
7515 return target;
7516 break;
7518 case BUILT_IN_ATOMIC_NAND_FETCH_1:
7519 case BUILT_IN_ATOMIC_NAND_FETCH_2:
7520 case BUILT_IN_ATOMIC_NAND_FETCH_4:
7521 case BUILT_IN_ATOMIC_NAND_FETCH_8:
7522 case BUILT_IN_ATOMIC_NAND_FETCH_16:
7524 enum built_in_function lib;
7525 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_NAND_FETCH_1);
7526 lib = (enum built_in_function)((int)BUILT_IN_ATOMIC_FETCH_NAND_1 +
7527 (fcode - BUILT_IN_ATOMIC_NAND_FETCH_1));
7528 target = expand_builtin_atomic_fetch_op (mode, exp, target, NOT, true,
7529 ignore, lib);
7530 if (target)
7531 return target;
7532 break;
7534 case BUILT_IN_ATOMIC_XOR_FETCH_1:
7535 case BUILT_IN_ATOMIC_XOR_FETCH_2:
7536 case BUILT_IN_ATOMIC_XOR_FETCH_4:
7537 case BUILT_IN_ATOMIC_XOR_FETCH_8:
7538 case BUILT_IN_ATOMIC_XOR_FETCH_16:
7540 enum built_in_function lib;
7541 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_XOR_FETCH_1);
7542 lib = (enum built_in_function)((int)BUILT_IN_ATOMIC_FETCH_XOR_1 +
7543 (fcode - BUILT_IN_ATOMIC_XOR_FETCH_1));
7544 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, true,
7545 ignore, lib);
7546 if (target)
7547 return target;
7548 break;
7550 case BUILT_IN_ATOMIC_OR_FETCH_1:
7551 case BUILT_IN_ATOMIC_OR_FETCH_2:
7552 case BUILT_IN_ATOMIC_OR_FETCH_4:
7553 case BUILT_IN_ATOMIC_OR_FETCH_8:
7554 case BUILT_IN_ATOMIC_OR_FETCH_16:
7556 enum built_in_function lib;
7557 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_OR_FETCH_1);
7558 lib = (enum built_in_function)((int)BUILT_IN_ATOMIC_FETCH_OR_1 +
7559 (fcode - BUILT_IN_ATOMIC_OR_FETCH_1));
7560 target = expand_builtin_atomic_fetch_op (mode, exp, target, IOR, true,
7561 ignore, lib);
7562 if (target)
7563 return target;
7564 break;
7566 case BUILT_IN_ATOMIC_FETCH_ADD_1:
7567 case BUILT_IN_ATOMIC_FETCH_ADD_2:
7568 case BUILT_IN_ATOMIC_FETCH_ADD_4:
7569 case BUILT_IN_ATOMIC_FETCH_ADD_8:
7570 case BUILT_IN_ATOMIC_FETCH_ADD_16:
7571 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_FETCH_ADD_1);
7572 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, false,
7573 ignore, BUILT_IN_NONE);
7574 if (target)
7575 return target;
7576 break;
7578 case BUILT_IN_ATOMIC_FETCH_SUB_1:
7579 case BUILT_IN_ATOMIC_FETCH_SUB_2:
7580 case BUILT_IN_ATOMIC_FETCH_SUB_4:
7581 case BUILT_IN_ATOMIC_FETCH_SUB_8:
7582 case BUILT_IN_ATOMIC_FETCH_SUB_16:
7583 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_FETCH_SUB_1);
7584 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, false,
7585 ignore, BUILT_IN_NONE);
7586 if (target)
7587 return target;
7588 break;
7590 case BUILT_IN_ATOMIC_FETCH_AND_1:
7591 case BUILT_IN_ATOMIC_FETCH_AND_2:
7592 case BUILT_IN_ATOMIC_FETCH_AND_4:
7593 case BUILT_IN_ATOMIC_FETCH_AND_8:
7594 case BUILT_IN_ATOMIC_FETCH_AND_16:
7595 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_FETCH_AND_1);
7596 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, false,
7597 ignore, BUILT_IN_NONE);
7598 if (target)
7599 return target;
7600 break;
7602 case BUILT_IN_ATOMIC_FETCH_NAND_1:
7603 case BUILT_IN_ATOMIC_FETCH_NAND_2:
7604 case BUILT_IN_ATOMIC_FETCH_NAND_4:
7605 case BUILT_IN_ATOMIC_FETCH_NAND_8:
7606 case BUILT_IN_ATOMIC_FETCH_NAND_16:
7607 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_FETCH_NAND_1);
7608 target = expand_builtin_atomic_fetch_op (mode, exp, target, NOT, false,
7609 ignore, BUILT_IN_NONE);
7610 if (target)
7611 return target;
7612 break;
7614 case BUILT_IN_ATOMIC_FETCH_XOR_1:
7615 case BUILT_IN_ATOMIC_FETCH_XOR_2:
7616 case BUILT_IN_ATOMIC_FETCH_XOR_4:
7617 case BUILT_IN_ATOMIC_FETCH_XOR_8:
7618 case BUILT_IN_ATOMIC_FETCH_XOR_16:
7619 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_FETCH_XOR_1);
7620 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, false,
7621 ignore, BUILT_IN_NONE);
7622 if (target)
7623 return target;
7624 break;
7626 case BUILT_IN_ATOMIC_FETCH_OR_1:
7627 case BUILT_IN_ATOMIC_FETCH_OR_2:
7628 case BUILT_IN_ATOMIC_FETCH_OR_4:
7629 case BUILT_IN_ATOMIC_FETCH_OR_8:
7630 case BUILT_IN_ATOMIC_FETCH_OR_16:
7631 mode = get_builtin_sync_mode (fcode - BUILT_IN_ATOMIC_FETCH_OR_1);
7632 target = expand_builtin_atomic_fetch_op (mode, exp, target, IOR, false,
7633 ignore, BUILT_IN_NONE);
7634 if (target)
7635 return target;
7636 break;
7638 case BUILT_IN_ATOMIC_TEST_AND_SET:
7639 return expand_builtin_atomic_test_and_set (exp, target);
7641 case BUILT_IN_ATOMIC_CLEAR:
7642 return expand_builtin_atomic_clear (exp);
7644 case BUILT_IN_ATOMIC_ALWAYS_LOCK_FREE:
7645 return expand_builtin_atomic_always_lock_free (exp);
7647 case BUILT_IN_ATOMIC_IS_LOCK_FREE:
7648 target = expand_builtin_atomic_is_lock_free (exp);
7649 if (target)
7650 return target;
7651 break;
7653 case BUILT_IN_ATOMIC_THREAD_FENCE:
7654 expand_builtin_atomic_thread_fence (exp);
7655 return const0_rtx;
7657 case BUILT_IN_ATOMIC_SIGNAL_FENCE:
7658 expand_builtin_atomic_signal_fence (exp);
7659 return const0_rtx;
7661 case BUILT_IN_OBJECT_SIZE:
7662 return expand_builtin_object_size (exp);
7664 case BUILT_IN_MEMCPY_CHK:
7665 case BUILT_IN_MEMPCPY_CHK:
7666 case BUILT_IN_MEMMOVE_CHK:
7667 case BUILT_IN_MEMSET_CHK:
7668 target = expand_builtin_memory_chk (exp, target, mode, fcode);
7669 if (target)
7670 return target;
7671 break;
7673 case BUILT_IN_STRCPY_CHK:
7674 case BUILT_IN_STPCPY_CHK:
7675 case BUILT_IN_STRNCPY_CHK:
7676 case BUILT_IN_STPNCPY_CHK:
7677 case BUILT_IN_STRCAT_CHK:
7678 case BUILT_IN_STRNCAT_CHK:
7679 case BUILT_IN_SNPRINTF_CHK:
7680 case BUILT_IN_VSNPRINTF_CHK:
7681 maybe_emit_chk_warning (exp, fcode);
7682 break;
7684 case BUILT_IN_SPRINTF_CHK:
7685 case BUILT_IN_VSPRINTF_CHK:
7686 maybe_emit_sprintf_chk_warning (exp, fcode);
7687 break;
7689 case BUILT_IN_FREE:
7690 if (warn_free_nonheap_object)
7691 maybe_emit_free_warning (exp);
7692 break;
7694 case BUILT_IN_THREAD_POINTER:
7695 return expand_builtin_thread_pointer (exp, target);
7697 case BUILT_IN_SET_THREAD_POINTER:
7698 expand_builtin_set_thread_pointer (exp);
7699 return const0_rtx;
7701 case BUILT_IN_CHKP_INIT_PTR_BOUNDS:
7702 case BUILT_IN_CHKP_NULL_PTR_BOUNDS:
7703 case BUILT_IN_CHKP_COPY_PTR_BOUNDS:
7704 case BUILT_IN_CHKP_CHECK_PTR_LBOUNDS:
7705 case BUILT_IN_CHKP_CHECK_PTR_UBOUNDS:
7706 case BUILT_IN_CHKP_CHECK_PTR_BOUNDS:
7707 case BUILT_IN_CHKP_SET_PTR_BOUNDS:
7708 case BUILT_IN_CHKP_NARROW_PTR_BOUNDS:
7709 case BUILT_IN_CHKP_STORE_PTR_BOUNDS:
7710 case BUILT_IN_CHKP_GET_PTR_LBOUND:
7711 case BUILT_IN_CHKP_GET_PTR_UBOUND:
7712 /* We allow user CHKP builtins if Pointer Bounds
7713 Checker is off. */
7714 if (!chkp_function_instrumented_p (current_function_decl))
7716 if (fcode == BUILT_IN_CHKP_SET_PTR_BOUNDS
7717 || fcode == BUILT_IN_CHKP_NARROW_PTR_BOUNDS
7718 || fcode == BUILT_IN_CHKP_INIT_PTR_BOUNDS
7719 || fcode == BUILT_IN_CHKP_NULL_PTR_BOUNDS
7720 || fcode == BUILT_IN_CHKP_COPY_PTR_BOUNDS)
7721 return expand_normal (CALL_EXPR_ARG (exp, 0));
7722 else if (fcode == BUILT_IN_CHKP_GET_PTR_LBOUND)
7723 return expand_normal (size_zero_node);
7724 else if (fcode == BUILT_IN_CHKP_GET_PTR_UBOUND)
7725 return expand_normal (size_int (-1));
7726 else
7727 return const0_rtx;
7729 /* FALLTHROUGH */
7731 case BUILT_IN_CHKP_BNDMK:
7732 case BUILT_IN_CHKP_BNDSTX:
7733 case BUILT_IN_CHKP_BNDCL:
7734 case BUILT_IN_CHKP_BNDCU:
7735 case BUILT_IN_CHKP_BNDLDX:
7736 case BUILT_IN_CHKP_BNDRET:
7737 case BUILT_IN_CHKP_INTERSECT:
7738 case BUILT_IN_CHKP_NARROW:
7739 case BUILT_IN_CHKP_EXTRACT_LOWER:
7740 case BUILT_IN_CHKP_EXTRACT_UPPER:
7741 /* Software implementation of Pointer Bounds Checker is NYI.
7742 Target support is required. */
7743 error ("Your target platform does not support -fcheck-pointer-bounds");
7744 break;
7746 case BUILT_IN_ACC_ON_DEVICE:
7747 /* Do library call, if we failed to expand the builtin when
7748 folding. */
7749 break;
7751 default: /* just do library call, if unknown builtin */
7752 break;
7755 /* The switch statement above can drop through to cause the function
7756 to be called normally. */
7757 return expand_call (exp, target, ignore);
7760 /* Similar to expand_builtin but is used for instrumented calls. */
7763 expand_builtin_with_bounds (tree exp, rtx target,
7764 rtx subtarget ATTRIBUTE_UNUSED,
7765 machine_mode mode, int ignore)
7767 tree fndecl = get_callee_fndecl (exp);
7768 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
7770 gcc_assert (CALL_WITH_BOUNDS_P (exp));
7772 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
7773 return targetm.expand_builtin (exp, target, subtarget, mode, ignore);
7775 gcc_assert (fcode > BEGIN_CHKP_BUILTINS
7776 && fcode < END_CHKP_BUILTINS);
7778 switch (fcode)
7780 case BUILT_IN_CHKP_MEMCPY_NOBND_NOCHK_CHKP:
7781 target = expand_builtin_memcpy_with_bounds (exp, target);
7782 if (target)
7783 return target;
7784 break;
7786 case BUILT_IN_CHKP_MEMPCPY_NOBND_NOCHK_CHKP:
7787 target = expand_builtin_mempcpy_with_bounds (exp, target);
7788 if (target)
7789 return target;
7790 break;
7792 case BUILT_IN_CHKP_MEMSET_NOBND_NOCHK_CHKP:
7793 target = expand_builtin_memset_with_bounds (exp, target, mode);
7794 if (target)
7795 return target;
7796 break;
7798 case BUILT_IN_MEMCPY_CHKP:
7799 case BUILT_IN_MEMMOVE_CHKP:
7800 case BUILT_IN_MEMPCPY_CHKP:
7801 if (call_expr_nargs (exp) > 3)
7803 /* memcpy_chkp (void *dst, size_t dstbnd,
7804 const void *src, size_t srcbnd, size_t n)
7805 and others take a pointer bound argument just after each
7806 pointer argument. */
7807 tree dest = CALL_EXPR_ARG (exp, 0);
7808 tree src = CALL_EXPR_ARG (exp, 2);
7809 tree len = CALL_EXPR_ARG (exp, 4);
7811 check_memop_access (exp, dest, src, len);
7812 break;
7815 default:
7816 break;
7819 /* The switch statement above can drop through to cause the function
7820 to be called normally. */
7821 return expand_call (exp, target, ignore);
7824 /* Determine whether a tree node represents a call to a built-in
7825 function. If the tree T is a call to a built-in function with
7826 the right number of arguments of the appropriate types, return
7827 the DECL_FUNCTION_CODE of the call, e.g. BUILT_IN_SQRT.
7828 Otherwise the return value is END_BUILTINS. */
7830 enum built_in_function
7831 builtin_mathfn_code (const_tree t)
7833 const_tree fndecl, arg, parmlist;
7834 const_tree argtype, parmtype;
7835 const_call_expr_arg_iterator iter;
7837 if (TREE_CODE (t) != CALL_EXPR)
7838 return END_BUILTINS;
7840 fndecl = get_callee_fndecl (t);
7841 if (fndecl == NULL_TREE
7842 || TREE_CODE (fndecl) != FUNCTION_DECL
7843 || ! DECL_BUILT_IN (fndecl)
7844 || DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
7845 return END_BUILTINS;
7847 parmlist = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
7848 init_const_call_expr_arg_iterator (t, &iter);
7849 for (; parmlist; parmlist = TREE_CHAIN (parmlist))
7851 /* If a function doesn't take a variable number of arguments,
7852 the last element in the list will have type `void'. */
7853 parmtype = TREE_VALUE (parmlist);
7854 if (VOID_TYPE_P (parmtype))
7856 if (more_const_call_expr_args_p (&iter))
7857 return END_BUILTINS;
7858 return DECL_FUNCTION_CODE (fndecl);
7861 if (! more_const_call_expr_args_p (&iter))
7862 return END_BUILTINS;
7864 arg = next_const_call_expr_arg (&iter);
7865 argtype = TREE_TYPE (arg);
7867 if (SCALAR_FLOAT_TYPE_P (parmtype))
7869 if (! SCALAR_FLOAT_TYPE_P (argtype))
7870 return END_BUILTINS;
7872 else if (COMPLEX_FLOAT_TYPE_P (parmtype))
7874 if (! COMPLEX_FLOAT_TYPE_P (argtype))
7875 return END_BUILTINS;
7877 else if (POINTER_TYPE_P (parmtype))
7879 if (! POINTER_TYPE_P (argtype))
7880 return END_BUILTINS;
7882 else if (INTEGRAL_TYPE_P (parmtype))
7884 if (! INTEGRAL_TYPE_P (argtype))
7885 return END_BUILTINS;
7887 else
7888 return END_BUILTINS;
7891 /* Variable-length argument list. */
7892 return DECL_FUNCTION_CODE (fndecl);
7895 /* Fold a call to __builtin_constant_p, if we know its argument ARG will
7896 evaluate to a constant. */
7898 static tree
7899 fold_builtin_constant_p (tree arg)
7901 /* We return 1 for a numeric type that's known to be a constant
7902 value at compile-time or for an aggregate type that's a
7903 literal constant. */
7904 STRIP_NOPS (arg);
7906 /* If we know this is a constant, emit the constant of one. */
7907 if (CONSTANT_CLASS_P (arg)
7908 || (TREE_CODE (arg) == CONSTRUCTOR
7909 && TREE_CONSTANT (arg)))
7910 return integer_one_node;
7911 if (TREE_CODE (arg) == ADDR_EXPR)
7913 tree op = TREE_OPERAND (arg, 0);
7914 if (TREE_CODE (op) == STRING_CST
7915 || (TREE_CODE (op) == ARRAY_REF
7916 && integer_zerop (TREE_OPERAND (op, 1))
7917 && TREE_CODE (TREE_OPERAND (op, 0)) == STRING_CST))
7918 return integer_one_node;
7921 /* If this expression has side effects, show we don't know it to be a
7922 constant. Likewise if it's a pointer or aggregate type since in
7923 those case we only want literals, since those are only optimized
7924 when generating RTL, not later.
7925 And finally, if we are compiling an initializer, not code, we
7926 need to return a definite result now; there's not going to be any
7927 more optimization done. */
7928 if (TREE_SIDE_EFFECTS (arg)
7929 || AGGREGATE_TYPE_P (TREE_TYPE (arg))
7930 || POINTER_TYPE_P (TREE_TYPE (arg))
7931 || cfun == 0
7932 || folding_initializer
7933 || force_folding_builtin_constant_p)
7934 return integer_zero_node;
7936 return NULL_TREE;
7939 /* Create builtin_expect with PRED and EXPECTED as its arguments and
7940 return it as a truthvalue. */
7942 static tree
7943 build_builtin_expect_predicate (location_t loc, tree pred, tree expected,
7944 tree predictor)
7946 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type;
7948 fn = builtin_decl_explicit (BUILT_IN_EXPECT);
7949 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
7950 ret_type = TREE_TYPE (TREE_TYPE (fn));
7951 pred_type = TREE_VALUE (arg_types);
7952 expected_type = TREE_VALUE (TREE_CHAIN (arg_types));
7954 pred = fold_convert_loc (loc, pred_type, pred);
7955 expected = fold_convert_loc (loc, expected_type, expected);
7956 call_expr = build_call_expr_loc (loc, fn, predictor ? 3 : 2, pred, expected,
7957 predictor);
7959 return build2 (NE_EXPR, TREE_TYPE (pred), call_expr,
7960 build_int_cst (ret_type, 0));
7963 /* Fold a call to builtin_expect with arguments ARG0 and ARG1. Return
7964 NULL_TREE if no simplification is possible. */
7966 tree
7967 fold_builtin_expect (location_t loc, tree arg0, tree arg1, tree arg2)
7969 tree inner, fndecl, inner_arg0;
7970 enum tree_code code;
7972 /* Distribute the expected value over short-circuiting operators.
7973 See through the cast from truthvalue_type_node to long. */
7974 inner_arg0 = arg0;
7975 while (CONVERT_EXPR_P (inner_arg0)
7976 && INTEGRAL_TYPE_P (TREE_TYPE (inner_arg0))
7977 && INTEGRAL_TYPE_P (TREE_TYPE (TREE_OPERAND (inner_arg0, 0))))
7978 inner_arg0 = TREE_OPERAND (inner_arg0, 0);
7980 /* If this is a builtin_expect within a builtin_expect keep the
7981 inner one. See through a comparison against a constant. It
7982 might have been added to create a thruthvalue. */
7983 inner = inner_arg0;
7985 if (COMPARISON_CLASS_P (inner)
7986 && TREE_CODE (TREE_OPERAND (inner, 1)) == INTEGER_CST)
7987 inner = TREE_OPERAND (inner, 0);
7989 if (TREE_CODE (inner) == CALL_EXPR
7990 && (fndecl = get_callee_fndecl (inner))
7991 && DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_NORMAL
7992 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_EXPECT)
7993 return arg0;
7995 inner = inner_arg0;
7996 code = TREE_CODE (inner);
7997 if (code == TRUTH_ANDIF_EXPR || code == TRUTH_ORIF_EXPR)
7999 tree op0 = TREE_OPERAND (inner, 0);
8000 tree op1 = TREE_OPERAND (inner, 1);
8001 arg1 = save_expr (arg1);
8003 op0 = build_builtin_expect_predicate (loc, op0, arg1, arg2);
8004 op1 = build_builtin_expect_predicate (loc, op1, arg1, arg2);
8005 inner = build2 (code, TREE_TYPE (inner), op0, op1);
8007 return fold_convert_loc (loc, TREE_TYPE (arg0), inner);
8010 /* If the argument isn't invariant then there's nothing else we can do. */
8011 if (!TREE_CONSTANT (inner_arg0))
8012 return NULL_TREE;
8014 /* If we expect that a comparison against the argument will fold to
8015 a constant return the constant. In practice, this means a true
8016 constant or the address of a non-weak symbol. */
8017 inner = inner_arg0;
8018 STRIP_NOPS (inner);
8019 if (TREE_CODE (inner) == ADDR_EXPR)
8023 inner = TREE_OPERAND (inner, 0);
8025 while (TREE_CODE (inner) == COMPONENT_REF
8026 || TREE_CODE (inner) == ARRAY_REF);
8027 if (VAR_OR_FUNCTION_DECL_P (inner) && DECL_WEAK (inner))
8028 return NULL_TREE;
8031 /* Otherwise, ARG0 already has the proper type for the return value. */
8032 return arg0;
8035 /* Fold a call to __builtin_classify_type with argument ARG. */
8037 static tree
8038 fold_builtin_classify_type (tree arg)
8040 if (arg == 0)
8041 return build_int_cst (integer_type_node, no_type_class);
8043 return build_int_cst (integer_type_node, type_to_class (TREE_TYPE (arg)));
8046 /* Fold a call to __builtin_strlen with argument ARG. */
8048 static tree
8049 fold_builtin_strlen (location_t loc, tree type, tree arg)
8051 if (!validate_arg (arg, POINTER_TYPE))
8052 return NULL_TREE;
8053 else
8055 tree len = c_strlen (arg, 0);
8057 if (len)
8058 return fold_convert_loc (loc, type, len);
8060 return NULL_TREE;
8064 /* Fold a call to __builtin_inf or __builtin_huge_val. */
8066 static tree
8067 fold_builtin_inf (location_t loc, tree type, int warn)
8069 REAL_VALUE_TYPE real;
8071 /* __builtin_inff is intended to be usable to define INFINITY on all
8072 targets. If an infinity is not available, INFINITY expands "to a
8073 positive constant of type float that overflows at translation
8074 time", footnote "In this case, using INFINITY will violate the
8075 constraint in 6.4.4 and thus require a diagnostic." (C99 7.12#4).
8076 Thus we pedwarn to ensure this constraint violation is
8077 diagnosed. */
8078 if (!MODE_HAS_INFINITIES (TYPE_MODE (type)) && warn)
8079 pedwarn (loc, 0, "target format does not support infinity");
8081 real_inf (&real);
8082 return build_real (type, real);
8085 /* Fold function call to builtin sincos, sincosf, or sincosl. Return
8086 NULL_TREE if no simplification can be made. */
8088 static tree
8089 fold_builtin_sincos (location_t loc,
8090 tree arg0, tree arg1, tree arg2)
8092 tree type;
8093 tree fndecl, call = NULL_TREE;
8095 if (!validate_arg (arg0, REAL_TYPE)
8096 || !validate_arg (arg1, POINTER_TYPE)
8097 || !validate_arg (arg2, POINTER_TYPE))
8098 return NULL_TREE;
8100 type = TREE_TYPE (arg0);
8102 /* Calculate the result when the argument is a constant. */
8103 built_in_function fn = mathfn_built_in_2 (type, CFN_BUILT_IN_CEXPI);
8104 if (fn == END_BUILTINS)
8105 return NULL_TREE;
8107 /* Canonicalize sincos to cexpi. */
8108 if (TREE_CODE (arg0) == REAL_CST)
8110 tree complex_type = build_complex_type (type);
8111 call = fold_const_call (as_combined_fn (fn), complex_type, arg0);
8113 if (!call)
8115 if (!targetm.libc_has_function (function_c99_math_complex)
8116 || !builtin_decl_implicit_p (fn))
8117 return NULL_TREE;
8118 fndecl = builtin_decl_explicit (fn);
8119 call = build_call_expr_loc (loc, fndecl, 1, arg0);
8120 call = builtin_save_expr (call);
8123 return build2 (COMPOUND_EXPR, void_type_node,
8124 build2 (MODIFY_EXPR, void_type_node,
8125 build_fold_indirect_ref_loc (loc, arg1),
8126 fold_build1_loc (loc, IMAGPART_EXPR, type, call)),
8127 build2 (MODIFY_EXPR, void_type_node,
8128 build_fold_indirect_ref_loc (loc, arg2),
8129 fold_build1_loc (loc, REALPART_EXPR, type, call)));
8132 /* Fold function call to builtin memcmp with arguments ARG1 and ARG2.
8133 Return NULL_TREE if no simplification can be made. */
8135 static tree
8136 fold_builtin_memcmp (location_t loc, tree arg1, tree arg2, tree len)
8138 if (!validate_arg (arg1, POINTER_TYPE)
8139 || !validate_arg (arg2, POINTER_TYPE)
8140 || !validate_arg (len, INTEGER_TYPE))
8141 return NULL_TREE;
8143 /* If the LEN parameter is zero, return zero. */
8144 if (integer_zerop (len))
8145 return omit_two_operands_loc (loc, integer_type_node, integer_zero_node,
8146 arg1, arg2);
8148 /* If ARG1 and ARG2 are the same (and not volatile), return zero. */
8149 if (operand_equal_p (arg1, arg2, 0))
8150 return omit_one_operand_loc (loc, integer_type_node, integer_zero_node, len);
8152 /* If len parameter is one, return an expression corresponding to
8153 (*(const unsigned char*)arg1 - (const unsigned char*)arg2). */
8154 if (tree_fits_uhwi_p (len) && tree_to_uhwi (len) == 1)
8156 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0);
8157 tree cst_uchar_ptr_node
8158 = build_pointer_type_for_mode (cst_uchar_node, ptr_mode, true);
8160 tree ind1
8161 = fold_convert_loc (loc, integer_type_node,
8162 build1 (INDIRECT_REF, cst_uchar_node,
8163 fold_convert_loc (loc,
8164 cst_uchar_ptr_node,
8165 arg1)));
8166 tree ind2
8167 = fold_convert_loc (loc, integer_type_node,
8168 build1 (INDIRECT_REF, cst_uchar_node,
8169 fold_convert_loc (loc,
8170 cst_uchar_ptr_node,
8171 arg2)));
8172 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2);
8175 return NULL_TREE;
8178 /* Fold a call to builtin isascii with argument ARG. */
8180 static tree
8181 fold_builtin_isascii (location_t loc, tree arg)
8183 if (!validate_arg (arg, INTEGER_TYPE))
8184 return NULL_TREE;
8185 else
8187 /* Transform isascii(c) -> ((c & ~0x7f) == 0). */
8188 arg = fold_build2 (BIT_AND_EXPR, integer_type_node, arg,
8189 build_int_cst (integer_type_node,
8190 ~ (unsigned HOST_WIDE_INT) 0x7f));
8191 return fold_build2_loc (loc, EQ_EXPR, integer_type_node,
8192 arg, integer_zero_node);
8196 /* Fold a call to builtin toascii with argument ARG. */
8198 static tree
8199 fold_builtin_toascii (location_t loc, tree arg)
8201 if (!validate_arg (arg, INTEGER_TYPE))
8202 return NULL_TREE;
8204 /* Transform toascii(c) -> (c & 0x7f). */
8205 return fold_build2_loc (loc, BIT_AND_EXPR, integer_type_node, arg,
8206 build_int_cst (integer_type_node, 0x7f));
8209 /* Fold a call to builtin isdigit with argument ARG. */
8211 static tree
8212 fold_builtin_isdigit (location_t loc, tree arg)
8214 if (!validate_arg (arg, INTEGER_TYPE))
8215 return NULL_TREE;
8216 else
8218 /* Transform isdigit(c) -> (unsigned)(c) - '0' <= 9. */
8219 /* According to the C standard, isdigit is unaffected by locale.
8220 However, it definitely is affected by the target character set. */
8221 unsigned HOST_WIDE_INT target_digit0
8222 = lang_hooks.to_target_charset ('0');
8224 if (target_digit0 == 0)
8225 return NULL_TREE;
8227 arg = fold_convert_loc (loc, unsigned_type_node, arg);
8228 arg = fold_build2 (MINUS_EXPR, unsigned_type_node, arg,
8229 build_int_cst (unsigned_type_node, target_digit0));
8230 return fold_build2_loc (loc, LE_EXPR, integer_type_node, arg,
8231 build_int_cst (unsigned_type_node, 9));
8235 /* Fold a call to fabs, fabsf or fabsl with argument ARG. */
8237 static tree
8238 fold_builtin_fabs (location_t loc, tree arg, tree type)
8240 if (!validate_arg (arg, REAL_TYPE))
8241 return NULL_TREE;
8243 arg = fold_convert_loc (loc, type, arg);
8244 return fold_build1_loc (loc, ABS_EXPR, type, arg);
8247 /* Fold a call to abs, labs, llabs or imaxabs with argument ARG. */
8249 static tree
8250 fold_builtin_abs (location_t loc, tree arg, tree type)
8252 if (!validate_arg (arg, INTEGER_TYPE))
8253 return NULL_TREE;
8255 arg = fold_convert_loc (loc, type, arg);
8256 return fold_build1_loc (loc, ABS_EXPR, type, arg);
8259 /* Fold a call to fma, fmaf, or fmal with arguments ARG[012]. */
8261 static tree
8262 fold_builtin_fma (location_t loc, tree arg0, tree arg1, tree arg2, tree type)
8264 /* ??? Only expand to FMA_EXPR if it's directly supported. */
8265 if (validate_arg (arg0, REAL_TYPE)
8266 && validate_arg (arg1, REAL_TYPE)
8267 && validate_arg (arg2, REAL_TYPE)
8268 && optab_handler (fma_optab, TYPE_MODE (type)) != CODE_FOR_nothing)
8269 return fold_build3_loc (loc, FMA_EXPR, type, arg0, arg1, arg2);
8271 return NULL_TREE;
8274 /* Fold a call to builtin carg(a+bi) -> atan2(b,a). */
8276 static tree
8277 fold_builtin_carg (location_t loc, tree arg, tree type)
8279 if (validate_arg (arg, COMPLEX_TYPE)
8280 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg))) == REAL_TYPE)
8282 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2);
8284 if (atan2_fn)
8286 tree new_arg = builtin_save_expr (arg);
8287 tree r_arg = fold_build1_loc (loc, REALPART_EXPR, type, new_arg);
8288 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg);
8289 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
8293 return NULL_TREE;
8296 /* Fold a call to builtin frexp, we can assume the base is 2. */
8298 static tree
8299 fold_builtin_frexp (location_t loc, tree arg0, tree arg1, tree rettype)
8301 if (! validate_arg (arg0, REAL_TYPE) || ! validate_arg (arg1, POINTER_TYPE))
8302 return NULL_TREE;
8304 STRIP_NOPS (arg0);
8306 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0)))
8307 return NULL_TREE;
8309 arg1 = build_fold_indirect_ref_loc (loc, arg1);
8311 /* Proceed if a valid pointer type was passed in. */
8312 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg1)) == integer_type_node)
8314 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg0);
8315 tree frac, exp;
8317 switch (value->cl)
8319 case rvc_zero:
8320 /* For +-0, return (*exp = 0, +-0). */
8321 exp = integer_zero_node;
8322 frac = arg0;
8323 break;
8324 case rvc_nan:
8325 case rvc_inf:
8326 /* For +-NaN or +-Inf, *exp is unspecified, return arg0. */
8327 return omit_one_operand_loc (loc, rettype, arg0, arg1);
8328 case rvc_normal:
8330 /* Since the frexp function always expects base 2, and in
8331 GCC normalized significands are already in the range
8332 [0.5, 1.0), we have exactly what frexp wants. */
8333 REAL_VALUE_TYPE frac_rvt = *value;
8334 SET_REAL_EXP (&frac_rvt, 0);
8335 frac = build_real (rettype, frac_rvt);
8336 exp = build_int_cst (integer_type_node, REAL_EXP (value));
8338 break;
8339 default:
8340 gcc_unreachable ();
8343 /* Create the COMPOUND_EXPR (*arg1 = trunc, frac). */
8344 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1, exp);
8345 TREE_SIDE_EFFECTS (arg1) = 1;
8346 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1, frac);
8349 return NULL_TREE;
8352 /* Fold a call to builtin modf. */
8354 static tree
8355 fold_builtin_modf (location_t loc, tree arg0, tree arg1, tree rettype)
8357 if (! validate_arg (arg0, REAL_TYPE) || ! validate_arg (arg1, POINTER_TYPE))
8358 return NULL_TREE;
8360 STRIP_NOPS (arg0);
8362 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0)))
8363 return NULL_TREE;
8365 arg1 = build_fold_indirect_ref_loc (loc, arg1);
8367 /* Proceed if a valid pointer type was passed in. */
8368 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg1)) == TYPE_MAIN_VARIANT (rettype))
8370 const REAL_VALUE_TYPE *const value = TREE_REAL_CST_PTR (arg0);
8371 REAL_VALUE_TYPE trunc, frac;
8373 switch (value->cl)
8375 case rvc_nan:
8376 case rvc_zero:
8377 /* For +-NaN or +-0, return (*arg1 = arg0, arg0). */
8378 trunc = frac = *value;
8379 break;
8380 case rvc_inf:
8381 /* For +-Inf, return (*arg1 = arg0, +-0). */
8382 frac = dconst0;
8383 frac.sign = value->sign;
8384 trunc = *value;
8385 break;
8386 case rvc_normal:
8387 /* Return (*arg1 = trunc(arg0), arg0-trunc(arg0)). */
8388 real_trunc (&trunc, VOIDmode, value);
8389 real_arithmetic (&frac, MINUS_EXPR, value, &trunc);
8390 /* If the original number was negative and already
8391 integral, then the fractional part is -0.0. */
8392 if (value->sign && frac.cl == rvc_zero)
8393 frac.sign = value->sign;
8394 break;
8397 /* Create the COMPOUND_EXPR (*arg1 = trunc, frac). */
8398 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1,
8399 build_real (rettype, trunc));
8400 TREE_SIDE_EFFECTS (arg1) = 1;
8401 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1,
8402 build_real (rettype, frac));
8405 return NULL_TREE;
8408 /* Given a location LOC, an interclass builtin function decl FNDECL
8409 and its single argument ARG, return an folded expression computing
8410 the same, or NULL_TREE if we either couldn't or didn't want to fold
8411 (the latter happen if there's an RTL instruction available). */
8413 static tree
8414 fold_builtin_interclass_mathfn (location_t loc, tree fndecl, tree arg)
8416 machine_mode mode;
8418 if (!validate_arg (arg, REAL_TYPE))
8419 return NULL_TREE;
8421 if (interclass_mathfn_icode (arg, fndecl) != CODE_FOR_nothing)
8422 return NULL_TREE;
8424 mode = TYPE_MODE (TREE_TYPE (arg));
8426 bool is_ibm_extended = MODE_COMPOSITE_P (mode);
8428 /* If there is no optab, try generic code. */
8429 switch (DECL_FUNCTION_CODE (fndecl))
8431 tree result;
8433 CASE_FLT_FN (BUILT_IN_ISINF):
8435 /* isinf(x) -> isgreater(fabs(x),DBL_MAX). */
8436 tree const isgr_fn = builtin_decl_explicit (BUILT_IN_ISGREATER);
8437 tree type = TREE_TYPE (arg);
8438 REAL_VALUE_TYPE r;
8439 char buf[128];
8441 if (is_ibm_extended)
8443 /* NaN and Inf are encoded in the high-order double value
8444 only. The low-order value is not significant. */
8445 type = double_type_node;
8446 mode = DFmode;
8447 arg = fold_build1_loc (loc, NOP_EXPR, type, arg);
8449 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
8450 real_from_string (&r, buf);
8451 result = build_call_expr (isgr_fn, 2,
8452 fold_build1_loc (loc, ABS_EXPR, type, arg),
8453 build_real (type, r));
8454 return result;
8456 CASE_FLT_FN (BUILT_IN_FINITE):
8457 case BUILT_IN_ISFINITE:
8459 /* isfinite(x) -> islessequal(fabs(x),DBL_MAX). */
8460 tree const isle_fn = builtin_decl_explicit (BUILT_IN_ISLESSEQUAL);
8461 tree type = TREE_TYPE (arg);
8462 REAL_VALUE_TYPE r;
8463 char buf[128];
8465 if (is_ibm_extended)
8467 /* NaN and Inf are encoded in the high-order double value
8468 only. The low-order value is not significant. */
8469 type = double_type_node;
8470 mode = DFmode;
8471 arg = fold_build1_loc (loc, NOP_EXPR, type, arg);
8473 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
8474 real_from_string (&r, buf);
8475 result = build_call_expr (isle_fn, 2,
8476 fold_build1_loc (loc, ABS_EXPR, type, arg),
8477 build_real (type, r));
8478 /*result = fold_build2_loc (loc, UNGT_EXPR,
8479 TREE_TYPE (TREE_TYPE (fndecl)),
8480 fold_build1_loc (loc, ABS_EXPR, type, arg),
8481 build_real (type, r));
8482 result = fold_build1_loc (loc, TRUTH_NOT_EXPR,
8483 TREE_TYPE (TREE_TYPE (fndecl)),
8484 result);*/
8485 return result;
8487 case BUILT_IN_ISNORMAL:
8489 /* isnormal(x) -> isgreaterequal(fabs(x),DBL_MIN) &
8490 islessequal(fabs(x),DBL_MAX). */
8491 tree const isle_fn = builtin_decl_explicit (BUILT_IN_ISLESSEQUAL);
8492 tree type = TREE_TYPE (arg);
8493 tree orig_arg, max_exp, min_exp;
8494 machine_mode orig_mode = mode;
8495 REAL_VALUE_TYPE rmax, rmin;
8496 char buf[128];
8498 orig_arg = arg = builtin_save_expr (arg);
8499 if (is_ibm_extended)
8501 /* Use double to test the normal range of IBM extended
8502 precision. Emin for IBM extended precision is
8503 different to emin for IEEE double, being 53 higher
8504 since the low double exponent is at least 53 lower
8505 than the high double exponent. */
8506 type = double_type_node;
8507 mode = DFmode;
8508 arg = fold_build1_loc (loc, NOP_EXPR, type, arg);
8510 arg = fold_build1_loc (loc, ABS_EXPR, type, arg);
8512 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf));
8513 real_from_string (&rmax, buf);
8514 sprintf (buf, "0x1p%d", REAL_MODE_FORMAT (orig_mode)->emin - 1);
8515 real_from_string (&rmin, buf);
8516 max_exp = build_real (type, rmax);
8517 min_exp = build_real (type, rmin);
8519 max_exp = build_call_expr (isle_fn, 2, arg, max_exp);
8520 if (is_ibm_extended)
8522 /* Testing the high end of the range is done just using
8523 the high double, using the same test as isfinite().
8524 For the subnormal end of the range we first test the
8525 high double, then if its magnitude is equal to the
8526 limit of 0x1p-969, we test whether the low double is
8527 non-zero and opposite sign to the high double. */
8528 tree const islt_fn = builtin_decl_explicit (BUILT_IN_ISLESS);
8529 tree const isgt_fn = builtin_decl_explicit (BUILT_IN_ISGREATER);
8530 tree gt_min = build_call_expr (isgt_fn, 2, arg, min_exp);
8531 tree eq_min = fold_build2 (EQ_EXPR, integer_type_node,
8532 arg, min_exp);
8533 tree as_complex = build1 (VIEW_CONVERT_EXPR,
8534 complex_double_type_node, orig_arg);
8535 tree hi_dbl = build1 (REALPART_EXPR, type, as_complex);
8536 tree lo_dbl = build1 (IMAGPART_EXPR, type, as_complex);
8537 tree zero = build_real (type, dconst0);
8538 tree hilt = build_call_expr (islt_fn, 2, hi_dbl, zero);
8539 tree lolt = build_call_expr (islt_fn, 2, lo_dbl, zero);
8540 tree logt = build_call_expr (isgt_fn, 2, lo_dbl, zero);
8541 tree ok_lo = fold_build1 (TRUTH_NOT_EXPR, integer_type_node,
8542 fold_build3 (COND_EXPR,
8543 integer_type_node,
8544 hilt, logt, lolt));
8545 eq_min = fold_build2 (TRUTH_ANDIF_EXPR, integer_type_node,
8546 eq_min, ok_lo);
8547 min_exp = fold_build2 (TRUTH_ORIF_EXPR, integer_type_node,
8548 gt_min, eq_min);
8550 else
8552 tree const isge_fn
8553 = builtin_decl_explicit (BUILT_IN_ISGREATEREQUAL);
8554 min_exp = build_call_expr (isge_fn, 2, arg, min_exp);
8556 result = fold_build2 (BIT_AND_EXPR, integer_type_node,
8557 max_exp, min_exp);
8558 return result;
8560 default:
8561 break;
8564 return NULL_TREE;
8567 /* Fold a call to __builtin_isnan(), __builtin_isinf, __builtin_finite.
8568 ARG is the argument for the call. */
8570 static tree
8571 fold_builtin_classify (location_t loc, tree fndecl, tree arg, int builtin_index)
8573 tree type = TREE_TYPE (TREE_TYPE (fndecl));
8575 if (!validate_arg (arg, REAL_TYPE))
8576 return NULL_TREE;
8578 switch (builtin_index)
8580 case BUILT_IN_ISINF:
8581 if (!HONOR_INFINITIES (arg))
8582 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
8584 return NULL_TREE;
8586 case BUILT_IN_ISINF_SIGN:
8588 /* isinf_sign(x) -> isinf(x) ? (signbit(x) ? -1 : 1) : 0 */
8589 /* In a boolean context, GCC will fold the inner COND_EXPR to
8590 1. So e.g. "if (isinf_sign(x))" would be folded to just
8591 "if (isinf(x) ? 1 : 0)" which becomes "if (isinf(x))". */
8592 tree signbit_fn = builtin_decl_explicit (BUILT_IN_SIGNBIT);
8593 tree isinf_fn = builtin_decl_explicit (BUILT_IN_ISINF);
8594 tree tmp = NULL_TREE;
8596 arg = builtin_save_expr (arg);
8598 if (signbit_fn && isinf_fn)
8600 tree signbit_call = build_call_expr_loc (loc, signbit_fn, 1, arg);
8601 tree isinf_call = build_call_expr_loc (loc, isinf_fn, 1, arg);
8603 signbit_call = fold_build2_loc (loc, NE_EXPR, integer_type_node,
8604 signbit_call, integer_zero_node);
8605 isinf_call = fold_build2_loc (loc, NE_EXPR, integer_type_node,
8606 isinf_call, integer_zero_node);
8608 tmp = fold_build3_loc (loc, COND_EXPR, integer_type_node, signbit_call,
8609 integer_minus_one_node, integer_one_node);
8610 tmp = fold_build3_loc (loc, COND_EXPR, integer_type_node,
8611 isinf_call, tmp,
8612 integer_zero_node);
8615 return tmp;
8618 case BUILT_IN_ISFINITE:
8619 if (!HONOR_NANS (arg)
8620 && !HONOR_INFINITIES (arg))
8621 return omit_one_operand_loc (loc, type, integer_one_node, arg);
8623 return NULL_TREE;
8625 case BUILT_IN_ISNAN:
8626 if (!HONOR_NANS (arg))
8627 return omit_one_operand_loc (loc, type, integer_zero_node, arg);
8630 bool is_ibm_extended = MODE_COMPOSITE_P (TYPE_MODE (TREE_TYPE (arg)));
8631 if (is_ibm_extended)
8633 /* NaN and Inf are encoded in the high-order double value
8634 only. The low-order value is not significant. */
8635 arg = fold_build1_loc (loc, NOP_EXPR, double_type_node, arg);
8638 arg = builtin_save_expr (arg);
8639 return fold_build2_loc (loc, UNORDERED_EXPR, type, arg, arg);
8641 default:
8642 gcc_unreachable ();
8646 /* Fold a call to __builtin_fpclassify(int, int, int, int, int, ...).
8647 This builtin will generate code to return the appropriate floating
8648 point classification depending on the value of the floating point
8649 number passed in. The possible return values must be supplied as
8650 int arguments to the call in the following order: FP_NAN, FP_INFINITE,
8651 FP_NORMAL, FP_SUBNORMAL and FP_ZERO. The ellipses is for exactly
8652 one floating point argument which is "type generic". */
8654 static tree
8655 fold_builtin_fpclassify (location_t loc, tree *args, int nargs)
8657 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero,
8658 arg, type, res, tmp;
8659 machine_mode mode;
8660 REAL_VALUE_TYPE r;
8661 char buf[128];
8663 /* Verify the required arguments in the original call. */
8664 if (nargs != 6
8665 || !validate_arg (args[0], INTEGER_TYPE)
8666 || !validate_arg (args[1], INTEGER_TYPE)
8667 || !validate_arg (args[2], INTEGER_TYPE)
8668 || !validate_arg (args[3], INTEGER_TYPE)
8669 || !validate_arg (args[4], INTEGER_TYPE)
8670 || !validate_arg (args[5], REAL_TYPE))
8671 return NULL_TREE;
8673 fp_nan = args[0];
8674 fp_infinite = args[1];
8675 fp_normal = args[2];
8676 fp_subnormal = args[3];
8677 fp_zero = args[4];
8678 arg = args[5];
8679 type = TREE_TYPE (arg);
8680 mode = TYPE_MODE (type);
8681 arg = builtin_save_expr (fold_build1_loc (loc, ABS_EXPR, type, arg));
8683 /* fpclassify(x) ->
8684 isnan(x) ? FP_NAN :
8685 (fabs(x) == Inf ? FP_INFINITE :
8686 (fabs(x) >= DBL_MIN ? FP_NORMAL :
8687 (x == 0 ? FP_ZERO : FP_SUBNORMAL))). */
8689 tmp = fold_build2_loc (loc, EQ_EXPR, integer_type_node, arg,
8690 build_real (type, dconst0));
8691 res = fold_build3_loc (loc, COND_EXPR, integer_type_node,
8692 tmp, fp_zero, fp_subnormal);
8694 sprintf (buf, "0x1p%d", REAL_MODE_FORMAT (mode)->emin - 1);
8695 real_from_string (&r, buf);
8696 tmp = fold_build2_loc (loc, GE_EXPR, integer_type_node,
8697 arg, build_real (type, r));
8698 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp, fp_normal, res);
8700 if (HONOR_INFINITIES (mode))
8702 real_inf (&r);
8703 tmp = fold_build2_loc (loc, EQ_EXPR, integer_type_node, arg,
8704 build_real (type, r));
8705 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp,
8706 fp_infinite, res);
8709 if (HONOR_NANS (mode))
8711 tmp = fold_build2_loc (loc, ORDERED_EXPR, integer_type_node, arg, arg);
8712 res = fold_build3_loc (loc, COND_EXPR, integer_type_node, tmp, res, fp_nan);
8715 return res;
8718 /* Fold a call to an unordered comparison function such as
8719 __builtin_isgreater(). FNDECL is the FUNCTION_DECL for the function
8720 being called and ARG0 and ARG1 are the arguments for the call.
8721 UNORDERED_CODE and ORDERED_CODE are comparison codes that give
8722 the opposite of the desired result. UNORDERED_CODE is used
8723 for modes that can hold NaNs and ORDERED_CODE is used for
8724 the rest. */
8726 static tree
8727 fold_builtin_unordered_cmp (location_t loc, tree fndecl, tree arg0, tree arg1,
8728 enum tree_code unordered_code,
8729 enum tree_code ordered_code)
8731 tree type = TREE_TYPE (TREE_TYPE (fndecl));
8732 enum tree_code code;
8733 tree type0, type1;
8734 enum tree_code code0, code1;
8735 tree cmp_type = NULL_TREE;
8737 type0 = TREE_TYPE (arg0);
8738 type1 = TREE_TYPE (arg1);
8740 code0 = TREE_CODE (type0);
8741 code1 = TREE_CODE (type1);
8743 if (code0 == REAL_TYPE && code1 == REAL_TYPE)
8744 /* Choose the wider of two real types. */
8745 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
8746 ? type0 : type1;
8747 else if (code0 == REAL_TYPE && code1 == INTEGER_TYPE)
8748 cmp_type = type0;
8749 else if (code0 == INTEGER_TYPE && code1 == REAL_TYPE)
8750 cmp_type = type1;
8752 arg0 = fold_convert_loc (loc, cmp_type, arg0);
8753 arg1 = fold_convert_loc (loc, cmp_type, arg1);
8755 if (unordered_code == UNORDERED_EXPR)
8757 if (!HONOR_NANS (arg0))
8758 return omit_two_operands_loc (loc, type, integer_zero_node, arg0, arg1);
8759 return fold_build2_loc (loc, UNORDERED_EXPR, type, arg0, arg1);
8762 code = HONOR_NANS (arg0) ? unordered_code : ordered_code;
8763 return fold_build1_loc (loc, TRUTH_NOT_EXPR, type,
8764 fold_build2_loc (loc, code, type, arg0, arg1));
8767 /* Fold __builtin_{,s,u}{add,sub,mul}{,l,ll}_overflow, either into normal
8768 arithmetics if it can never overflow, or into internal functions that
8769 return both result of arithmetics and overflowed boolean flag in
8770 a complex integer result, or some other check for overflow.
8771 Similarly fold __builtin_{add,sub,mul}_overflow_p to just the overflow
8772 checking part of that. */
8774 static tree
8775 fold_builtin_arith_overflow (location_t loc, enum built_in_function fcode,
8776 tree arg0, tree arg1, tree arg2)
8778 enum internal_fn ifn = IFN_LAST;
8779 /* The code of the expression corresponding to the type-generic
8780 built-in, or ERROR_MARK for the type-specific ones. */
8781 enum tree_code opcode = ERROR_MARK;
8782 bool ovf_only = false;
8784 switch (fcode)
8786 case BUILT_IN_ADD_OVERFLOW_P:
8787 ovf_only = true;
8788 /* FALLTHRU */
8789 case BUILT_IN_ADD_OVERFLOW:
8790 opcode = PLUS_EXPR;
8791 /* FALLTHRU */
8792 case BUILT_IN_SADD_OVERFLOW:
8793 case BUILT_IN_SADDL_OVERFLOW:
8794 case BUILT_IN_SADDLL_OVERFLOW:
8795 case BUILT_IN_UADD_OVERFLOW:
8796 case BUILT_IN_UADDL_OVERFLOW:
8797 case BUILT_IN_UADDLL_OVERFLOW:
8798 ifn = IFN_ADD_OVERFLOW;
8799 break;
8800 case BUILT_IN_SUB_OVERFLOW_P:
8801 ovf_only = true;
8802 /* FALLTHRU */
8803 case BUILT_IN_SUB_OVERFLOW:
8804 opcode = MINUS_EXPR;
8805 /* FALLTHRU */
8806 case BUILT_IN_SSUB_OVERFLOW:
8807 case BUILT_IN_SSUBL_OVERFLOW:
8808 case BUILT_IN_SSUBLL_OVERFLOW:
8809 case BUILT_IN_USUB_OVERFLOW:
8810 case BUILT_IN_USUBL_OVERFLOW:
8811 case BUILT_IN_USUBLL_OVERFLOW:
8812 ifn = IFN_SUB_OVERFLOW;
8813 break;
8814 case BUILT_IN_MUL_OVERFLOW_P:
8815 ovf_only = true;
8816 /* FALLTHRU */
8817 case BUILT_IN_MUL_OVERFLOW:
8818 opcode = MULT_EXPR;
8819 /* FALLTHRU */
8820 case BUILT_IN_SMUL_OVERFLOW:
8821 case BUILT_IN_SMULL_OVERFLOW:
8822 case BUILT_IN_SMULLL_OVERFLOW:
8823 case BUILT_IN_UMUL_OVERFLOW:
8824 case BUILT_IN_UMULL_OVERFLOW:
8825 case BUILT_IN_UMULLL_OVERFLOW:
8826 ifn = IFN_MUL_OVERFLOW;
8827 break;
8828 default:
8829 gcc_unreachable ();
8832 /* For the "generic" overloads, the first two arguments can have different
8833 types and the last argument determines the target type to use to check
8834 for overflow. The arguments of the other overloads all have the same
8835 type. */
8836 tree type = ovf_only ? TREE_TYPE (arg2) : TREE_TYPE (TREE_TYPE (arg2));
8838 /* For the __builtin_{add,sub,mul}_overflow_p builtins, when the first two
8839 arguments are constant, attempt to fold the built-in call into a constant
8840 expression indicating whether or not it detected an overflow. */
8841 if (ovf_only
8842 && TREE_CODE (arg0) == INTEGER_CST
8843 && TREE_CODE (arg1) == INTEGER_CST)
8844 /* Perform the computation in the target type and check for overflow. */
8845 return omit_one_operand_loc (loc, boolean_type_node,
8846 arith_overflowed_p (opcode, type, arg0, arg1)
8847 ? boolean_true_node : boolean_false_node,
8848 arg2);
8850 tree ctype = build_complex_type (type);
8851 tree call = build_call_expr_internal_loc (loc, ifn, ctype,
8852 2, arg0, arg1);
8853 tree tgt = save_expr (call);
8854 tree intres = build1_loc (loc, REALPART_EXPR, type, tgt);
8855 tree ovfres = build1_loc (loc, IMAGPART_EXPR, type, tgt);
8856 ovfres = fold_convert_loc (loc, boolean_type_node, ovfres);
8858 if (ovf_only)
8859 return omit_one_operand_loc (loc, boolean_type_node, ovfres, arg2);
8861 tree mem_arg2 = build_fold_indirect_ref_loc (loc, arg2);
8862 tree store
8863 = fold_build2_loc (loc, MODIFY_EXPR, void_type_node, mem_arg2, intres);
8864 return build2_loc (loc, COMPOUND_EXPR, boolean_type_node, store, ovfres);
8867 /* Fold a call to __builtin_FILE to a constant string. */
8869 static inline tree
8870 fold_builtin_FILE (location_t loc)
8872 if (const char *fname = LOCATION_FILE (loc))
8874 /* The documentation says this builtin is equivalent to the preprocessor
8875 __FILE__ macro so it appears appropriate to use the same file prefix
8876 mappings. */
8877 fname = remap_macro_filename (fname);
8878 return build_string_literal (strlen (fname) + 1, fname);
8881 return build_string_literal (1, "");
8884 /* Fold a call to __builtin_FUNCTION to a constant string. */
8886 static inline tree
8887 fold_builtin_FUNCTION ()
8889 const char *name = "";
8891 if (current_function_decl)
8892 name = lang_hooks.decl_printable_name (current_function_decl, 0);
8894 return build_string_literal (strlen (name) + 1, name);
8897 /* Fold a call to __builtin_LINE to an integer constant. */
8899 static inline tree
8900 fold_builtin_LINE (location_t loc, tree type)
8902 return build_int_cst (type, LOCATION_LINE (loc));
8905 /* Fold a call to built-in function FNDECL with 0 arguments.
8906 This function returns NULL_TREE if no simplification was possible. */
8908 static tree
8909 fold_builtin_0 (location_t loc, tree fndecl)
8911 tree type = TREE_TYPE (TREE_TYPE (fndecl));
8912 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
8913 switch (fcode)
8915 case BUILT_IN_FILE:
8916 return fold_builtin_FILE (loc);
8918 case BUILT_IN_FUNCTION:
8919 return fold_builtin_FUNCTION ();
8921 case BUILT_IN_LINE:
8922 return fold_builtin_LINE (loc, type);
8924 CASE_FLT_FN (BUILT_IN_INF):
8925 CASE_FLT_FN_FLOATN_NX (BUILT_IN_INF):
8926 case BUILT_IN_INFD32:
8927 case BUILT_IN_INFD64:
8928 case BUILT_IN_INFD128:
8929 return fold_builtin_inf (loc, type, true);
8931 CASE_FLT_FN (BUILT_IN_HUGE_VAL):
8932 CASE_FLT_FN_FLOATN_NX (BUILT_IN_HUGE_VAL):
8933 return fold_builtin_inf (loc, type, false);
8935 case BUILT_IN_CLASSIFY_TYPE:
8936 return fold_builtin_classify_type (NULL_TREE);
8938 default:
8939 break;
8941 return NULL_TREE;
8944 /* Fold a call to built-in function FNDECL with 1 argument, ARG0.
8945 This function returns NULL_TREE if no simplification was possible. */
8947 static tree
8948 fold_builtin_1 (location_t loc, tree fndecl, tree arg0)
8950 tree type = TREE_TYPE (TREE_TYPE (fndecl));
8951 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
8953 if (TREE_CODE (arg0) == ERROR_MARK)
8954 return NULL_TREE;
8956 if (tree ret = fold_const_call (as_combined_fn (fcode), type, arg0))
8957 return ret;
8959 switch (fcode)
8961 case BUILT_IN_CONSTANT_P:
8963 tree val = fold_builtin_constant_p (arg0);
8965 /* Gimplification will pull the CALL_EXPR for the builtin out of
8966 an if condition. When not optimizing, we'll not CSE it back.
8967 To avoid link error types of regressions, return false now. */
8968 if (!val && !optimize)
8969 val = integer_zero_node;
8971 return val;
8974 case BUILT_IN_CLASSIFY_TYPE:
8975 return fold_builtin_classify_type (arg0);
8977 case BUILT_IN_STRLEN:
8978 return fold_builtin_strlen (loc, type, arg0);
8980 CASE_FLT_FN (BUILT_IN_FABS):
8981 CASE_FLT_FN_FLOATN_NX (BUILT_IN_FABS):
8982 case BUILT_IN_FABSD32:
8983 case BUILT_IN_FABSD64:
8984 case BUILT_IN_FABSD128:
8985 return fold_builtin_fabs (loc, arg0, type);
8987 case BUILT_IN_ABS:
8988 case BUILT_IN_LABS:
8989 case BUILT_IN_LLABS:
8990 case BUILT_IN_IMAXABS:
8991 return fold_builtin_abs (loc, arg0, type);
8993 CASE_FLT_FN (BUILT_IN_CONJ):
8994 if (validate_arg (arg0, COMPLEX_TYPE)
8995 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
8996 return fold_build1_loc (loc, CONJ_EXPR, type, arg0);
8997 break;
8999 CASE_FLT_FN (BUILT_IN_CREAL):
9000 if (validate_arg (arg0, COMPLEX_TYPE)
9001 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9002 return non_lvalue_loc (loc, fold_build1_loc (loc, REALPART_EXPR, type, arg0));
9003 break;
9005 CASE_FLT_FN (BUILT_IN_CIMAG):
9006 if (validate_arg (arg0, COMPLEX_TYPE)
9007 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE)
9008 return non_lvalue_loc (loc, fold_build1_loc (loc, IMAGPART_EXPR, type, arg0));
9009 break;
9011 CASE_FLT_FN (BUILT_IN_CARG):
9012 return fold_builtin_carg (loc, arg0, type);
9014 case BUILT_IN_ISASCII:
9015 return fold_builtin_isascii (loc, arg0);
9017 case BUILT_IN_TOASCII:
9018 return fold_builtin_toascii (loc, arg0);
9020 case BUILT_IN_ISDIGIT:
9021 return fold_builtin_isdigit (loc, arg0);
9023 CASE_FLT_FN (BUILT_IN_FINITE):
9024 case BUILT_IN_FINITED32:
9025 case BUILT_IN_FINITED64:
9026 case BUILT_IN_FINITED128:
9027 case BUILT_IN_ISFINITE:
9029 tree ret = fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISFINITE);
9030 if (ret)
9031 return ret;
9032 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
9035 CASE_FLT_FN (BUILT_IN_ISINF):
9036 case BUILT_IN_ISINFD32:
9037 case BUILT_IN_ISINFD64:
9038 case BUILT_IN_ISINFD128:
9040 tree ret = fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISINF);
9041 if (ret)
9042 return ret;
9043 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
9046 case BUILT_IN_ISNORMAL:
9047 return fold_builtin_interclass_mathfn (loc, fndecl, arg0);
9049 case BUILT_IN_ISINF_SIGN:
9050 return fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISINF_SIGN);
9052 CASE_FLT_FN (BUILT_IN_ISNAN):
9053 case BUILT_IN_ISNAND32:
9054 case BUILT_IN_ISNAND64:
9055 case BUILT_IN_ISNAND128:
9056 return fold_builtin_classify (loc, fndecl, arg0, BUILT_IN_ISNAN);
9058 case BUILT_IN_FREE:
9059 if (integer_zerop (arg0))
9060 return build_empty_stmt (loc);
9061 break;
9063 default:
9064 break;
9067 return NULL_TREE;
9071 /* Fold a call to built-in function FNDECL with 2 arguments, ARG0 and ARG1.
9072 This function returns NULL_TREE if no simplification was possible. */
9074 static tree
9075 fold_builtin_2 (location_t loc, tree fndecl, tree arg0, tree arg1)
9077 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9078 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
9080 if (TREE_CODE (arg0) == ERROR_MARK
9081 || TREE_CODE (arg1) == ERROR_MARK)
9082 return NULL_TREE;
9084 if (tree ret = fold_const_call (as_combined_fn (fcode), type, arg0, arg1))
9085 return ret;
9087 switch (fcode)
9089 CASE_FLT_FN_REENT (BUILT_IN_GAMMA): /* GAMMA_R */
9090 CASE_FLT_FN_REENT (BUILT_IN_LGAMMA): /* LGAMMA_R */
9091 if (validate_arg (arg0, REAL_TYPE)
9092 && validate_arg (arg1, POINTER_TYPE))
9093 return do_mpfr_lgamma_r (arg0, arg1, type);
9094 break;
9096 CASE_FLT_FN (BUILT_IN_FREXP):
9097 return fold_builtin_frexp (loc, arg0, arg1, type);
9099 CASE_FLT_FN (BUILT_IN_MODF):
9100 return fold_builtin_modf (loc, arg0, arg1, type);
9102 case BUILT_IN_STRSPN:
9103 return fold_builtin_strspn (loc, arg0, arg1);
9105 case BUILT_IN_STRCSPN:
9106 return fold_builtin_strcspn (loc, arg0, arg1);
9108 case BUILT_IN_STRPBRK:
9109 return fold_builtin_strpbrk (loc, arg0, arg1, type);
9111 case BUILT_IN_EXPECT:
9112 return fold_builtin_expect (loc, arg0, arg1, NULL_TREE);
9114 case BUILT_IN_ISGREATER:
9115 return fold_builtin_unordered_cmp (loc, fndecl,
9116 arg0, arg1, UNLE_EXPR, LE_EXPR);
9117 case BUILT_IN_ISGREATEREQUAL:
9118 return fold_builtin_unordered_cmp (loc, fndecl,
9119 arg0, arg1, UNLT_EXPR, LT_EXPR);
9120 case BUILT_IN_ISLESS:
9121 return fold_builtin_unordered_cmp (loc, fndecl,
9122 arg0, arg1, UNGE_EXPR, GE_EXPR);
9123 case BUILT_IN_ISLESSEQUAL:
9124 return fold_builtin_unordered_cmp (loc, fndecl,
9125 arg0, arg1, UNGT_EXPR, GT_EXPR);
9126 case BUILT_IN_ISLESSGREATER:
9127 return fold_builtin_unordered_cmp (loc, fndecl,
9128 arg0, arg1, UNEQ_EXPR, EQ_EXPR);
9129 case BUILT_IN_ISUNORDERED:
9130 return fold_builtin_unordered_cmp (loc, fndecl,
9131 arg0, arg1, UNORDERED_EXPR,
9132 NOP_EXPR);
9134 /* We do the folding for va_start in the expander. */
9135 case BUILT_IN_VA_START:
9136 break;
9138 case BUILT_IN_OBJECT_SIZE:
9139 return fold_builtin_object_size (arg0, arg1);
9141 case BUILT_IN_ATOMIC_ALWAYS_LOCK_FREE:
9142 return fold_builtin_atomic_always_lock_free (arg0, arg1);
9144 case BUILT_IN_ATOMIC_IS_LOCK_FREE:
9145 return fold_builtin_atomic_is_lock_free (arg0, arg1);
9147 default:
9148 break;
9150 return NULL_TREE;
9153 /* Fold a call to built-in function FNDECL with 3 arguments, ARG0, ARG1,
9154 and ARG2.
9155 This function returns NULL_TREE if no simplification was possible. */
9157 static tree
9158 fold_builtin_3 (location_t loc, tree fndecl,
9159 tree arg0, tree arg1, tree arg2)
9161 tree type = TREE_TYPE (TREE_TYPE (fndecl));
9162 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
9164 if (TREE_CODE (arg0) == ERROR_MARK
9165 || TREE_CODE (arg1) == ERROR_MARK
9166 || TREE_CODE (arg2) == ERROR_MARK)
9167 return NULL_TREE;
9169 if (tree ret = fold_const_call (as_combined_fn (fcode), type,
9170 arg0, arg1, arg2))
9171 return ret;
9173 switch (fcode)
9176 CASE_FLT_FN (BUILT_IN_SINCOS):
9177 return fold_builtin_sincos (loc, arg0, arg1, arg2);
9179 CASE_FLT_FN (BUILT_IN_FMA):
9180 CASE_FLT_FN_FLOATN_NX (BUILT_IN_FMA):
9181 return fold_builtin_fma (loc, arg0, arg1, arg2, type);
9183 CASE_FLT_FN (BUILT_IN_REMQUO):
9184 if (validate_arg (arg0, REAL_TYPE)
9185 && validate_arg (arg1, REAL_TYPE)
9186 && validate_arg (arg2, POINTER_TYPE))
9187 return do_mpfr_remquo (arg0, arg1, arg2);
9188 break;
9190 case BUILT_IN_MEMCMP:
9191 return fold_builtin_memcmp (loc, arg0, arg1, arg2);
9193 case BUILT_IN_EXPECT:
9194 return fold_builtin_expect (loc, arg0, arg1, arg2);
9196 case BUILT_IN_ADD_OVERFLOW:
9197 case BUILT_IN_SUB_OVERFLOW:
9198 case BUILT_IN_MUL_OVERFLOW:
9199 case BUILT_IN_ADD_OVERFLOW_P:
9200 case BUILT_IN_SUB_OVERFLOW_P:
9201 case BUILT_IN_MUL_OVERFLOW_P:
9202 case BUILT_IN_SADD_OVERFLOW:
9203 case BUILT_IN_SADDL_OVERFLOW:
9204 case BUILT_IN_SADDLL_OVERFLOW:
9205 case BUILT_IN_SSUB_OVERFLOW:
9206 case BUILT_IN_SSUBL_OVERFLOW:
9207 case BUILT_IN_SSUBLL_OVERFLOW:
9208 case BUILT_IN_SMUL_OVERFLOW:
9209 case BUILT_IN_SMULL_OVERFLOW:
9210 case BUILT_IN_SMULLL_OVERFLOW:
9211 case BUILT_IN_UADD_OVERFLOW:
9212 case BUILT_IN_UADDL_OVERFLOW:
9213 case BUILT_IN_UADDLL_OVERFLOW:
9214 case BUILT_IN_USUB_OVERFLOW:
9215 case BUILT_IN_USUBL_OVERFLOW:
9216 case BUILT_IN_USUBLL_OVERFLOW:
9217 case BUILT_IN_UMUL_OVERFLOW:
9218 case BUILT_IN_UMULL_OVERFLOW:
9219 case BUILT_IN_UMULLL_OVERFLOW:
9220 return fold_builtin_arith_overflow (loc, fcode, arg0, arg1, arg2);
9222 default:
9223 break;
9225 return NULL_TREE;
9228 /* Fold a call to built-in function FNDECL. ARGS is an array of NARGS
9229 arguments. IGNORE is true if the result of the
9230 function call is ignored. This function returns NULL_TREE if no
9231 simplification was possible. */
9233 tree
9234 fold_builtin_n (location_t loc, tree fndecl, tree *args, int nargs, bool)
9236 tree ret = NULL_TREE;
9238 switch (nargs)
9240 case 0:
9241 ret = fold_builtin_0 (loc, fndecl);
9242 break;
9243 case 1:
9244 ret = fold_builtin_1 (loc, fndecl, args[0]);
9245 break;
9246 case 2:
9247 ret = fold_builtin_2 (loc, fndecl, args[0], args[1]);
9248 break;
9249 case 3:
9250 ret = fold_builtin_3 (loc, fndecl, args[0], args[1], args[2]);
9251 break;
9252 default:
9253 ret = fold_builtin_varargs (loc, fndecl, args, nargs);
9254 break;
9256 if (ret)
9258 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
9259 SET_EXPR_LOCATION (ret, loc);
9260 TREE_NO_WARNING (ret) = 1;
9261 return ret;
9263 return NULL_TREE;
9266 /* Construct a new CALL_EXPR to FNDECL using the tail of the argument
9267 list ARGS along with N new arguments in NEWARGS. SKIP is the number
9268 of arguments in ARGS to be omitted. OLDNARGS is the number of
9269 elements in ARGS. */
9271 static tree
9272 rewrite_call_expr_valist (location_t loc, int oldnargs, tree *args,
9273 int skip, tree fndecl, int n, va_list newargs)
9275 int nargs = oldnargs - skip + n;
9276 tree *buffer;
9278 if (n > 0)
9280 int i, j;
9282 buffer = XALLOCAVEC (tree, nargs);
9283 for (i = 0; i < n; i++)
9284 buffer[i] = va_arg (newargs, tree);
9285 for (j = skip; j < oldnargs; j++, i++)
9286 buffer[i] = args[j];
9288 else
9289 buffer = args + skip;
9291 return build_call_expr_loc_array (loc, fndecl, nargs, buffer);
9294 /* Return true if FNDECL shouldn't be folded right now.
9295 If a built-in function has an inline attribute always_inline
9296 wrapper, defer folding it after always_inline functions have
9297 been inlined, otherwise e.g. -D_FORTIFY_SOURCE checking
9298 might not be performed. */
9300 bool
9301 avoid_folding_inline_builtin (tree fndecl)
9303 return (DECL_DECLARED_INLINE_P (fndecl)
9304 && DECL_DISREGARD_INLINE_LIMITS (fndecl)
9305 && cfun
9306 && !cfun->always_inline_functions_inlined
9307 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (fndecl)));
9310 /* A wrapper function for builtin folding that prevents warnings for
9311 "statement without effect" and the like, caused by removing the
9312 call node earlier than the warning is generated. */
9314 tree
9315 fold_call_expr (location_t loc, tree exp, bool ignore)
9317 tree ret = NULL_TREE;
9318 tree fndecl = get_callee_fndecl (exp);
9319 if (fndecl
9320 && TREE_CODE (fndecl) == FUNCTION_DECL
9321 && DECL_BUILT_IN (fndecl)
9322 /* If CALL_EXPR_VA_ARG_PACK is set, the arguments aren't finalized
9323 yet. Defer folding until we see all the arguments
9324 (after inlining). */
9325 && !CALL_EXPR_VA_ARG_PACK (exp))
9327 int nargs = call_expr_nargs (exp);
9329 /* Before gimplification CALL_EXPR_VA_ARG_PACK is not set, but
9330 instead last argument is __builtin_va_arg_pack (). Defer folding
9331 even in that case, until arguments are finalized. */
9332 if (nargs && TREE_CODE (CALL_EXPR_ARG (exp, nargs - 1)) == CALL_EXPR)
9334 tree fndecl2 = get_callee_fndecl (CALL_EXPR_ARG (exp, nargs - 1));
9335 if (fndecl2
9336 && TREE_CODE (fndecl2) == FUNCTION_DECL
9337 && DECL_BUILT_IN_CLASS (fndecl2) == BUILT_IN_NORMAL
9338 && DECL_FUNCTION_CODE (fndecl2) == BUILT_IN_VA_ARG_PACK)
9339 return NULL_TREE;
9342 if (avoid_folding_inline_builtin (fndecl))
9343 return NULL_TREE;
9345 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
9346 return targetm.fold_builtin (fndecl, call_expr_nargs (exp),
9347 CALL_EXPR_ARGP (exp), ignore);
9348 else
9350 tree *args = CALL_EXPR_ARGP (exp);
9351 ret = fold_builtin_n (loc, fndecl, args, nargs, ignore);
9352 if (ret)
9353 return ret;
9356 return NULL_TREE;
9359 /* Fold a CALL_EXPR with type TYPE with FN as the function expression.
9360 N arguments are passed in the array ARGARRAY. Return a folded
9361 expression or NULL_TREE if no simplification was possible. */
9363 tree
9364 fold_builtin_call_array (location_t loc, tree,
9365 tree fn,
9366 int n,
9367 tree *argarray)
9369 if (TREE_CODE (fn) != ADDR_EXPR)
9370 return NULL_TREE;
9372 tree fndecl = TREE_OPERAND (fn, 0);
9373 if (TREE_CODE (fndecl) == FUNCTION_DECL
9374 && DECL_BUILT_IN (fndecl))
9376 /* If last argument is __builtin_va_arg_pack (), arguments to this
9377 function are not finalized yet. Defer folding until they are. */
9378 if (n && TREE_CODE (argarray[n - 1]) == CALL_EXPR)
9380 tree fndecl2 = get_callee_fndecl (argarray[n - 1]);
9381 if (fndecl2
9382 && TREE_CODE (fndecl2) == FUNCTION_DECL
9383 && DECL_BUILT_IN_CLASS (fndecl2) == BUILT_IN_NORMAL
9384 && DECL_FUNCTION_CODE (fndecl2) == BUILT_IN_VA_ARG_PACK)
9385 return NULL_TREE;
9387 if (avoid_folding_inline_builtin (fndecl))
9388 return NULL_TREE;
9389 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
9390 return targetm.fold_builtin (fndecl, n, argarray, false);
9391 else
9392 return fold_builtin_n (loc, fndecl, argarray, n, false);
9395 return NULL_TREE;
9398 /* Construct a new CALL_EXPR using the tail of the argument list of EXP
9399 along with N new arguments specified as the "..." parameters. SKIP
9400 is the number of arguments in EXP to be omitted. This function is used
9401 to do varargs-to-varargs transformations. */
9403 static tree
9404 rewrite_call_expr (location_t loc, tree exp, int skip, tree fndecl, int n, ...)
9406 va_list ap;
9407 tree t;
9409 va_start (ap, n);
9410 t = rewrite_call_expr_valist (loc, call_expr_nargs (exp),
9411 CALL_EXPR_ARGP (exp), skip, fndecl, n, ap);
9412 va_end (ap);
9414 return t;
9417 /* Validate a single argument ARG against a tree code CODE representing
9418 a type. Return true when argument is valid. */
9420 static bool
9421 validate_arg (const_tree arg, enum tree_code code)
9423 if (!arg)
9424 return false;
9425 else if (code == POINTER_TYPE)
9426 return POINTER_TYPE_P (TREE_TYPE (arg));
9427 else if (code == INTEGER_TYPE)
9428 return INTEGRAL_TYPE_P (TREE_TYPE (arg));
9429 return code == TREE_CODE (TREE_TYPE (arg));
9432 /* This function validates the types of a function call argument list
9433 against a specified list of tree_codes. If the last specifier is a 0,
9434 that represents an ellipses, otherwise the last specifier must be a
9435 VOID_TYPE.
9437 This is the GIMPLE version of validate_arglist. Eventually we want to
9438 completely convert builtins.c to work from GIMPLEs and the tree based
9439 validate_arglist will then be removed. */
9441 bool
9442 validate_gimple_arglist (const gcall *call, ...)
9444 enum tree_code code;
9445 bool res = 0;
9446 va_list ap;
9447 const_tree arg;
9448 size_t i;
9450 va_start (ap, call);
9451 i = 0;
9455 code = (enum tree_code) va_arg (ap, int);
9456 switch (code)
9458 case 0:
9459 /* This signifies an ellipses, any further arguments are all ok. */
9460 res = true;
9461 goto end;
9462 case VOID_TYPE:
9463 /* This signifies an endlink, if no arguments remain, return
9464 true, otherwise return false. */
9465 res = (i == gimple_call_num_args (call));
9466 goto end;
9467 default:
9468 /* If no parameters remain or the parameter's code does not
9469 match the specified code, return false. Otherwise continue
9470 checking any remaining arguments. */
9471 arg = gimple_call_arg (call, i++);
9472 if (!validate_arg (arg, code))
9473 goto end;
9474 break;
9477 while (1);
9479 /* We need gotos here since we can only have one VA_CLOSE in a
9480 function. */
9481 end: ;
9482 va_end (ap);
9484 return res;
9487 /* Default target-specific builtin expander that does nothing. */
9490 default_expand_builtin (tree exp ATTRIBUTE_UNUSED,
9491 rtx target ATTRIBUTE_UNUSED,
9492 rtx subtarget ATTRIBUTE_UNUSED,
9493 machine_mode mode ATTRIBUTE_UNUSED,
9494 int ignore ATTRIBUTE_UNUSED)
9496 return NULL_RTX;
9499 /* Returns true is EXP represents data that would potentially reside
9500 in a readonly section. */
9502 bool
9503 readonly_data_expr (tree exp)
9505 STRIP_NOPS (exp);
9507 if (TREE_CODE (exp) != ADDR_EXPR)
9508 return false;
9510 exp = get_base_address (TREE_OPERAND (exp, 0));
9511 if (!exp)
9512 return false;
9514 /* Make sure we call decl_readonly_section only for trees it
9515 can handle (since it returns true for everything it doesn't
9516 understand). */
9517 if (TREE_CODE (exp) == STRING_CST
9518 || TREE_CODE (exp) == CONSTRUCTOR
9519 || (VAR_P (exp) && TREE_STATIC (exp)))
9520 return decl_readonly_section (exp, 0);
9521 else
9522 return false;
9525 /* Simplify a call to the strpbrk builtin. S1 and S2 are the arguments
9526 to the call, and TYPE is its return type.
9528 Return NULL_TREE if no simplification was possible, otherwise return the
9529 simplified form of the call as a tree.
9531 The simplified form may be a constant or other expression which
9532 computes the same value, but in a more efficient manner (including
9533 calls to other builtin functions).
9535 The call may contain arguments which need to be evaluated, but
9536 which are not useful to determine the result of the call. In
9537 this case we return a chain of COMPOUND_EXPRs. The LHS of each
9538 COMPOUND_EXPR will be an argument which must be evaluated.
9539 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
9540 COMPOUND_EXPR in the chain will contain the tree for the simplified
9541 form of the builtin function call. */
9543 static tree
9544 fold_builtin_strpbrk (location_t loc, tree s1, tree s2, tree type)
9546 if (!validate_arg (s1, POINTER_TYPE)
9547 || !validate_arg (s2, POINTER_TYPE))
9548 return NULL_TREE;
9549 else
9551 tree fn;
9552 const char *p1, *p2;
9554 p2 = c_getstr (s2);
9555 if (p2 == NULL)
9556 return NULL_TREE;
9558 p1 = c_getstr (s1);
9559 if (p1 != NULL)
9561 const char *r = strpbrk (p1, p2);
9562 tree tem;
9564 if (r == NULL)
9565 return build_int_cst (TREE_TYPE (s1), 0);
9567 /* Return an offset into the constant string argument. */
9568 tem = fold_build_pointer_plus_hwi_loc (loc, s1, r - p1);
9569 return fold_convert_loc (loc, type, tem);
9572 if (p2[0] == '\0')
9573 /* strpbrk(x, "") == NULL.
9574 Evaluate and ignore s1 in case it had side-effects. */
9575 return omit_one_operand_loc (loc, type, integer_zero_node, s1);
9577 if (p2[1] != '\0')
9578 return NULL_TREE; /* Really call strpbrk. */
9580 fn = builtin_decl_implicit (BUILT_IN_STRCHR);
9581 if (!fn)
9582 return NULL_TREE;
9584 /* New argument list transforming strpbrk(s1, s2) to
9585 strchr(s1, s2[0]). */
9586 return build_call_expr_loc (loc, fn, 2, s1,
9587 build_int_cst (integer_type_node, p2[0]));
9591 /* Simplify a call to the strspn builtin. S1 and S2 are the arguments
9592 to the call.
9594 Return NULL_TREE if no simplification was possible, otherwise return the
9595 simplified form of the call as a tree.
9597 The simplified form may be a constant or other expression which
9598 computes the same value, but in a more efficient manner (including
9599 calls to other builtin functions).
9601 The call may contain arguments which need to be evaluated, but
9602 which are not useful to determine the result of the call. In
9603 this case we return a chain of COMPOUND_EXPRs. The LHS of each
9604 COMPOUND_EXPR will be an argument which must be evaluated.
9605 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
9606 COMPOUND_EXPR in the chain will contain the tree for the simplified
9607 form of the builtin function call. */
9609 static tree
9610 fold_builtin_strspn (location_t loc, tree s1, tree s2)
9612 if (!validate_arg (s1, POINTER_TYPE)
9613 || !validate_arg (s2, POINTER_TYPE))
9614 return NULL_TREE;
9615 else
9617 const char *p1 = c_getstr (s1), *p2 = c_getstr (s2);
9619 /* If either argument is "", return NULL_TREE. */
9620 if ((p1 && *p1 == '\0') || (p2 && *p2 == '\0'))
9621 /* Evaluate and ignore both arguments in case either one has
9622 side-effects. */
9623 return omit_two_operands_loc (loc, size_type_node, size_zero_node,
9624 s1, s2);
9625 return NULL_TREE;
9629 /* Simplify a call to the strcspn builtin. S1 and S2 are the arguments
9630 to the call.
9632 Return NULL_TREE if no simplification was possible, otherwise return the
9633 simplified form of the call as a tree.
9635 The simplified form may be a constant or other expression which
9636 computes the same value, but in a more efficient manner (including
9637 calls to other builtin functions).
9639 The call may contain arguments which need to be evaluated, but
9640 which are not useful to determine the result of the call. In
9641 this case we return a chain of COMPOUND_EXPRs. The LHS of each
9642 COMPOUND_EXPR will be an argument which must be evaluated.
9643 COMPOUND_EXPRs are chained through their RHS. The RHS of the last
9644 COMPOUND_EXPR in the chain will contain the tree for the simplified
9645 form of the builtin function call. */
9647 static tree
9648 fold_builtin_strcspn (location_t loc, tree s1, tree s2)
9650 if (!validate_arg (s1, POINTER_TYPE)
9651 || !validate_arg (s2, POINTER_TYPE))
9652 return NULL_TREE;
9653 else
9655 /* If the first argument is "", return NULL_TREE. */
9656 const char *p1 = c_getstr (s1);
9657 if (p1 && *p1 == '\0')
9659 /* Evaluate and ignore argument s2 in case it has
9660 side-effects. */
9661 return omit_one_operand_loc (loc, size_type_node,
9662 size_zero_node, s2);
9665 /* If the second argument is "", return __builtin_strlen(s1). */
9666 const char *p2 = c_getstr (s2);
9667 if (p2 && *p2 == '\0')
9669 tree fn = builtin_decl_implicit (BUILT_IN_STRLEN);
9671 /* If the replacement _DECL isn't initialized, don't do the
9672 transformation. */
9673 if (!fn)
9674 return NULL_TREE;
9676 return build_call_expr_loc (loc, fn, 1, s1);
9678 return NULL_TREE;
9682 /* Fold the next_arg or va_start call EXP. Returns true if there was an error
9683 produced. False otherwise. This is done so that we don't output the error
9684 or warning twice or three times. */
9686 bool
9687 fold_builtin_next_arg (tree exp, bool va_start_p)
9689 tree fntype = TREE_TYPE (current_function_decl);
9690 int nargs = call_expr_nargs (exp);
9691 tree arg;
9692 /* There is good chance the current input_location points inside the
9693 definition of the va_start macro (perhaps on the token for
9694 builtin) in a system header, so warnings will not be emitted.
9695 Use the location in real source code. */
9696 source_location current_location =
9697 linemap_unwind_to_first_non_reserved_loc (line_table, input_location,
9698 NULL);
9700 if (!stdarg_p (fntype))
9702 error ("%<va_start%> used in function with fixed args");
9703 return true;
9706 if (va_start_p)
9708 if (va_start_p && (nargs != 2))
9710 error ("wrong number of arguments to function %<va_start%>");
9711 return true;
9713 arg = CALL_EXPR_ARG (exp, 1);
9715 /* We use __builtin_va_start (ap, 0, 0) or __builtin_next_arg (0, 0)
9716 when we checked the arguments and if needed issued a warning. */
9717 else
9719 if (nargs == 0)
9721 /* Evidently an out of date version of <stdarg.h>; can't validate
9722 va_start's second argument, but can still work as intended. */
9723 warning_at (current_location,
9724 OPT_Wvarargs,
9725 "%<__builtin_next_arg%> called without an argument");
9726 return true;
9728 else if (nargs > 1)
9730 error ("wrong number of arguments to function %<__builtin_next_arg%>");
9731 return true;
9733 arg = CALL_EXPR_ARG (exp, 0);
9736 if (TREE_CODE (arg) == SSA_NAME)
9737 arg = SSA_NAME_VAR (arg);
9739 /* We destructively modify the call to be __builtin_va_start (ap, 0)
9740 or __builtin_next_arg (0) the first time we see it, after checking
9741 the arguments and if needed issuing a warning. */
9742 if (!integer_zerop (arg))
9744 tree last_parm = tree_last (DECL_ARGUMENTS (current_function_decl));
9746 /* Strip off all nops for the sake of the comparison. This
9747 is not quite the same as STRIP_NOPS. It does more.
9748 We must also strip off INDIRECT_EXPR for C++ reference
9749 parameters. */
9750 while (CONVERT_EXPR_P (arg)
9751 || TREE_CODE (arg) == INDIRECT_REF)
9752 arg = TREE_OPERAND (arg, 0);
9753 if (arg != last_parm)
9755 /* FIXME: Sometimes with the tree optimizers we can get the
9756 not the last argument even though the user used the last
9757 argument. We just warn and set the arg to be the last
9758 argument so that we will get wrong-code because of
9759 it. */
9760 warning_at (current_location,
9761 OPT_Wvarargs,
9762 "second parameter of %<va_start%> not last named argument");
9765 /* Undefined by C99 7.15.1.4p4 (va_start):
9766 "If the parameter parmN is declared with the register storage
9767 class, with a function or array type, or with a type that is
9768 not compatible with the type that results after application of
9769 the default argument promotions, the behavior is undefined."
9771 else if (DECL_REGISTER (arg))
9773 warning_at (current_location,
9774 OPT_Wvarargs,
9775 "undefined behavior when second parameter of "
9776 "%<va_start%> is declared with %<register%> storage");
9779 /* We want to verify the second parameter just once before the tree
9780 optimizers are run and then avoid keeping it in the tree,
9781 as otherwise we could warn even for correct code like:
9782 void foo (int i, ...)
9783 { va_list ap; i++; va_start (ap, i); va_end (ap); } */
9784 if (va_start_p)
9785 CALL_EXPR_ARG (exp, 1) = integer_zero_node;
9786 else
9787 CALL_EXPR_ARG (exp, 0) = integer_zero_node;
9789 return false;
9793 /* Expand a call EXP to __builtin_object_size. */
9795 static rtx
9796 expand_builtin_object_size (tree exp)
9798 tree ost;
9799 int object_size_type;
9800 tree fndecl = get_callee_fndecl (exp);
9802 if (!validate_arglist (exp, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
9804 error ("%Kfirst argument of %qD must be a pointer, second integer constant",
9805 exp, fndecl);
9806 expand_builtin_trap ();
9807 return const0_rtx;
9810 ost = CALL_EXPR_ARG (exp, 1);
9811 STRIP_NOPS (ost);
9813 if (TREE_CODE (ost) != INTEGER_CST
9814 || tree_int_cst_sgn (ost) < 0
9815 || compare_tree_int (ost, 3) > 0)
9817 error ("%Klast argument of %qD is not integer constant between 0 and 3",
9818 exp, fndecl);
9819 expand_builtin_trap ();
9820 return const0_rtx;
9823 object_size_type = tree_to_shwi (ost);
9825 return object_size_type < 2 ? constm1_rtx : const0_rtx;
9828 /* Expand EXP, a call to the __mem{cpy,pcpy,move,set}_chk builtin.
9829 FCODE is the BUILT_IN_* to use.
9830 Return NULL_RTX if we failed; the caller should emit a normal call,
9831 otherwise try to get the result in TARGET, if convenient (and in
9832 mode MODE if that's convenient). */
9834 static rtx
9835 expand_builtin_memory_chk (tree exp, rtx target, machine_mode mode,
9836 enum built_in_function fcode)
9838 if (!validate_arglist (exp,
9839 POINTER_TYPE,
9840 fcode == BUILT_IN_MEMSET_CHK
9841 ? INTEGER_TYPE : POINTER_TYPE,
9842 INTEGER_TYPE, INTEGER_TYPE, VOID_TYPE))
9843 return NULL_RTX;
9845 tree dest = CALL_EXPR_ARG (exp, 0);
9846 tree src = CALL_EXPR_ARG (exp, 1);
9847 tree len = CALL_EXPR_ARG (exp, 2);
9848 tree size = CALL_EXPR_ARG (exp, 3);
9850 bool sizes_ok = check_access (exp, dest, src, len, /*maxread=*/NULL_TREE,
9851 /*str=*/NULL_TREE, size);
9853 if (!tree_fits_uhwi_p (size))
9854 return NULL_RTX;
9856 if (tree_fits_uhwi_p (len) || integer_all_onesp (size))
9858 /* Avoid transforming the checking call to an ordinary one when
9859 an overflow has been detected or when the call couldn't be
9860 validated because the size is not constant. */
9861 if (!sizes_ok && !integer_all_onesp (size) && tree_int_cst_lt (size, len))
9862 return NULL_RTX;
9864 tree fn = NULL_TREE;
9865 /* If __builtin_mem{cpy,pcpy,move,set}_chk is used, assume
9866 mem{cpy,pcpy,move,set} is available. */
9867 switch (fcode)
9869 case BUILT_IN_MEMCPY_CHK:
9870 fn = builtin_decl_explicit (BUILT_IN_MEMCPY);
9871 break;
9872 case BUILT_IN_MEMPCPY_CHK:
9873 fn = builtin_decl_explicit (BUILT_IN_MEMPCPY);
9874 break;
9875 case BUILT_IN_MEMMOVE_CHK:
9876 fn = builtin_decl_explicit (BUILT_IN_MEMMOVE);
9877 break;
9878 case BUILT_IN_MEMSET_CHK:
9879 fn = builtin_decl_explicit (BUILT_IN_MEMSET);
9880 break;
9881 default:
9882 break;
9885 if (! fn)
9886 return NULL_RTX;
9888 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len);
9889 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
9890 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
9891 return expand_expr (fn, target, mode, EXPAND_NORMAL);
9893 else if (fcode == BUILT_IN_MEMSET_CHK)
9894 return NULL_RTX;
9895 else
9897 unsigned int dest_align = get_pointer_alignment (dest);
9899 /* If DEST is not a pointer type, call the normal function. */
9900 if (dest_align == 0)
9901 return NULL_RTX;
9903 /* If SRC and DEST are the same (and not volatile), do nothing. */
9904 if (operand_equal_p (src, dest, 0))
9906 tree expr;
9908 if (fcode != BUILT_IN_MEMPCPY_CHK)
9910 /* Evaluate and ignore LEN in case it has side-effects. */
9911 expand_expr (len, const0_rtx, VOIDmode, EXPAND_NORMAL);
9912 return expand_expr (dest, target, mode, EXPAND_NORMAL);
9915 expr = fold_build_pointer_plus (dest, len);
9916 return expand_expr (expr, target, mode, EXPAND_NORMAL);
9919 /* __memmove_chk special case. */
9920 if (fcode == BUILT_IN_MEMMOVE_CHK)
9922 unsigned int src_align = get_pointer_alignment (src);
9924 if (src_align == 0)
9925 return NULL_RTX;
9927 /* If src is categorized for a readonly section we can use
9928 normal __memcpy_chk. */
9929 if (readonly_data_expr (src))
9931 tree fn = builtin_decl_explicit (BUILT_IN_MEMCPY_CHK);
9932 if (!fn)
9933 return NULL_RTX;
9934 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4,
9935 dest, src, len, size);
9936 gcc_assert (TREE_CODE (fn) == CALL_EXPR);
9937 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
9938 return expand_expr (fn, target, mode, EXPAND_NORMAL);
9941 return NULL_RTX;
9945 /* Emit warning if a buffer overflow is detected at compile time. */
9947 static void
9948 maybe_emit_chk_warning (tree exp, enum built_in_function fcode)
9950 /* The source string. */
9951 tree srcstr = NULL_TREE;
9952 /* The size of the destination object. */
9953 tree objsize = NULL_TREE;
9954 /* The string that is being concatenated with (as in __strcat_chk)
9955 or null if it isn't. */
9956 tree catstr = NULL_TREE;
9957 /* The maximum length of the source sequence in a bounded operation
9958 (such as __strncat_chk) or null if the operation isn't bounded
9959 (such as __strcat_chk). */
9960 tree maxread = NULL_TREE;
9961 /* The exact size of the access (such as in __strncpy_chk). */
9962 tree size = NULL_TREE;
9964 switch (fcode)
9966 case BUILT_IN_STRCPY_CHK:
9967 case BUILT_IN_STPCPY_CHK:
9968 srcstr = CALL_EXPR_ARG (exp, 1);
9969 objsize = CALL_EXPR_ARG (exp, 2);
9970 break;
9972 case BUILT_IN_STRCAT_CHK:
9973 /* For __strcat_chk the warning will be emitted only if overflowing
9974 by at least strlen (dest) + 1 bytes. */
9975 catstr = CALL_EXPR_ARG (exp, 0);
9976 srcstr = CALL_EXPR_ARG (exp, 1);
9977 objsize = CALL_EXPR_ARG (exp, 2);
9978 break;
9980 case BUILT_IN_STRNCAT_CHK:
9981 catstr = CALL_EXPR_ARG (exp, 0);
9982 srcstr = CALL_EXPR_ARG (exp, 1);
9983 maxread = CALL_EXPR_ARG (exp, 2);
9984 objsize = CALL_EXPR_ARG (exp, 3);
9985 break;
9987 case BUILT_IN_STRNCPY_CHK:
9988 case BUILT_IN_STPNCPY_CHK:
9989 srcstr = CALL_EXPR_ARG (exp, 1);
9990 size = CALL_EXPR_ARG (exp, 2);
9991 objsize = CALL_EXPR_ARG (exp, 3);
9992 break;
9994 case BUILT_IN_SNPRINTF_CHK:
9995 case BUILT_IN_VSNPRINTF_CHK:
9996 maxread = CALL_EXPR_ARG (exp, 1);
9997 objsize = CALL_EXPR_ARG (exp, 3);
9998 break;
9999 default:
10000 gcc_unreachable ();
10003 if (catstr && maxread)
10005 /* Check __strncat_chk. There is no way to determine the length
10006 of the string to which the source string is being appended so
10007 just warn when the length of the source string is not known. */
10008 check_strncat_sizes (exp, objsize);
10009 return;
10012 /* The destination argument is the first one for all built-ins above. */
10013 tree dst = CALL_EXPR_ARG (exp, 0);
10015 check_access (exp, dst, srcstr, size, maxread, srcstr, objsize);
10018 /* Emit warning if a buffer overflow is detected at compile time
10019 in __sprintf_chk/__vsprintf_chk calls. */
10021 static void
10022 maybe_emit_sprintf_chk_warning (tree exp, enum built_in_function fcode)
10024 tree size, len, fmt;
10025 const char *fmt_str;
10026 int nargs = call_expr_nargs (exp);
10028 /* Verify the required arguments in the original call. */
10030 if (nargs < 4)
10031 return;
10032 size = CALL_EXPR_ARG (exp, 2);
10033 fmt = CALL_EXPR_ARG (exp, 3);
10035 if (! tree_fits_uhwi_p (size) || integer_all_onesp (size))
10036 return;
10038 /* Check whether the format is a literal string constant. */
10039 fmt_str = c_getstr (fmt);
10040 if (fmt_str == NULL)
10041 return;
10043 if (!init_target_chars ())
10044 return;
10046 /* If the format doesn't contain % args or %%, we know its size. */
10047 if (strchr (fmt_str, target_percent) == 0)
10048 len = build_int_cstu (size_type_node, strlen (fmt_str));
10049 /* If the format is "%s" and first ... argument is a string literal,
10050 we know it too. */
10051 else if (fcode == BUILT_IN_SPRINTF_CHK
10052 && strcmp (fmt_str, target_percent_s) == 0)
10054 tree arg;
10056 if (nargs < 5)
10057 return;
10058 arg = CALL_EXPR_ARG (exp, 4);
10059 if (! POINTER_TYPE_P (TREE_TYPE (arg)))
10060 return;
10062 len = c_strlen (arg, 1);
10063 if (!len || ! tree_fits_uhwi_p (len))
10064 return;
10066 else
10067 return;
10069 /* Add one for the terminating nul. */
10070 len = fold_build2 (PLUS_EXPR, TREE_TYPE (len), len, size_one_node);
10072 check_access (exp, /*dst=*/NULL_TREE, /*src=*/NULL_TREE, /*size=*/NULL_TREE,
10073 /*maxread=*/NULL_TREE, len, size);
10076 /* Emit warning if a free is called with address of a variable. */
10078 static void
10079 maybe_emit_free_warning (tree exp)
10081 tree arg = CALL_EXPR_ARG (exp, 0);
10083 STRIP_NOPS (arg);
10084 if (TREE_CODE (arg) != ADDR_EXPR)
10085 return;
10087 arg = get_base_address (TREE_OPERAND (arg, 0));
10088 if (arg == NULL || INDIRECT_REF_P (arg) || TREE_CODE (arg) == MEM_REF)
10089 return;
10091 if (SSA_VAR_P (arg))
10092 warning_at (tree_nonartificial_location (exp), OPT_Wfree_nonheap_object,
10093 "%Kattempt to free a non-heap object %qD", exp, arg);
10094 else
10095 warning_at (tree_nonartificial_location (exp), OPT_Wfree_nonheap_object,
10096 "%Kattempt to free a non-heap object", exp);
10099 /* Fold a call to __builtin_object_size with arguments PTR and OST,
10100 if possible. */
10102 static tree
10103 fold_builtin_object_size (tree ptr, tree ost)
10105 unsigned HOST_WIDE_INT bytes;
10106 int object_size_type;
10108 if (!validate_arg (ptr, POINTER_TYPE)
10109 || !validate_arg (ost, INTEGER_TYPE))
10110 return NULL_TREE;
10112 STRIP_NOPS (ost);
10114 if (TREE_CODE (ost) != INTEGER_CST
10115 || tree_int_cst_sgn (ost) < 0
10116 || compare_tree_int (ost, 3) > 0)
10117 return NULL_TREE;
10119 object_size_type = tree_to_shwi (ost);
10121 /* __builtin_object_size doesn't evaluate side-effects in its arguments;
10122 if there are any side-effects, it returns (size_t) -1 for types 0 and 1
10123 and (size_t) 0 for types 2 and 3. */
10124 if (TREE_SIDE_EFFECTS (ptr))
10125 return build_int_cst_type (size_type_node, object_size_type < 2 ? -1 : 0);
10127 if (TREE_CODE (ptr) == ADDR_EXPR)
10129 compute_builtin_object_size (ptr, object_size_type, &bytes);
10130 if (wi::fits_to_tree_p (bytes, size_type_node))
10131 return build_int_cstu (size_type_node, bytes);
10133 else if (TREE_CODE (ptr) == SSA_NAME)
10135 /* If object size is not known yet, delay folding until
10136 later. Maybe subsequent passes will help determining
10137 it. */
10138 if (compute_builtin_object_size (ptr, object_size_type, &bytes)
10139 && wi::fits_to_tree_p (bytes, size_type_node))
10140 return build_int_cstu (size_type_node, bytes);
10143 return NULL_TREE;
10146 /* Builtins with folding operations that operate on "..." arguments
10147 need special handling; we need to store the arguments in a convenient
10148 data structure before attempting any folding. Fortunately there are
10149 only a few builtins that fall into this category. FNDECL is the
10150 function, EXP is the CALL_EXPR for the call. */
10152 static tree
10153 fold_builtin_varargs (location_t loc, tree fndecl, tree *args, int nargs)
10155 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
10156 tree ret = NULL_TREE;
10158 switch (fcode)
10160 case BUILT_IN_FPCLASSIFY:
10161 ret = fold_builtin_fpclassify (loc, args, nargs);
10162 break;
10164 default:
10165 break;
10167 if (ret)
10169 ret = build1 (NOP_EXPR, TREE_TYPE (ret), ret);
10170 SET_EXPR_LOCATION (ret, loc);
10171 TREE_NO_WARNING (ret) = 1;
10172 return ret;
10174 return NULL_TREE;
10177 /* Initialize format string characters in the target charset. */
10179 bool
10180 init_target_chars (void)
10182 static bool init;
10183 if (!init)
10185 target_newline = lang_hooks.to_target_charset ('\n');
10186 target_percent = lang_hooks.to_target_charset ('%');
10187 target_c = lang_hooks.to_target_charset ('c');
10188 target_s = lang_hooks.to_target_charset ('s');
10189 if (target_newline == 0 || target_percent == 0 || target_c == 0
10190 || target_s == 0)
10191 return false;
10193 target_percent_c[0] = target_percent;
10194 target_percent_c[1] = target_c;
10195 target_percent_c[2] = '\0';
10197 target_percent_s[0] = target_percent;
10198 target_percent_s[1] = target_s;
10199 target_percent_s[2] = '\0';
10201 target_percent_s_newline[0] = target_percent;
10202 target_percent_s_newline[1] = target_s;
10203 target_percent_s_newline[2] = target_newline;
10204 target_percent_s_newline[3] = '\0';
10206 init = true;
10208 return true;
10211 /* Helper function for do_mpfr_arg*(). Ensure M is a normal number
10212 and no overflow/underflow occurred. INEXACT is true if M was not
10213 exactly calculated. TYPE is the tree type for the result. This
10214 function assumes that you cleared the MPFR flags and then
10215 calculated M to see if anything subsequently set a flag prior to
10216 entering this function. Return NULL_TREE if any checks fail. */
10218 static tree
10219 do_mpfr_ckconv (mpfr_srcptr m, tree type, int inexact)
10221 /* Proceed iff we get a normal number, i.e. not NaN or Inf and no
10222 overflow/underflow occurred. If -frounding-math, proceed iff the
10223 result of calling FUNC was exact. */
10224 if (mpfr_number_p (m) && !mpfr_overflow_p () && !mpfr_underflow_p ()
10225 && (!flag_rounding_math || !inexact))
10227 REAL_VALUE_TYPE rr;
10229 real_from_mpfr (&rr, m, type, GMP_RNDN);
10230 /* Proceed iff GCC's REAL_VALUE_TYPE can hold the MPFR value,
10231 check for overflow/underflow. If the REAL_VALUE_TYPE is zero
10232 but the mpft_t is not, then we underflowed in the
10233 conversion. */
10234 if (real_isfinite (&rr)
10235 && (rr.cl == rvc_zero) == (mpfr_zero_p (m) != 0))
10237 REAL_VALUE_TYPE rmode;
10239 real_convert (&rmode, TYPE_MODE (type), &rr);
10240 /* Proceed iff the specified mode can hold the value. */
10241 if (real_identical (&rmode, &rr))
10242 return build_real (type, rmode);
10245 return NULL_TREE;
10248 /* Helper function for do_mpc_arg*(). Ensure M is a normal complex
10249 number and no overflow/underflow occurred. INEXACT is true if M
10250 was not exactly calculated. TYPE is the tree type for the result.
10251 This function assumes that you cleared the MPFR flags and then
10252 calculated M to see if anything subsequently set a flag prior to
10253 entering this function. Return NULL_TREE if any checks fail, if
10254 FORCE_CONVERT is true, then bypass the checks. */
10256 static tree
10257 do_mpc_ckconv (mpc_srcptr m, tree type, int inexact, int force_convert)
10259 /* Proceed iff we get a normal number, i.e. not NaN or Inf and no
10260 overflow/underflow occurred. If -frounding-math, proceed iff the
10261 result of calling FUNC was exact. */
10262 if (force_convert
10263 || (mpfr_number_p (mpc_realref (m)) && mpfr_number_p (mpc_imagref (m))
10264 && !mpfr_overflow_p () && !mpfr_underflow_p ()
10265 && (!flag_rounding_math || !inexact)))
10267 REAL_VALUE_TYPE re, im;
10269 real_from_mpfr (&re, mpc_realref (m), TREE_TYPE (type), GMP_RNDN);
10270 real_from_mpfr (&im, mpc_imagref (m), TREE_TYPE (type), GMP_RNDN);
10271 /* Proceed iff GCC's REAL_VALUE_TYPE can hold the MPFR values,
10272 check for overflow/underflow. If the REAL_VALUE_TYPE is zero
10273 but the mpft_t is not, then we underflowed in the
10274 conversion. */
10275 if (force_convert
10276 || (real_isfinite (&re) && real_isfinite (&im)
10277 && (re.cl == rvc_zero) == (mpfr_zero_p (mpc_realref (m)) != 0)
10278 && (im.cl == rvc_zero) == (mpfr_zero_p (mpc_imagref (m)) != 0)))
10280 REAL_VALUE_TYPE re_mode, im_mode;
10282 real_convert (&re_mode, TYPE_MODE (TREE_TYPE (type)), &re);
10283 real_convert (&im_mode, TYPE_MODE (TREE_TYPE (type)), &im);
10284 /* Proceed iff the specified mode can hold the value. */
10285 if (force_convert
10286 || (real_identical (&re_mode, &re)
10287 && real_identical (&im_mode, &im)))
10288 return build_complex (type, build_real (TREE_TYPE (type), re_mode),
10289 build_real (TREE_TYPE (type), im_mode));
10292 return NULL_TREE;
10295 /* If arguments ARG0 and ARG1 are REAL_CSTs, call mpfr_remquo() to set
10296 the pointer *(ARG_QUO) and return the result. The type is taken
10297 from the type of ARG0 and is used for setting the precision of the
10298 calculation and results. */
10300 static tree
10301 do_mpfr_remquo (tree arg0, tree arg1, tree arg_quo)
10303 tree const type = TREE_TYPE (arg0);
10304 tree result = NULL_TREE;
10306 STRIP_NOPS (arg0);
10307 STRIP_NOPS (arg1);
10309 /* To proceed, MPFR must exactly represent the target floating point
10310 format, which only happens when the target base equals two. */
10311 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
10312 && TREE_CODE (arg0) == REAL_CST && !TREE_OVERFLOW (arg0)
10313 && TREE_CODE (arg1) == REAL_CST && !TREE_OVERFLOW (arg1))
10315 const REAL_VALUE_TYPE *const ra0 = TREE_REAL_CST_PTR (arg0);
10316 const REAL_VALUE_TYPE *const ra1 = TREE_REAL_CST_PTR (arg1);
10318 if (real_isfinite (ra0) && real_isfinite (ra1))
10320 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
10321 const int prec = fmt->p;
10322 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
10323 tree result_rem;
10324 long integer_quo;
10325 mpfr_t m0, m1;
10327 mpfr_inits2 (prec, m0, m1, NULL);
10328 mpfr_from_real (m0, ra0, GMP_RNDN);
10329 mpfr_from_real (m1, ra1, GMP_RNDN);
10330 mpfr_clear_flags ();
10331 mpfr_remquo (m0, &integer_quo, m0, m1, rnd);
10332 /* Remquo is independent of the rounding mode, so pass
10333 inexact=0 to do_mpfr_ckconv(). */
10334 result_rem = do_mpfr_ckconv (m0, type, /*inexact=*/ 0);
10335 mpfr_clears (m0, m1, NULL);
10336 if (result_rem)
10338 /* MPFR calculates quo in the host's long so it may
10339 return more bits in quo than the target int can hold
10340 if sizeof(host long) > sizeof(target int). This can
10341 happen even for native compilers in LP64 mode. In
10342 these cases, modulo the quo value with the largest
10343 number that the target int can hold while leaving one
10344 bit for the sign. */
10345 if (sizeof (integer_quo) * CHAR_BIT > INT_TYPE_SIZE)
10346 integer_quo %= (long)(1UL << (INT_TYPE_SIZE - 1));
10348 /* Dereference the quo pointer argument. */
10349 arg_quo = build_fold_indirect_ref (arg_quo);
10350 /* Proceed iff a valid pointer type was passed in. */
10351 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg_quo)) == integer_type_node)
10353 /* Set the value. */
10354 tree result_quo
10355 = fold_build2 (MODIFY_EXPR, TREE_TYPE (arg_quo), arg_quo,
10356 build_int_cst (TREE_TYPE (arg_quo),
10357 integer_quo));
10358 TREE_SIDE_EFFECTS (result_quo) = 1;
10359 /* Combine the quo assignment with the rem. */
10360 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
10361 result_quo, result_rem));
10366 return result;
10369 /* If ARG is a REAL_CST, call mpfr_lgamma() on it and return the
10370 resulting value as a tree with type TYPE. The mpfr precision is
10371 set to the precision of TYPE. We assume that this mpfr function
10372 returns zero if the result could be calculated exactly within the
10373 requested precision. In addition, the integer pointer represented
10374 by ARG_SG will be dereferenced and set to the appropriate signgam
10375 (-1,1) value. */
10377 static tree
10378 do_mpfr_lgamma_r (tree arg, tree arg_sg, tree type)
10380 tree result = NULL_TREE;
10382 STRIP_NOPS (arg);
10384 /* To proceed, MPFR must exactly represent the target floating point
10385 format, which only happens when the target base equals two. Also
10386 verify ARG is a constant and that ARG_SG is an int pointer. */
10387 if (REAL_MODE_FORMAT (TYPE_MODE (type))->b == 2
10388 && TREE_CODE (arg) == REAL_CST && !TREE_OVERFLOW (arg)
10389 && TREE_CODE (TREE_TYPE (arg_sg)) == POINTER_TYPE
10390 && TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (arg_sg))) == integer_type_node)
10392 const REAL_VALUE_TYPE *const ra = TREE_REAL_CST_PTR (arg);
10394 /* In addition to NaN and Inf, the argument cannot be zero or a
10395 negative integer. */
10396 if (real_isfinite (ra)
10397 && ra->cl != rvc_zero
10398 && !(real_isneg (ra) && real_isinteger (ra, TYPE_MODE (type))))
10400 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
10401 const int prec = fmt->p;
10402 const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN;
10403 int inexact, sg;
10404 mpfr_t m;
10405 tree result_lg;
10407 mpfr_init2 (m, prec);
10408 mpfr_from_real (m, ra, GMP_RNDN);
10409 mpfr_clear_flags ();
10410 inexact = mpfr_lgamma (m, &sg, m, rnd);
10411 result_lg = do_mpfr_ckconv (m, type, inexact);
10412 mpfr_clear (m);
10413 if (result_lg)
10415 tree result_sg;
10417 /* Dereference the arg_sg pointer argument. */
10418 arg_sg = build_fold_indirect_ref (arg_sg);
10419 /* Assign the signgam value into *arg_sg. */
10420 result_sg = fold_build2 (MODIFY_EXPR,
10421 TREE_TYPE (arg_sg), arg_sg,
10422 build_int_cst (TREE_TYPE (arg_sg), sg));
10423 TREE_SIDE_EFFECTS (result_sg) = 1;
10424 /* Combine the signgam assignment with the lgamma result. */
10425 result = non_lvalue (fold_build2 (COMPOUND_EXPR, type,
10426 result_sg, result_lg));
10431 return result;
10434 /* If arguments ARG0 and ARG1 are a COMPLEX_CST, call the two-argument
10435 mpc function FUNC on it and return the resulting value as a tree
10436 with type TYPE. The mpfr precision is set to the precision of
10437 TYPE. We assume that function FUNC returns zero if the result
10438 could be calculated exactly within the requested precision. If
10439 DO_NONFINITE is true, then fold expressions containing Inf or NaN
10440 in the arguments and/or results. */
10442 tree
10443 do_mpc_arg2 (tree arg0, tree arg1, tree type, int do_nonfinite,
10444 int (*func)(mpc_ptr, mpc_srcptr, mpc_srcptr, mpc_rnd_t))
10446 tree result = NULL_TREE;
10448 STRIP_NOPS (arg0);
10449 STRIP_NOPS (arg1);
10451 /* To proceed, MPFR must exactly represent the target floating point
10452 format, which only happens when the target base equals two. */
10453 if (TREE_CODE (arg0) == COMPLEX_CST && !TREE_OVERFLOW (arg0)
10454 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == REAL_TYPE
10455 && TREE_CODE (arg1) == COMPLEX_CST && !TREE_OVERFLOW (arg1)
10456 && TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == REAL_TYPE
10457 && REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (TREE_TYPE (arg0))))->b == 2)
10459 const REAL_VALUE_TYPE *const re0 = TREE_REAL_CST_PTR (TREE_REALPART (arg0));
10460 const REAL_VALUE_TYPE *const im0 = TREE_REAL_CST_PTR (TREE_IMAGPART (arg0));
10461 const REAL_VALUE_TYPE *const re1 = TREE_REAL_CST_PTR (TREE_REALPART (arg1));
10462 const REAL_VALUE_TYPE *const im1 = TREE_REAL_CST_PTR (TREE_IMAGPART (arg1));
10464 if (do_nonfinite
10465 || (real_isfinite (re0) && real_isfinite (im0)
10466 && real_isfinite (re1) && real_isfinite (im1)))
10468 const struct real_format *const fmt =
10469 REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (type)));
10470 const int prec = fmt->p;
10471 const mp_rnd_t rnd = fmt->round_towards_zero ? GMP_RNDZ : GMP_RNDN;
10472 const mpc_rnd_t crnd = fmt->round_towards_zero ? MPC_RNDZZ : MPC_RNDNN;
10473 int inexact;
10474 mpc_t m0, m1;
10476 mpc_init2 (m0, prec);
10477 mpc_init2 (m1, prec);
10478 mpfr_from_real (mpc_realref (m0), re0, rnd);
10479 mpfr_from_real (mpc_imagref (m0), im0, rnd);
10480 mpfr_from_real (mpc_realref (m1), re1, rnd);
10481 mpfr_from_real (mpc_imagref (m1), im1, rnd);
10482 mpfr_clear_flags ();
10483 inexact = func (m0, m0, m1, crnd);
10484 result = do_mpc_ckconv (m0, type, inexact, do_nonfinite);
10485 mpc_clear (m0);
10486 mpc_clear (m1);
10490 return result;
10493 /* A wrapper function for builtin folding that prevents warnings for
10494 "statement without effect" and the like, caused by removing the
10495 call node earlier than the warning is generated. */
10497 tree
10498 fold_call_stmt (gcall *stmt, bool ignore)
10500 tree ret = NULL_TREE;
10501 tree fndecl = gimple_call_fndecl (stmt);
10502 location_t loc = gimple_location (stmt);
10503 if (fndecl
10504 && TREE_CODE (fndecl) == FUNCTION_DECL
10505 && DECL_BUILT_IN (fndecl)
10506 && !gimple_call_va_arg_pack_p (stmt))
10508 int nargs = gimple_call_num_args (stmt);
10509 tree *args = (nargs > 0
10510 ? gimple_call_arg_ptr (stmt, 0)
10511 : &error_mark_node);
10513 if (avoid_folding_inline_builtin (fndecl))
10514 return NULL_TREE;
10515 if (DECL_BUILT_IN_CLASS (fndecl) == BUILT_IN_MD)
10517 return targetm.fold_builtin (fndecl, nargs, args, ignore);
10519 else
10521 ret = fold_builtin_n (loc, fndecl, args, nargs, ignore);
10522 if (ret)
10524 /* Propagate location information from original call to
10525 expansion of builtin. Otherwise things like
10526 maybe_emit_chk_warning, that operate on the expansion
10527 of a builtin, will use the wrong location information. */
10528 if (gimple_has_location (stmt))
10530 tree realret = ret;
10531 if (TREE_CODE (ret) == NOP_EXPR)
10532 realret = TREE_OPERAND (ret, 0);
10533 if (CAN_HAVE_LOCATION_P (realret)
10534 && !EXPR_HAS_LOCATION (realret))
10535 SET_EXPR_LOCATION (realret, loc);
10536 return realret;
10538 return ret;
10542 return NULL_TREE;
10545 /* Look up the function in builtin_decl that corresponds to DECL
10546 and set ASMSPEC as its user assembler name. DECL must be a
10547 function decl that declares a builtin. */
10549 void
10550 set_builtin_user_assembler_name (tree decl, const char *asmspec)
10552 gcc_assert (TREE_CODE (decl) == FUNCTION_DECL
10553 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL
10554 && asmspec != 0);
10556 tree builtin = builtin_decl_explicit (DECL_FUNCTION_CODE (decl));
10557 set_user_assembler_name (builtin, asmspec);
10559 if (DECL_FUNCTION_CODE (decl) == BUILT_IN_FFS
10560 && INT_TYPE_SIZE < BITS_PER_WORD)
10562 scalar_int_mode mode = int_mode_for_size (INT_TYPE_SIZE, 0).require ();
10563 set_user_assembler_libfunc ("ffs", asmspec);
10564 set_optab_libfunc (ffs_optab, mode, "ffs");
10568 /* Return true if DECL is a builtin that expands to a constant or similarly
10569 simple code. */
10570 bool
10571 is_simple_builtin (tree decl)
10573 if (decl && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
10574 switch (DECL_FUNCTION_CODE (decl))
10576 /* Builtins that expand to constants. */
10577 case BUILT_IN_CONSTANT_P:
10578 case BUILT_IN_EXPECT:
10579 case BUILT_IN_OBJECT_SIZE:
10580 case BUILT_IN_UNREACHABLE:
10581 /* Simple register moves or loads from stack. */
10582 case BUILT_IN_ASSUME_ALIGNED:
10583 case BUILT_IN_RETURN_ADDRESS:
10584 case BUILT_IN_EXTRACT_RETURN_ADDR:
10585 case BUILT_IN_FROB_RETURN_ADDR:
10586 case BUILT_IN_RETURN:
10587 case BUILT_IN_AGGREGATE_INCOMING_ADDRESS:
10588 case BUILT_IN_FRAME_ADDRESS:
10589 case BUILT_IN_VA_END:
10590 case BUILT_IN_STACK_SAVE:
10591 case BUILT_IN_STACK_RESTORE:
10592 /* Exception state returns or moves registers around. */
10593 case BUILT_IN_EH_FILTER:
10594 case BUILT_IN_EH_POINTER:
10595 case BUILT_IN_EH_COPY_VALUES:
10596 return true;
10598 default:
10599 return false;
10602 return false;
10605 /* Return true if DECL is a builtin that is not expensive, i.e., they are
10606 most probably expanded inline into reasonably simple code. This is a
10607 superset of is_simple_builtin. */
10608 bool
10609 is_inexpensive_builtin (tree decl)
10611 if (!decl)
10612 return false;
10613 else if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_MD)
10614 return true;
10615 else if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
10616 switch (DECL_FUNCTION_CODE (decl))
10618 case BUILT_IN_ABS:
10619 CASE_BUILT_IN_ALLOCA:
10620 case BUILT_IN_BSWAP16:
10621 case BUILT_IN_BSWAP32:
10622 case BUILT_IN_BSWAP64:
10623 case BUILT_IN_CLZ:
10624 case BUILT_IN_CLZIMAX:
10625 case BUILT_IN_CLZL:
10626 case BUILT_IN_CLZLL:
10627 case BUILT_IN_CTZ:
10628 case BUILT_IN_CTZIMAX:
10629 case BUILT_IN_CTZL:
10630 case BUILT_IN_CTZLL:
10631 case BUILT_IN_FFS:
10632 case BUILT_IN_FFSIMAX:
10633 case BUILT_IN_FFSL:
10634 case BUILT_IN_FFSLL:
10635 case BUILT_IN_IMAXABS:
10636 case BUILT_IN_FINITE:
10637 case BUILT_IN_FINITEF:
10638 case BUILT_IN_FINITEL:
10639 case BUILT_IN_FINITED32:
10640 case BUILT_IN_FINITED64:
10641 case BUILT_IN_FINITED128:
10642 case BUILT_IN_FPCLASSIFY:
10643 case BUILT_IN_ISFINITE:
10644 case BUILT_IN_ISINF_SIGN:
10645 case BUILT_IN_ISINF:
10646 case BUILT_IN_ISINFF:
10647 case BUILT_IN_ISINFL:
10648 case BUILT_IN_ISINFD32:
10649 case BUILT_IN_ISINFD64:
10650 case BUILT_IN_ISINFD128:
10651 case BUILT_IN_ISNAN:
10652 case BUILT_IN_ISNANF:
10653 case BUILT_IN_ISNANL:
10654 case BUILT_IN_ISNAND32:
10655 case BUILT_IN_ISNAND64:
10656 case BUILT_IN_ISNAND128:
10657 case BUILT_IN_ISNORMAL:
10658 case BUILT_IN_ISGREATER:
10659 case BUILT_IN_ISGREATEREQUAL:
10660 case BUILT_IN_ISLESS:
10661 case BUILT_IN_ISLESSEQUAL:
10662 case BUILT_IN_ISLESSGREATER:
10663 case BUILT_IN_ISUNORDERED:
10664 case BUILT_IN_VA_ARG_PACK:
10665 case BUILT_IN_VA_ARG_PACK_LEN:
10666 case BUILT_IN_VA_COPY:
10667 case BUILT_IN_TRAP:
10668 case BUILT_IN_SAVEREGS:
10669 case BUILT_IN_POPCOUNTL:
10670 case BUILT_IN_POPCOUNTLL:
10671 case BUILT_IN_POPCOUNTIMAX:
10672 case BUILT_IN_POPCOUNT:
10673 case BUILT_IN_PARITYL:
10674 case BUILT_IN_PARITYLL:
10675 case BUILT_IN_PARITYIMAX:
10676 case BUILT_IN_PARITY:
10677 case BUILT_IN_LABS:
10678 case BUILT_IN_LLABS:
10679 case BUILT_IN_PREFETCH:
10680 case BUILT_IN_ACC_ON_DEVICE:
10681 return true;
10683 default:
10684 return is_simple_builtin (decl);
10687 return false;
10690 /* Return true if T is a constant and the value cast to a target char
10691 can be represented by a host char.
10692 Store the casted char constant in *P if so. */
10694 bool
10695 target_char_cst_p (tree t, char *p)
10697 if (!tree_fits_uhwi_p (t) || CHAR_TYPE_SIZE != HOST_BITS_PER_CHAR)
10698 return false;
10700 *p = (char)tree_to_uhwi (t);
10701 return true;
10704 /* Return the maximum object size. */
10706 tree
10707 max_object_size (void)
10709 /* To do: Make this a configurable parameter. */
10710 return TYPE_MAX_VALUE (ptrdiff_type_node);