Home | History | Annotate | Download | only in src

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.
78 Representation r = value->representation();
85 Representation req = use_value->RequiredInputRepresentation(use_index);
113 if (phi->representation().IsInteger32()) {
115 } else if (phi->representation().IsSmi()) {
124 if (phi->representation().IsSmiOrInteger32() &&
134 if (phi->representation().IsSmi() &&
150 input->representation().IsSmiOrInteger32() &&
167 input->representation().IsSmi() &&