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

<<31323334353637383940>>

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 48 /// constant value, convert it into an unconditional branch to the constant
51 /// Also calls RecursivelyDeleteTriviallyDeadInstructions() on any branch/switch
58 // Branch - See if we are conditional jumping on constant
60 if (BI->isUnconditional()) return false; // Can't optimize uncond branch
66 // YES. Change to unconditional branch...
71 // << "\nRemoving branch from " << T->getParent()
78 // Replace the conditional branch with an unconditional one.
84 if (Dest2 == Dest1) { // Conditional branch to same location?
85 // This branch matches something like this:
93 // Replace the conditional branch with an unconditional one
    [all...]
  /external/v8/src/arm64/
instrument-arm64.cc 77 {"Unconditional Branch", Gauge},
78 {"Compare and Branch", Gauge},
79 {"Test and Branch", Gauge},
80 {"Conditional Branch", Gauge},
291 static Counter* counter = GetCounter("Unconditional Branch");
298 static Counter* counter = GetCounter("Unconditional Branch");
305 static Counter* counter = GetCounter("Compare and Branch");
312 static Counter* counter = GetCounter("Test and Branch");
319 static Counter* counter = GetCounter("Conditional Branch");
  /external/v8/src/mips/
codegen-mips.cc 132 __ Branch(USE_DELAY_SLOT, &skip_pref, gt, v1, Operand(zero_reg));
226 __ Branch(&leave, le, a2, Operand(zero_reg));
298 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg));
333 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg));
673 __ Branch(&only_change_map, eq, at, Operand(elements));
733 __ Branch(&entry);
745 __ Branch(&done);
750 __ Branch(USE_DELAY_SLOT, fail);
764 __ Branch(USE_DELAY_SLOT, &entry);
783 __ Branch(&loop, lt, scratch3, Operand(array_end))
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 133 __ Branch(USE_DELAY_SLOT, &skip_pref, gt, v1, Operand(zero_reg));
227 __ Branch(&leave, le, a2, Operand(zero_reg));
299 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg));
335 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg));
673 __ Branch(&only_change_map, eq, at, Operand(elements));
734 __ Branch(&entry);
746 __ Branch(&done);
751 __ Branch(USE_DELAY_SLOT, fail);
766 __ Branch(USE_DELAY_SLOT, &entry);
784 __ Branch(&loop, lt, scratch3, Operand(array_end))
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips32.c 166 /* Return non-zero if the ADDR instruction has a branch delay slot
167 (i.e. it is a jump or branch instruction). */
195 rt = itype_rt (inst); /* branch condition */
208 /* Move the breakpoint at BPADDR out of any branch delay slot by shifting
239 /* If the previous instruction has a branch delay slot, we have
240 to move the breakpoint to the branch instruction. */
300 /* If a breakpoint is set on the instruction in a branch delay slot,
302 the instruction in the branch delay slot, the PC will point to
303 the branch instruction. */
valgrind-low-mips64.c 167 /* Return non-zero if the ADDR instruction has a branch delay slot
168 (i.e. it is a jump or branch instruction). */
196 rt = itype_rt (inst); /* branch condition */
209 /* Move the breakpoint at BPADDR out of any branch delay slot by shifting
240 /* If the previous instruction has a branch delay slot, we have
241 to move the breakpoint to the branch instruction. */
301 /* If a breakpoint is set on the instruction in a branch delay slot,
303 the instruction in the branch delay slot, the PC will point to
304 the branch instruction. */
  /external/vixl/src/aarch64/
instrument-aarch64.cc 88 {"Unconditional Branch",
90 {"Compare and Branch", Gauge},
91 {"Test and Branch", Gauge},
92 {"Conditional Branch", Gauge},
310 static Counter* counter = GetCounter("Unconditional Branch");
318 static Counter* counter = GetCounter("Unconditional Branch");
326 static Counter* counter = GetCounter("Compare and Branch");
334 static Counter* counter = GetCounter("Test and Branch");
342 static Counter* counter = GetCounter("Conditional Branch");
  /toolchain/binutils/binutils-2.25/gas/doc/
c-m68hc11.texi 103 relative branches into absolute branches when the branch offset is
105 branch (@samp{bsr}, @samp{bgt}, @samp{bge}, @samp{beq}, @samp{bne},
108 an absolute branch when the offset is out of the -128 .. 127 range.
113 and @code{@value{AS}} will generate an error if a relative branch
404 * M68HC11-Branch:: Branch Improvement
407 @node M68HC11-Branch
408 @subsection Branch Improvement
412 @cindex branch improvement, M68HC11
413 @cindex M68HC11 branch improvemen
    [all...]
c-xtensa.texi 63 Enable or disable automatic alignment to reduce branch penalties at some
231 branch target alignment.
261 @cindex alignment of branch targets
263 @cindex branch target alignment
269 align branch targets so they do not cross instruction fetch boundaries.
272 instruction immediately following a call is treated as a branch target
274 call. This alignment has the potential to reduce branch penalties at
288 branch targets.
315 typically done for branch instructions because the distance of the
316 branch targets is not known until assembly-time. The Xtensa assemble
    [all...]
  /external/llvm/docs/
HowToReleaseLLVM.rst 29 there are large number of bug-fixes in the stable branch or a critical bug
37 * Set code freeze and branch creation date for 6 months after last code freeze
40 * Create release branch and begin release process.
44 fixed. Patches are merged from mainline into the release branch. Also, all
73 * Creating the release branch,
79 Create Release Branch
82 Branch the Subversion trunk using the following procedure:
92 #. Create the release branch for ``llvm``, ``clang``, the ``test-suite``, and
93 ``dragonegg`` from the last known good revision. The branch's name is
114 #. The Release Manager should switch to the release branch, because all change
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp 80 /// to a return, unreachable, or unconditional branch).
137 /// ImmBranch - One per immediate branch, keeping the machine instruction
139 /// and (if isCond is true) the corresponding unconditional branch
150 /// ImmBranches - Keep track of all the immediate branch instructions.
162 /// the branch fix up pass.
181 return "ARM constant island placement and branch shortening pass";
351 llvm_unreachable("Branch Fix Up pass failed to converge!");
359 // Shrink 32-bit Thumb2 branch, load, and store instructions.
566 // Record this immediate branch.
722 /// an unconditional branch. Update data structures and renumber blocks t
    [all...]
  /art/runtime/interpreter/mterp/arm64/
footer.S 117 * We have quite a few different cases for branch profiling, OSR detection and
128 * Our most common case is expected to be a taken backward branch with active jit profiling,
130 * Next most common case is not-taken branch with no full OSR check.
197 * Entered from the conditional branch handlers when OSR check request active on
198 * not-taken path. All Dalvik not-taken conditional branch offsets are 2.
214 * still needs to get the opcode and branch to it, and flags are in lr.
  /external/ImageMagick/
README.md 12 | 7 | [![Build Status](https://travis-ci.org/ImageMagick/ImageMagick.svg?branch=master)](https://travis-ci.org/ImageMagick/ImageMagick) | [![Build status](https://ci.appveyor.com/api/projects/status/jk7yr5plamnuh9g6/branch/master?svg=true)](https://ci.appveyor.com/project/dlemstra/imagemagick-windows/branch/master) |
13 | 6 | [![Build Status](https://travis-ci.org/ImageMagick/ImageMagick.svg?branch=ImageMagick-6)](https://travis-ci.org/ImageMagick/ImageMagick) | [![Build status](https://ci.appveyor.com/api/projects/status/jk7yr5plamnuh9g6/branch/ImageMagick-Windows-6?svg=true)](https://ci.appveyor.com/project/dlemstra/imagemagick-windows/branch/ImageMagick-Windows-6) |
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]
  /external/autotest/site_utils/suite_scheduler/
timed_event.py 66 """Get latest per-branch, per-board builds from last |days_ago| days.
70 @return {branch: [build-name]}
85 """Get per-branch, per-board builds since last run of this event.
95 # given period, not just the last build on each branch.
100 """Get per-branch, per-board builds since last run of this event.
106 """Get per-branch, per-board builds since last run of this event.
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/jsmin/
PKG-INFO 60 If possible, please make separate pull requests for tests and for code: tests will be added to the `latest-release` branch while code will go to `master`.
71 The `latest-release` branch (the version on PyPI plus any new tests) is tested against CPython 2.6, 2.7, 3.2, and 3.3.
74 .. image:: https://travis-ci.org/tikitu/jsmin.png?branch=latest-release
76 If that branch is failing that means there's a new test that fails on *the latest released version on pypi*, with no fix yet
79 The `master` branch (development version, might be ahead of latest released version) is tested against CPython 2.6, 2.7, 3.2, and
82 .. image:: https://travis-ci.org/tikitu/jsmin.png?branch=master
  /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/lib/CodeGen/
MachineBasicBlock.cpp 418 // The block has an unconditional branch. If its successor is now its
419 // layout successor, delete the branch.
424 // layout successor, insert a branch. First we have to locate the only
438 // Finally update the unconditional successor to be reached via a branch
447 // The block has a non-fallthrough conditional branch. If one of its
449 // conditional branch.
463 // pad and is not the conditional branch destination (in TBB) as the
481 // Finally update the unconditional successor to be reached via a branch if
490 // change the conditional branch into unconditional branch
    [all...]
  /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.
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
Local.h 43 /// constant value, convert it into an unconditional branch to the constant
46 /// Also calls RecursivelyDeleteTriviallyDeadInstructions() on any branch/switch
109 /// unconditional branch, and contains no instructions other than PHI nodes,
110 /// potential debug intrinsics and the branch. If possible, eliminate BB by
111 /// rewriting all the predecessors to branch to the successor block and return
130 /// FoldBranchToCommonDest - If this basic block is ONLY a setcc and a branch,
  /external/swiftshader/third_party/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.
  /external/v8/src/builtins/
builtins-string.cc 48 assembler->Branch(assembler->WordEqual(lhs, rhs), &if_same, &if_notsame);
63 assembler->Branch(assembler->WordEqual(lhs_length, rhs_length),
84 assembler->Branch(assembler->Word32Equal(
108 assembler->Branch(
136 assembler->Branch(assembler->WordEqual(offset, end), &if_done,
149 assembler->Branch(assembler->Word32Equal(lhs_value, rhs_value),
213 assembler->Branch(assembler->WordEqual(lhs, rhs), &if_same, &if_notsame);
239 assembler->Branch(assembler->Word32Equal(
272 assembler->Branch(assembler->WordEqual(offset, end), &if_done,
283 assembler->Branch(assembler->Word32Equal(lhs_value, rhs_value)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 50 * branch - build's branch, eg., 2.2.0
54 * buildURL - URL of the build being added to the feed - eg., http://servername/path/to/project/branch/buildID/
94 * JUnitTestURL - URL of the build's JUnit test results - eg., http://servername/path/to/project/branch/buildID/testResults.php
95 * performanceTestURL - URL of the build's performance tests - eg., http://servername/path/to/project/branch/buildID/performance/performance.php
96 * APITestURL - URL of the build's API test results - eg., http://servername/path/to/project/branch/buildID/testResults.php
126 private String branch; field in class:RSSFeedAddEntryTask
172 public void setBranch(String branch) {
173 if (isNullString(branch))
176 { this.branch = branch;
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 559 // nullptr if the destination is the fall-through branch);
561 // is the nullptr if the branch is unconditional);
562 // - condition is populated with machine operands needed to generate the branch
564 // Returns: false if branch could successfully be analyzed.
587 // A terminator that isn't a branch can't easily be handled
599 // If the block has any instructions after a branch, delete them.
631 // TrueBlock is the target of the previously seen unconditional branch.
642 // Return false indicating branch successfully analyzed.
646 // ReverseBranchCondition - Reverses the branch condition of the specified
652 "Lanai branch conditions should have one component.")
    [all...]
  /external/v8/tools/release/
common_includes.py 340 # Get relevant remote branches, e.g. "branch-heads/3.25".
342 lambda s: re.match(r"^branch\-heads/\d+\.\d+$", s),
344 # Remove 'branch-heads/' prefix.
367 # Check if branch is in heads.
373 # Check if branch is in branch-heads.
374 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip():
375 return "refs/remotes/branch-heads/%s" % name
387 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote)
541 msg = "Branch %s exists, do you want to delete it?" % nam
    [all...]

Completed in 744 milliseconds

<<31323334353637383940>>