Home
last modified time | relevance | path

Searched refs:output_rep (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Drepresentation-change.cc138 Node* node, MachineRepresentation output_rep, Type output_type, in GetRepresentationFor() argument
140 if (output_rep == MachineRepresentation::kNone && !output_type.IsNone()) { in GetRepresentationFor()
143 return TypeError(node, output_rep, output_type, use_info.representation()); in GetRepresentationFor()
148 output_rep != MachineRepresentation::kWord32) { in GetRepresentationFor()
149 if (use_info.representation() == output_rep) { in GetRepresentationFor()
153 if (IsWord(use_info.representation()) && IsWord(output_rep)) { in GetRepresentationFor()
166 return GetTaggedSignedRepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
171 return GetTaggedPointerRepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
175 return GetTaggedRepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
179 return GetFloat32RepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
[all …]
Drepresentation-change.h276 Node* GetRepresentationFor(Node* node, MachineRepresentation output_rep,
306 MachineRepresentation output_rep,
310 MachineRepresentation output_rep,
313 Node* GetTaggedRepresentationFor(Node* node, MachineRepresentation output_rep,
316 MachineRepresentation output_rep,
319 MachineRepresentation output_rep,
322 Node* GetWord32RepresentationFor(Node* node, MachineRepresentation output_rep,
325 Node* GetBitRepresentationFor(Node* node, MachineRepresentation output_rep,
327 Node* GetWord64RepresentationFor(Node* node, MachineRepresentation output_rep,
329 Node* TypeError(Node* node, MachineRepresentation output_rep,