Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c5767 typedef hash_table<libcall_hasher> libcall_table_type; typedef
5770 add_libcall (libcall_table_type *htab, rtx libcall) in add_libcall()
5779 static libcall_table_type *libcall_htab = NULL; in arm_libcall_uses_aapcs_base()
5785 libcall_htab = new libcall_table_type (31); in arm_libcall_uses_aapcs_base()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc5840 typedef hash_table<libcall_hasher> libcall_table_type; typedef
5843 add_libcall (libcall_table_type *htab, rtx libcall) in add_libcall()
5852 static libcall_table_type *libcall_htab = NULL; in arm_libcall_uses_aapcs_base()
5858 libcall_htab = new libcall_table_type (31); in arm_libcall_uses_aapcs_base()