Home
last modified time | relevance | path

Searched refs:MarkAsRepresentation (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector.h518 void MarkAsRepresentation(MachineRepresentation rep, Node* node);
520 MarkAsRepresentation(MachineRepresentation::kWord32, node); in MarkAsWord32()
523 MarkAsRepresentation(MachineRepresentation::kWord64, node); in MarkAsWord64()
526 MarkAsRepresentation(MachineRepresentation::kFloat32, node); in MarkAsFloat32()
529 MarkAsRepresentation(MachineRepresentation::kFloat64, node); in MarkAsFloat64()
532 MarkAsRepresentation(MachineRepresentation::kSimd128, node); in MarkAsSimd128()
535 MarkAsRepresentation(MachineRepresentation::kTagged, node); in MarkAsReference()
540 void MarkAsRepresentation(MachineRepresentation rep,
Dinstruction-selector.cc432 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()
[all …]
Dinstruction-selector-impl.h256 sequence()->MarkAsRepresentation(MachineRepresentation::kFloat64, in TempDoubleRegister()
265 sequence()->MarkAsRepresentation(MachineRepresentation::kSimd128, in TempSimd128Register()
Dinstruction.cc934 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() function in v8::internal::compiler::InstructionSequence
Dinstruction.h1522 void MarkAsRepresentation(MachineRepresentation rep, int virtual_register); in NON_EXPORTED_BASE()