HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 276 - 300 of 805) sorted by null

<<11121314151617181920>>

  /external/v8/src/compiler/
schedule.cc 106 return os << "branch";
214 void Schedule::AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock,
217 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
221 SetControlInput(block, branch);
269 void Schedule::InsertBranch(BasicBlock* block, BasicBlock* end, Node* branch,
281 SetControlInput(block, branch);
js-intrinsic-lowering.cc 205 Node* branch = graph()->NewNode(common()->Branch(), check, control); local
207 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
211 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
248 Node* branch = graph()->NewNode(common()->Branch(), check, control); local
250 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
254 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
292 Node* branch = graph()->NewNode(common()->Branch(), check, control) local
    [all...]
  /external/v8/test/unittests/compiler/
schedule-unittest.cc 173 Node* branch = Node::New(zone(), 0, &kBranchOperator, 0, nullptr, false); local
176 schedule.AddBranch(start, branch, tblock, fblock);
178 EXPECT_EQ(start, schedule.block(branch));
219 Node* branch = Node::New(zone(), 0, &kBranchOperator, 0, nullptr, false); local
227 schedule.InsertBranch(start, mblock, branch, tblock, fblock);
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 338 jump(label); // blocks must end with a branch, return or throw
354 * Registers {@code catchClause} as a branch target for all instructions
405 * @param branch the branches to follow; interpretation depends on the
408 private void addInstruction(Insn insn, Label branch) {
416 if (branch != null) {
417 throw new IllegalArgumentException("unexpected branch: " + branch);
422 if (branch != null) {
423 throw new IllegalArgumentException("unexpected branch: " + branch);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 212 // Transaction branch ID
213 private String branch; field in class:SIPTransaction
263 return this.branch;
376 // Branch value of topmost Via header
403 // If the message has an explicit branch value set,
408 sipStack.getStackLogger().logDebug("Setting Branch id : " + newBranch);
410 // Override the default branch with the one
416 sipStack.getStackLogger().logDebug("Branch id is null - compute TID!"
480 * Sets the Via header branch parameter used to identify this transaction.
483 * New string used as the branch for this transaction
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 105 // existing instructions (branch placeholders) in the buffer.
107 for (auto& branch : branches_) {
108 EmitBranch(&branch);
775 LOG(FATAL) << "Unexpected branch condition " << cond;
839 LOG(FATAL) << "Unexpected branch condition " << cond;
1868 Branch* branch = GetBranch(branch_id); local
1885 const Branch* branch = GetBranch(branch_id); local
1897 const Branch* branch = GetBranch(branch_id); local
1915 const Branch* branch = GetBranch(last_branch_id_); local
1999 Branch& branch = branches_[--i]; local
    [all...]
  /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/llvm/test/MC/Mips/
branch-pseudos.s 68 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
88 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
93 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
117 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
133 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
142 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
231 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
255 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
321 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
345 # WARNING: :[[@LINE-1]]:3: warning: branch is always take
    [all...]
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 230 @ CHECK-ERRORS: error: branch target out of range
231 @ CHECK-ERRORS: error: branch target out of range
232 @ CHECK-ERRORS: error: branch target out of range
233 @ CHECK-ERRORS: error: branch target out of range
234 @ CHECK-ERRORS: error: branch target out of range
235 @ CHECK-ERRORS: error: branch target out of range
  /external/vulkan-validation-layers/
CONTRIBUTING.md 14 As a convenience, the contents of the Vulkan-LoaderAndValidationLayers repository are downstreamed into the VulkanTools and VulkanSamples repositories via a branch named `trunk`.
24 creating a branch with your commits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
25 * Please base your fixes on the master branch. SDK branches are generally not updated except for critical fixes needed to repair an SDK release.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix52.exp 72 {"Absolute branch test 1"
73 "-shared -bI:aix-abs-branch-1.im -bE:aix-abs-branch-1.ex"
74 "" {aix-abs-branch-1.s}
75 {{objdump {-dR} aix-abs-branch-1.dd} {nm {} aix-abs-branch-1.nd}}
76 "aix-abs-branch-1.so"}
  /art/compiler/utils/mips64/
assembler_mips64.cc 71 // existing instructions (branch placeholders) in the buffer.
73 for (auto& branch : branches_) {
74 EmitBranch(&branch);
696 LOG(FATAL) << "Unexpected branch condition " << cond;
1533 Branch* branch = GetBranch(branch_id); local
1550 const Branch* branch = GetBranch(branch_id); local
1562 const Branch* branch = GetBranch(branch_id); local
1580 const Branch* branch = GetBranch(last_branch_id_); local
1667 Branch& branch = branches_[--i]; local
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
config.py 128 # The default partial branch regexes, to be modified by the user.
130 r'(?i)#\s*pragma[:\s]?\s*no\s*branch',
133 # The default partial branch regexes, based on Python semantics.
156 self.branch = False
269 ('branch', 'run:branch', 'boolean'),
319 option name. For example, the ``branch`` option in the ``[run]``
320 section of the config file would be indicated with `"run:branch"`.
346 option name. For example, the ``branch`` option in the ``[run]``
347 section of the config file would be indicated with `"run:branch"`
    [all...]
control.py 61 auto_data=False, timid=None, branch=None, config_file=True,
83 If `branch` is true, then branch coverage will be measured in addition
155 branch=branch, parallel=bool_or_none(data_suffix),
248 branch=self.config.branch,
619 option name. For example, the ``branch`` option in the ``[run]``
620 section of the config file would be indicated with `"run:branch"`.
633 option name. For example, the ``branch`` option in the ``[run]`
    [all...]
  /build/kati/testcase/
parse_benchcmp.go 86 fmt.Fprintln(os.Stderr, "current branch is master.")
87 fmt.Fprintln(os.Stderr, "run in branch to compare with master.")
  /external/libjpeg-turbo/
Android.mk 74 # Unbundled branch, built against NDK.
86 # Unbundled branch, built against NDK.
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s 13 # Test PC-rel branch.
  /external/opencv3/modules/flann/include/opencv2/flann/
kdtree_index.h 238 typedef BranchSt* Branch;
440 BranchSt branch; local
452 while ( heap->popMin(branch) && (checkCount < maxCheck || !result.full() )) {
453 searchLevel(result, vec, branch.node, branch.mindist, checkCount, maxCheck, epsError, heap, checked);
471 // printf("Ignoring branch, too far\n");
492 /* Which child branch should be taken first? */
498 /* Create a branch record for the branch not taken. Add distance
529 /* Which child branch should be taken first? *
    [all...]
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 121 The 'active' is the name of the currently active branch and 'branches' is a
124 lines = _RunCommand(['git', 'branch'])[0].split('\n')
133 branch = line.strip()
134 if branch:
135 branches.append(branch)
316 logging.error('Please checkout the master branch and re-run this script.')
320 logging.info('Updating master branch...')
325 logging.info('Creating roll branch: %s', ROLL_BRANCH_NAME)
335 logging.info('Removing previous roll branch (%s)', ROLL_BRANCH_NAME)
338 _RunCommand(['git', 'branch', '-D', ROLL_BRANCH_NAME]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
archv6t2-bad.s 57 @ it thought that the "r2" operand was a PC-relative branch
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
br_insn.s 0 # Branch instructions.
7 # conditional branch instructions.
98 # Decrement and Branch instructions.
114 # Branch/Jump and link instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-branch-delay.s 1 # Source file used to test microMIPS branch delay slots.
micromips-size-1.s 45 # Test branch delay slots.
relax-swap1.s 1 # Source file used to test branch relaxation with swapping.
relax-swap2.d 2 #name: MIPS2 branch likely relaxation with swapping
3 #as: -32 -mips2 -KPIC -relax-branch

Completed in 2194 milliseconds

<<11121314151617181920>>