Searched refs:RDIV (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | cfg.c | 77 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) macro 922 int scale = RDIV (65536 * REG_BR_PROB_BASE, prob); in update_bb_profile_for_threading() 926 c->probability = RDIV (c->probability * scale, 65536); in update_bb_profile_for_threading() 961 bbs[i]->count = RDIV (bbs[i]->count * num, den); in scale_bbs_frequencies_int() 963 e->count = RDIV (e->count * num, den); in scale_bbs_frequencies_int() 980 gcov_type fraction = RDIV (num * 65536, den); in scale_bbs_frequencies_gcov_type() 990 bbs[i]->count = RDIV (bbs[i]->count * num, den); in scale_bbs_frequencies_gcov_type() 995 e->count = RDIV (e->count * num, den); in scale_bbs_frequencies_gcov_type() 997 e->count = RDIV (e->count * fraction, 65536); in scale_bbs_frequencies_gcov_type() 1007 bbs[i]->count = RDIV (bbs[i]->count * fraction, 65536); in scale_bbs_frequencies_gcov_type() [all …]
|
H A D | cfgloopmanip.c | 52 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) macro 851 prob_pass_thru = RDIV (REG_BR_PROB_BASE * freq_le, freq_in); in duplicate_loop_to_header_edge() 853 RDIV (REG_BR_PROB_BASE * (freq_le + freq_out_orig), freq_in); in duplicate_loop_to_header_edge() 876 scale_act = RDIV (wanted_freq * REG_BR_PROB_BASE, freq_in); in duplicate_loop_to_header_edge() 880 wanted_freq = RDIV (wanted_freq * scale_step[i], REG_BR_PROB_BASE); in duplicate_loop_to_header_edge() 881 scale_main = RDIV (wanted_freq * REG_BR_PROB_BASE, freq_in); in duplicate_loop_to_header_edge() 893 p = RDIV (p * scale_step[i], REG_BR_PROB_BASE); in duplicate_loop_to_header_edge() 895 scale_main = RDIV (REG_BR_PROB_BASE * REG_BR_PROB_BASE, scale_main); in duplicate_loop_to_header_edge() 896 scale_act = RDIV (scale_main * prob_pass_main, REG_BR_PROB_BASE); in duplicate_loop_to_header_edge() 902 scale_main = RDIV (scale_main * scale_step[i], REG_BR_PROB_BASE); in duplicate_loop_to_header_edge() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | javaop.def | 51 OPERAND_VALUE is PLUS, MINUS, MULT, TRUNC_DIV, RDIV, REM, 220 JAVAOP (fdiv, 110, BINOP, FLOAT, RDIV) 221 JAVAOP (ddiv, 111, BINOP, DOUBLE, RDIV)
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1036 return Subscript::RDIV; in classifyPair() 3807 case Subscript::RDIV: in depends() 3894 case Subscript::RDIV: in depends() 3907 if (Pair[SJ].Classification == Subscript::RDIV) { in depends() 4130 case Subscript::RDIV: in getSplitIteration() 4187 case Subscript::RDIV: in getSplitIteration()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | predicates.md | 229 because RDIV division to reciprocal optimization is not able 250 because RDIV division to reciprocal optimization is not able
|