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 173 void MarkAsRepresentation(MachineRepresentation rep, Node* node);
175 MarkAsRepresentation(MachineRepresentation::kWord32, node);
178 MarkAsRepresentation(MachineRepresentation::kWord64, node);
181 MarkAsRepresentation(MachineRepresentation::kFloat32, node);
184 MarkAsRepresentation(MachineRepresentation::kFloat64, node);
187 MarkAsRepresentation(MachineRepresentation::kTagged, node);
192 void MarkAsRepresentation(MachineRepresentation rep,
instruction-selector.cc 283 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
286 sequence()->MarkAsRepresentation(rep, unalloc.virtual_register());
290 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep,
292 sequence()->MarkAsRepresentation(rep, GetVirtualRegister(node));
540 MarkAsRepresentation(type.representation(), op);
809 MarkAsRepresentation(type.representation(), node);
816 MarkAsRepresentation(rep, node);
844 MarkAsRepresentation(type.representation(), node);
    [all...]
instruction-selector-impl.h 173 sequence()->MarkAsRepresentation(MachineRepresentation::kFloat64,
instruction.cc 750 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep,
instruction.h     [all...]

Completed in 51 milliseconds