• Home
  • Raw
  • Download

Lines Matching refs:GetRepresentation

37   MachineRepresentation GetRepresentation(Node const* node) const {  in GetRepresentation()  function in v8::internal::compiler::__anon0b3c8c220111::MachineRepresentationInferrer
377 inferrer_->GetRepresentation(node->InputAt(0))); in Run()
381 inferrer_->GetRepresentation(node->InputAt(0))); in Run()
424 node, 1, inferrer_->GetRepresentation(node->InputAt(0))); in Run()
483 node, 1, inferrer_->GetRepresentation(node->InputAt(0))); in Run()
592 switch (inferrer_->GetRepresentation(node)) { in Run()
610 node, 2, inferrer_->GetRepresentation(node)); in Run()
624 switch (inferrer_->GetRepresentation(node)) { in Run()
633 node, 2, inferrer_->GetRepresentation(node)); in Run()
635 node, 3, inferrer_->GetRepresentation(node)); in Run()
639 switch (inferrer_->GetRepresentation(node)) { in Run()
669 node, j, inferrer_->GetRepresentation(node)); in Run()
742 inferrer_->GetRepresentation(input); in CheckValueInputRepresentationIs()
756 switch (inferrer_->GetRepresentation(input)) { in CheckValueInputIsTagged()
774 switch (inferrer_->GetRepresentation(input)) { in CheckValueInputIsCompressedOrTagged()
794 switch (inferrer_->GetRepresentation(input)) { in CheckValueInputIsCompressedOrTaggedOrInt32()
820 switch (inferrer_->GetRepresentation(input)) { in CheckValueInputIsTaggedOrPointer()
841 if (inferrer_->GetRepresentation(input) != in CheckValueInputIsTaggedOrPointer()
854 switch (inferrer_->GetRepresentation(input)) { in CheckValueInputForInt32Op()
880 switch (inferrer_->GetRepresentation(input)) { in CheckValueIsTaggedOrInt32()
904 inferrer_->GetRepresentation(input); in CheckValueInputForInt64Op()
931 inferrer_->GetRepresentation(input)) { in CheckValueInputForFloat32Op()
945 inferrer_->GetRepresentation(input)) { in CheckValueInputForFloat64Op()
963 inferrer_->GetRepresentation(input); in CheckCallInputs()