/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 55 (* Grab the first block so that we might later add the conditional branch 68 * other is used for the conditional branch. *) 86 (* Return to the start block to add the conditional branch. *) 90 (* Set a unconditional branch at the end of the 'then' block and the 153 (* Insert the conditional branch into the end of loop_end_bb. *)
|
/external/oprofile/events/mips/sb1/ |
events | 14 event:0x2f counters:1,2,3 um:zero minimum:500 name:BRANCH_MISSPREDICTS :Branch mispredicts 34 # Branch information 35 event:0x2c counters:1,2,3 um:zero minimum:500 name:BRANCH_STAGE4 :Branch survived stage 4 36 event:0x2d counters:1,2,3 um:zero minimum:500 name:BRANCH_REALLY_TAKEN :Conditional branch was really taken 37 event:0x2e counters:1,2,3 um:zero minimum:500 name:BRANCH_PREDICTED_TAKEN :Predicted taken conditional branch
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceReplacer.java | 63 * @param branchTargetFinder a branch target finder that has been 64 * initialized to indicate branch targets 88 * @param branchTargetFinder a branch target finder that has been 89 * initialized to indicate branch targets 115 // Reset the instruction sequence matcher if the instruction is a branch
|
/external/antlr/antlr-3.4/ |
BUILD.txt | 51 The main development branch of ANTLR is stored within the Perforce SCM at: 185 branch of the toolset should never be modified to contain a release 233 of the plugin, so when we release we must change the main branch of 297 0) Run a build of the main branch and check that it is builds and 300 1) First make a branch from main into the target release 305 --- Use main development branch from here --- 308 development branch, so we don't deploy what is now the new release 339 6) Run a build of the main branch: 345 7) Submit the pom changes of the main branch to perforce. 353 9) You are now finished with the main development branch and should chang [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 146 "Must provide both \"true\" and \"false\" branch " 153 // "Always" jumps use the "true" branch target, only. 158 // Non-jumping instructions do not use any of the branch targets. 181 // "true" and a "false" branch. 186 // We allow callers to defer specifying exactly one of the branch 196 // Merge two instructions, or set the branch target for an "always" jump. 239 // a list of branch targets. This will later be needed to compute the 257 // We haven't seen the "true" branch yet. Traverse it now. We have 258 // already remembered the "false" branch on the stack and will 263 // Now try traversing the "false" branch [all...] |
codegen_unittest.cc | 55 // Create a program with a single branch: 68 // Create a program with a single branch: 72 // N.B.: As the instructions in both sides of the branch are already 179 // At the same time, compute a set of both the branch targets and all the 212 // We can now subtract the set of the branch targets from the set of all 243 // Basic blocks are supposed to start with a branch target and end with 324 // For jump instructions, we need to remember the "false" branch while 325 // traversing the "true" branch. This is not necessary for BPF_JA which 326 // only has a single branch.
|
/external/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | 162 /// to a return, unreachable, or unconditional branch). 229 /// ImmBranch - One per immediate branch, keeping the machine instruction 231 /// and (if isCond is true) the corresponding unconditional branch 242 /// ImmBranches - Keep track of all the immediate branch instructions. 254 /// the branch fix up pass. 272 return "ARM constant island placement and branch shortening pass"; 461 report_fatal_error("Branch Fix Up pass failed to converge!"); 469 // Shrink 32-bit Thumb2 branch, load, and store instructions. 709 // Record this immediate branch. [all...] |
/external/chromium_org/third_party/lcov/man/ |
geninfo.1 | 337 Note: currently, the \-\-initial option does not generate branch coverage 457 Branch coverage information is stored which one line per branch: 459 BRDA:<line number>,<block number>,<branch number>,<taken> 461 Block number and branch number are gcc internal IDs for the branch. Taken is 462 either '-' if the basic block containing the branch was never executed or 463 a number indicating how often that branch was taken. 465 Branch coverage summaries are stored in two lines:
|
/external/chromium_org/v8/test/cctest/ |
test-assembler-mips.cc | 95 __ Branch(&L, ne, v1, Operand(0)); 154 __ Branch(&error, ne, v0, Operand(0x0f234560)); 159 __ Branch(&error, ne, v0, Operand(0x00001234)); 162 __ Branch(&error, ne, v1, Operand(0x80000003)); 165 __ Branch(&error, ne, v1, Operand(0x7ffffffc)); 172 __ Branch(&error, ne, v0, Operand(0xedcba983)); 176 __ Branch(&error, ne, v0, Operand(0x1)); 179 __ Branch(&error, ne, v0, Operand(0x0)); 186 __ Branch(&error, ne, v0, Operand(0x00007400)); 189 __ Branch(&error, ne, v1, Operand(0x80000000)) [all...] |
/external/chromium_org/v8/tools/ |
push-to-trunk.sh | 90 echo ">>> Step $CURRENT_STEP: Create a fresh branch." 92 || die "Creating branch $BRANCHNAME failed." 188 echo ">>> Step $CURRENT_STEP: Commit to local branch." 262 echo ">>> Step $CURRENT_STEP: Create a new branch from trunk." 264 || die "Checking out a new branch '$TRUNKBRANCH' failed." 289 echo ">>> Step $CURRENT_STEP: Commit to local trunk branch." 362 echo ">>> Step $CURRENT_STEP: Update the checkout and create a new branch." 367 || die "Failed to checkout a new branch." 411 [[ "$TRUNKBRANCH" != "$CURRENT_BRANCH" ]] && git branch -D $TRUNKBRANCH
|
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 244 // Check if this instruction is a branch origin from a branch 250 // Check if this instruction is a branch target from a branch 314 // Check if this instruction is a branch origin from a branch 320 // Check if this instruction is a branch target from a branch 338 // Is it a traced but unmarked backward branch, without an unmarked 339 // straddling forward branch? Note that this is still a heuristic [all...] |
/external/v8/test/cctest/ |
test-assembler-mips.cc | 106 __ Branch(&L, ne, v1, Operand(0)); 164 __ Branch(&error, ne, v0, Operand(0x0f234560)); 169 __ Branch(&error, ne, v0, Operand(0x00001234)); 172 __ Branch(&error, ne, v1, Operand(0x80000003)); 175 __ Branch(&error, ne, v1, Operand(0x7ffffffc)); 182 __ Branch(&error, ne, v0, Operand(0xedcba983)); 186 __ Branch(&error, ne, v0, Operand(0x1)); 189 __ Branch(&error, ne, v0, Operand(0x0)); 196 __ Branch(&error, ne, v0, Operand(0x00007400)); 199 __ Branch(&error, ne, v1, Operand(0x80000000)) [all...] |
/external/v8/tools/ |
push-to-trunk.sh | 90 echo ">>> Step $CURRENT_STEP: Create a fresh branch." 92 || die "Creating branch $BRANCHNAME failed." 187 echo ">>> Step $CURRENT_STEP: Commit to local branch." 260 echo ">>> Step $CURRENT_STEP: Create a new branch from trunk." 262 || die "Checking out a new branch '$TRUNKBRANCH' failed." 288 echo ">>> Step $CURRENT_STEP: Commit to local trunk branch." 342 echo ">>> Step $CURRENT_STEP: Update the checkout and create a new branch." 347 || die "Failed to checkout a new branch." 391 [[ "$TRUNKBRANCH" != "$CURRENT_BRANCH" ]] && git branch -D $TRUNKBRANCH
|
/art/compiler/dex/quick/x86/ |
int_x86.cc | 34 LIR* branch = OpCondBranch(c_code, tgt); local 35 // Remember branch target - will process later 37 return branch; 92 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , local 94 branch->target = target; 95 return branch; 107 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , cc); local 108 branch->target = target; 109 return branch; 229 LIR* branch = NewLIR2(kX86Jcc8, 0, is_min ? kX86CondG : kX86CondL) local [all...] |
/external/oprofile/events/i386/core_2/ |
events | 87 event:0x88 counters:0,1 um:zero minimum:3000 name:BR_INST_EXEC : Branch instructions executed (not necessarily retired) 88 event:0x89 counters:0,1 um:zero minimum:3000 name:BR_MISSP_EXEC : Branch instructions executed that were mispredicted at execution 89 event:0x8a counters:0,1 um:zero minimum:3000 name:BR_BAC_MISSP_EXEC : Branch instructions executed that were mispredicted at Front End (BAC) 90 event:0x8b counters:0,1 um:zero minimum:3000 name:BR_CND_EXEC : Conditional Branch instructions executed 91 event:0x8c counters:0,1 um:zero minimum:3000 name:BR_CND_MISSP_EXEC : Conditional Branch instructions executed that were mispredicted 92 event:0x8d counters:0,1 um:zero minimum:3000 name:BR_IND_EXEC : Indirect Branch instructions executed 93 event:0x8e counters:0,1 um:zero minimum:3000 name:BR_IND_MISSP_EXEC : Indirect Branch instructions executed that were mispredicted 94 event:0x8f counters:0,1 um:zero minimum:3000 name:BR_RET_EXEC : Return Branch instructions executed 95 event:0x90 counters:0,1 um:zero minimum:3000 name:BR_RET_MISSP_EXEC : Return Branch instructions executed that were mispredicted at Execution 96 event:0x91 counters:0,1 um:zero minimum:3000 name:BR_RET_BAC_MISSP_EXEC :Return Branch instructions executed that were mispredicted at Front End (BAC [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 15 event:0xc4 counters:0,1,2,3 um:br_inst_retired minimum:500 name:BR_INST_RETIRED : number of branch instructions retired 68 event:0x88 counters:0,1,2,3 um:br_inst_exec minimum:6000 name:BR_INST_EXEC : Counts the number of near branch instructions executed, but not necessarily retired. 69 event:0x89 counters:0,1,2,3 um:br_misp_exec minimum:6000 name:BR_MISP_EXEC : Counts the number of mispredicted conditional near branch instructions executed, but not necessarily retired. 70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations. 72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an (…) [all...] |
/external/llvm/docs/ |
HowToReleaseLLVM.rst | 34 * Set code freeze and branch creation date for 6 months after last code freeze 37 * Create release branch and begin release process. 41 fixed. Patches are merged from mainline into the release branch. Also, all 66 * Creating the release branch, 72 Create Release Branch 75 Branch the Subversion trunk using the following procedure: 85 #. Create the release branch for ``llvm``, ``clang``, the ``test-suite``, and 86 ``dragonegg`` from the last known good revision. The branch's name is 107 #. The Release Manager should switch to the release branch, because all changes 108 to the release will now be done in the branch. The easiest way to do this i [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 145 /// unconditional branch. PhiNodes will store all PHI nodes in common 155 // We fold the unconditional branch if we can easily update all PHI nodes in 157 // 1> We have a constant incoming value for the conditional branch; 158 // 2> We have "Cond" as the incoming value for the unconditional branch; 270 // branch to BB, then it must be in the 'conditional' part of the "if 567 // TODO: Preserve branch weight metadata, similarly to how 593 assert(ThisCases.size() == 1 && "Branch can only have one case!"); 594 // Insert the new branch. 617 // Collect branch weights into a vector. 680 // Insert the new branch [all...] |
/art/runtime/ |
dex_instruction.h | 121 kBranch = 0x01, // conditional or unconditional branch 127 kUnconditional = 0x40, // unconditional branch 327 // Returns true if this instruction is a branch. 332 // Returns true if this instruction is a unconditional branch. 337 // Returns the branch offset if this instruction is a branch.
|
/external/chromium_org/third_party/angle/src/compiler/ |
intermOut.cpp | 393 case EOpKill: out << "Branch: Kill"; break; 394 case EOpBreak: out << "Branch: Break"; break; 395 case EOpContinue: out << "Branch: Continue"; break; 396 case EOpReturn: out << "Branch: Return"; break; 397 default: out << "Branch: Unknown Branch"; break;
|
/external/clang/lib/StaticAnalyzer/ |
README.txt | 38 then bifurcating the state: on the true branch the conditions of the 39 branch are assumed to be true and on the false branch the conditions 40 of the branch are assumed to be false. Such "assumptions" create 43 ConstraintManager). If assuming the conditions of a branch would 44 cause the constraints to be unsatisfiable, the branch is considered
|
/external/llvm/test/Transforms/SimplifyCFG/ |
indirectbr.ll | 35 ; better if it removed the branch altogether, but simplifycfdg currently misses 77 ; SimplifyCFG should turn the indirectbr into a conditional branch on the 102 ; SimplifyCFG should turn the indirectbr into an unconditional branch to the 104 ; As in @indbrtest1, it should really remove the branch entirely, but it doesn't 137 ; replaced with an unconditional branch to the single successor. 167 ; replaced with an unconditional branch to the single successor.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.1 | 148 Branch to 152 is omitted, branch to end of script. 157 command, then branch to 161 is omitted, branch to end of script. 166 command, then branch to 170 is omitted, branch to end of script. This is a GNU
|
sed.x | 96 Branch to 100 is omitted, branch to end of script. 105 command, then branch to 109 is omitted, branch to end of script. 114 command, then branch to 118 is omitted, branch to end of script. This is a GNU
|
/external/v8/src/mips/ |
stub-cache-mips.cc | 84 __ Branch(&miss, ne, name, Operand(at)); 89 __ Branch(&miss, ne, at, Operand(scratch2)); 101 __ Branch(&miss, ne, flags_reg, Operand(flags)); 146 __ Branch(miss_label, ne, scratch0, Operand(zero_reg)); 150 __ Branch(miss_label, lt, scratch0, Operand(FIRST_SPEC_OBJECT_TYPE)); 159 __ Branch(miss_label, ne, map, Operand(tmp)); 297 __ Branch(miss, ne, prototype, Operand(at)); 340 __ Branch(miss_label, ne, scratch, Operand(JS_ARRAY_TYPE)); 365 __ Branch(non_string_object, 396 __ Branch(miss, ne, scratch1, Operand(JS_VALUE_TYPE)) [all...] |