Lines Matching full:representation
28 #include "hydrogen-representation-changes.h"
34 HValue* value, HValue* use_value, int use_index, Representation to) {
35 // Insert the representation change right before its use. For phi-uses we
43 // For constants we try to make the representation change at compile
44 // time. When a representation change is not possible without loss of
52 // Try to create a new copy of the constant with the new representation.
73 Representation r = value->representation();
80 Representation req = use_value->RequiredInputRepresentation(use_index);
107 if (phi->representation().IsInteger32()) {
109 } else if (phi->representation().IsSmi()) {
120 Representation input_representation =
122 if ((phi->representation().IsInteger32() &&
125 (phi->representation().IsSmi() &&
145 ((input->representation().IsInteger32() &&
147 (input->representation().IsSmi() &&