Home | History | Annotate | Download | only in i386

Lines Matching defs:callee_opts

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)
620 else if (caller_opts->x_ix86_fpmath != callee_opts->x_ix86_fpmath
631 && caller_opts->branch_cost != callee_opts->branch_cost)