HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 851 - 875 of 4746) sorted by null

<<31323334353637383940>>

  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 157 // is used by a single in-range branch instruction, since we will then
158 // be able to fuse the compare and the branch instead.
170 // Another reason is that we only want to use BRANCH ON COUNT in cases
174 // between the comparison and the branch, but it isn't clear whether
181 // optimal input for the decoder (branch relaxation must happen
SystemZInstrInfo.cpp 294 // A terminator that isn't a branch can't easily be handled by this
300 SystemZII::Branch Branch(getBranchInfo(*I));
301 if (!Branch.Target->isMBB())
305 if (Branch.Type != SystemZII::BranchNormal)
308 if (Branch.CCMask == SystemZ::CCMASK_ANY) {
311 TBB = Branch.Target->getMBB();
323 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
331 TBB = Branch.Target->getMBB();
335 // Working from the bottom, handle the first conditional branch
    [all...]
  /external/llvm/tools/llvm-cov/
gcov.cpp 93 cl::desc("Display branch probabilities"));
94 cl::alias BranchProbA("branch-probabilities", cl::aliasopt(BranchProb));
97 cl::desc("Display branch counts instead "
99 cl::alias BranchCountA("branch-counts", cl::aliasopt(BranchCount));
124 cl::desc("Display unconditional branch info "
  /external/skia/infra/bots/
utils.py 81 """Check out a temporary git branch.
83 On exit, deletes the branch and attempts to restore the original state.
94 # Get the original branch name or commit hash.
101 # Check out a new branch, based at updated origin/master.
113 subprocess.check_call([GIT, 'branch', '-D', self._branch])
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 91 // Add a fixup for the branch target.
102 // Add a fixup for the branch target.
113 // Add a fixup for the branch target.
124 // Add a fixup for the branch target.
159 // Add a fixup for the branch target.
  /external/v8/tools/release/
auto_roll.py 75 # on a release branch. Then we look further.
121 MESSAGE = "Update the checkout and create a new branch."
127 self.DeleteBranch("work-branch", cwd=cwd)
133 self.GitCreateBranch("work-branch", cwd=cwd)
168 self.GitDeleteBranch("work-branch", cwd=cwd)
  /external/vixl/doc/aarch32/design/
literal-pool-aarch32.md 36 literal pool is emitted. The emission will include an optional branch to let the
43 The branch itself can be avoided if the previous instruction is an uncondition
44 branch (like b, tbb/tbh, ...)
48 space for a branch). Every instruction has to perform the check, and only
53 3. The assembler emits an unconditional branch, a return from function or
  /packages/apps/Test/connectivity/sl4n/rapidjson/
readme.md 23 [lin-badge]: https://travis-ci.org/miloyip/rapidjson.png?branch=master "Travis build status"
25 [win-badge]: https://ci.appveyor.com/api/projects/status/u658dcuwxo14a8m9/branch/master "AppVeyor build status"
26 [win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status"
27 [cov-badge]: https://coveralls.io/repos/miloyip/rapidjson/badge.png?branch=master
28 [cov-link]: https://coveralls.io/r/miloyip/rapidjson?branch=master
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium/5.5.3/
robotium-5.5.3.pom 15 <scm.branch>master</scm.branch>
21 <url>http://github.com/jayway/robotium/tree/${scm.branch}</url>
154 <scmVersionType>branch</scmVersionType>
155 <scmVersion>${scm.branch}</scmVersion>
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 376 __ Branch(USE_DELAY_SLOT, ool->entry(), hs, offset, i.InputOperand(1)); \
382 __ Branch(ool->entry(), ls, i.InputRegister(1), Operand(offset)); \
394 __ Branch(USE_DELAY_SLOT, ool->entry(), hs, offset, i.InputOperand(1)); \
400 __ Branch(ool->entry(), ls, i.InputRegister(1), Operand(offset)); \
415 __ Branch(USE_DELAY_SLOT, &done, hs, offset, i.InputOperand(1)); \
425 __ Branch(&done, ls, i.InputRegister(1), Operand(offset)); \
437 __ Branch(USE_DELAY_SLOT, &done, hs, offset, i.InputOperand(1)); \
444 __ Branch(&done, ls, i.InputRegister(1), Operand(offset)); \
463 __ Branch(USE_DELAY_SLOT, &done, hs, at, \
468 __ Branch(USE_DELAY_SLOT, ool->entry(), eq, at, Operand(zero_reg));
    [all...]
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 159 __ Branch(miss_label, ne, scratch0, Operand(zero_reg));
163 __ Branch(miss_label, lt, scratch0, Operand(FIRST_JS_RECEIVER_TYPE));
172 __ Branch(miss_label, ne, map, Operand(tmp));
219 __ Branch(miss, ne, scratch, Operand(at));
361 __ Branch(miss, ne, at, Operand(zero_reg));
377 __ Branch(miss_label, ne, value_reg, Operand(scratch));
390 // Compare map directly within the Branch() functions.
392 __ Branch(miss_label, ne, map_reg, Operand(scratch));
406 __ Branch(&done, eq, scratch1, Operand(scratch2));
412 __ Branch(miss, ne, scratch1, Operand(scratch2))
    [all...]
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 159 __ Branch(miss_label, ne, scratch0, Operand(zero_reg));
163 __ Branch(miss_label, lt, scratch0, Operand(FIRST_JS_RECEIVER_TYPE));
172 __ Branch(miss_label, ne, map, Operand(tmp));
219 __ Branch(miss, ne, scratch, Operand(at));
361 __ Branch(miss, ne, at, Operand(zero_reg));
377 __ Branch(miss_label, ne, value_reg, Operand(scratch));
390 // Compare map directly within the Branch() functions.
392 __ Branch(miss_label, ne, map_reg, Operand(scratch));
406 __ Branch(&done, eq, scratch1, Operand(scratch2));
412 __ Branch(miss, ne, scratch1, Operand(scratch2))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 197 // which will cause the branch to go away in one loop and the condition to
358 // If the header block doesn't end with a conditional branch on Cond, we
363 // Check to see if a successor of the branch is guaranteed to
483 /// EmitPreheaderBranchOnCondition - Emit a conditional branch on two values
484 /// if LIC == Val, branch to TrueDst, otherwise branch to FalseDest. Insert the
490 // Insert a conditional branch on LIC to the two preheaders. The original
500 // Insert the new branch.
510 /// condition in it (a cond branch from its header block to its latch block,
513 /// moving the conditional branch outside of the loop and updating loop info
    [all...]
  /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/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBasicBlock.cpp 294 // The block has an unconditional branch. If its successor is now
295 // its layout successor, delete the branch.
300 // its layout successor, insert a branch.
307 // The block has a non-fallthrough conditional branch. If one of its
309 // conditional branch.
320 // The block has a fallthrough conditional branch.
326 // We can't reverse the condition, add an unconditional branch.
474 // If we couldn't analyze the branch, examine the last instruction.
485 // If there is no branch, control always falls through.
488 // If there is some explicit branch to the fallthrough block, it can obviousl
    [all...]
CodePlacementOpt.cpp 76 /// HasFallthrough - Test whether the given branch has a fallthrough, either as
77 /// a plain fallthrough or as a fallthrough case of a conditional branch.
84 // This conditional branch has no fallthrough.
87 // An unconditional branch has no fallthrough.
129 /// InsertPt. Update branch instructions as needed to account for broken
151 /// This can introduce a branch on entry to the loop, but it can eliminate a
152 /// branch within the loop. See the @simple case in
234 // we eliminated a branch.
259 // that it's worth an extra branch to keep the loop contiguous.
MachineVerifier.cpp 450 report("MBB exits via unconditional branch but doesn't have "
453 report("MBB exits via unconditional branch but the CFG "
457 report("MBB exits via unconditional branch but doesn't contain "
460 report("MBB exits via unconditional branch but doesn't end with a "
463 report("MBB exits via unconditional branch but the branch isn't a "
473 report("MBB exits via conditional branch/fall-through but doesn't have "
476 report("MBB exits via conditional branch/fall-through but the CFG "
480 report("MBB exits via conditional branch/fall-through but doesn't "
483 report("MBB exits via conditional branch/fall-through but ends with a
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 1 //===-- BranchFolding.cpp - Fold machine code branch instructions ---------===//
10 // This pass forwards branches to unconditional branches to make them branch
70 /// BranchFolderPass - Wrap branch folder in a machine function pass.
90 INITIALIZE_PASS(BranchFolderPass, "branch-folder",
197 /// OptimizeFunction - Perhaps branch folding, tail merging and other
427 /// after it, replacing it with an unconditional branch to NewDest.
500 // CurMBB needs to add an unconditional branch to SuccMBB (we removed these
502 // with a conditional branch to the next block, optimize by reversing the
629 // of instructions, because it can be done without a branch.
636 // If both blocks have an unconditional branch temporarily stripped out
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 163 /// to a return, unreachable, or unconditional branch).
240 /// ImmBranch - One per immediate branch, keeping the machine instruction
242 /// and (if isCond is true) the corresponding unconditional branch
253 /// ImmBranches - Keep track of all the immediate branch instructions.
265 /// the branch fix up pass.
288 return "ARM constant island placement and branch shortening pass";
486 report_fatal_error("Branch Fix Up pass failed to converge!");
498 // Shrink 32-bit branch instructions.
675 // have an unconditional branch for whatever reason.
807 // Record this immediate branch
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 313 uint32_t prev_branch_id_plus_one_; // To get distance from preceding branch, if any.
433 for (auto& branch : branches_) {
434 CHECK(branch.IsResolved());
    [all...]
  /external/conscrypt/
RELEASING.md 62 The first step in the release process is to create a release branch, bump
65 `v<major>.<minor>.<patch>`. For example, the same branch `v1.0.x`
68 1. Create the release branch and push it to GitHub:
74 2. Update `master` branch to the next minor snapshot (e.g. `1.1.0-SNAPSHOT`)
86 3. Go through PR review and push the master branch to GitHub:
93 4. In the release branch, remove "-SNAPSHOT" for the next release version
106 5. In the release branch, bump to the next patch snapshot version
115 7. Go through PR review and push the release tag and updated release branch to
182 **NOTE: _Before building/deploying, be sure to switch to the appropriate branch or tag in
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen_unittest.cc 186 // Create a program with a single branch:
197 // Create a program with a single branch:
204 // N.B.: As the instructions in both sides of the branch are already
347 // BPF instructions use 8-bit fields for branch offsets, which means
348 // branch targets must be within 255 instructions of the branch
361 // Exhaustively test branch offsets near BPF's limits.
389 // instructions: two far jumps plus the branch itself.
396 // new instruction, as we can reuse the previous branch's jumps.
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 69 // Verify that the relocation points to the expected branch instruction.
71 assert((*p & 0xFC000000) == 0x14000000 && "Expected branch instruction.");
73 // Get the 26 bit addend encoded in the branch instruction and sign-extend
165 // Verify that the relocation points to the expected branch instruction.
166 assert((*p & 0xFC000000) == 0x14000000 && "Expected branch instruction.");
169 assert((Addend & 0x3) == 0 && "Branch target is not aligned");
170 assert(isInt<28>(Addend) && "Branch target is out of range.");
172 // Encode the addend as 26 bit immediate in the branch instruction.
334 // Check if branch is in range.
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.cpp 94 "Alpha branch conditions have two components!");
96 // One-way branch.
98 if (Cond.empty()) // Unconditional branch
100 else // Conditional branch
110 // Two-way Conditional Branch.
217 // Branch analysis.
303 // Remove the branch.
314 // Remove the branch.
329 assert(Cond.size() == 2 && "Invalid Alpha branch opcode!");

Completed in 760 milliseconds

<<31323334353637383940>>