Home
last modified time | relevance | path

Searched refs:mips_find_gp_ref (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc10650 mips_find_gp_ref (bool *cache, bool (*pred) (rtx_insn *)) in mips_find_gp_ref() function
10718 return mips_find_gp_ref (&cfun->machine->has_inflexible_gp_insn_p, in mips_cfun_has_inflexible_gp_ref_p()
10756 return mips_find_gp_ref (&cfun->machine->has_flexible_gp_insn_p, in mips_cfun_has_flexible_gp_ref_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c10509 mips_find_gp_ref (bool *cache, bool (*pred) (rtx_insn *)) in mips_find_gp_ref() function
10577 return mips_find_gp_ref (&cfun->machine->has_inflexible_gp_insn_p, in mips_cfun_has_inflexible_gp_ref_p()
10615 return mips_find_gp_ref (&cfun->machine->has_flexible_gp_insn_p, in mips_cfun_has_flexible_gp_ref_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20099874 (mips_find_gp_ref): New function.
H A DChangeLog-201525414 * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
H A DChangeLog-201424748 (mips_find_gp_ref): Likewise for param of callback for "pred"