Home
last modified time | relevance | path

Searched refs:GetRepresentationFor (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-representation-change.cc75 Node* c = changer()->GetRepresentationFor(n, from, to); in CheckTypeError()
82 Node* c = changer()->GetRepresentationFor(n, from, to); in CheckNop()
120 r.changer()->GetRepresentationFor(true_node, kRepTagged, kRepBit); in TEST()
125 r.changer()->GetRepresentationFor(false_node, kRepTagged, kRepBit); in TEST()
135 Node* val = r.changer()->GetRepresentationFor(node, kRepBit, kRepTagged); in TEST()
147 Node* c = r.changer()->GetRepresentationFor(n, kRepFloat64, kRepTagged); in TEST()
153 Node* c = r.changer()->GetRepresentationFor(n, kRepWord32 | kTypeInt32, in TEST()
160 Node* c = r.changer()->GetRepresentationFor(n, kRepWord32 | kTypeUint32, in TEST()
172 Node* c = r.changer()->GetRepresentationFor(n, from, to); in CheckChange()
/external/v8/src/compiler/
Drepresentation-change.h35 Node* GetRepresentationFor(Node* node, MachineTypeUnion output_type, in GetRepresentationFor() function
Dsimplified-lowering.cc186 Node* n = changer_->GetRepresentationFor(input, output, use); in ProcessInput()