Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c4972 struct attr_value *av, *common_av; local
4976 common_av = find_most_used (attr);
5026 if (GET_CODE (common_av->value) == FFS)
5028 rtx p = XEXP (common_av->value, 0);
5050 if (av != common_av)
5053 write_attr_case (attr, common_av, 0, "return", ";", 4, true_rtx);
5510 struct attr_value *av, *common_av; local
5544 common_av = find_most_used (attr);
5552 if (av != common_av)
5555 write_attr_case (attr, common_av, 0, "slot +=", str, 4, true_rtx);
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c3642 struct attr_value *av, *common_av; in write_attr_get() local
3646 common_av = find_most_used (attr); in write_attr_get()
3684 if (av != common_av) in write_attr_get()
3687 write_attr_case (attr, common_av, 0, "return", ";", 4, true_rtx); in write_attr_get()
4055 struct attr_value *av, *common_av; in write_eligible_delay() local
4088 common_av = find_most_used (attr); in write_eligible_delay()
4096 if (av != common_av) in write_eligible_delay()
4099 write_attr_case (attr, common_av, 0, "slot +=", str, 4, true_rtx); in write_eligible_delay()
4115 common_av = find_most_used (attr); in write_eligible_delay()
4118 if (av != common_av) in write_eligible_delay()
[all …]