Searched refs:target_supports_divmod_p (Results 1 – 4 of 4) sorted by relevance
3476 target_supports_divmod_p (optab divmod_optab, optab div_optab, machine_mode mode) in target_supports_divmod_p() function3532 if (!target_supports_divmod_p (divmod_optab, div_optab, mode)) in divmod_candidate_p()
4343 target_supports_divmod_p (optab divmod_optab, optab div_optab, machine_mode mode) in target_supports_divmod_p() function4414 if (!target_supports_divmod_p (divmod_optab, div_optab, mode)) in divmod_candidate_p()
7905 (target_supports_divmod_p): New.
19187 * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.