| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | BranchWeightMetadata.rst | 11 Branch Weight Metadata represents branch weights as its likeliness to be taken 17 Branch weights might be fetch from the profiling file, or generated based on 20 All weights are represented as an unsigned 32-bit values, where higher value 43 Branch weights are assigned to every case (including the ``default`` case which 57 Branch weights are assigned to every destination. 84 Invoke instruction may have branch weight metadata with one or two weights. 88 weights are specified then the second weight contains count of unwind branch 89 taken and the first weights contains the execution count of the call minus 90 the count of unwind branch taken. Both weights specified are used to calculate 91 BranchProbability as for BranchInst and for SamplePGO the sum of both weights
|
| H A D | BlockFrequencyTerminology.rst | 28 the sum of the weights on the predecessor's outgoing edges. 75 distributed to successors according to branch weights. Block Mass uses a
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | fnmatch_loop.c | 345 const int32_t *weights; in FCT() local 348 const unsigned char *weights; in FCT() local 365 weights = (const int32_t *) in FCT() 374 weights = (const unsigned char *) in FCT() 388 int len = weights[idx]; in FCT() 393 if (idx2 != 0 && len == weights[idx2]) in FCT() 398 && (weights[idx + 1 + cnt] in FCT() 399 == weights[idx2 + 1 + cnt])) in FCT()
|
| H A D | regcomp.c | 3348 const unsigned char *weights, *extra, *cp; in build_equiv_class() local 3358 weights = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in build_equiv_class() 3371 len = weights[idx1]; in build_equiv_class() 3383 if (len == weights[idx2]) in build_equiv_class() 3387 weights[idx1 + 1 + cnt] == weights[idx2 + 1 + cnt]) in build_equiv_class()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | fnmatch_loop.c | 358 const int32_t *weights; in FCT() local 361 const unsigned char *weights; in FCT() local 371 weights = (const int32_t *) in FCT() 380 weights = (const unsigned char *) in FCT() 394 int len = weights[idx & 0xffffff]; in FCT() 402 && len == weights[idx2 & 0xffffff]) in FCT() 410 && (weights[idx + 1 + cnt] in FCT() 411 == weights[idx2 + 1 + cnt])) in FCT()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fnmatch_loop.c | 342 const int32_t *weights; in FCT() local 345 const unsigned char *weights; in FCT() local 362 weights = (const int32_t *) in FCT() 371 weights = (const unsigned char *) in FCT() 385 int len = weights[idx]; in FCT() 390 if (idx2 != 0 && len == weights[idx2]) in FCT() 395 && (weights[idx + 1 + cnt] in FCT() 396 == weights[idx2 + 1 + cnt])) in FCT()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| H A D | setops.d | 674 (RangeOfRanges ror, Range tgt, WeightsAA weights, SortOutput sorted = No.sortOutput) 683 return weights[a[0]] * a[1] > weights[b[0]] * b[1]; in heapComp() 704 double[double] weights = [ 1:1.2, 4:2.3, 7:1.1, 8:1.1 ]; 705 largestPartialIntersectionWeighted(a, b, weights); 721 largestPartialIntersectionWeighted(x, y, weights); 778 double[double] weights = [ 1:1.2, 4:2.3, 7:1.1, 8:1.1 ]; 779 largestPartialIntersectionWeighted(a, b, weights);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
| H A D | setops.d | 708 (RangeOfRanges ror, Range tgt, WeightsAA weights, SortOutput sorted = No.sortOutput) 717 return weights[a[0]] * a[1] > weights[b[0]] * b[1]; 738 double[double] weights = [ 1:1.2, 4:2.3, 7:1.1, 8:1.1 ]; 739 largestPartialIntersectionWeighted(a, b, weights); 755 largestPartialIntersectionWeighted(x, y, weights); 812 double[double] weights = [ 1:1.2, 4:2.3, 7:1.1, 8:1.1 ]; 813 largestPartialIntersectionWeighted(a, b, weights);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-inline.c | 4165 estimate_operator_cost (enum tree_code code, eni_weights *weights, in estimate_operator_cost() argument 4287 return weights->div_mod_cost; in estimate_operator_cost() 4307 estimate_num_insns_seq (gimple_seq stmts, eni_weights *weights) in estimate_num_insns_seq() argument 4314 cost += estimate_num_insns (gsi_stmt (gsi), weights); in estimate_num_insns_seq() 4324 estimate_num_insns (gimple *stmt, eni_weights *weights) in estimate_num_insns() argument 4362 cost += estimate_move_cost (TREE_TYPE (lhs), weights->time_based); in estimate_num_insns() 4364 cost += estimate_move_cost (TREE_TYPE (rhs), weights->time_based); in estimate_num_insns() 4366 cost += estimate_operator_cost (gimple_assign_rhs_code (stmt), weights, in estimate_num_insns() 4374 cost = 1 + estimate_operator_cost (gimple_cond_code (stmt), weights, in estimate_num_insns() 4387 if (weights->time_based) in estimate_num_insns() [all …]
|
| H A D | tree-ssa-loop.c | 779 tree_num_loop_insns (class loop *loop, eni_weights *weights) in tree_num_loop_insns() argument 787 size += estimate_num_insns (gsi_stmt (gsi), weights); in tree_num_loop_insns()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-inline.cc | 4216 estimate_operator_cost (enum tree_code code, eni_weights *weights, in estimate_operator_cost() argument 4344 return weights->div_mod_cost; in estimate_operator_cost() 4364 estimate_num_insns_seq (gimple_seq stmts, eni_weights *weights) in estimate_num_insns_seq() argument 4371 cost += estimate_num_insns (gsi_stmt (gsi), weights); in estimate_num_insns_seq() 4381 estimate_num_insns (gimple *stmt, eni_weights *weights) in estimate_num_insns() argument 4419 cost += estimate_move_cost (TREE_TYPE (lhs), weights->time_based); in estimate_num_insns() 4421 cost += estimate_move_cost (TREE_TYPE (rhs), weights->time_based); in estimate_num_insns() 4423 cost += estimate_operator_cost (gimple_assign_rhs_code (stmt), weights, in estimate_num_insns() 4431 cost = 1 + estimate_operator_cost (gimple_cond_code (stmt), weights, in estimate_num_insns() 4444 if (weights->time_based) in estimate_num_insns() [all …]
|
| H A D | tree-ssa-loop.cc | 726 tree_num_loop_insns (class loop *loop, eni_weights *weights) in tree_num_loop_insns() argument 734 size += estimate_num_insns (gsi_stmt (gsi), weights); in tree_num_loop_insns()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 53 merge two sets of profiles with weights. 168 Set the merge weights of the @var{directory1} and @var{directory2}, 169 respectively. The default weights are 1 for both.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 53 merge two sets of profiles with weights. 168 Set the merge weights of the @var{directory1} and @var{directory2}, 169 respectively. The default weights are 1 for both.
|
| /netbsd-src/usr.bin/sort/ |
| H A D | sort.h | 155 u_char *weights; member
|
| H A D | fields.c | 214 lweight = cur_fld->weights; in enterfield()
|
| H A D | init.c | 200 cur_fld->weights = weight_tables[cur_fld->flags & (R | F)]; in setfield()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | regex.c | 2919 const int32_t *weights; in PREFIX() local 2935 weights = (const int32_t *) in PREFIX() 3375 const unsigned char *weights; in PREFIX() local 3387 weights = (const unsigned char *) in PREFIX() 3417 size_t len = weights[idx2]; in PREFIX() 3420 if (weights[idx] == len) in PREFIX() 3427 && (weights[idx + 1 + cnt] in PREFIX() 3428 == weights[idx2 + 1 + cnt])) in PREFIX() 6332 const int32_t *weights; in wcs_re_match_2_internal() local 6344 weights = (const wint_t *) in wcs_re_match_2_internal() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | regex.c | 2919 const int32_t *weights; in PREFIX() local 2935 weights = (const int32_t *) in PREFIX() 3370 const unsigned char *weights; in PREFIX() local 3382 weights = (const unsigned char *) in PREFIX() 3412 size_t len = weights[idx2]; in PREFIX() 3415 if (weights[idx] == len) in PREFIX() 3422 && (weights[idx + 1 + cnt] in PREFIX() 3423 == weights[idx2 + 1 + cnt])) in PREFIX() 6410 const int32_t *weights; in wcs_re_match_2_internal() local 6422 weights = (const wint_t *) in wcs_re_match_2_internal() [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | regex.c | 2991 const int32_t *weights; variable 3007 weights = (const int32_t *) 3442 const unsigned char *weights; variable 3454 weights = (const unsigned char *) 3484 size_t len = weights[idx2]; 3487 if (weights[idx] == len) 3494 && (weights[idx + 1 + cnt] 3495 == weights[idx2 + 1 + cnt])) 6527 const int32_t *weights; local 6539 weights = (const wint_t *) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | regex.c | 2919 const int32_t *weights; in PREFIX() local 2935 weights = (const int32_t *) in PREFIX() 3375 const unsigned char *weights; in PREFIX() local 3387 weights = (const unsigned char *) in PREFIX() 3417 size_t len = weights[idx2]; in PREFIX() 3420 if (weights[idx] == len) in PREFIX() 3427 && (weights[idx + 1 + cnt] in PREFIX() 3428 == weights[idx2 + 1 + cnt])) in PREFIX() 6332 const int32_t *weights; in wcs_re_match_2_internal() local 6344 weights = (const wint_t *) in wcs_re_match_2_internal() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | regex.c | 2919 const int32_t *weights; in PREFIX() local 2935 weights = (const int32_t *) in PREFIX() 3375 const unsigned char *weights; in PREFIX() local 3387 weights = (const unsigned char *) in PREFIX() 3417 size_t len = weights[idx2]; in PREFIX() 3420 if (weights[idx] == len) in PREFIX() 3427 && (weights[idx + 1 + cnt] in PREFIX() 3428 == weights[idx2 + 1 + cnt])) in PREFIX() 6332 const int32_t *weights; in wcs_re_match_2_internal() local 6344 weights = (const wint_t *) in wcs_re_match_2_internal() [all …]
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | regex.c | 2906 const int32_t *weights; local 2922 weights = (const int32_t *) 3362 const unsigned char *weights; local 3374 weights = (const unsigned char *) 3404 size_t len = weights[idx2]; 3407 if (weights[idx] == len) 3414 && (weights[idx + 1 + cnt] 3415 == weights[idx2 + 1 + cnt])) 6094 const int32_t *weights; local 6106 weights = (const wint_t *) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | regex.c | 2915 const int32_t *weights; in PREFIX() local 2931 weights = (const int32_t *) in PREFIX() 3371 const unsigned char *weights; in PREFIX() local 3383 weights = (const unsigned char *) in PREFIX() 3413 size_t len = weights[idx2]; in PREFIX() 3416 if (weights[idx] == len) in PREFIX() 3423 && (weights[idx + 1 + cnt] in PREFIX() 3424 == weights[idx2 + 1 + cnt])) in PREFIX() 6328 const int32_t *weights; in wcs_re_match_2_internal() local 6340 weights = (const wint_t *) in wcs_re_match_2_internal() [all …]
|
| /netbsd-src/external/bsd/ntp/dist/scripts/stats/ |
| H A D | README.stats | 150 These data determine the deviations and weights to calculate ensemble 168 weights.
|