Lines Matching refs:MarkAsRepresentation

432 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,  in MarkAsRepresentation()  function in v8::internal::compiler::InstructionSelector
435 sequence()->MarkAsRepresentation(rep, unalloc.virtual_register()); in MarkAsRepresentation()
439 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() function in v8::internal::compiler::InstructionSelector
441 sequence()->MarkAsRepresentation(rep, GetVirtualRegister(node)); in MarkAsRepresentation()
873 MarkAsRepresentation(rep, op); in InitializeCallBuffer()
1266 MarkAsRepresentation(type.representation(), node); in VisitNode()
1274 MarkAsRepresentation(rep, node); in VisitNode()
1332 MarkAsRepresentation(type.representation(), node); in VisitNode()
1337 MarkAsRepresentation(type.representation(), node); in VisitNode()
1459 return MarkAsRepresentation(MachineType::PointerRepresentation(), node), in VisitNode()
1464 return MarkAsRepresentation(MachineRepresentation::kTaggedSigned, node), in VisitNode()
1665 MarkAsRepresentation(type.representation(), node); in VisitNode()
1696 MarkAsRepresentation(type.representation(), node); in VisitNode()
1701 MarkAsRepresentation(type.representation(), node); in VisitNode()
1718 MarkAsRepresentation(type.representation(), node); \ in VisitNode()
1753 MarkAsRepresentation(type.representation(), node); \ in VisitNode()
1769 MarkAsRepresentation(type.representation(), node); in VisitNode()
1783 MarkAsRepresentation(MachineType::PointerRepresentation(), node); in VisitNode()
2928 MarkAsRepresentation(DeadValueRepresentationOf(node->op()), node); in VisitDeadValue()