HomeSort by: relevance | last modified time | path
    Searched defs:callee_opts (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
targhooks.cc 1860 tree callee_opts = DECL_FUNCTION_SPECIFIC_TARGET (callee); local
1862 if (! callee_opts)
1863 callee_opts = target_option_default_node;
1871 return callee_opts == caller_opts;
  /src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc 1780 tree callee_opts = DECL_FUNCTION_SPECIFIC_TARGET (callee); local
1782 if (! callee_opts)
1783 callee_opts = target_option_default_node;
1791 return callee_opts == caller_opts;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 612 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree);
620 if (TARGET_GENERAL_REGS_ONLY_P (callee_opts->x_ix86_target_flags))
627 if (((caller_opts->x_ix86_isa_flags & callee_opts->x_ix86_isa_flags)
628 != callee_opts->x_ix86_isa_flags)
629 || ((caller_opts->x_ix86_isa_flags2 & callee_opts->x_ix86_isa_flags2)
630 != callee_opts->x_ix86_isa_flags2))
635 && caller_opts->x_target_flags != callee_opts->x_target_flags)
637 != (callee_opts->x_target_flags & ~always_inline_safe_mask))
640 else if (caller_opts->x_ix86_fpmath != callee_opts->x_ix86_fpmath
654 else if (!strcmp (callee_opts->x_ix86_arch_string, "x86-64"
606 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4185 tree callee_opts = DECL_FUNCTION_SPECIFIC_TARGET (callee);
4190 if (! callee_opts)
4191 callee_opts = target_option_default_node;
4199 if (callee_opts == caller_opts)
4206 callee_ptr = TREE_TARGET_OPTION (callee_opts);
4174 tree callee_opts = DECL_FUNCTION_SPECIFIC_TARGET (callee); local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 585 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree);
593 if (TARGET_GENERAL_REGS_ONLY_P (callee_opts->x_ix86_target_flags))
600 if (((caller_opts->x_ix86_isa_flags & callee_opts->x_ix86_isa_flags)
601 != callee_opts->x_ix86_isa_flags)
602 || ((caller_opts->x_ix86_isa_flags2 & callee_opts->x_ix86_isa_flags2)
603 != callee_opts->x_ix86_isa_flags2))
608 && caller_opts->x_target_flags != callee_opts->x_target_flags)
610 != (callee_opts->x_target_flags & ~always_inline_safe_mask))
614 else if (caller_opts->arch != callee_opts->arch)
617 else if (!always_inline && caller_opts->tune != callee_opts->tune
579 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4179 tree callee_opts = DECL_FUNCTION_SPECIFIC_TARGET (callee);
4184 if (! callee_opts)
4185 callee_opts = target_option_default_node;
4193 if (callee_opts == caller_opts)
4200 callee_ptr = TREE_TARGET_OPTION (callee_opts);
4168 tree callee_opts = DECL_FUNCTION_SPECIFIC_TARGET (callee); local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16163 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree);
16168 gcc_assert (!(callee_opts->x_target_flags & ~all_masks));
16188 != (callee_opts->x_target_flags & must_match_masks))
16192 & (callee_opts->x_target_flags & caller_required_masks))
16197 if (caller_opts->x_s390_arch < callee_opts->x_s390_arch)
16200 if (!always_inline && caller_opts->x_s390_tune != callee_opts->x_s390_tune)
16162 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree); local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16702 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree);
16707 gcc_assert (!(callee_opts->x_target_flags & ~all_masks));
16727 != (callee_opts->x_target_flags & must_match_masks))
16731 & (callee_opts->x_target_flags & caller_required_masks))
16736 if (caller_opts->x_s390_arch < callee_opts->x_s390_arch)
16739 if (!always_inline && caller_opts->x_s390_tune != callee_opts->x_s390_tune)
16701 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25801 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree);
25804 HOST_WIDE_INT callee_isa = callee_opts->x_rs6000_isa_flags;
25806 HOST_WIDE_INT explicit_isa = callee_opts->x_rs6000_isa_flags_explicit;
25751 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25365 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree);
25368 HOST_WIDE_INT callee_isa = callee_opts->x_rs6000_isa_flags;
25370 HOST_WIDE_INT explicit_isa = callee_opts->x_rs6000_isa_flags_explicit;
25315 struct cl_target_option *callee_opts = TREE_TARGET_OPTION (callee_tree); local

Completed in 114 milliseconds