/external/v8/test/cctest/compiler/ |
D | test-representation-change.cc | 117 true_node, MachineRepresentation::kTagged, Type::None(), in TEST() 123 false_node, MachineRepresentation::kTagged, Type::None(), in TEST() 136 MachineRepresentation::kTagged); in TEST() 151 MachineRepresentation::kTagged); in TEST() 161 MachineRepresentation::kTagged); in TEST() 171 MachineRepresentation::kTagged); in TEST() 181 MachineRepresentation::kTagged); in TEST() 191 MachineRepresentation::kTagged); in TEST() 215 n, MachineRepresentation::kTagged, Type::None(), in TEST() 278 n, MachineRepresentation::kTagged, Type::None(), in TEST() [all …]
|
D | test-graph-visualizer.cc | 37 graph.NewNode(common.Phi(MachineRepresentation::kTagged, 1), k, start); in TEST() 56 graph.NewNode(common.Phi(MachineRepresentation::kTagged, 1), k, start); in TEST() 75 graph.NewNode(common.Phi(MachineRepresentation::kTagged, 1), k, start); in TEST()
|
D | test-osr.cc | 94 return graph.NewNode(common.Phi(MachineRepresentation::kTagged, count), in NewOsrPhi() 318 return t.graph.NewNode(t.common.Phi(MachineRepresentation::kTagged, 2), in Phi() 321 return t.graph.NewNode(t.common.Phi(MachineRepresentation::kTagged, 3), in Phi() 501 T.graph.NewNode(T.common.Phi(MachineRepresentation::kTagged, 2), in TEST()
|
/external/v8/src/ |
D | machine-type.h | 27 kTagged enumerator 115 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kAny); in AnyTagged() 121 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kBool); in TaggedBool() 147 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kNone); in RepTagged() 190 case MachineRepresentation::kTagged: in ElementSizeLog2Of()
|
D | types.h | 188 V(OtherUnsigned31, 1u << 1 | REPRESENTATION(kTagged | kUntaggedNumber)) \ 189 V(OtherUnsigned32, 1u << 2 | REPRESENTATION(kTagged | kUntaggedNumber)) \ 190 V(OtherSigned32, 1u << 3 | REPRESENTATION(kTagged | kUntaggedNumber)) \ 191 V(OtherNumber, 1u << 4 | REPRESENTATION(kTagged | kUntaggedNumber)) 194 V(Negative31, 1u << 5 | REPRESENTATION(kTagged | kUntaggedNumber)) \ 198 V(Unsigned30, 1u << 9 | REPRESENTATION(kTagged | kUntaggedNumber)) \ 199 V(MinusZero, 1u << 10 | REPRESENTATION(kTagged | kUntaggedNumber)) \ 200 V(NaN, 1u << 11 | REPRESENTATION(kTagged | kUntaggedNumber)) \ 209 V(Internal, 1u << 20 | REPRESENTATION(kTagged | kUntagged)) \ 379 min, max, BitsetType::New(REPRESENTATION(BitsetType::kTagged | in Range()
|
D | property-details.h | 98 kTagged, enumerator 106 static Representation Tagged() { return Representation(kTagged); } in Tagged() 175 bool IsTagged() const { return kind_ == kTagged; } in IsTagged()
|
D | machine-type.cc | 29 case MachineRepresentation::kTagged: in operator <<()
|
/external/v8/test/unittests/compiler/ |
D | loop-peeling-unittest.cc | 122 return graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), a, in NewPhi() 138 common()->Phi(MachineRepresentation::kTagged, 2), base, base, w->loop); in NewCounter() 187 r, IsReturn(IsPhi(MachineRepresentation::kTagged, c.phi, c.base, in TEST_F() 226 IsReturn(IsPhi(MachineRepresentation::kTagged, c.phi, c.base, in TEST_F() 302 EXPECT_THAT(back, IsPhi(MachineRepresentation::kTagged, c.phi, c.base, in TEST_F() 305 EXPECT_THAT(phi, IsPhi(MachineRepresentation::kTagged, IsInt32Constant(11), in TEST_F() 351 Node* phi = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 3), in TEST_F() 381 IsPhi(MachineRepresentation::kTagged, in TEST_F() 382 IsPhi(MachineRepresentation::kTagged, IsInt32Constant(1), in TEST_F() 388 r, IsReturn(IsPhi(MachineRepresentation::kTagged, phi, IsInt32Constant(0), in TEST_F() [all …]
|
D | js-intrinsic-lowering-unittest.cc | 152 MachineRepresentation::kTagged, IsFalseConstant(), in TEST_F() 183 MachineRepresentation::kTagged, IsFalseConstant(), in TEST_F() 214 MachineRepresentation::kTagged, IsFalseConstant(), in TEST_F() 245 MachineRepresentation::kTagged, IsFalseConstant(), in TEST_F() 277 MachineRepresentation::kTagged, IsFalseConstant(), in TEST_F() 308 MachineRepresentation::kTagged, IsFalseConstant(), in TEST_F() 436 MachineRepresentation::kTagged, input, in TEST_F() 437 IsPhi(MachineRepresentation::kTagged, in TEST_F()
|
D | dead-code-elimination-unittest.cc | 43 MachineRepresentation::kFloat64, MachineRepresentation::kTagged}; 194 common()->Phi(MachineRepresentation::kTagged, 2), v0, v1, merge); in TEST_F() 221 common()->Phi(MachineRepresentation::kTagged, 4), v0, v1, v2, v3, merge); in TEST_F() 231 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F() 279 common()->Phi(MachineRepresentation::kTagged, 2), v0, v1, loop); in TEST_F() 308 common()->Phi(MachineRepresentation::kTagged, 4), v0, v1, v2, v3, loop); in TEST_F() 318 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F()
|
D | scheduler-unittest.cc | 664 graph->NewNode(common->Phi(MachineRepresentation::kTagged, 2), tv, fv, m); in CreateDiamond() 744 common()->Phi(MachineRepresentation::kTagged, 2), ttrue, ffalse, m1); in TARGET_TEST_F() 748 Node* phi = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in TARGET_TEST_F() 774 common()->Phi(MachineRepresentation::kTagged, 2), p0, p1, mA1); in TARGET_TEST_F() 781 common()->Phi(MachineRepresentation::kTagged, 2), p0, p1, mB1); in TARGET_TEST_F() 788 common()->Phi(MachineRepresentation::kTagged, 2), phiB1, c, mA2); in TARGET_TEST_F() 795 common()->Phi(MachineRepresentation::kTagged, 2), phiA1, c, mB2); in TARGET_TEST_F() 819 Node* ind = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in TARGET_TEST_F() 831 Node* phi = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in TARGET_TEST_F() 851 Node* ind = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in TARGET_TEST_F() [all …]
|
D | common-operator-reducer-unittest.cc | 62 MachineRepresentation::kFloat64, MachineRepresentation::kTagged}; 311 common()->Phi(MachineRepresentation::kTagged, 2), p0, p0, loop); in TEST_F() 448 Node* phi = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in TEST_F() 483 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F() 495 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F() 507 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F() 519 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F() 531 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F() 543 common()->Select(MachineRepresentation::kTagged), TrueConstant(), p0, p1); in TEST_F()
|
D | change-lowering-unittest.cc | 114 EXPECT_THAT(r.replacement(), IsSelect(MachineRepresentation::kTagged, value, in TARGET_TEST_P() 196 IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_P() 215 IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_P() 261 IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_P() 374 IsPhi(MachineRepresentation::kTagged, in TARGET_TEST_F() 477 MachineRepresentation::kTagged, in TARGET_TEST_F() 605 MachineRepresentation::kTagged, in TARGET_TEST_F()
|
D | live-range-builder.h | 43 new (zone_) TopLevelLiveRange(id_, MachineRepresentation::kTagged); in Build()
|
D | live-range-unittest.cc | 37 TopLevelLiveRange(new_id, MachineRepresentation::kTagged); in Splinter() 77 new (zone()) TopLevelLiveRange(1, MachineRepresentation::kTagged); in TEST_F() 440 new (zone()) TopLevelLiveRange(101, MachineRepresentation::kTagged); in TEST_F()
|
/external/v8/src/compiler/ |
D | representation-change.cc | 133 case MachineRepresentation::kTagged: in GetRepresentationFor() 176 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 196 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 206 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 252 } else if (output_rep == MachineRepresentation::kTagged) { in GetFloat32RepresentationFor() 304 } else if (output_rep == MachineRepresentation::kTagged) { in GetFloat64RepresentationFor() 362 } else if (output_rep == MachineRepresentation::kTagged) { in GetWord32RepresentationFor() 396 if (output_rep == MachineRepresentation::kTagged) { in GetBitRepresentationFor()
|
D | common-operator.cc | 213 V(kTagged, 1) \ 214 V(kTagged, 2) \ 215 V(kTagged, 3) \ 216 V(kTagged, 4) \ 217 V(kTagged, 5) \ 218 V(kTagged, 6) \
|
D | simplified-lowering.cc | 97 return UseInfo(MachineRepresentation::kTagged, Truncation::Any()); in AnyTagged() 131 case MachineRepresentation::kTagged: in TruncatingUseInfoFromRepresentation() 172 r2 == MachineRepresentation::kTagged; in MachineRepresentationIsSubtype() 180 r2 == MachineRepresentation::kTagged; in MachineRepresentationIsSubtype() 187 r2 == MachineRepresentation::kTagged; in MachineRepresentationIsSubtype() 192 r2 == MachineRepresentation::kTagged; in MachineRepresentationIsSubtype() 198 r2 == MachineRepresentation::kTagged; in MachineRepresentationIsSubtype() 201 r2 == MachineRepresentation::kTagged; in MachineRepresentationIsSubtype() 202 case MachineRepresentation::kTagged: in MachineRepresentationIsSubtype() 203 return r2 == MachineRepresentation::kTagged; in MachineRepresentationIsSubtype() [all …]
|
D | js-intrinsic-lowering.cc | 227 return Change(node, common()->Phi(MachineRepresentation::kTagged, 2), vtrue, in ReduceIsInstanceType() 266 value = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceIsFunction() 310 value = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceIsJSReceiver() 359 common()->Phi(MachineRepresentation::kTagged, 2); in ReduceValueOf() 542 common()->Select(MachineRepresentation::kTagged), in ReduceToLength() 551 common()->Select(MachineRepresentation::kTagged), in ReduceToLength()
|
D | code-generator.cc | 641 } else if (type.representation() == MachineRepresentation::kTagged) { in AddTranslationForOperand() 659 } else if (type.representation() == MachineRepresentation::kTagged) { in AddTranslationForOperand() 681 type.representation() == MachineRepresentation::kTagged); in AddTranslationForOperand() 686 type.representation() == MachineRepresentation::kTagged); in AddTranslationForOperand() 690 DCHECK(type.representation() == MachineRepresentation::kTagged); in AddTranslationForOperand()
|
D | change-lowering.cc | 155 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), value, in ChangeBitToBool() 236 value = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ChangeFloat64ToTagged() 262 Node* phi = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ChangeInt32ToTagged() 416 Node* phi = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ChangeUint32ToTagged() 439 representation == MachineRepresentation::kTagged) { in ComputeWriteBarrierKind()
|
D | js-generic-lowering.cc | 208 common()->Select(MachineRepresentation::kTagged)); in ReplaceWithCompareIC() 431 node, machine()->Store(StoreRepresentation(MachineRepresentation::kTagged, in LowerJSStoreContext() 710 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in LowerJSForInPrepare() 741 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in LowerJSForInPrepare() 744 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in LowerJSForInPrepare() 747 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in LowerJSForInPrepare() 808 StoreRepresentation representation(MachineRepresentation::kTagged, in LowerJSStoreMessage()
|
D | interpreter-assembler.cc | 132 return raw_assembler_->Store(MachineRepresentation::kTagged, in StoreRegister() 146 MachineRepresentation::kTagged, RegisterFileRawPointer(), in StoreRegister() 425 return raw_assembler_->Store(MachineRepresentation::kTagged, context, offset, in StoreContextSlot()
|
D | js-typed-lowering.cc | 387 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ConvertBothInputsToNumber() 849 common()->Select(MachineRepresentation::kTagged), input, in ReduceJSToStringInput() 948 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSToObject() 1180 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSInstanceOf() 1269 common()->Phi(MachineRepresentation::kTagged, 3), in ReduceJSInstanceOf() 1278 result = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSInstanceOf() 1416 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSConvertReceiver() 2354 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSForInPrepare() 2377 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSForInPrepare() 2380 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSForInPrepare() [all …]
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 185 case MachineRepresentation::kTagged: // Fall through. in VisitLoad() 195 case MachineRepresentation::kTagged: // Fall through. in VisitLoad() 232 DCHECK_EQ(MachineRepresentation::kTagged, rep); in VisitStore() 278 case MachineRepresentation::kTagged: // Fall through. in VisitStore() 284 case MachineRepresentation::kTagged: // Fall through. in VisitStore() 339 case MachineRepresentation::kTagged: // Fall through. in VisitCheckedLoad() 384 case MachineRepresentation::kTagged: // Fall through. in VisitCheckedStore()
|