HomeSort by relevance Sort by last modified time
    Searched refs:if_true (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/src/compiler/
change-lowering-unittest.cc 203 Capture<Node*> add, branch, heap_number, if_true; local
209 IsAllocateHeapNumber(_, CaptureEq(&if_true))),
213 CaptureEq(&if_true))),
216 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))),
233 Capture<Node*> branch, if_true; local
239 IsControlEffect(CaptureEq(&if_true))),
243 AllOf(CaptureEq(&if_true),
262 Capture<Node*> branch, if_true; local
268 IsControlEffect(CaptureEq(&if_true)))),
270 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch)))
288 Capture<Node*> branch, if_true; local
370 Capture<Node*> branch, if_true; local
399 Capture<Node*> branch, if_true; local
426 Capture<Node*> branch, if_true; local
    [all...]
change-lowering.cc 107 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
113 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
146 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
148 graph()->NewNode(machine()->ChangeInt32ToFloat64(), val), if_true);
153 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
170 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
174 Node* change = graph()->NewNode(op, LoadHeapNumberValue(val, if_true));
179 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
196 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
197 Node* load = LoadHeapNumberValue(val, if_true);
219 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
    [all...]
js-builtin-reducer.cc 130 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
132 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
js-typed-lowering.cc 604 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
608 NodeProperties::GetEffectInput(node), if_true);
612 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
  /external/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 64 typedef if_<true, true_type, false_type>::type if_true; typedef
65 EXPECT_TRUE(if_true::value);
  /external/v8/src/arm/
full-codegen-arm.cc 694 Label* if_true,
700 Split(ne, if_true, if_false, fall_through);
705 Label* if_true,
709 __ b(cond, if_true);
710 } else if (if_true == fall_through) {
713 __ b(cond, if_true);
777 Label* if_true,
790 Split(eq, if_true, if_false, NULL);
2995 Label* if_true = NULL; local
3016 Label* if_true = NULL; local
3037 Label* if_true = NULL; local
3070 Label* if_true = NULL; local
3092 Label* if_true = NULL; local
3117 Label* if_true = NULL; local
3205 Label* if_true = NULL; local
3227 Label* if_true = NULL; local
3253 Label* if_true = NULL; local
3275 Label* if_true = NULL; local
3295 Label* if_true = NULL; local
3328 Label* if_true = NULL; local
3884 Label* if_true = NULL; local
4556 Label* if_true = NULL; local
4639 Label* if_true = NULL; local
4705 Label* if_true = NULL; local
    [all...]
lithium-codegen-arm.h 156 void EmitClassOfTest(Label* if_true,
  /external/v8/src/arm64/
full-codegen-arm64.cc 684 Label* if_true,
689 __ CompareAndSplit(result_register(), 0, ne, if_true, if_false, fall_through); local
693 // If (cond), branch to if_true.
698 Label* if_true,
702 __ B(cond, if_true);
703 } else if (if_true == fall_through) {
707 __ B(cond, if_true);
769 Label* if_true,
784 Split(eq, if_true, if_false, NULL);
2660 Label* if_true = NULL; local
2680 Label* if_true = NULL; local
2702 Label* if_true = NULL; local
2732 Label* if_true = NULL; local
2755 Label* if_true = NULL; local
2779 Label* if_true = NULL; local
2881 Label* if_true = NULL; local
2903 Label* if_true = NULL; local
2930 Label* if_true = NULL; local
2952 Label* if_true = NULL; local
2972 Label* if_true = NULL; local
3008 Label* if_true = NULL; local
3566 Label* if_true = NULL; local
4222 Label* if_true = NULL; local
4314 Label* if_true = NULL; local
4378 Label* if_true = NULL; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 638 Label* if_true,
645 Split(not_zero, if_true, if_false, fall_through);
650 Label* if_true,
654 __ j(cc, if_true);
655 } else if (if_true == fall_through) {
658 __ j(cc, if_true);
719 Label* if_true,
731 Split(equal, if_true, if_false, NULL);
2896 Label* if_true = NULL; local
2917 Label* if_true = NULL; local
2938 Label* if_true = NULL; local
2970 Label* if_true = NULL; local
2992 Label* if_true = NULL; local
3017 Label* if_true = NULL; local
3107 Label* if_true = NULL; local
3129 Label* if_true = NULL; local
3157 Label* if_true = NULL; local
3179 Label* if_true = NULL; local
3199 Label* if_true = NULL; local
3235 Label* if_true = NULL; local
3808 Label* if_true = NULL; local
4521 Label* if_true = NULL; local
4601 Label* if_true = NULL; local
4668 Label* if_true = NULL; local
    [all...]
lithium-codegen-ia32.h 135 void EmitClassOfTest(Label* if_true,
  /external/v8/src/mips/
full-codegen-mips.cc 682 Label* if_true,
689 Split(ne, v0, Operand(at), if_true, if_false, fall_through);
696 Label* if_true,
700 __ Branch(if_true, cc, lhs, rhs);
701 } else if (if_true == fall_through) {
704 __ Branch(if_true, cc, lhs, rhs);
767 Label* if_true,
779 Split(eq, a0, Operand(t0), if_true, if_false, NULL);
2978 Label* if_true = NULL; local
2999 Label* if_true = NULL; local
3020 Label* if_true = NULL; local
3051 Label* if_true = NULL; local
3074 Label* if_true = NULL; local
3099 Label* if_true = NULL; local
3186 Label* if_true = NULL; local
3209 Label* if_true = NULL; local
3239 Label* if_true = NULL; local
3262 Label* if_true = NULL; local
3281 Label* if_true = NULL; local
3317 Label* if_true = NULL; local
3898 Label* if_true = NULL; local
4574 Label* if_true = NULL; local
4656 Label* if_true = NULL; local
4718 Label* if_true = NULL; local
    [all...]
lithium-codegen-mips.h 156 void EmitClassOfTest(Label* if_true,
  /external/v8/src/mips64/
full-codegen-mips64.cc 678 Label* if_true,
685 Split(ne, v0, Operand(at), if_true, if_false, fall_through);
692 Label* if_true,
696 __ Branch(if_true, cc, lhs, rhs);
697 } else if (if_true == fall_through) {
700 __ Branch(if_true, cc, lhs, rhs);
763 Label* if_true,
775 Split(eq, a0, Operand(a4), if_true, if_false, NULL);
2977 Label* if_true = NULL; local
2998 Label* if_true = NULL; local
3019 Label* if_true = NULL; local
3050 Label* if_true = NULL; local
3073 Label* if_true = NULL; local
3098 Label* if_true = NULL; local
3186 Label* if_true = NULL; local
3209 Label* if_true = NULL; local
3239 Label* if_true = NULL; local
3262 Label* if_true = NULL; local
3281 Label* if_true = NULL; local
3317 Label* if_true = NULL; local
3899 Label* if_true = NULL; local
4575 Label* if_true = NULL; local
4657 Label* if_true = NULL; local
4719 Label* if_true = NULL; local
    [all...]
lithium-codegen-mips64.h 157 void EmitClassOfTest(Label* if_true,
  /external/v8/src/x64/
full-codegen-x64.cc 659 Label* if_true,
666 Split(not_zero, if_true, if_false, fall_through);
671 Label* if_true,
675 __ j(cc, if_true);
676 } else if (if_true == fall_through) {
679 __ j(cc, if_true);
740 Label* if_true,
752 Split(equal, if_true, if_false, NULL);
2893 Label* if_true = NULL; local
2914 Label* if_true = NULL; local
2935 Label* if_true = NULL; local
2967 Label* if_true = NULL; local
2989 Label* if_true = NULL; local
3014 Label* if_true = NULL; local
3098 Label* if_true = NULL; local
3120 Label* if_true = NULL; local
3147 Label* if_true = NULL; local
3169 Label* if_true = NULL; local
3189 Label* if_true = NULL; local
3225 Label* if_true = NULL; local
3800 Label* if_true = NULL; local
4531 Label* if_true = NULL; local
4611 Label* if_true = NULL; local
4678 Label* if_true = NULL; local
    [all...]
lithium-codegen-x64.h 129 void EmitClassOfTest(Label* if_true,
  /external/v8/src/x87/
full-codegen-x87.cc 635 Label* if_true,
642 Split(not_zero, if_true, if_false, fall_through);
647 Label* if_true,
651 __ j(cc, if_true);
652 } else if (if_true == fall_through) {
655 __ j(cc, if_true);
716 Label* if_true,
728 Split(equal, if_true, if_false, NULL);
2886 Label* if_true = NULL; local
2907 Label* if_true = NULL; local
2928 Label* if_true = NULL; local
2960 Label* if_true = NULL; local
2982 Label* if_true = NULL; local
3007 Label* if_true = NULL; local
3097 Label* if_true = NULL; local
3119 Label* if_true = NULL; local
3147 Label* if_true = NULL; local
3169 Label* if_true = NULL; local
3189 Label* if_true = NULL; local
3225 Label* if_true = NULL; local
3797 Label* if_true = NULL; local
4510 Label* if_true = NULL; local
4590 Label* if_true = NULL; local
4657 Label* if_true = NULL; local
    [all...]
lithium-codegen-x87.h 167 void EmitClassOfTest(Label* if_true,
  /external/v8/src/
full-codegen.h 312 Label* if_true,
323 Label* if_true,
330 Label* if_true,
335 Label* if_true,
383 Label* if_true,
386 TestContext context(this, expr, if_true, if_false, fall_through);
448 Label* if_true,
691 Label** if_true,
732 Label** if_true,
753 Label** if_true,
    [all...]
full-codegen.cc 535 Label** if_true,
540 *if_true = *if_false = *fall_through = materialize_true;
547 Label** if_true,
550 *if_true = *fall_through = materialize_true;
558 Label** if_true,
561 *if_true = *fall_through = materialize_true;
569 Label** if_true,
572 *if_true = true_label_;
    [all...]
code-stubs-hydrogen.cc     [all...]
hydrogen.cc 3940 HBasicBlock* if_true = owner->graph()->CreateBasicBlock(); local
6316 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
7583 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
7997 HBasicBlock* if_true = inlined_test_context()->if_true(); local
    [all...]
  /art/compiler/optimizing/
graph_test.cc 79 HBasicBlock* if_true = createGotoBlock(graph, &allocator); local
84 if_block->AddSuccessor(if_true);
85 if_true->AddSuccessor(return_block);
89 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), if_true);
95 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), if_true);
  /art/compiler/dex/
mir_optimization.cc 633 MIR* if_true = tk->first_mir_insn; local
636 MIR* phi = FindPhi(tk_tk, if_true->ssa_rep->defs[0]);
637 if ((phi != nullptr) && (if_true->dalvikInsn.vA == if_false->dalvikInsn.vA)) {
648 bool const_form = (SelectKind(if_true) == kSelectConst);
649 if ((SelectKind(if_true) == kSelectMove)) {
650 if (IsConst(if_true->ssa_rep->uses[0]) &&
653 if_true->dalvikInsn.vB = ConstantValue(if_true->ssa_rep->uses[0]);
664 mir->dalvikInsn.vB = if_true->dalvikInsn.vB;
668 DCHECK_EQ(SelectKind(if_true), kSelectMove)
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 1876 sljit_si if_true; local
    [all...]

Completed in 801 milliseconds

1 2