Searched refs:Branch (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h106 struct Branch { struct in class:SkRTree
123 Branch* child(size_t index) {
124 return reinterpret_cast<Branch*>(this + 1) + index;
133 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
141 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) {
148 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) {
160 Branch* inser
[all...]
H A DSkRTree.cpp32 , fNodeSize(sizeof(Node) + sizeof(Branch) * maxChildren)
53 Branch newBranch;
68 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);
131 SkRTree::Branch* SkRTree::insert(Node* root, Branch* branch, uint16_t level) {
132 Branch* toInsert = branch;
145 Branch* toDivide = SkNEW_ARRAY(Branch, fMaxChildren + 1);
176 int SkRTree::chooseSubtree(Node* root, Branch* branch) {
237 int SkRTree::distributeChildren(Branch* childre
[all...]
/external/skia/src/core/
H A DSkRTree.h106 struct Branch { struct in class:SkRTree
123 Branch* child(size_t index) {
124 return reinterpret_cast<Branch*>(this + 1) + index;
133 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
141 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) {
148 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) {
160 Branch* inser
[all...]
H A DSkRTree.cpp32 , fNodeSize(sizeof(Node) + sizeof(Branch) * maxChildren)
53 Branch newBranch;
68 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);
131 SkRTree::Branch* SkRTree::insert(Node* root, Branch* branch, uint16_t level) {
132 Branch* toInsert = branch;
145 Branch* toDivide = SkNEW_ARRAY(Branch, fMaxChildren + 1);
176 int SkRTree::chooseSubtree(Node* root, Branch* branch) {
237 int SkRTree::distributeChildren(Branch* childre
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h32 struct Branch { struct in class:clang::UninitUse
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp1 //===-- SystemZLongBranch.cpp - Branch lengthening for SystemZ ------------===//
98 MachineInstr *Branch; member in struct:__anon25321::TerminatorInfo
106 // If Branch is nonnull, this is the number of the target block,
110 // If Branch is nonnull, this is the length of the longest relaxed form,
114 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0),
138 return "SystemZ Long Branch";
251 Terminator.Branch = MI;
307 if (!Terminator.Branch)
384 MachineInstr *Branch = Terminator.Branch; local
[all...]
H A DSystemZElimCompare.cpp182 MachineInstr *Branch = CCUsers[0];
183 if (Branch->getOpcode() != SystemZ::BRC ||
184 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
185 Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_NE)
190 // Compare and Branch.
192 MachineBasicBlock::iterator MBBI = Compare, MBBE = Branch;
197 // The transformation is OK. Rebuild Branch as a BRCT(G).
198 MachineOperand Target(Branch->getOperand(2));
199 Branch->RemoveOperand(2);
200 Branch
[all...]
H A DSystemZInstrInfo.cpp267 SystemZII::Branch Branch(getBranchInfo(I));
268 if (!Branch.Target->isMBB())
272 if (Branch.Type != SystemZII::BranchNormal)
275 if (Branch.CCMask == SystemZ::CCMASK_ANY) {
278 TBB = Branch.Target->getMBB();
290 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
298 TBB = Branch.Target->getMBB();
306 TBB = Branch.Target->getMBB();
307 Cond.push_back(MachineOperand::CreateImm(Branch
[all...]
H A DSystemZInstrInfo.h94 struct Branch { struct in namespace:llvm::SystemZII
107 Branch(BranchType type, unsigned ccValid, unsigned ccMask, function in struct:llvm::SystemZII::Branch
206 SystemZII::Branch getBranchInfo(const MachineInstr *MI) const;
/external/chromium_org/v8/src/mips/
H A Dbuiltins-mips.cc168 __ Branch(&no_arguments, eq, a0, Operand(zero_reg));
237 __ Branch(&convert_argument, ne, t0, Operand(zero_reg));
240 __ Branch(&argument_is_string);
253 __ Branch(&argument_is_string);
260 __ Branch(&argument_is_string);
310 __ Branch(&ok, hs, sp, Operand(t0));
365 __ Branch(&rt_call, ne, a2, Operand(zero_reg));
372 __ Branch(&rt_call, ne, t4, Operand(MAP_TYPE));
380 __ Branch(&rt_call, eq, a3, Operand(JS_FUNCTION_TYPE));
388 __ Branch(
[all...]
H A Dic-mips.cc33 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_OBJECT_TYPE));
34 __ Branch(global_object, eq, type, Operand(JS_BUILTINS_OBJECT_TYPE));
35 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_PROXY_TYPE));
60 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
71 __ Branch(miss, ne, scratch1, Operand(zero_reg));
76 __ Branch(miss, ne, scratch1, Operand(scratch0));
127 __ Branch(miss, ne, at, Operand(zero_reg));
181 __ Branch(miss, ne, at, Operand(zero_reg));
211 __ Branch(slow, ne, at, Operand(zero_reg));
218 __ Branch(slo
[all...]
H A Dcode-stubs-mips.cc556 __ Branch(&not_special, gt, source_, Operand(1));
636 __ Branch(&error, ne, scratch, Operand(zero_reg));
638 __ Branch(&done);
661 __ Branch(&done, eq, scratch, Operand(zero_reg));
670 __ Branch(&normal_exponent, le, result_reg, Operand(zero_reg));
672 __ Branch(&done);
687 __ Branch(&high_shift_needed, lt, scratch, Operand(32));
689 __ Branch(&high_shift_done);
707 __ Branch(&pos_shift, ge, scratch, Operand(zero_reg));
712 __ Branch(
[all...]
H A Dregexp-macro-assembler-mips.cc218 __ Branch(&backtrack_non_equal, ne, current_input_offset(), Operand(a0));
237 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
265 __ Branch(&loop_check, eq, t0, Operand(a3));
270 __ Branch(&fail, ne, t0, Operand(a3));
272 __ Branch(&loop_check, ls, a3, Operand('z' - 'a'));
276 __ Branch(&fail, hi, a3, Operand(254 - 224));
278 __ Branch(&fail, eq, a3, Operand(247 - 224));
281 __ Branch(&loop, lt, a0, Operand(a1));
354 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
380 __ Branch(
[all...]
H A Dlithium-codegen-mips.cc152 __ Branch(&ok, ne, a2, Operand(at));
186 __ Branch(&loop, ne, a0, Operand(sp));
347 __ Branch(&needs_frame);
813 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
827 __ Branch(&skip, NegateCondition(condition), src1, src2);
851 __ Branch(&deopt_jump_table_.last().label, condition, src1, src2);
1097 __ Branch(&dividend_is_not_negative, ge, dividend, Operand(zero_reg));
1104 __ Branch(USE_DELAY_SLOT, &done);
1133 __ Branch(&remainder_not_zero, ne, result, Operand(zero_reg));
1160 __ Branch(
[all...]
H A Dmacro-assembler-mips.cc79 Branch(2, NegateCondition(cond), src1, src2);
94 Branch(2, NegateCondition(cond), src1, src2);
184 Branch(branch, cc, scratch,
217 Branch(&ok, eq, t8, Operand(zero_reg));
290 Branch(&ok, eq, at, Operand(zero_reg));
417 Branch(&done, eq, t8, Operand(zero_reg));
474 Branch(&same_contexts, eq, scratch, Operand(at));
502 Branch(miss, ne, scratch, Operand(at));
607 Branch(&done, eq, key, Operand(at));
609 Branch(mis
[all...]
H A Dfull-codegen-mips.cc141 __ Branch(&ok, ne, a2, Operand(at));
169 __ Branch(&ok, hs, t5, Operand(a2));
187 __ Branch(&loop_header, ne, a2, Operand(zero_reg));
316 __ Branch(&ok, hs, sp, Operand(at));
369 // to make sure it is constant. Branch may emit a skip-or-jump sequence
370 // instead of the normal Branch. It seems that the "skip" part of that
371 // sequence is about as long as this Branch would be so it is safe to ignore
403 __ Branch(&return_label_);
423 __ Branch(&ok, ge, a3, Operand(zero_reg));
513 if (false_label_ != fall_through_) __ Branch(false_label
[all...]
H A Dcodegen-mips.cc180 __ Branch(USE_DELAY_SLOT, &skip_pref, gt, v1, Operand(zero_reg));
274 __ Branch(&leave, le, a2, Operand(zero_reg));
346 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg));
381 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg));
705 __ Branch(&only_change_map, eq, at, Operand(t0));
758 __ Branch(&entry);
770 __ Branch(&done);
775 __ Branch(fail);
790 __ Branch(&entry);
806 __ Branch(
[all...]
H A Dstub-cache-mips.cc61 __ Branch(&miss, ne, name, Operand(at));
66 __ Branch(&miss, ne, at, Operand(scratch2));
78 __ Branch(&miss, ne, flags_reg, Operand(flags));
119 __ Branch(miss_label, ne, scratch0, Operand(zero_reg));
123 __ Branch(miss_label, lt, scratch0, Operand(FIRST_SPEC_OBJECT_TYPE));
132 __ Branch(miss_label, ne, map, Operand(tmp));
278 __ Branch(miss, ne, at, Operand(scratch));
314 __ Branch(miss_label, ne, scratch, Operand(JS_ARRAY_TYPE));
343 __ Branch(miss, ne, scratch, Operand(at));
391 __ Branch(miss_labe
[all...]
/external/lzma/CPP/7zip/Compress/
H A DBranchRegister.cpp30 REGISTER_CODECS(Branch)
/external/chromium_org/third_party/skia/src/animator/
H A DSkScript2.h187 struct Branch { struct in class:SkScriptEngine2
188 Branch() { function in struct:SkScriptEngine2::Branch
191 Branch(Op op, int depth, size_t offset) function in struct:SkScriptEngine2::Branch
250 void resolveBranch(Branch& );
255 SkTDStack<Branch> fBranchStack; // logical operators, slot to store forward branch
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java303 * Branch offsets and the exception table are also updated.
325 * Branch offsets and the exception table are also updated.
350 * Branch offsets and the exception table are also updated.
376 * Branch offsets and the exception table are also updated.
398 * Branch offsets and the exception table are also updated.
423 * Branch offsets and the exception table are also updated.
470 * Branch offsets and the exception table are also updated.
487 * Branch offsets and the exception table are also updated.
509 * Branch offsets and the exception table are also updated.
526 * Branch offset
1267 static abstract class Branch { class in class:CodeIterator
1269 Branch(int p) { pos = orgPos = p; } method in class:CodeIterator.Branch
[all...]
/external/skia/src/animator/
H A DSkScript2.h187 struct Branch { struct in class:SkScriptEngine2
188 Branch() { function in struct:SkScriptEngine2::Branch
191 Branch(Op op, int depth, size_t offset) function in struct:SkScriptEngine2::Branch
250 void resolveBranch(Branch& );
255 SkTDStack<Branch> fBranchStack; // logical operators, slot to store forward branch
/external/oprofile/events/mips/vr5432/
H A Devents8 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Branch execution (no jumps or jump registers)
/external/oprofile/events/mips/vr5500/
H A Devents16 event:0xa counters:0,1 um:zero minimum:500 name:BRANCHES_MISPREDICTED : Branch prediction miss
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp598 UninitUse::Branch Branch; local
599 Branch.Terminator = Label;
600 Branch.Output = 0; // Ignored.
601 Use.addUninitBranch(Branch);
603 UninitUse::Branch Branch; local
604 Branch.Terminator = Term;
605 Branch.Output = I - Block->succ_begin();
606 Use.addUninitBranch(Branch);
[all...]

Completed in 1271 milliseconds

1234