Home
last modified time | relevance | path

Searched refs:mathfn_built_in (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dconvert.cc269 tree fn = mathfn_built_in (newtype, fcode); in convert_to_real_1()
509 fn = mathfn_built_in (s_intype, BUILT_IN_ICEIL); in convert_to_integer_1()
512 fn = mathfn_built_in (s_intype, BUILT_IN_LCEIL); in convert_to_integer_1()
515 fn = mathfn_built_in (s_intype, BUILT_IN_LLCEIL); in convert_to_integer_1()
526 fn = mathfn_built_in (s_intype, BUILT_IN_IFLOOR); in convert_to_integer_1()
529 fn = mathfn_built_in (s_intype, BUILT_IN_LFLOOR); in convert_to_integer_1()
532 fn = mathfn_built_in (s_intype, BUILT_IN_LLFLOOR); in convert_to_integer_1()
544 fn = mathfn_built_in (s_intype, BUILT_IN_IROUND); in convert_to_integer_1()
547 fn = mathfn_built_in (s_intype, BUILT_IN_LROUND); in convert_to_integer_1()
550 fn = mathfn_built_in (s_intype, BUILT_IN_LLROUND); in convert_to_integer_1()
[all …]
Dbuiltins.h112 extern tree mathfn_built_in (tree, enum built_in_function fn);
113 extern tree mathfn_built_in (tree, combined_fn);
Dtree-ssa-math-opts.cc1301 fndecl = mathfn_built_in (type, BUILT_IN_CEXPI); in execute_cse_sincos_1()
1831 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in expand_pow_as_sqrts()
2052 sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in gimple_expand_builtin_pow()
2070 cbrtfn = mathfn_built_in (type, BUILT_IN_CBRT); in gimple_expand_builtin_pow()
2202 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in gimple_expand_builtin_cabs()
Dbuiltins.cc2081 mathfn_built_in (tree type, combined_fn fn) in mathfn_built_in() function
2090 mathfn_built_in (tree type, enum built_in_function fn) in mathfn_built_in() function
2823 fallback_fndecl = mathfn_built_in (TREE_TYPE (arg), fallback_fn); in expand_builtin_int_roundingfn()
8597 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2); in fold_builtin_carg()
Dtree-ssa-reassoc.cc6198 tree powi_fndecl = mathfn_built_in (type, BUILT_IN_POWI); in attempt_builtin_powi()
DChangeLog-20039865 * builtins.c (mathfn_built_in): Handle new math builtins.
11228 (mathfn_built_in): Simplify and sort.
21865 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
33423 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
34933 (mathfn_built_in): New global function.
34952 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
DChangeLog-200720675 (mathfn_built_in): Use it.
28431 (mathfn_built_in): Return NULL_TREE instead of 0.
30803 * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
DChangeLog-20155209 mathfn_built_in rather than calling builtin_decl_implicit directly.
5214 with a combined_fn. Use CASE_CFN_*. Use mathfn_built_in rather
5359 * builtins.h (mathfn_built_in): Add a variant that takes
5366 (mathfn_built_in): Add a variant that takes a combined_fn.
DChangeLog-200524512 (mathfn_built_in): Handle BUILT_IN LCEIL and BUILT_IN_LLCEIL.
24762 (mathfn_built_in): Handle BUILT_IN LFLOOR and BUILT_IN_LLFLOOR.
32195 * builtins.c (mathfn_built_in): Handle BUILT_IN_POWI.
DChangeLog-200819010 * builtins.c (mathfn_built_in_1): Renamed from mathfn_built_in.
19012 (mathfn_built_in): Rewrite in terms of mathfn_built_in_1.
DChangeLog6802 TREE_TYPE (type_in) as first arguments to mathfn_built_in.
DChangeLog-2006984 (mathfn_built_in): Handle BUILT_IN_CEXPI.
DChangeLog-200436007 `mathfn_built_in' to determine the new builtin.
36188 * builtins.c (mathfn_built_in): Check TYPE_MAIN_VARIANT, not
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc18821 tree fndecl = mathfn_built_in (el_mode == DFmode in ix86_veclibabi_svml()
18914 tree fndecl = mathfn_built_in (el_mode == DFmode in ix86_veclibabi_acml()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc5696 bdecl = mathfn_built_in (double_type_node, fn); in rs6000_builtin_vectorized_libmass()
5701 bdecl = mathfn_built_in (float_type_node, fn); in rs6000_builtin_vectorized_libmass()