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

<<51525354555657585960>>

  /external/curl/
update_curl.sh 63 # Print the current branch name.
75 echo "Not working on a branch, please run 'repo start [branch_name] .'" \
  /external/dagger2/
README.md 88 * [Dagger development Javadocs][latestapi] (from the `master` branch on GitHub)
101 are built on a clean build of the GitHub project's master branch.
  /external/flatbuffers/docs/source/
Benchmarks.md 58 Code for these benchmarks sits in `benchmarks/` in git branch `benchmarks`.
59 It sits in its own branch because it has submodule dependencies that the main
  /external/google-breakpad/src/processor/
stackwalker_ppc.cc 134 // past the branch that caused us to arrive at the callee. Set
136 // instructions are 4 bytes wide, this is the address of the branch
stackwalker_ppc64.cc 125 // past the branch that caused us to arrive at the callee. Set
127 // instructions are 8 bytes wide, this is the address of the branch
stackwalker_sparc.cc 121 // past the branch that caused us to arrive at the callee, which are
124 // instructions are 4 bytes wide, this is the address of the branch
  /external/icu/icu4c/source/common/
bytestrieiterator.cpp 112 // the branch node.
183 // Branch node, needs to take the first outbound edge and push state for the rest.
ucharstrieiterator.cpp 111 // the branch node.
184 // Branch node, needs to take the first outbound edge and push state for the rest.
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
CoverageNodeImplTest.java 14 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.BRANCH;
70 assertEquals(CounterImpl.getInstance(10, 15), parent.getCounter(BRANCH));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
HTMLFormatter.java 139 t.add("Missed Branches", Styles.BAR, new BarColumn(CounterEntity.BRANCH, locale),
141 t.add("Cov.", Styles.CTR2, new PercentageColumn(CounterEntity.BRANCH, locale),
  /external/libpcap/
README 11 Please submit patches by forking the branch on GitHub at
98 above or submitted by forking the branch on GitHub at
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 104 Each branch (i.e., out of the trace) is annotated with the
108 Every branch from the trace has to go to some epilog.
  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 110 /// the jump tables to branch to New instead.
114 /// the jump table to branch to New instead.
  /external/llvm/lib/Passes/
PassRegistry.def 92 FUNCTION_ANALYSIS("branch-prob", BranchProbabilityAnalysis())
156 FUNCTION_PASS("print<branch-prob>", BranchProbabilityPrinterPass(dbgs()))
  /external/llvm/lib/Target/AArch64/
AArch64Schedule.td 41 def WriteBr : SchedWrite; // Branch
42 def WriteBrReg : SchedWrite; // Indirect Branch
  /external/llvm/lib/Target/PowerPC/
PPCScheduleG5.td 14 def G5_BPU : FuncUnit; // Branch unit
120 let IssueWidth = 4; // 4 (non-branch) instructions are dispatched per cycle.
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 94 // Branch analysis.
155 // Remove the branch.
  /external/llvm/test/CodeGen/MIR/Mips/
memory-operands.mir 1 # RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
  /external/llvm/test/CodeGen/MIR/X86/
block-address-operands.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
constant-pool.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
global-value-operands.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
jump-table-info.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
used-physical-register-info.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
  /external/llvm/test/CodeGen/Thumb/
dyn-stackalloc.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -verify-machineinstrs | FileCheck %s -check-prefix=CHECK -check-prefix=RA_GREEDY
2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=basic -verify-machineinstrs | FileCheck %s -check-prefix=CHECK -check-prefix=RA_BASIC
  /external/llvm/test/Transforms/LoopUnswitch/
msan.ll 20 ; Test that the branch on "y" is inside the loop (after the first unconditional
21 ; branch).

Completed in 286 milliseconds

<<51525354555657585960>>