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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/Generic/
stop-after.ll 9 ; START: -machine-branch-prob -pre-isel-intrinsic-lowering
  /external/llvm/test/CodeGen/Mips/
micromips-or16.ll 6 ; Branch instruction added to enable FastISel::selectOperator
  /external/llvm/test/CodeGen/SystemZ/Large/
branch-range-02.py 8 # conditional branch to end
11 # conditional branch to end
13 # conditional branch to b0
16 # conditional branch to b0
branch-range-07.py 1 # Test 32-bit BRANCH RELATIVE ON COUNT in cases where some branches are out
12 # conditional branch to main
16 # conditional branch to loopN
19 # Each load occupies 4 bytes. Each decrement and branch occupies 4
branch-range-08.py 1 # Test 64-bit BRANCH RELATIVE ON COUNT in cases where some branches are out
12 # conditional branch to main
16 # conditional branch to loopN
19 # Each load occupies 6 bytes. Each decrement and branch occupies 4
  /external/llvm/test/CodeGen/X86/
fast-isel-branch_weights.ll 4 ; Test if the BBs are reordred according to their branch weights.
pr3366.ll 1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
  /external/llvm/test/MC/Mips/
micromips-diagnostic-fixup.s 11 nop # This instr makes the branch too long to fit into a 17-bit offset
  /external/llvm/test/Transforms/BranchFolding/
2007-10-19-InlineAsmDirectives.ll 4 ;; We don't want branch folding to fold asm directives.
  /external/llvm/test/Transforms/LoopStrengthReduce/
exit_compare_live_range.ll 3 ; instruction immediately before the conditional branch.
  /external/llvm/test/Transforms/SimplifyCFG/
DeadSetCC.ll 5 ; folds a conditional branch into a switch instruction.
  /external/lzma/CPP/7zip/Compress/
BranchRegister.cpp 30 REGISTER_CODECS(Branch)
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointExt.java 34 * @return a via header corresponding to this listening point. Branch ID is set to NULL.
  /external/okhttp/
deploy_website.sh 17 # Checkout and track the gh-pages branch
  /external/robolectric/v1/
README.md 12 [![Build Status](https://secure.travis-ci.org/pivotal/robolectric.png?branch=master)](http://travis-ci.org/pivotal/robolectric)
  /external/selinux/libsepol/src/
handle.c 21 /* by default needless unused branch of tunables would be discarded */
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
jumptable.ll 1 ;RUN: llc --march=cellspu -disable-cgp-branch-opts %s -o - | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
pr3366.ll 1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
  /external/swiftshader/third_party/LLVM/test/Transforms/BranchFolding/
2007-10-19-InlineAsmDirectives.ll 3 ;; We don't want branch folding to fold asm directives.
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
exit_compare_live_range.ll 3 ; instruction immediately before the conditional branch.
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
DeadSetCC.ll 5 ; folds a conditional branch into a switch instruction.
basictest.ll 1 ; Test CFG simplify removal of branch instructions.
  /external/toolchain-utils/
repo_to_repo.py 118 self.branch = None
194 def __init__(self, address, branch, mappings=None, ignores=None, gerrit=None):
198 self.branch = branch or 'master'
215 command = 'git checkout %s' % self.branch
231 command = 'git branch -a | grep -wq %s' % self.branch
235 if self.branch != 'master':
236 command = ('git branch --track %s remotes/origin/%s' %
237 (self.branch, self.branch)
    [all...]
  /external/v8/testing/gmock_custom/gmock/internal/custom/
gmock-port.h 17 // that released after 4.7.0 from pre-4.7.0 branch. 20120702 implies 4.5.4, and

Completed in 505 milliseconds

<<21222324252627282930>>