Searched refs:GetRepresentationFor (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-representation-change.cc | 75 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/ |
D | representation-change.h | 35 Node* GetRepresentationFor(Node* node, MachineTypeUnion output_type, in GetRepresentationFor() function
|
D | simplified-lowering.cc | 186 Node* n = changer_->GetRepresentationFor(input, output, use); in ProcessInput()
|