Searched refs:predictors (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | analyze_brprob.py | 97 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 D | analyze_brprob.py | 97 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 D | predict.def | 26 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 D | predict.c | 4430 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 D | gimple.def | 393 PREDICT is one of the predictors from predict.def.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | predict.def | 26 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 D | predict.cc | 4542 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 D | gimple.def | 398 PREDICT is one of the predictors from predict.def.
|
H A D | ChangeLog-2016 | 19658 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 D | ChangeLog-2018 | 13391 strip predictors. 28395 instead of -1U in last predictors element's probability member.
|
H A D | ChangeLog.tree-ssa | 2842 PRED_TREE_OPCODE_NONEQUAL, PRED_TREE_FPOPCODE): New predictors.
|
H A D | ChangeLog-2000 | 28082 the collection of static branch predictors.
|
H A D | ChangeLog-2007 | 27414 Remove dead predictors.
|
H A D | ChangeLog-2017 | 41758 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
|
H A D | ChangeLog-2004 | 33743 PRED_TREE_OPCODE_NONEQUAL, PRED_TREE_FPOPCODE): New predictors.
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
H A D | tb.ms | 15 ; in the bimodal branch-predictors start at 0, meaning two taken
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | funstack.in | 8895 …iprogramming theory, round-robin, first-come-first-served, and dynamic predictors. The relative an…
|