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

  /src/external/gpl3/gcc/dist/gcc/
targhooks.cc 1861 tree caller_opts = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
1864 if (! caller_opts)
1865 caller_opts = target_option_default_node;
1871 return callee_opts == caller_opts;
  /src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc 1781 tree caller_opts = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
1784 if (! caller_opts)
1785 caller_opts = target_option_default_node;
1791 return callee_opts == caller_opts;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 611 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
627 if (((caller_opts->x_ix86_isa_flags & callee_opts->x_ix86_isa_flags)
629 || ((caller_opts->x_ix86_isa_flags2 & callee_opts->x_ix86_isa_flags2)
635 && caller_opts->x_target_flags != callee_opts->x_target_flags)
636 || (caller_opts->x_target_flags & ~always_inline_safe_mask)
640 else if (caller_opts->x_ix86_fpmath != callee_opts->x_ix86_fpmath
661 else if (!always_inline && caller_opts->arch != callee_opts->arch)
664 else if (!always_inline && caller_opts->tune != callee_opts->tune)
668 && caller_opts->branch_cost != callee_opts->branch_cost)
605 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); local
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4186 tree caller_opts = DECL_FUNCTION_SPECIFIC_TARGET (caller);
4192 if (! caller_opts)
4193 caller_opts = target_option_default_node;
4199 if (callee_opts == caller_opts)
4207 caller_ptr = TREE_TARGET_OPTION (caller_opts);
4175 tree caller_opts = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 584 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
600 if (((caller_opts->x_ix86_isa_flags & callee_opts->x_ix86_isa_flags)
602 || ((caller_opts->x_ix86_isa_flags2 & callee_opts->x_ix86_isa_flags2)
608 && caller_opts->x_target_flags != callee_opts->x_target_flags)
609 || (caller_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)
620 else if (caller_opts->x_ix86_fpmath != callee_opts->x_ix86_fpmath
631 && caller_opts->branch_cost != callee_opts->branch_cost)
578 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4180 tree caller_opts = DECL_FUNCTION_SPECIFIC_TARGET (caller);
4186 if (! caller_opts)
4187 caller_opts = target_option_default_node;
4193 if (callee_opts == caller_opts)
4201 caller_ptr = TREE_TARGET_OPTION (caller_opts);
4169 tree caller_opts = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16162 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
16167 gcc_assert (!(caller_opts->x_target_flags & ~all_masks));
16187 if ((caller_opts->x_target_flags & must_match_masks)
16191 if (~(caller_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)
16161 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16701 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
16706 gcc_assert (!(caller_opts->x_target_flags & ~all_masks));
16726 if ((caller_opts->x_target_flags & must_match_masks)
16730 if (~(caller_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)
16700 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25802 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
25805 HOST_WIDE_INT caller_isa = caller_opts->x_rs6000_isa_flags;
25752 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25366 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
25369 HOST_WIDE_INT caller_isa = caller_opts->x_rs6000_isa_flags;
25316 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); local

Completed in 128 milliseconds