Home
last modified time | relevance | path

Searched refs:kTagged (Results 1 – 25 of 59) sorted by relevance

123

/external/v8/test/cctest/compiler/
Dtest-representation-change.cc117 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 …]
Dtest-graph-visualizer.cc37 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()
Dtest-osr.cc94 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/
Dmachine-type.h27 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()
Dtypes.h188 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()
Dproperty-details.h98 kTagged, enumerator
106 static Representation Tagged() { return Representation(kTagged); } in Tagged()
175 bool IsTagged() const { return kind_ == kTagged; } in IsTagged()
Dmachine-type.cc29 case MachineRepresentation::kTagged: in operator <<()
/external/v8/test/unittests/compiler/
Dloop-peeling-unittest.cc122 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 …]
Djs-intrinsic-lowering-unittest.cc152 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()
Ddead-code-elimination-unittest.cc43 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()
Dscheduler-unittest.cc664 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 …]
Dcommon-operator-reducer-unittest.cc62 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()
Dchange-lowering-unittest.cc114 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()
Dlive-range-builder.h43 new (zone_) TopLevelLiveRange(id_, MachineRepresentation::kTagged); in Build()
Dlive-range-unittest.cc37 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/
Drepresentation-change.cc133 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()
Dcommon-operator.cc213 V(kTagged, 1) \
214 V(kTagged, 2) \
215 V(kTagged, 3) \
216 V(kTagged, 4) \
217 V(kTagged, 5) \
218 V(kTagged, 6) \
Dsimplified-lowering.cc97 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 …]
Djs-intrinsic-lowering.cc227 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()
Dcode-generator.cc641 } 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()
Dchange-lowering.cc155 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()
Djs-generic-lowering.cc208 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()
Dinterpreter-assembler.cc132 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()
Djs-typed-lowering.cc387 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/
Dinstruction-selector-ppc.cc185 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()

123