Searched refs:MarkAsRepresentation (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | instruction-selector.h | 518 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,
|
D | instruction-selector.cc | 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() [all …]
|
D | instruction-selector-impl.h | 256 sequence()->MarkAsRepresentation(MachineRepresentation::kFloat64, in TempDoubleRegister() 265 sequence()->MarkAsRepresentation(MachineRepresentation::kSimd128, in TempSimd128Register()
|
D | instruction.cc | 934 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() function in v8::internal::compiler::InstructionSequence
|
D | instruction.h | 1522 void MarkAsRepresentation(MachineRepresentation rep, int virtual_register); in NON_EXPORTED_BASE()
|