Searched refs:find_regno_fusage (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c2173 && find_regno_fusage (insn, CLOBBER, test_regno))
2345 if (find_regno_fusage (insn, code, i))
2357 find_regno_fusage (const_rtx insn, enum rtx_code code, unsigned int regno)
2339 find_regno_fusage (const_rtx insn, enum rtx_code code, unsigned int regno) function
H A Drtl.h3516 extern int find_regno_fusage (const_rtx, enum rtx_code, unsigned int);
H A Dcombine.c14852 && ! find_regno_fusage (place, USE, i))
14882 && ! find_regno_fusage (place, USE, i))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc2502 && find_regno_fusage (insn, CLOBBER, test_regno))
2674 if (find_regno_fusage (insn, code, i))
2686 find_regno_fusage (const_rtx insn, enum rtx_code code, unsigned int regno)
2668 find_regno_fusage (const_rtx insn, enum rtx_code code, unsigned int regno) function
H A Drtl.h3655 extern int find_regno_fusage (const_rtx, enum rtx_code, unsigned int);
H A Dcombine.cc14733 && ! find_regno_fusage (place, USE, i))
14763 && ! find_regno_fusage (place, USE, i))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c4308 if (find_regno_fusage (sibling, USE, 3))
22567 if (find_regno_fusage (call, USE, 3)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc4413 if (find_regno_fusage (sibling, USE, 3))
22769 if (find_regno_fusage (call, USE, 3)

Completed in 691 milliseconds