Home
last modified time | relevance | path

Searched refs:predictors (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob.py97 self.predictors = {}
120 self.predictors[p] = int(m.group(1))
130 self.predictors[p] = 100
191 if predict_def != None and self.name in predict_def.predictors:
192 predicted_as = predict_def.predictors[self.name]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py97 self.predictors = {}
117 self.predictors[p] = int(m.group(1))
127 self.predictors[p] = 100
188 if predict_def != None and self.name in predict_def.predictors:
189 predicted_as = predict_def.predictors[self.name]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.def26 predictors. The order of DEF_PREDICTOR calls is important, as
138 /* Call predictors are for now ignored, lets leave the predictor
182 /* The following predictors are used in Fortran. */
H A Dpredict.c4430 branch_predictor predictors[] = { in test_prediction_value_range() local
4435 for (unsigned i = 0; predictors[i].name != NULL; i++) in test_prediction_value_range()
4437 if (predictors[i].probability == PROB_UNINITIALIZED) in test_prediction_value_range()
4440 unsigned p = 100 * predictors[i].probability / REG_BR_PROB_BASE; in test_prediction_value_range()
H A Dgimple.def393 PREDICT is one of the predictors from predict.def.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.def26 predictors. The order of DEF_PREDICTOR calls is important, as
138 /* Call predictors are for now ignored, lets leave the predictor
182 /* The following predictors are used in Fortran. */
H A Dpredict.cc4542 branch_predictor predictors[] = { in test_prediction_value_range() local
4547 for (unsigned i = 0; predictors[i].name != NULL; i++) in test_prediction_value_range()
4549 if (predictors[i].probability == PROB_UNINITIALIZED) in test_prediction_value_range()
4552 unsigned p = 100 * predictors[i].probability / REG_BR_PROB_BASE; in test_prediction_value_range()
H A Dgimple.def398 PREDICT is one of the predictors from predict.def.
H A DChangeLog-201619658 predictors for them; dump log about decisions.
19661 (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
20359 match predictor, we should consider just predictors with
20403 PRED_FORTRAN_* predictors.
22117 in list of predictors. Take the best value in such case.
H A DChangeLog-201813391 strip predictors.
28395 instead of -1U in last predictors element's probability member.
H A DChangeLog.tree-ssa2842 PRED_TREE_OPCODE_NONEQUAL, PRED_TREE_FPOPCODE): New predictors.
H A DChangeLog-200028082 the collection of static branch predictors.
H A DChangeLog-200727414 Remove dead predictors.
H A DChangeLog-201741758 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
H A DChangeLog-200433743 PRED_TREE_OPCODE_NONEQUAL, PRED_TREE_FPOPCODE): New predictors.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dtb.ms15 ; in the bimodal branch-predictors start at 0, meaning two taken
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in8895 …iprogramming theory, round-robin, first-come-first-served, and dynamic predictors. The relative an…