Home | History | Annotate | Download | only in gcc

Lines Matching defs:def_cl

599    DEF_CL of the current insn with input operand USE of class USE_CL.
606 enum reg_class def_cl, int use,
609 if (! reg_classes_intersect_p (def_cl, use_cl))
635 DEF_CL of the current insn with input operands. Process only
656 check_and_make_def_conflict (int alt, int def, enum reg_class def_cl,
666 if (def_cl == NO_REGS)
677 if (! reg_classes_intersect_p (acl, def_cl))
750 advance_p = check_and_make_def_use_conflict (dreg, orig_dreg, def_cl,
761 advance_p = check_and_make_def_use_conflict (dreg, orig_dreg, def_cl,
780 enum reg_class def_cl;
790 def_cl = ALL_REGS;
792 def_cl = op_alt[def].cl;
793 if (def_cl != NO_REGS)
796 check_and_make_def_conflict (alt, def, def_cl, false);
798 && !targetm.class_likely_spilled_p (def_cl))
799 check_and_make_def_conflict (alt, def, def_cl, true);
807 def_cl = ALL_REGS;
809 def_cl = op_alt[def_match].cl;
810 check_and_make_def_conflict (alt, def, def_cl, false);