/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 339 bool taken = false; in getNewValueJumpOpcode() local 345 taken = true; in getNewValueJumpOpcode() 349 return taken ? Hexagon::J4_cmpeq_t_jumpnv_t in getNewValueJumpOpcode() 356 return taken ? Hexagon::J4_cmpeqn1_t_jumpnv_t in getNewValueJumpOpcode() 368 return taken ? Hexagon::J4_cmplt_t_jumpnv_t in getNewValueJumpOpcode() 370 return taken ? Hexagon::J4_cmpgt_t_jumpnv_t in getNewValueJumpOpcode() 377 return taken ? Hexagon::J4_cmpgtn1_t_jumpnv_t in getNewValueJumpOpcode() 384 return taken ? Hexagon::J4_cmpgtu_t_jumpnv_t in getNewValueJumpOpcode() 392 return taken ? Hexagon::J4_cmpeq_f_jumpnv_t in getNewValueJumpOpcode() 399 return taken ? Hexagon::J4_cmpgt_f_jumpnv_t in getNewValueJumpOpcode() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/ |
H A D | gcov.exp | 105 all taken] { 107 fail "$n: negative percentage: $taken" 110 all taken] { 113 if {$taken > 100} { 114 fail "$n: percentage greater than 100: $taken" 117 if {$taken > 50} { 118 set taken [expr 100 - $taken] 122 set i [lsearch $shouldbe $taken]
|
/openbsd/gnu/gcc/gcc/ |
H A D | predict.def | 33 HITRATE is the probability that edge predicted by predictor as taken 34 will be really taken (so it should be always above 51 /* Mark unconditional jump as taken. */ 65 /* Branch containing goto is probably not taken. */ 72 /* Loopback edge is taken. */ 76 /* Edge causing loop to terminate is probably not taken. */ 102 /* Branch guarding call is probably taken. */ 105 /* Branch causing function to terminate is probably not taken. */ 109 /* Branch containing goto is probably not taken. */ 112 /* Branch ending with return constant is probably not taken. */ [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | predict.def | 34 HITRATE is the probability that edge predicted by predictor as taken 35 will be really taken (so it should be always above 52 /* Mark unconditional jump as taken. */ 66 /* Branch containing goto is probably not taken. */ 73 /* Loopback edge is taken. */ 77 /* Edge causing loop to terminate is probably not taken. */ 99 /* Branch guarding call is probably taken. */ 102 /* Branch causing function to terminate is probably not taken. */ 105 /* Branch containing goto is probably not taken. */ 108 /* Branch ending with return constant is probably not taken. */ [all …]
|
H A D | bb-reorder.c | 221 int taken, probability; local 225 taken = probability > REG_BR_PROB_BASE / 2; 247 next = ((taken && e_taken) ? e_taken : e_fall)->dest;
|
H A D | predict.c | 200 predict_insn_def (insn, predictor, taken) in predict_insn_def() argument 203 enum prediction taken; 207 if (taken != TAKEN) 251 predict_edge_def (e, predictor, taken) in predict_edge_def() argument 254 enum prediction taken; 258 if (taken != TAKEN) 743 bool taken; local 745 taken = flags & IS_TAKEN; 787 predict_edge_def (e, pred, taken);
|
/openbsd/sys/dev/pci/drm/i915/gvt/ |
H A D | aperture_gm.c | 246 unsigned long request, avail, max, taken; in alloc_resource() local 256 taken = gvt->gm.vgpu_allocated_low_gm_size; in alloc_resource() 257 avail = max - taken; in alloc_resource() 267 taken = gvt->gm.vgpu_allocated_high_gm_size; in alloc_resource() 268 avail = max - taken; in alloc_resource() 278 taken = gvt->fence.vgpu_allocated_fence_num; in alloc_resource() 279 avail = max - taken; in alloc_resource() 296 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | BranchWeightMetadata.rst | 11 Branch Weight Metadata represents branch weights as its likeliness to be taken 21 indicates greater chance to be taken. 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 128 // This block is likely to be taken. 136 case is assumed to be likely taken. 144 case 5: // This case is likely to be taken. 168 // This block is likely to be taken with probability 80%. 185 case 5: break; // This case is likely to be taken with probability 70% 192 are changed some action should be taken. In other case some misoptimizations may
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | README.txt | 23 its address taken. The idea would be to begin generating code by using 24 the argument directly and if its address is taken or it is stored to
|
/openbsd/regress/usr.bin/make/ |
H A D | mk19 | 2 # Posix compliance test: variable SHELL shall not be taken from the environment
|
/openbsd/gnu/llvm/llvm/docs/AMDGPU/ |
H A D | gfx940_hwreg.rst | 62 HW_REG_SQ_PERF_SNAPSHOT_PC_LO PC.lo of wave when snapshot was taken. 63 HW_REG_SQ_PERF_SNAPSHOT_PC_HI PC.hi of wave when snapshot was taken.
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | mi3.def | 4 taken for a reinclude guard. */
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
H A D | mi3.def | 4 taken for a reinclude guard. */
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | gcov.texi | 152 each branch in your program was taken. 156 Write branch frequencies as the number of branches taken, rather than 157 the percentage of branches taken. 279 80.00% of 5 branches taken at least once in file tmp.c 298 branch 0: taken 90% 299 branch 1: taken 100% 300 branch 2: taken 100% 304 branch 0: taken 100% 325 indicating the number of times the branch was taken divided by the 417 branches taken from one basic block to another) for each function which,
|
/openbsd/gnu/usr.bin/perl/t/mro/ |
H A D | vulcan_c3_utf8.t | 13 example taken from: L<http://www.opendylan.org/books/drm/Method_Dispatch>
|
H A D | vulcan_c3.t | 10 example taken from: L<http://www.opendylan.org/books/drm/Method_Dispatch>
|
H A D | vulcan_dfs.t | 10 example taken from: L<http://www.opendylan.org/books/drm/Method_Dispatch>
|
H A D | vulcan_dfs_utf8.t | 14 example taken from: L<http://www.opendylan.org/books/drm/Method_Dispatch>
|
H A D | complex_dfs_utf8.t | 12 This example is taken from: http://rt.cpan.org/Public/Bug/Display.html?id=20879
|
H A D | complex_c3_utf8.t | 12 This example is taken from: http://rt.cpan.org/Public/Bug/Display.html?id=20879
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | t-mips | 2 # them to be built correctly, so... [taken from t-sparclite]
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | gh_28_json_test_suite.t | 1 # the following test cases are taken from JSONTestSuite
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | README-X86-64.txt | 39 Seems like the jb branch has high likelihood of being taken. It would have 171 in the current function is never taken: 178 have the address of a va_list taken:
|
/openbsd/gnu/gcc/intl/ |
H A D | README | 3 Most of the content of this directory is taken from gettext 0.12.1
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | t-mips | 2 # them to be built correctly, so... [taken from t-sparclite]
|