Home
last modified time | relevance | path

Searched refs:def_cl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-lives.c553 enum reg_class def_cl, int use, in check_and_make_def_use_conflict() argument
556 if (! reg_classes_intersect_p (def_cl, use_cl)) in check_and_make_def_use_conflict()
594 if (def_cl == NO_REGS) in check_and_make_def_conflict()
605 if (! reg_classes_intersect_p (acl, def_cl)) in check_and_make_def_conflict()
665 enum reg_class def_cl; in make_early_clobber_and_input_conflicts() local
670 def_cl = NO_REGS; in make_early_clobber_and_input_conflicts()
674 def_cl = ALL_REGS; in make_early_clobber_and_input_conflicts()
676 def_cl = recog_op_alt[def][alt].cl; in make_early_clobber_and_input_conflicts()
677 check_and_make_def_conflict (alt, def, def_cl); in make_early_clobber_and_input_conflicts()
684 def_cl = ALL_REGS; in make_early_clobber_and_input_conflicts()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-lives.c569 enum reg_class def_cl, int use, in check_and_make_def_use_conflict() argument
572 if (! reg_classes_intersect_p (def_cl, use_cl)) in check_and_make_def_use_conflict()
610 if (def_cl == NO_REGS) in check_and_make_def_conflict()
621 if (! reg_classes_intersect_p (acl, def_cl)) in check_and_make_def_conflict()
689 enum reg_class def_cl; in make_early_clobber_and_input_conflicts() local
698 def_cl = NO_REGS; in make_early_clobber_and_input_conflicts()
702 def_cl = ALL_REGS; in make_early_clobber_and_input_conflicts()
704 def_cl = op_alt[def].cl; in make_early_clobber_and_input_conflicts()
705 check_and_make_def_conflict (alt, def, def_cl); in make_early_clobber_and_input_conflicts()
712 def_cl = ALL_REGS; in make_early_clobber_and_input_conflicts()
[all …]