HomeSort by relevance Sort by last modified time
    Searched refs:MarkAsRepresentation (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
instruction-selector.h 250 void MarkAsRepresentation(MachineRepresentation rep, Node* node);
252 MarkAsRepresentation(MachineRepresentation::kWord32, node);
255 MarkAsRepresentation(MachineRepresentation::kWord64, node);
258 MarkAsRepresentation(MachineRepresentation::kFloat32, node);
261 MarkAsRepresentation(MachineRepresentation::kFloat64, node);
264 MarkAsRepresentation(MachineRepresentation::kSimd128, node);
268 MarkAsRepresentation(MachineRepresentation::kSimd1x4, node);
275 MarkAsRepresentation(MachineRepresentation::kSimd1x8, node);
282 MarkAsRepresentation(MachineRepresentation::kSimd1x16, node);
288 MarkAsRepresentation(MachineRepresentation::kTagged, node)
    [all...]
instruction-selector.cc 405 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
408 sequence()->MarkAsRepresentation(rep, unalloc.virtual_register());
412 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
414 sequence()->MarkAsRepresentation(rep, GetVirtualRegister(node));
708 MarkAsRepresentation(rep, op);
    [all...]
instruction-selector-impl.h 204 sequence()->MarkAsRepresentation(MachineRepresentation::kFloat64,
instruction.cc 928 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep,
    [all...]
instruction.h     [all...]

Completed in 97 milliseconds