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

<<61626364656667686970>>

  /external/llvm/include/llvm/Support/
BranchProbability.h 1 //===- BranchProbability.h - Branch Probability Wrapper ---------*- C++ -*-===//
27 // This class represents Branch Probability as a non-negative fraction that is
  /external/llvm/include/llvm/Target/
TargetOpcodes.def 165 /// Generic BRANCH instruction. This is an unconditional branch.
  /external/llvm/lib/MC/MCDisassembler/
MCExternalSymbolizer.cpp 25 // the caller. If the instruction is a branch instruction then IsBranch is true,
53 // if the Value is the address of a symbol. In the case this is a branch
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 189 // Branches can take an immediate operand. This is used by the branch
191 llvm_unreachable("Unknown branch operand.");
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 230 // changing them to branch to NewBB instead.
384 // The BasicBlock which contains the branch is not in the region
385 // modify the branch target to a new block
508 // instructions in the to-be-extracted region that branch to blocks that are
532 case 2: // Conditional branch, return a bool
611 // rewrite the original branch instruction with this new target
641 // branch.
699 // The new function needs a root node because other nodes can branch to the
  /external/llvm/test/CodeGen/AArch64/
br-to-eh-lpad.ll 4 ; branch from an invoke basic block, to its EH landing pad basic block.
6 ; branch would be removed (for instance, turned into a fallthrough), and in
  /external/llvm/test/CodeGen/Mips/
brdelayslot.ll 50 ; Check that branch delay slot can be filled with an instruction with operand
160 ; Check that the first branch has its slot filled.
  /external/llvm/test/Transforms/SampleProfile/
calls.ll 1 ; RUN: opt < %s -instcombine -sample-profile -sample-profile-file=%S/Inputs/calls.prof | opt -analyze -branch-prob | FileCheck %s
2 ; RUN: opt < %s -passes="function(instcombine),sample-profile" -sample-profile-file=%S/Inputs/calls.prof | opt -analyze -branch-prob | FileCheck %s
  /external/llvm/test/Transforms/SimplifyCFG/
merge-cond-stores.ll 204 ; Now there is a call to f() in the bottom branch. The store in the first
205 ; branch would now be reordered with respect to the call if we if-converted,
  /external/llvm/test/tools/llvm-cov/
llvm-cov.test 76 # Branch probabilities.
81 # Function summaries including branch probabilities.
  /external/minijail/
bpf.c 173 * It's easier for the rest of the code to have the true branch
174 * skip and the false branch fall through.
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 153 // changing them to branch to NewBB instead.
347 // The BasicBlock which contains the branch is not in the region
348 // modify the branch target to a new block
474 // instructions in the to-be-extracted region that branch to blocks that are
499 case 2: // Conditional branch, return a bool
576 // rewrite the original branch instruction with this new target
606 // branch.
696 // The new function needs a root node because other nodes can branch to the
  /external/v8/src/compiler/
node-properties.h 119 // Collect the branch-related projections from a node, such as IfTrue,
121 // - Branch: [ IfTrue, IfFalse ]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 215 BNE Horizontal ;// If the Prediction direction is horizontal branch to Horizontal
248 B Exit ;// Branch to exit
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
StateMachine.java 150 * Create a State which is not branch start and a branch end.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.def 217 DEFTIMEVAR (TV_BRANCH_PROB , "branch prediction")
243 DEFTIMEVAR (TV_DBR_SCHED , "delay branch sched")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_platform.py 71 # branch and revision are not "parsed", but fetched
73 (name, version, branch, revision, buildno, builddate, compiler) \
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_platform.py 71 # branch and revision are not "parsed", but fetched
73 (name, version, branch, revision, buildno, builddate, compiler) \
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 211 // label may be declared later - add branch to forward jumps
217 check.invalidAST(s.Pos(), "branch statement: %s %s", s.Tok, name)
  /prebuilts/go/linux-x86/src/go/types/
labels.go 211 // label may be declared later - add branch to forward jumps
217 check.invalidAST(s.Pos(), "branch statement: %s %s", s.Tok, name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 71 # branch and revision are not "parsed", but fetched
73 (name, version, branch, revision, buildno, builddate, compiler) \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 71 # branch and revision are not "parsed", but fetched
73 (name, version, branch, revision, buildno, builddate, compiler) \
  /prebuilts/tools/linux-x86_64/kythe/proto/
storage.proto 109 // branch -- a branch name within the corpus depot, e.g., "gslb_branch".
  /system/extras/simpleperf/
cmd_record.cpp 79 "-b Enable take branch stack sampling. Same as '-j any'\n"
113 " Enable taken branch stack sampling. Each sample captures a series\n"
116 " any: any type of branch\n"
119 " ind_call: any indirect branch\n"
120 " u: only when the branch target is at the user level\n"
121 " k: only when the branch target is in the kernel\n"
122 " This option requires at least one branch type among any, any_call,\n"
477 LOG(ERROR) << "unrecognized branch sampling filter: " << type;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.h 232 /* Reverse branch has to jump to the end of instruction pattern. */
258 /* Code sequences for different branch range. */

Completed in 1015 milliseconds

<<61626364656667686970>>