HomeSort by relevance Sort by last modified time
    Searched refs:RepresentationChanger (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
simplified-lowering.h 23 class RepresentationChanger;
37 RepresentationChanger* changer);
representation-change.cc 114 Node* RepresentationChanger::GetRepresentationFor(
157 Node* RepresentationChanger::GetTaggedRepresentationFor(
212 Node* RepresentationChanger::GetFloat32RepresentationFor(
266 Node* RepresentationChanger::GetFloat64RepresentationFor(
316 Node* RepresentationChanger::MakeTruncatedInt32Constant(double value) {
321 Node* RepresentationChanger::GetWord32RepresentationFor(
380 Node* RepresentationChanger::GetBitRepresentationFor(
406 Node* RepresentationChanger::GetWord64RepresentationFor(
417 const Operator* RepresentationChanger::Int32OperatorFor(
449 const Operator* RepresentationChanger::Uint32OperatorFor
    [all...]
representation-change.h 77 class RepresentationChanger final {
79 RepresentationChanger(JSGraph* jsgraph, Isolate* isolate)
simplified-lowering.cc 53 // During this phase, use the {RepresentationChanger} to insert
336 RepresentationChanger* changer,
    [all...]
  /external/v8/test/cctest/compiler/
test-representation-change.cc 34 RepresentationChanger changer_;
40 RepresentationChanger* changer() { return &changer_; }

Completed in 74 milliseconds