/external/v8/src/compiler/ |
effect-control-linearizer.cc | 156 // input graph as shown below and clones the Branch node for every predecessor 159 // branch folding optimizations (i.e. because one or more inputs to the Phi is 175 // Branch----+ 189 // Branch ... Branch 206 Node* branch = node; local 207 Node* cond = NodeProperties::GetValueInput(branch, 0); 208 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return; 209 Node* merge = NodeProperties::GetControlInput(branch); 214 // Grab the IfTrue/IfFalse projections of the Branch 828 Node* branch = graph()->NewNode(common()->Branch(), value, control); local 865 Node* branch = local 891 Node* branch = local 1076 Node* branch = local 1108 Node* branch = local 1146 Node* branch = local 1752 Node* branch = local 1810 Node* branch = local 1852 Node* branch = graph()->NewNode(common()->Branch(), check, control); local 1912 Node* branch = local 1946 Node* branch = local 1980 Node* branch = local 2020 Node* branch = graph()->NewNode(common()->Branch(), check, control); local 2051 Node* branch = local 2096 Node* branch = local 2131 Node* branch = local 2799 Node* branch = local 3012 Node* branch = local 3170 Node* branch = local [all...] |
/external/valgrind/docs/internals/ |
3_0_BUGSTATUS.txt | 204 FIXED-30BRANCH: 4876 213 FIXED-30BRANCH: TODO? 219 FIXED-30BRANCH: TODO 225 FIXED-30BRANCH: TODO 233 FIXED-30BRANCH: TODO 240 FIXED-30BRANCH: TODO 247 FIXED-30BRANCH: TODO 253 FIXED-30BRANCH: 4597, 4601 259 FIXED-30BRANCH: TODO 266 FIXED-30BRANCH: TOD [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
prove.go | 12 type branch int type 319 // Called when descending on a branch. 327 // Called when backing up on a branch. 369 // maps what we learn when the positive branch is taken. 373 // If v1 branch is taken than we learn that the rangeMaks 428 // that the positive branch learns signed/LT and unsigned/LT 429 // but the negative branch only learns unsigned/GE. 455 // else branch of the first comparison is executed, we already know that i < len(a). 484 branch := getBranch(sdom, parent, node.block) 488 if branch != unknown [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
prove.go | 12 type branch int type 319 // Called when descending on a branch. 327 // Called when backing up on a branch. 369 // maps what we learn when the positive branch is taken. 373 // If v1 branch is taken than we learn that the rangeMaks 428 // that the positive branch learns signed/LT and unsigned/LT 429 // but the negative branch only learns unsigned/GE. 455 // else branch of the first comparison is executed, we already know that i < len(a). 484 branch := getBranch(sdom, parent, node.block) 488 if branch != unknown [all...] |
/art/runtime/interpreter/mterp/arm/ |
op_packed_switch.S | 18 bl $func @ r0<- code-unit branch offset
|
/art/runtime/interpreter/mterp/arm64/ |
op_packed_switch.S | 18 bl $func // w0<- code-unit branch offset
|
/art/runtime/interpreter/mterp/mips/ |
op_packed_switch.S | 18 JAL($func) # a0 <- code-unit branch offset
|
/art/runtime/interpreter/mterp/mips64/ |
bincmp.S | 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
|
op_packed_switch.S | 19 jal $func # v0 <- code-unit branch offset
|
zcmp.S | 2 * Generic one-operand compare-and-branch operation. Provide a "condition"
|
/art/test/800-smali/smali/ |
b_22411633_3.smali | 14 # Branch forward.
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
MBranchInsn.java | 24 * The MInsn this branch instruction branches to.
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
tsearch.c | 40 &(*rootp)->left : /* T3: follow left branch */ 41 &(*rootp)->right; /* T4: follow right branch */ 69 &(*rootp)->left : /* follow left branch */ 70 &(*rootp)->right; /* follow right branch */
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputCollector.java | 66 * Reverses a branch which is buried a given number of instructions 68 * indicated instruction really is a reversible branch. 70 * @param which how many instructions back to find the branch; 73 * @param newTarget {@code non-null;} the new target for the reversed branch
|
/dalvik/dx/src/com/android/dx/dex/code/ |
OutputCollector.java | 69 * Reverses a branch which is buried a given number of instructions 71 * indicated instruction really is a reversible branch. 73 * @param which how many instructions back to find the branch; 76 * @param newTarget {@code non-null;} the new target for the reversed branch
|
/docs/source.android.com/src/source/ |
using-repo.jd | 65 <p><code>-b</code>: specify a revision, i.e., a particular manifest-branch.</p> 81 git rebase origin/<em><BRANCH></em> 83 <p>where <code><em><BRANCH></em></code> is the currently checked-out branch in the local project directory. If the local branch is not tracking a branch in the remote repository, then no synchronization will occur for the project.</p> 93 <p><code>-d</code>: switch specified projects back to the manifest revision. Helpful if the project is currently on a topic branch, but the manifest revision is temporarily needed.</p> 119 <p>Make sure the updated branch is the currently checked out branch.</p> 123 <pre><code># Replacing from branch foo [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
create_version.py | 17 (1) it could be found in cros/master remote branch on the host, and 22 If the there are any commits on the current local branch on top of the 72 def _get_git_commit(branch): 73 return _run_git_cmd('git rev-parse %s' % branch)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509ObjectIdentifiers.java | 61 static final ASN1ObjectIdentifier id_pe = id_pkix.branch("1"); 71 static final ASN1ObjectIdentifier id_ad = id_pkix.branch("48"); 73 static final ASN1ObjectIdentifier id_ad_caIssuers = id_ad.branch("2").intern(); 75 static final ASN1ObjectIdentifier id_ad_ocsp = id_ad.branch("1").intern();
|
/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. 35 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. 37 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/glide/ |
update_files.sh | 2 # Pulls down the version of Glide specified by tag/branch, merges it with 36 # Switch to the branch in Android we want to update, sync and merge. 39 # FETCH_HEAD defined by the fetch of the tag/branch above 79 # FETCH_HEAD defined by the fetch of the tag/branch above
|
/external/llvm/lib/Target/AArch64/ |
AArch64BranchRelaxation.cpp | 1 //===-- AArch64BranchRelaxation.cpp - AArch64 branch relaxation -----------===// 27 #define DEBUG_TYPE "aarch64-branch-relax" 30 BranchRelaxation("aarch64-branch-relax", cl::Hidden, cl::init(true), 52 #define AARCH64_BR_RELAX_NAME "AArch64 branch relaxation pass" 115 INITIALIZE_PASS(AArch64BranchRelaxation, "aarch64-branch-relax", 218 /// an unconditional branch. Update data structures and renumber blocks to 235 // Add an unconditional branch from OrigBB to NewBB. 236 // Note the new unconditional branch is not being recorded. 272 DEBUG(dbgs() << "Branch of destination BB#" << DestBB->getNumber() 278 // Branch before the Dest [all...] |
/external/llvm/lib/Target/Mips/InstPrinter/ |
MipsInstPrinter.h | 23 // Mips Branch Codes 34 // To be used with float branch True 52 // To be used with float branch False 54 // above ones, but are used with a branch False;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsFixupKinds.h | 26 // Branch fixups resulting in R_MIPS_NONE. 29 // Branch fixups resulting in R_MIPS_16. 56 // PC relative branch fixup resulting in - R_MIPS_PC16. 95 // PC relative branch fixup resulting in - R_MIPS_PC16
|
/external/llvm/test/CodeGen/AArch64/ |
a57-csel.ll | 3 ; Check that the select isn't expanded into a branch sequence
|
fast-isel-branch_weights.ll | 4 ; Test if the BBs are reordred according to their branch weights.
|