Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h173 void MarkAsRepresentation(MachineRepresentation rep, Node* node);
175 MarkAsRepresentation(MachineRepresentation::kWord32, node); in MarkAsWord32()
178 MarkAsRepresentation(MachineRepresentation::kWord64, node); in MarkAsWord64()
181 MarkAsRepresentation(MachineRepresentation::kFloat32, node); in MarkAsFloat32()
184 MarkAsRepresentation(MachineRepresentation::kFloat64, node); in MarkAsFloat64()
187 MarkAsRepresentation(MachineRepresentation::kTagged, node); in MarkAsReference()
192 void MarkAsRepresentation(MachineRepresentation rep,
Dinstruction-selector.cc283 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() function in v8::internal::compiler::InstructionSelector
286 sequence()->MarkAsRepresentation(rep, unalloc.virtual_register()); in MarkAsRepresentation()
290 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() function in v8::internal::compiler::InstructionSelector
292 sequence()->MarkAsRepresentation(rep, GetVirtualRegister(node)); in MarkAsRepresentation()
540 MarkAsRepresentation(type.representation(), op); in InitializeCallBuffer()
809 MarkAsRepresentation(type.representation(), node); in VisitNode()
816 MarkAsRepresentation(rep, node); in VisitNode()
844 MarkAsRepresentation(type.representation(), node); in VisitNode()
1072 MarkAsRepresentation(rep, node); in VisitNode()
Dinstruction-selector-impl.h173 sequence()->MarkAsRepresentation(MachineRepresentation::kFloat64, in TempDoubleRegister()
Dinstruction.cc750 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() function in v8::internal::compiler::InstructionSequence
Dinstruction.h1217 void MarkAsRepresentation(MachineRepresentation rep, int virtual_register);