Searched defs:if_true (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/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/chromium_org/v8/src/compiler/
H A Djs-builtin-reducer.cc130 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); local
132 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
H A Dchange-lowering-unittest.cc203 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), IsIfTru
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...]
H A Dchange-lowering.cc107 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...]
H A Djs-typed-lowering.cc604 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/chromium_org/tools/gn/
H A Dparse_tree.h274 const BlockNode* if_true() const { return if_true_.get(); } function in class:ConditionNode
/external/chromium_org/v8/src/
H A Dfull-codegen.h312 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,
382 VisitForControl(Expression* expr, Label* if_true, Label* if_false, Label* fall_through) argument
[all...]
H A Dfull-codegen.cc535 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_;
532 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
544 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
555 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
566 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
H A Dhydrogen.h859 HBasicBlock* if_true,
863 if_true_(if_true),
881 HBasicBlock* if_true() const { return if_true_; } function in class:v8::internal::FINAL
857 TestContext(HOptimizedGraphBuilder* owner, Expression* condition, HBasicBlock* if_true, HBasicBlock* if_false) argument
H A Dhydrogen.cc3940 HBasicBlock* if_true = owner->graph()->CreateBasicBlock(); local
3942 if_true->MarkAsInlineReturnTarget(owner->current_block());
3948 test_context_ = new TestContext(owner, cond, if_true, if_false);
4155 owner()->Goto(empty_true, if_true(), owner()->function_state());
4167 owner()->Goto(true_branch, if_true(), owner()->function_state());
4764 Goto(test->if_true(), state);
4804 VisitForControl(stmt->expression(), test->if_true(), test->if_false());
6316 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
6323 compare = New<HCompareMap>(object, heap_number_map, if_true, if_false);
6326 compare = New<HIsStringAndBranch>(object, if_true, if_fals
7583 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
7997 HBasicBlock* if_true = inlined_test_context()->if_true(); local
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c1876 sljit_si if_true; local
1906 if_true = 1;
1910 if_true = 0;
1914 if_true = 1;
1918 if_true = 0;
1922 if_true = 0;
1926 if_true = 1;
1930 if_true = 1;
1935 if_true = 0;
1941 PTR_FAIL_IF(push_inst(compiler, (if_true
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc694 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
2999 &if_true,
693 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
704 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
775 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc684 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 local
683 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
697 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
767 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dmacro-assembler-arm64.cc3906 Label* if_true,
3909 if ((if_true == if_false) && (if_false == fall_through)) {
3911 } else if (if_true == if_false) {
3912 B(if_true);
3914 CompareAndBranch(lhs, rhs, cond, if_true);
3915 } else if (if_true == fall_through) {
3918 CompareAndBranch(lhs, rhs, cond, if_true);
3903 CompareAndSplit(const Register& lhs, const Operand& rhs, Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc638 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
2900 &if_true,
637 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
649 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
717 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc682 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
2982 &if_true,
681 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
693 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
765 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc678 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
2981 &if_true,
677 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
689 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
761 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc659 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
2897 &if_true,
658 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
670 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
738 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc635 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
2890 &if_true,
634 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
646 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
714 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]

Completed in 5900 milliseconds