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

1 2

  /external/v8/src/compiler/
diamond.h 21 Node* if_true; member in struct:v8::internal::compiler::Diamond
30 if_true = graph->NewNode(common->IfTrue(), branch);
32 merge = graph->NewNode(common->Merge(2), if_true, if_false);
41 // Nest {this} into either the if_true or if_false branch of {that}.
42 void Nest(Diamond& that, bool if_true) {
43 if (if_true) {
44 branch->ReplaceInput(1, that.if_true);
control-flow-optimizer.cc 85 Node* if_true; local
90 if_true = matcher.IfTrue();
110 if_true->ReplaceInput(0, node);
112 NodeProperties::ChangeOp(if_true, common()->IfValue(value));
114 Enqueue(if_true);
130 if_true->ReplaceInput(0, node);
131 NodeProperties::ChangeOp(if_true, common()->IfValue(value));
132 Enqueue(if_true);
common-operator-reducer.cc 175 Node* if_true = node->InputAt(0); local
177 if (if_true->opcode() != IrOpcode::kIfTrue) std::swap(if_true, if_false);
178 if (if_true->opcode() == IrOpcode::kIfTrue &&
180 if_true->InputAt(0) == if_false->InputAt(0) && if_true->OwnedBy(node) &&
182 Node* const branch = if_true->InputAt(0);
184 DCHECK(branch->OwnedBy(if_true, if_false));
230 Node* if_true = merge->InputAt(0); local
232 if (if_true->opcode() != IrOpcode::kIfTrue)
    [all...]
memory-optimizer.cc 216 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
238 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
284 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
291 top_address, jsgraph()->IntPtrConstant(0), new_top, etrue, if_true);
314 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
effect-control-linearizer.cc 830 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
868 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
894 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1079 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1111 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1149 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1756 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1813 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1855 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1915 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1950 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1983 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
2022 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
2054 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
2099 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
2134 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
2802 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
3016 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
3174 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
    [all...]
js-intrinsic-lowering.cc 160 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
173 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
js-builtin-reducer.cc 754 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1547 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1599 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
    [all...]
  /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/full-codegen/arm64/
full-codegen-arm64.cc 656 Label* if_true,
662 Split(eq, if_true, if_false, fall_through);
666 // If (cond), branch to if_true.
671 Label* if_true,
675 __ B(cond, if_true);
676 } else if (if_true == fall_through) {
680 __ B(cond, if_true);
738 Label* if_true,
753 Split(eq, if_true, if_false, NULL);
2502 Label* if_true = NULL; local
2522 Label* if_true = NULL; local
2544 Label* if_true = NULL; local
2566 Label* if_true = NULL; local
2588 Label* if_true = NULL; local
2610 Label* if_true = NULL; local
3192 Label* if_true = NULL; local
3286 Label* if_true = NULL; local
3351 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 662 Label* if_true,
668 Split(eq, if_true, if_false, fall_through);
673 Label* if_true,
677 __ b(cond, if_true);
678 } else if (if_true == fall_through) {
681 __ b(cond, if_true);
745 Label* if_true,
758 Split(eq, if_true, if_false, NULL);
2596 Label* if_true = NULL; local
2617 Label* if_true = NULL; local
2639 Label* if_true = NULL; local
2661 Label* if_true = NULL; local
2683 Label* if_true = NULL; local
2705 Label* if_true = NULL; local
3272 Label* if_true = NULL; local
3359 Label* if_true = NULL; local
3424 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 615 Label* if_true,
621 Split(equal, if_true, if_false, fall_through);
626 Label* if_true,
630 __ j(cc, if_true);
631 } else if (if_true == fall_through) {
634 __ j(cc, if_true);
695 Label* if_true,
707 Split(equal, if_true, if_false, NULL);
2490 Label* if_true = NULL; local
2511 Label* if_true = NULL; local
2533 Label* if_true = NULL; local
2555 Label* if_true = NULL; local
2577 Label* if_true = NULL; local
2599 Label* if_true = NULL; local
3173 Label* if_true = NULL; local
3258 Label* if_true = NULL; local
3325 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 639 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true,
644 Split(eq, if_true, if_false, fall_through);
648 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false,
651 __ b(cond, if_true, cr);
652 } else if (if_true == fall_through) {
655 __ b(cond, if_true, cr);
713 Label* if_true,
726 Split(eq, if_true, if_false, NULL);
2606 Label* if_true = NULL; local
2627 Label* if_true = NULL; local
2649 Label* if_true = NULL; local
2671 Label* if_true = NULL; local
2693 Label* if_true = NULL; local
2715 Label* if_true = NULL; local
3277 Label* if_true = NULL; local
3366 Label* if_true = NULL; local
3431 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 623 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true,
628 Split(eq, if_true, if_false, fall_through);
631 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false,
634 __ b(cond, if_true);
635 } else if (if_true == fall_through) {
638 __ b(cond, if_true);
691 Label* if_true,
703 Split(eq, if_true, if_false, NULL);
2548 Label* if_true = NULL; local
2568 Label* if_true = NULL; local
2589 Label* if_true = NULL; local
2610 Label* if_true = NULL; local
2631 Label* if_true = NULL; local
2652 Label* if_true = NULL; local
3205 Label* if_true = NULL; local
3290 Label* if_true = NULL; local
3355 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 629 Label* if_true,
635 Split(equal, if_true, if_false, fall_through);
640 Label* if_true,
644 __ j(cc, if_true);
645 } else if (if_true == fall_through) {
648 __ j(cc, if_true);
709 Label* if_true,
721 Split(equal, if_true, if_false, NULL);
2480 Label* if_true = NULL; local
2501 Label* if_true = NULL; local
2523 Label* if_true = NULL; local
2545 Label* if_true = NULL; local
2567 Label* if_true = NULL; local
2589 Label* if_true = NULL; local
3161 Label* if_true = NULL; local
3247 Label* if_true = NULL; local
3314 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 612 Label* if_true,
618 Split(equal, if_true, if_false, fall_through);
623 Label* if_true,
627 __ j(cc, if_true);
628 } else if (if_true == fall_through) {
631 __ j(cc, if_true);
692 Label* if_true,
704 Split(equal, if_true, if_false, NULL);
2482 Label* if_true = NULL; local
2503 Label* if_true = NULL; local
2525 Label* if_true = NULL; local
2547 Label* if_true = NULL; local
2569 Label* if_true = NULL; local
2591 Label* if_true = NULL; local
3165 Label* if_true = NULL; local
3250 Label* if_true = NULL; local
3317 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 267 Label* if_true,
278 Label* if_true,
285 Label* if_true,
289 void Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through,
293 Label* if_true,
344 Label* if_true,
348 TestContext context(this, expr, if_true, if_false, fall_through);
432 Label* if_true,
785 Label** if_true,
825 Label** if_true, Label** if_false
    [all...]
full-codegen.cc 424 Label** if_true,
429 *if_true = *if_false = *fall_through = materialize_true;
436 Label** if_true,
439 *if_true = *fall_through = materialize_true;
447 Label** if_true,
450 *if_true = *fall_through = materialize_true;
458 Label** if_true,
461 *if_true = true_label_;
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 658 Label* if_true,
665 Split(eq, result_register(), Operand(at), if_true, if_false, fall_through);
672 Label* if_true,
676 __ Branch(if_true, cc, lhs, rhs);
677 } else if (if_true == fall_through) {
680 __ Branch(if_true, cc, lhs, rhs);
743 Label* if_true,
755 Split(eq, v0, Operand(t0), if_true, if_false, NULL);
2608 Label* if_true = NULL; local
2629 Label* if_true = NULL; local
2652 Label* if_true = NULL; local
2675 Label* if_true = NULL; local
2697 Label* if_true = NULL; local
2719 Label* if_true = NULL; local
3284 Label* if_true = NULL; local
3371 Label* if_true = NULL; local
3436 Label* if_true = NULL; local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 657 Label* if_true,
664 Split(eq, result_register(), Operand(at), if_true, if_false, fall_through);
671 Label* if_true,
675 __ Branch(if_true, cc, lhs, rhs);
676 } else if (if_true == fall_through) {
679 __ Branch(if_true, cc, lhs, rhs);
742 Label* if_true,
754 Split(eq, v0, Operand(a4), if_true, if_false, NULL);
2607 Label* if_true = NULL; local
2628 Label* if_true = NULL; local
2651 Label* if_true = NULL; local
2674 Label* if_true = NULL; local
2696 Label* if_true = NULL; local
2718 Label* if_true = NULL; local
3284 Label* if_true = NULL; local
3371 Label* if_true = NULL; local
3436 Label* if_true = NULL; local
    [all...]
  /art/compiler/optimizing/
graph_test.cc 78 HBasicBlock* if_true = createGotoBlock(graph, &allocator); local
83 if_block->AddSuccessor(if_true);
84 if_true->AddSuccessor(return_block);
88 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), if_true);
94 ASSERT_EQ(if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(), if_true);
  /external/v8/src/
code-stub-assembler.h 176 void BranchIfSmiEqual(compiler::Node* a, compiler::Node* b, Label* if_true,
178 Branch(SmiEqual(a, b), if_true, if_false); local
181 void BranchIfSmiLessThan(compiler::Node* a, compiler::Node* b, Label* if_true,
183 Branch(SmiLessThan(a, b), if_true, if_false); local
187 Label* if_true, Label* if_false) {
188 Branch(SmiLessThanOrEqual(a, b), if_true, if_false); local
191 void BranchIfFloat64IsNaN(compiler::Node* value, Label* if_true,
193 Branch(Float64Equal(value, value), if_false, if_true); local
196 // Branches to {if_true} if ToBoolean applied to {value} yields true,
198 void BranchIfToBooleanIsTrue(compiler::Node* value, Label* if_true,
    [all...]
code-stubs-hydrogen.cc     [all...]
  /external/v8/src/interpreter/
interpreter.cc 1569 __ Branch(__ WordEqual(value, true_value), &if_true, &if_false); local
2571 __ Branch(__ WordEqual(index, cache_length), &if_true, &if_false); local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 145 void EmitClassOfTest(Label* if_true,
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 122 void EmitClassOfTest(Label* if_true,

Completed in 957 milliseconds

1 2