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

<<21222324252627282930>>

  /external/autotest/test_suites/
control.AFDO_record 17 The profile is collected using branch and program counter sampling with
22 We do this to make branch prediction etc. data driven in future optimizations
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/documentation/
Contributing.md 21 pushes your change to your forked branch.
23 your forked branch to the original repo.
  /external/clang/lib/CodeGen/
CGCleanup.cpp 222 // Check whether we can shrink the branch-fixups stack.
321 /// All the branch fixups on the EH stack have propagated out past the
364 // If it's a branch, turn it into a switch whose default
387 "branch fixups exist with no normal cleanups on stack");
400 // If it doesn't have an optimistic branch block, LatestBranch is
406 // Don't process the same optimistic branch block twice.
495 // Kill the branch.
543 // an unconditional branch or a switch.
580 // Replace the switch with a branch.
602 /// any branch fixups on the cleanup
    [all...]
  /external/clang/test/Profile/
c-unprofiled-blocks.c 2 // runs) shouldn't have any branch weight metadata added.
37 // This branch is never reached.
  /external/compiler-rt/lib/builtins/ppc/
restFP.S 15 // in the LR slot. So a function epilog must branch (b) not branch and link
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Label.java 28 * A branch target in a list of instructions.
41 /** contains the next instruction if no branch occurs */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedPublish.sh 28 branch="HEAD"; # optional
37 cmd=$cmd" -Dbranch=$branch -Dversion=$version -DbuildID=$buildID -DbuildAlias=$buildAlias -DbuildType="${buildID:0:1};
feedPublish.xml 24 branch="${branch}"
  /external/libxml2/
HACKING 9 - the 1.x branch has a separate commit policy, please check the HACKING
10 file for this branch
  /external/llvm/include/llvm/Analysis/
DivergenceAnalysis.h 11 // if a branch instruction in a GPU program is divergent or not. It can help
12 // branch optimizations such as jump threading and loop unswitching to make
  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 62 /// \brief Given a branch instruction try to get the address the branch
  /external/llvm/test/CodeGen/ARM/
tail-merge-branch-weight.ll 1 ; RUN: llc -mtriple=arm-apple-ios -print-machineinstrs=branch-folder \
4 ; Branch probability of tailed-merged block:
  /external/llvm/test/CodeGen/Generic/
2003-07-06-BadIntCmp.ll 11 ;; Error: llc generates a branch-on-xcc instead of branch-on-icc, which
  /external/llvm/test/CodeGen/MIR/AArch64/
target-flags.mir 1 # RUN: llc -mtriple=aarch64-none-linux-gnu -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
  /external/llvm/test/CodeGen/MIR/X86/
implicit-register-flag.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
jump-table-redefinition-error.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
machine-basic-block-operands.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
undefined-jump-table-id.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
  /external/llvm/test/Transforms/InstCombine/
canonicalize_branch.ll 3 ; Test an already canonical branch to make sure we don't flip those.
66 ; Ensure that the branch metadata is reversed to match the reversals above.
  /external/llvm/test/Transforms/SimplifyCFG/
2003-08-17-FoldSwitch.ll 70 ; Test folding switch -> branch
87 ; Can fold into a cond branch!
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 7 echo "creates a branch in SVN."
13 echo " -nobranch: Don't create a new release branch."
  /external/proguard/src/proguard/optimize/info/
BackwardBranchMarker.java 30 * This InstructionVisitor marks all methods that branch backward in any of the
64 * Marks the given method if the given branch offset is negative.
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrAnalysis.h 55 /// evaluateBranch - Given a branch instruction try to get the address the
56 /// branch targets. Otherwise return -1.
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
2003-07-06-BadIntCmp.ll 11 ;; Error: llc generates a branch-on-xcc instead of branch-on-icc, which
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
sext-i1.ll 1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=x86-64 -disable-cgp-branch-opts | FileCheck %s -check-prefix=64

Completed in 603 milliseconds

<<21222324252627282930>>