OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_BR_PROB_BASE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
profile-count.h
73
#define
REG_BR_PROB_BASE
10000
141
For legacy code we support conversion to/from
REG_BR_PROB_BASE
based fixpoint
259
/* Conversion from and to
REG_BR_PROB_BASE
integer fixpoint arithmetics.
264
gcc_checking_assert (v >= 0 && v <=
REG_BR_PROB_BASE
);
265
ret.m_val = RDIV (v * (uint64_t) max_probability,
REG_BR_PROB_BASE
);
283
return RDIV (m_val * (uint64_t)
REG_BR_PROB_BASE
, max_probability);
1122
/* PROB is a probability in scale 0...
REG_BR_PROB_BASE
. Scale counter
1126
gcc_checking_assert (prob >= 0 && prob <=
REG_BR_PROB_BASE
);
1133
safe_scale_64bit (m_val, prob,
REG_BR_PROB_BASE
, &tmp);
sel-sched-ir.cc
1898
gcc_assert (EXPR_USEFULNESS (to) <=
REG_BR_PROB_BASE
);
2191
/* Fix usefulness as it should be now
REG_BR_PROB_BASE
. */
2192
EXPR_USEFULNESS (expr2) =
REG_BR_PROB_BASE
;
3045
REG_BR_PROB_BASE
, INSN_PRIORITY (insn), 0, BLOCK_NUM (insn),
4330
REG_BR_PROB_BASE
, 0, 0, 0, 0, 0, 0,
4803
:
REG_BR_PROB_BASE
);
4811
sinfo->all_prob =
REG_BR_PROB_BASE
;
/src/external/gpl3/gcc.old/dist/gcc/
profile-count.h
73
#define
REG_BR_PROB_BASE
10000
141
For legacy code we support conversion to/from
REG_BR_PROB_BASE
based fixpoint
254
/* Conversion from and to
REG_BR_PROB_BASE
integer fixpoint arithmetics.
259
gcc_checking_assert (v >= 0 && v <=
REG_BR_PROB_BASE
);
260
ret.m_val = RDIV (v * (uint64_t) max_probability,
REG_BR_PROB_BASE
);
278
return RDIV (m_val * (uint64_t)
REG_BR_PROB_BASE
, max_probability);
1042
/* PROB is a probability in scale 0...
REG_BR_PROB_BASE
. Scale counter
1046
gcc_checking_assert (prob >= 0 && prob <=
REG_BR_PROB_BASE
);
1052
ret.m_val = RDIV (m_val * prob,
REG_BR_PROB_BASE
);
sel-sched-ir.cc
1898
gcc_assert (EXPR_USEFULNESS (to) <=
REG_BR_PROB_BASE
);
2191
/* Fix usefulness as it should be now
REG_BR_PROB_BASE
. */
2192
EXPR_USEFULNESS (expr2) =
REG_BR_PROB_BASE
;
3045
REG_BR_PROB_BASE
, INSN_PRIORITY (insn), 0, BLOCK_NUM (insn),
4330
REG_BR_PROB_BASE
, 0, 0, 0, 0, 0, 0,
4803
:
REG_BR_PROB_BASE
);
4811
sinfo->all_prob =
REG_BR_PROB_BASE
;
Completed in 20 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026