Searched refs:if_true (Results 1 - 25 of 46) sorted by relevance

12

/external/v8/src/compiler/
H A Ddiamond.h21 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) { argument
43 if (if_true) {
44 branch->ReplaceInput(1, that.if_true);
H A Dcontrol-flow-optimizer.cc85 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);
H A Dcommon-operator-reducer.cc175 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));
233 Node* if_true = merge_inputs[0]; local
235 if (if_true
[all...]
H A Dgraph-assembler.cc181 GraphAssemblerStaticLabel<1>* if_true,
186 if (if_true->IsDeferred() != if_false->IsDeferred()) {
194 MergeState(if_true);
180 Branch(Node* condition, GraphAssemblerStaticLabel<1>* if_true, GraphAssemblerStaticLabel<1>* if_false) argument
H A Djs-builtin-reducer.cc756 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
797 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
1657 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1659 index, if_true);
1665 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
1711 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
1713 receiver, index, if_true);
1719 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
H A Djs-intrinsic-lowering.cc200 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
213 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true; typedef
65 EXPECT_TRUE(if_true::value);
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc637 Label* if_true,
643 Split(eq, if_true, if_false, fall_through);
648 Label* if_true,
652 __ b(cond, if_true);
653 } else if (if_true == fall_through) {
656 __ b(cond, if_true);
720 Label* if_true,
733 Split(eq, if_true, if_false, NULL);
1943 Label* if_true = NULL; local
1947 &if_true,
636 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
647 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
718 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1964 Label* if_true = NULL; local
1986 Label* if_true = NULL; local
2008 Label* if_true = NULL; local
2030 Label* if_true = NULL; local
2542 Label* if_true = NULL; local
2619 Label* if_true = NULL; local
2685 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc631 Label* if_true,
637 Split(eq, if_true, if_false, fall_through);
641 // If (cond), branch to if_true.
646 Label* if_true,
650 __ B(cond, if_true);
651 } else if (if_true == fall_through) {
655 __ B(cond, if_true);
713 Label* if_true,
728 Split(eq, if_true, if_false, NULL);
1896 Label* if_true local
630 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
645 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
711 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1916 Label* if_true = NULL; local
1938 Label* if_true = NULL; local
1960 Label* if_true = NULL; local
1982 Label* if_true = NULL; local
2511 Label* if_true = NULL; local
2593 Label* if_true = NULL; local
2659 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc590 Label* if_true,
596 Split(equal, if_true, if_false, fall_through);
601 Label* if_true,
605 __ j(cc, if_true);
606 } else if (if_true == fall_through) {
609 __ j(cc, if_true);
670 Label* if_true,
682 Split(equal, if_true, if_false, NULL);
1867 Label* if_true = NULL; local
1871 &if_true,
589 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
600 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
668 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1888 Label* if_true = NULL; local
1910 Label* if_true = NULL; local
1932 Label* if_true = NULL; local
1954 Label* if_true = NULL; local
2478 Label* if_true = NULL; local
2553 Label* if_true = NULL; local
2621 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc633 Label* if_true,
640 Split(eq, result_register(), Operand(at), if_true, if_false, fall_through);
647 Label* if_true,
651 __ Branch(if_true, cc, lhs, rhs);
652 } else if (if_true == fall_through) {
655 __ Branch(if_true, cc, lhs, rhs);
718 Label* if_true,
730 Split(eq, v0, Operand(t0), if_true, if_false, NULL);
1965 Label* if_true = NULL; local
1969 &if_true,
632 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
644 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
716 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1986 Label* if_true = NULL; local
2009 Label* if_true = NULL; local
2032 Label* if_true = NULL; local
2054 Label* if_true = NULL; local
2568 Label* if_true = NULL; local
2645 Label* if_true = NULL; local
2711 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc633 Label* if_true,
640 Split(eq, result_register(), Operand(at), if_true, if_false, fall_through);
647 Label* if_true,
651 __ Branch(if_true, cc, lhs, rhs);
652 } else if (if_true == fall_through) {
655 __ Branch(if_true, cc, lhs, rhs);
718 Label* if_true,
730 Split(eq, v0, Operand(a4), if_true, if_false, NULL);
1966 Label* if_true = NULL; local
1970 &if_true,
632 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
644 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
716 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1987 Label* if_true = NULL; local
2010 Label* if_true = NULL; local
2033 Label* if_true = NULL; local
2055 Label* if_true = NULL; local
2569 Label* if_true = NULL; local
2646 Label* if_true = NULL; local
2712 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc613 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true, argument
618 Split(eq, if_true, if_false, fall_through);
622 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false, argument
625 __ b(cond, if_true, cr);
626 } else if (if_true == fall_through) {
629 __ b(cond, if_true, cr);
687 Label* if_true,
700 Split(eq, if_true, if_false, NULL);
1955 Label* if_true = NULL; local
1958 context()->PrepareTest(&materialize_true, &materialize_false, &if_true,
685 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1976 Label* if_true = NULL; local
1998 Label* if_true = NULL; local
2020 Label* if_true = NULL; local
2042 Label* if_true = NULL; local
2553 Label* if_true = NULL; local
2632 Label* if_true = NULL; local
2698 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc595 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true, argument
600 Split(eq, if_true, if_false, fall_through);
603 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false, argument
606 __ b(cond, if_true);
607 } else if (if_true == fall_through) {
610 __ b(cond, if_true);
663 Label* if_true,
675 Split(eq, if_true, if_false, NULL);
1920 Label* if_true = NULL; local
1923 context()->PrepareTest(&materialize_true, &materialize_false, &if_true,
661 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1940 Label* if_true = NULL; local
1961 Label* if_true = NULL; local
1982 Label* if_true = NULL; local
2003 Label* if_true = NULL; local
2505 Label* if_true = NULL; local
2580 Label* if_true = NULL; local
2646 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc606 Label* if_true,
612 Split(equal, if_true, if_false, fall_through);
617 Label* if_true,
621 __ j(cc, if_true);
622 } else if (if_true == fall_through) {
625 __ j(cc, if_true);
686 Label* if_true,
698 Split(equal, if_true, if_false, NULL);
1855 Label* if_true = NULL; local
1859 &if_true,
605 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
616 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
684 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1876 Label* if_true = NULL; local
1898 Label* if_true = NULL; local
1920 Label* if_true = NULL; local
1942 Label* if_true = NULL; local
2464 Label* if_true = NULL; local
2540 Label* if_true = NULL; local
2608 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc585 Label* if_true,
591 Split(equal, if_true, if_false, fall_through);
596 Label* if_true,
600 __ j(cc, if_true);
601 } else if (if_true == fall_through) {
604 __ j(cc, if_true);
665 Label* if_true,
677 Split(equal, if_true, if_false, NULL);
1857 Label* if_true = NULL; local
1861 &if_true,
584 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
595 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
663 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
1878 Label* if_true = NULL; local
1900 Label* if_true = NULL; local
1922 Label* if_true = NULL; local
1944 Label* if_true = NULL; local
2468 Label* if_true = NULL; local
2543 Label* if_true = NULL; local
2611 Label* if_true = NULL; local
[all...]
/external/v8/src/full-codegen/
H A Dfull-codegen.h198 Label* if_true,
209 Label* if_true,
216 Label* if_true,
220 void Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through,
224 Label* if_true,
275 Label* if_true,
279 TestContext context(this, expr, if_true, if_false, fall_through);
368 Label* if_true,
663 Label** if_true,
703 Label** if_true, Labe
274 VisitForControl(Expression* expr, Label* if_true, Label* if_false, Label* fall_through) argument
[all...]
H A Dfull-codegen.cc413 Label** if_true,
418 *if_true = *if_false = *fall_through = materialize_true;
425 Label** if_true,
428 *if_true = *fall_through = materialize_true;
436 Label** if_true,
439 *if_true = *fall_through = materialize_true;
447 Label** if_true,
450 *if_true = true_label_;
410 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
422 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
433 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
444 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
/external/v8/src/
H A Dcode-stubs-hydrogen.cc490 IfBuilder if_true(this);
491 if_true.If<HBranch>(GetParameter(Descriptor::kArgument), stub->hints());
492 if_true.Then();
493 if_true.Return(graph()->GetConstantTrue());
494 if_true.Else();
495 if_true.End();
H A Dcode-stub-assembler.h289 void BranchIfSmiEqual(Node* a, Node* b, Label* if_true, Label* if_false) { argument
290 Branch(SmiEqual(a, b), if_true, if_false); local
293 void BranchIfSmiLessThan(Node* a, Node* b, Label* if_true, Label* if_false) { argument
294 Branch(SmiLessThan(a, b), if_true, if_false); local
297 void BranchIfSmiLessThanOrEqual(Node* a, Node* b, Label* if_true, argument
299 Branch(SmiLessThanOrEqual(a, b), if_true, if_false); local
302 void BranchIfFloat64IsNaN(Node* value, Label* if_true, Label* if_false) { argument
303 Branch(Float64Equal(value, value), if_false, if_true); local
306 // Branches to {if_true} if ToBoolean applied to {value} yields true,
308 void BranchIfToBooleanIsTrue(Node* value, Label* if_true, Labe
[all...]
/external/v8/src/interpreter/
H A Dinterpreter.cc2047 Label if_true(assembler), if_false(assembler), end(assembler);
2050 __ BranchIfToBooleanIsTrue(value, &if_true, &if_false);
2051 __ Bind(&if_true);
2073 Label if_true(assembler), if_false(assembler), end(assembler);
2076 __ Branch(__ WordEqual(value, true_value), &if_true, &if_false); local
2077 __ Bind(&if_true);
2572 Label if_true(assembler), if_false(assembler);
2573 __ BranchIfToBooleanIsTrue(value, &if_true, &if_false);
2574 __ Bind(&if_true);
2590 Label if_true(assemble
3269 __ Branch(__ WordEqual(index, cache_length), &if_true, &if_false); local
[all...]
/external/python/cpython2/Lib/
H A Dgettext.py151 if_true, nexttok = _parse(tokens, 0)
155 result = '%s if %s else %s' % (if_true, result, if_false)
/external/python/cpython3/Lib/
H A Dgettext.py151 if_true, nexttok = _parse(tokens, 0)
155 result = '%s if %s else %s' % (if_true, result, if_false)
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h138 void EmitClassOfTest(Label* if_true, Label* if_false,
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c1863 sljit_s32 if_true; local
1893 if_true = 1;
1897 if_true = 0;
1901 if_true = 1;
1905 if_true = 0;
1909 if_true = 0;
1913 if_true = 1;
1917 if_true = 1;
1923 if_true = 0;
1929 PTR_FAIL_IF(push_inst(compiler, (if_true
[all...]

Completed in 592 milliseconds

12