Home
last modified time | relevance | path

Searched defs:if_true (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/test/unittests/compiler/
Dnode-matchers-unittest.cc737 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
749 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
760 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
777 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
798 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
807 Node* if_true = graph()->NewNode(common()->IfTrue(), sw); in TEST_F() local
816 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
831 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
845 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
857 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
[all …]
Dcommon-operator-reducer-unittest.cc79 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
96 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
113 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
130 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
147 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
164 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
183 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
204 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
218 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
326 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
[all …]
Dchange-lowering-unittest.cc371 Capture<Node*> add, branch, heap_number, if_true; in TARGET_TEST_F() local
402 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
427 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
450 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
528 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
553 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
577 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
Dloop-peeling-unittest.cc30 Node* if_true; member
38 Node* if_true; member
110 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in NewWhile() local
129 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in NewBranch() local
Dcontrol-flow-optimizer-unittest.cc111 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
Dnode-properties-unittest.cc91 Node* if_true = NewMockNode(common.IfTrue(), branch); in TEST_F() local
/external/v8/src/compiler/
Dchange-lowering.cc254 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeInt32ToTagged() local
287 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeTaggedToUI32() local
384 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeTaggedToFloat64() local
408 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeUint32ToTagged() local
Dcommon-operator-reducer.cc142 Node* if_true = node->InputAt(0); in ReduceMerge() local
197 Node* if_true = merge->InputAt(0); in ReducePhi() local
Ddiamond.h21 Node* if_true; member
Djs-intrinsic-lowering.cc207 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType() local
250 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsFunction() local
294 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsJSReceiver() local
Dcontrol-flow-optimizer.cc221 Node* if_true; in TryBuildSwitch() local
Djs-global-object-specialization.cc210 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSStoreGlobal() local
Dsimplified-lowering.cc1534 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in DoLoadBuffer() local
1591 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in DoObjectIsNumber() local
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
/external/v8/test/cctest/compiler/
Dtest-osr.cc197 Node* if_true = T.graph.NewNode(T.common.IfTrue(), branch); in TEST() local
298 Node* if_true; member
519 Node* if_true = T.graph.NewNode(T.common.IfTrue(), branch); in TEST() local
Dtest-loop-analysis.cc189 Node* if_true; member
624 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in TEST() local
661 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in TEST() local
696 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in TEST() local
934 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in RunManyChainedLoops_i() local
970 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in RunManyNestedLoops_i() local
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc630 Label* if_true, in DoTest()
641 Label* if_true, in Split()
710 Label* if_true, in PrepareForBailoutBeforeSplit()
2958 Label* if_true = NULL; in EmitIsSmi() local
2979 Label* if_true = NULL; in EmitIsJSReceiver() local
3001 Label* if_true = NULL; in EmitIsSimdValue() local
3023 Label* if_true = NULL; in EmitIsFunction() local
3045 Label* if_true = NULL; in EmitIsMinusZero() local
3072 Label* if_true = NULL; in EmitIsArray() local
3094 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc683 Label* if_true, in DoTest()
698 Label* if_true, in Split()
765 Label* if_true, in PrepareForBailoutBeforeSplit()
2808 Label* if_true = NULL; in EmitIsSmi() local
2828 Label* if_true = NULL; in EmitIsJSReceiver() local
2850 Label* if_true = NULL; in EmitIsSimdValue() local
2872 Label* if_true = NULL; in EmitIsFunction() local
2894 Label* if_true = NULL; in EmitIsMinusZero() local
2921 Label* if_true = NULL; in EmitIsArray() local
2943 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc633 Label* if_true, in DoTest()
644 Label* if_true, in Split()
713 Label* if_true, in PrepareForBailoutBeforeSplit()
2966 Label* if_true = NULL; in EmitIsSmi() local
2987 Label* if_true = NULL; in EmitIsJSReceiver() local
3009 Label* if_true = NULL; in EmitIsSimdValue() local
3031 Label* if_true = NULL; in EmitIsFunction() local
3053 Label* if_true = NULL; in EmitIsMinusZero() local
3080 Label* if_true = NULL; in EmitIsArray() local
3102 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc645 Label* if_true, in DoTest()
656 Label* if_true, in Split()
725 Label* if_true, in PrepareForBailoutBeforeSplit()
2953 Label* if_true = NULL; in EmitIsSmi() local
2974 Label* if_true = NULL; in EmitIsJSReceiver() local
2996 Label* if_true = NULL; in EmitIsSimdValue() local
3018 Label* if_true = NULL; in EmitIsFunction() local
3040 Label* if_true = NULL; in EmitIsMinusZero() local
3067 Label* if_true = NULL; in EmitIsArray() local
3089 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc679 Label* if_true, in DoTest()
693 Label* if_true, in Split()
764 Label* if_true, in PrepareForBailoutBeforeSplit()
3078 Label* if_true = NULL; in EmitIsSmi() local
3099 Label* if_true = NULL; in EmitIsJSReceiver() local
3122 Label* if_true = NULL; in EmitIsSimdValue() local
3144 Label* if_true = NULL; in EmitIsFunction() local
3167 Label* if_true = NULL; in EmitIsMinusZero() local
3197 Label* if_true = NULL; in EmitIsArray() local
3220 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc686 Label* if_true, in DoTest()
697 Label* if_true, in Split()
769 Label* if_true, in PrepareForBailoutBeforeSplit()
3091 Label* if_true = NULL; in EmitIsSmi() local
3112 Label* if_true = NULL; in EmitIsJSReceiver() local
3134 Label* if_true = NULL; in EmitIsSimdValue() local
3156 Label* if_true = NULL; in EmitIsFunction() local
3178 Label* if_true = NULL; in EmitIsMinusZero() local
3204 Label* if_true = NULL; in EmitIsArray() local
3226 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc678 Label* if_true, in DoTest()
692 Label* if_true, in Split()
763 Label* if_true, in PrepareForBailoutBeforeSplit()
3083 Label* if_true = NULL; in EmitIsSmi() local
3104 Label* if_true = NULL; in EmitIsJSReceiver() local
3127 Label* if_true = NULL; in EmitIsSimdValue() local
3149 Label* if_true = NULL; in EmitIsFunction() local
3172 Label* if_true = NULL; in EmitIsMinusZero() local
3202 Label* if_true = NULL; in EmitIsArray() local
3225 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc656 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true, in DoTest()
665 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false, in Split()
730 Label* if_true, in PrepareForBailoutBeforeSplit()
3077 Label* if_true = NULL; in EmitIsSmi() local
3098 Label* if_true = NULL; in EmitIsJSReceiver() local
3120 Label* if_true = NULL; in EmitIsSimdValue() local
3142 Label* if_true = NULL; in EmitIsFunction() local
3164 Label* if_true = NULL; in EmitIsMinusZero() local
3201 Label* if_true = NULL; in EmitIsArray() local
3223 Label* if_true = NULL; in EmitIsTypedArray() local
[all …]
/external/v8/src/full-codegen/
Dfull-codegen.cc324 Label** if_true, in PrepareTest()
336 Label** if_true, in PrepareTest()
347 Label** if_true, in PrepareTest()
358 Label** if_true, in PrepareTest()

12