| /src/external/gpl3/gcc/dist/gcc/ |
| pointer-query.cc | 40 #include "attr-fnspec.h" 128 attr_fnspec fnspec = gimple_call_fnspec (as_a <gcall *>(stmt)); local 130 if (fnspec.returns_arg (&argno))
|
| ipa-strub.cc | 64 #include "attr-fnspec.h" 193 clobbers based on pure/const function's fnspec, we can define this to 1. */ 1844 #define DEF_SS_BUILTIN(NAME, FNSPEC, CODE, FNTYPELIST) \ 1851 if (FNSPEC) \ 1855 build_string (strlen (FNSPEC), \ 1856 (FNSPEC))), \ 2388 tree fnspec = lookup_attribute ("fn spec", type); 2390 if ((flags & (ECF_CONST | ECF_PURE | ECF_NOVOPS)) || fnspec) 2396 if (fnspec) 2398 tree fnspecstr = TREE_VALUE (TREE_VALUE (fnspec)); 2386 tree fnspec = lookup_attribute ("fn spec", type); local 2931 tree fnspec = lookup_attribute ("fn spec", TYPE_ATTRIBUTES (nftype)); local 2990 tree fnspec = lookup_attribute ("fn spec", TREE_TYPE (nnode->decl)); local [all...] |
| calls.cc | 60 #include "attr-fnspec.h" 634 /* Return fnspec for DECL. */ 659 attr_fnspec fnspec = decl_fnspec (fndecl); 662 if (fnspec.returns_arg (&arg)) 665 if (fnspec.returns_noalias_p ()) 658 attr_fnspec fnspec = decl_fnspec (fndecl); local
|
| gimple-ssa-warn-access.cc | 56 #include "attr-fnspec.h" 4456 attr_fnspec fnspec = gimple_call_fnspec (call); local 4458 if (!fnspec.returns_arg (&argno))
|
| ipa-modref.cc | 49 - fnspec_summary holds fnspec strings for call. This is 82 #include "attr-fnspec.h" 97 /* We record fnspec specifiers for call edges since they depends on actual 103 char *fnspec; member in class:__anon13786::fnspec_summary 106 : fnspec (NULL) 112 free (fnspec); 116 /* Summary holding fnspec string for a given call. */ 129 dst->fnspec = xstrdup (src->fnspec); 544 fprintf (out, "%*sCall %s->%s fnspec: %s\n", depth, "" 1821 attr_fnspec fnspec = gimple_call_fnspec (as_a <gcall *>(stmt)); local [all...] |
| tree-ssa-alias.cc | 43 #include "attr-fnspec.h" 2709 attr_fnspec fnspec = gimple_call_fnspec (call); local 2710 if (fnspec.known_p ()) 2713 ? !fnspec.global_memory_written_p () 2714 : !fnspec.global_memory_read_p ()) 2718 && (!fnspec.arg_specified_p (i) 2719 || (clobber ? fnspec.arg_maybe_written_p (i) 2720 : fnspec.arg_maybe_read_p (i)))) 2726 if (!fnspec.arg_specified_p (i)) 2728 else if (fnspec.arg_max_access_size_given_by_arg_ [all...] |
| tree-ssa-structalias.cc | 49 #include "attr-fnspec.h" 4285 attr_fnspec fnspec = gimple_call_fnspec (stmt); local 4286 if (fnspec.known_p ()) 4289 && !fnspec.global_memory_written_p ()) 4291 if (reads_global_memory && !fnspec.global_memory_read_p ())
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| pointer-query.cc | 39 #include "attr-fnspec.h" 127 attr_fnspec fnspec = gimple_call_fnspec (as_a <gcall *>(stmt)); local 129 if (fnspec.returns_arg (&argno))
|
| calls.cc | 59 #include "attr-fnspec.h" 632 /* Return fnspec for DECL. */ 657 attr_fnspec fnspec = decl_fnspec (fndecl); 660 if (fnspec.returns_arg (&arg)) 663 if (fnspec.returns_noalias_p ()) 656 attr_fnspec fnspec = decl_fnspec (fndecl); local
|
| gimple-ssa-warn-access.cc | 56 #include "attr-fnspec.h" 4401 attr_fnspec fnspec = gimple_call_fnspec (call); local 4403 if (!fnspec.returns_arg (&argno))
|
| ipa-modref.cc | 49 - fnspec_summary holds fnspec strings for call. This is 80 #include "attr-fnspec.h" 95 /* We record fnspec specifiers for call edges since they depends on actual 101 char *fnspec; member in class:__anon16216::fnspec_summary 104 : fnspec (NULL) 110 free (fnspec); 114 /* Summary holding fnspec string for a given call. */ 127 dst->fnspec = xstrdup (src->fnspec); 542 fprintf (out, "%*sCall %s->%s fnspec: %s\n", depth, "" 1819 attr_fnspec fnspec = gimple_call_fnspec (as_a <gcall *>(stmt)); local [all...] |
| tree-ssa-alias.cc | 43 #include "attr-fnspec.h" 2696 attr_fnspec fnspec = gimple_call_fnspec (call); local 2697 if (fnspec.known_p ()) 2700 ? !fnspec.global_memory_written_p () 2701 : !fnspec.global_memory_read_p ()) 2705 && (!fnspec.arg_specified_p (i) 2706 || (clobber ? fnspec.arg_maybe_written_p (i) 2707 : fnspec.arg_maybe_read_p (i)))) 2713 if (!fnspec.arg_specified_p (i)) 2715 else if (fnspec.arg_max_access_size_given_by_arg_ [all...] |
| tree-ssa-structalias.cc | 49 #include "attr-fnspec.h" 4253 attr_fnspec fnspec = gimple_call_fnspec (stmt); local 4254 if (fnspec.known_p ()) 4257 && !fnspec.global_memory_written_p ()) 4259 if (reads_global_memory && !fnspec.global_memory_read_p ())
|