HomeSort by relevance Sort by last modified time
    Searched refs:Branch (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 9 # Branch instructions
  /external/opencv3/modules/flann/include/opencv2/flann/
kdtree_index.h 238 typedef BranchSt* Branch;
440 BranchSt branch; local
452 while ( heap->popMin(branch) && (checkCount < maxCheck || !result.full() )) {
453 searchLevel(result, vec, branch.node, branch.mindist, checkCount, maxCheck, epsError, heap, checked);
471 // printf("Ignoring branch, too far\n");
492 /* Which child branch should be taken first? */
498 /* Create a branch record for the branch not taken. Add distance
529 /* Which child branch should be taken first? *
    [all...]
kdtree_single_index.h 284 typedef BranchSt* Branch;
558 /* Which child branch should be taken first? */
  /external/skia/
PRESUBMIT.py 356 * Adds 'NOTREECHECKS=true' for non master branch changes since they do not
357 need to be gated on the master branch's tree.
358 * Adds 'NOTRY=true' for non master branch changes since trybots do not yet
360 * Adds 'NOPRESUBMIT=true' for non master branch changes since those don't
424 'Branch changes do not need to rely on the master branch\'s '
439 'Branch changes do not run the presubmit checks.'))
  /external/v8/src/mips64/
deoptimizer-mips64.cc 336 // Uncommon case, the branch cannot reach.
356 __ Branch(USE_DELAY_SLOT, &done); // Expose delay slot.
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.h 299 #pragma mark Branch...
  /external/v8/test/cctest/
test-assembler-mips.cc 95 __ Branch(&L, ne, v1, Operand(0));
151 __ Branch(&error, ne, v0, Operand(0x0f234560));
156 __ Branch(&error, ne, v0, Operand(0x00001234));
159 __ Branch(&error, ne, v1, Operand(0x80000003));
162 __ Branch(&error, ne, v1, Operand(0x7ffffffc));
169 __ Branch(&error, ne, v0, Operand(0xedcba983));
173 __ Branch(&error, ne, v0, Operand(0x1));
176 __ Branch(&error, ne, v0, Operand(zero_reg));
183 __ Branch(&error, ne, v0, Operand(0x00007400));
186 __ Branch(&error, ne, v1, Operand(0x80000000))
    [all...]
test-assembler-mips64.cc 95 __ Branch(&L, ne, v1, Operand((int64_t)0));
151 __ Branch(&error, ne, v0, Operand(0x0f234560));
156 __ Branch(&error, ne, v0, Operand(0x00001234));
159 __ Branch(&error, ne, v1, Operand(0xffffffff80000003));
162 __ Branch(&error, ne, v1, Operand(0x7ffffffc));
169 __ Branch(&error, ne, v0, Operand(0xffffffffedcba983));
177 __ Branch(&error, ne, v0, Operand(0x1));
180 __ Branch(&error, ne, v0, Operand(zero_reg));
191 __ Branch(&error, ne, v0, Operand(0x00007400));
194 __ Branch(&error, ne, v1, Operand(0xffffffff80000000))
    [all...]
  /art/runtime/
instrumentation_test.cc 103 void Branch(Thread* thread ATTRIBUTE_UNUSED,
354 instr->Branch(self, method, dex_pc, -1);
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 239 R_SExpr reduceBranch(Branch &O, R_SExpr C, BasicBlock *B0, BasicBlock *B1) {
848 void printBranch(const Branch *E, StreamType &SS) {
849 SS << "branch (";
  /external/libavc/common/arm/
ih264_inter_pred_luma_vert_qpel_a9q.s 120 subs r12, r6, #8 @if wd=8 branch to loop_8
124 subs r12, r6, #4 @if wd=4 branch to loop_4
210 beq end_func @ Branch if height==4
267 beq end_func @ Branch if height==4
  /external/v8/src/compiler/
raw-machine-assembler.cc 80 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val,
83 Node* branch = MakeNode(common()->Branch(), 1, &condition); local
84 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val)); local
ast-graph-builder.h 50 return NewNode(common()->Branch(hint), condition);
code-assembler.h 233 void Branch(Node* condition, Label* true_label, Label* false_label);
common-operator-reducer.cc 77 // Swap IfTrue/IfFalse on {branch} if {cond} is a BooleanNot and use the input
78 // to BooleanNot as new condition for {branch}. Note we assume that {cond} was
94 // Update the condition of {branch}. No need to mark the uses for revisit,
95 // since we tell the graph reducer that the {branch} was changed and the
98 // Negate the hint for {branch}.
100 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op()))));
163 // c) and the {IfTrue} and {IfFalse} nodes point to the same {Branch}.
176 Node* const branch = if_true->InputAt(0); local
177 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
178 DCHECK(branch->OwnedBy(if_true, if_false))
233 Node* const branch = if_true->InputAt(0); local
    [all...]
opcodes.h 14 V(Branch) \
wasm-compiler.h 140 Node* Branch(Node* cond, Node** true_node, Node** false_node);
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 278 m.Branch(m.Int32Constant(0), &a, &b);
298 m.Branch(m.Int32Constant(1), &a, &b);
dead-code-elimination-unittest.cc 70 // Branch
78 Reduce(graph()->NewNode(common()->Branch(hint), Parameter(0),
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/v8/src/wasm/
ast-decoder.cc 255 error(operand.table + i * 2, "improper branch in br_table");
681 BUILD(Branch, cond.node, &if_true, &if_false);
707 // Switch to environment for false branch.
728 // End the true branch of a one-armed if.
733 // End the false branch of a two-armed if.
761 builder_->Branch(cond.node, &controls[0], &controls[1]);
792 BUILD(Branch, cond.node, &tenv->control, &fenv->control);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 422 /// Typically this is things like return and branch instructions.
430 /// Returns true if this is a conditional, unconditional, or indirect branch.
435 return hasProperty(MCID::Branch, Type);
438 /// Return true if this is an indirect branch, such as a
439 /// branch through a register.
444 /// Return true if this is a branch which may fall
447 /// information about this branch.
452 /// Return true if this is a branch which always
455 /// about this branch.
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 811 Node* Branch(Node* cond) {
812 Node* br = graph()->NewNode(common()->Branch(), cond, start);
836 Node* use = t.Branch(inv);
868 Node* use = t.Branch(inv);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 31 V(Branch) \
821 "compare-numeric-and-branch")
971 DECLARE_CONCRETE_INSTRUCTION(CmpObjectEqAndBranch, "cmp-object-eq-and-branch")
984 DECLARE_CONCRETE_INSTRUCTION(CmpHoleAndBranch, "cmp-hole-and-branch")
999 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1014 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
1032 "is-undetectable-and-branch")
1052 "string-compare-and-branch")
1070 "has-instance-type-and-branch")
1099 "has-cached-array-index-and-branch")
    [all...]

Completed in 1557 milliseconds

1 2 3 4 56 7 8