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

1 2 34 5 6 7 8 91011>>

  /external/v8/src/compiler/
control-flow-optimizer.cc 75 // input graph as shown below and clones the Branch node for every predecessor
78 // branch folding optimizations (i.e. because one or more inputs to the Phi is
94 // Branch----+
108 // Branch ... Branch
123 Node* branch = node; local
124 Node* cond = NodeProperties::GetValueInput(branch, 0);
125 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return false;
126 Node* merge = NodeProperties::GetControlInput(branch);
131 // Grab the IfTrue/IfFalse projections of the Branch
209 Node* branch = node; local
    [all...]
js-native-context-specialization.cc 88 // The final states for every polymorphic branch. We join them with
103 Node* branch = local
104 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
105 exit_controls.push_back(graph()->NewNode(common()->IfFalse(), branch));
106 control = graph()->NewNode(common()->IfTrue(), branch);
111 Node* branch = graph()->NewNode(common()->Branch(), check, control); local
112 control = graph()->NewNode(common()->IfFalse(), branch);
113 Node* receiverissmi_control = graph()->NewNode(common()->IfTrue(), branch);
140 Node* branch local
154 Node* branch = local
211 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
239 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kFalse), local
278 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
321 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
331 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kFalse), local
529 Node* branch = local
561 Node* branch = local
578 Node* branch = local
639 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
654 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
699 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), check, local
741 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kFalse), local
793 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kFalse), local
803 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
812 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
978 Node* branch = NodeProperties::GetControlInput(if_projection); local
    [all...]
  /art/runtime/interpreter/mterp/mips/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
13 b${revcmp} a2, a3, 1f # branch to 1 if comparison failed
14 FETCH_S(rINST, 1) # rINST<- branch offset, in code units
17 li rINST, 2 # rINST- BYTE branch dist for not-taken
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
11 FETCH_S(rINST, 1) # rINST <- branch offset, in code units
12 b${revcmp} a2, zero, 1f # branch to 1 if comparison failed
15 li rINST, 2 # rINST- BYTE branch dist for not-taken
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-warn-branch-delay.d 2 #name: microMIPS fixed-size branch delay slots
4 #source: micromips-warn-branch-delay.s
5 #stderr: micromips-warn-branch-delay.l
mipsr6@branch-misc-1.d 2 #name: MIPS branch-misc-1
4 #source: branch-misc-1.s
relax-bc1any.s 1 # Source file to test branch relaxation with the BC1ANY2F, BC1ANY2T,
relax-swap3.s 1 # Source file used to check the lack of branch swapping with a relaxed macro.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-jump.s 11 ;; The branch offset must then be adjusted by consecutive relax.
15 bne L1 ; Branch not adjusted
17 beq L1 ; Backward branch, adjust -1
19 jbne L1 ; Backward branch, adjust -2
57 bne L2 ; Backward branch, adjust -1
58 beq L3 ; Forward branch, adjust -2
60 beq L3 ; Forward branch, adjust -1
xgate1.s 1 ;;; Test branches and branch relocate with XGATE
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
CMSObjectIdentifiers.java 40 static final ASN1ObjectIdentifier id_ri_ocsp_response = id_ri.branch("2");
42 static final ASN1ObjectIdentifier id_ri_scvp = id_ri.branch("4");
  /external/droiddriver/
contributing_aosp.md 6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (see below), you'll get only the relevant projects instead of the whole AOSP tree.
32 After submitting a branch to gerrit for review, each commit will show up as an individual patch set on gerrit. First the code needs to be code reviewed (+2), then verified & submitted by an approver. Reviewers without approval rights are limited to adding a code review +1.
34 If commits are uploaded together (on the same branch) then they are considered dependent upon eachother. To submit an individual commit without requiring other commits to be merged first, that commit must be cherry picked to a new branch. This can be done either locally or via the gerrit UI.
  /external/guice/util/
publish-snapshot-on-commit.sh 11 git clone --quiet --branch=travis https://github.com/google/guice travis > /dev/null
  /external/v8/test/mjsunit/
undetectable.js 10 fail("Undetectable branch should not be taken", "branch was taken");
14 fail("Inverted Undetectable branch should be taken", "branch was not taken");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
t2-branch-global.d 1 #name: Thumb-2 branch to constant address
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v10_32o-2.d 4 # Check that branch offsets are computed as for v32. The
rd-dw2-4.d 2 #source: branch-warn-2.s
5 # Simple branch-expansion, type 2.
rd-dw2-5.d 2 #source: branch-warn-3.s
5 # Simple branch-expansion, type 3.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
br-1.d 2 #name: nds32 branch 1 instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v9branch1.s 1 # Check if maximum possible branch distances for v9 branches are accepted
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-1.s 4 ! is referenced in a conditional or unconditional branch.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
thumb_bl_out_of_range_local.s 2 # Test THUMB/THUMB-2 bl instructions just out of the branch range limits
3 # and with local branch targets.
8 # Add padding so that target is just output of branch range.
53 # Add padding so that target is just out of branch range.
arm_bl_in_range.s 2 # Test ARM bl instructions just within branch range limits.
8 # Add padding so that target is just within branch range.
38 # Add padding so that target is just within of branch range.
arm_bl_out_of_range.s 2 # Test ARM bl instructions just out of the branch range limits.
8 # Add padding so that target is just out of branch range.
39 # Add padding so that target is just out of branch range.
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 59 * @param branch
63 String branch) {
66 add(exception, branch);
70 * Adds new exception type and branch label to current "from-to" block
79 * @param branch
82 void add(String exception, String branch) {
90 if (s != null && s.compareToIgnoreCase(branch) != 0)
93 + ") but different branch addresses (" + s
94 + " and " + branch + ")");
95 type_branch.put(type, branch);
196 String branch = uc.type_branch.get(type); local
    [all...]

Completed in 1511 milliseconds

1 2 34 5 6 7 8 91011>>