Home
last modified time | relevance | path

Searched refs:target_supports_divmod_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c3476 target_supports_divmod_p (optab divmod_optab, optab div_optab, machine_mode mode) in target_supports_divmod_p() function
3532 if (!target_supports_divmod_p (divmod_optab, div_optab, mode)) in divmod_candidate_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4343 target_supports_divmod_p (optab divmod_optab, optab div_optab, machine_mode mode) in target_supports_divmod_p() function
4414 if (!target_supports_divmod_p (divmod_optab, div_optab, mode)) in divmod_candidate_p()
H A DChangeLog-20167905 (target_supports_divmod_p): New.
H A DChangeLog-201719187 * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.