Home | History | Annotate | Download | only in x64

Lines Matching refs:Representation

1273     if (instr->hydrogen_value()->representation().IsSmi()) {
1324 if (instr->hydrogen_value()->representation().IsSmi()) {
1331 if (instr->hydrogen_value()->representation().IsSmi()) {
1346 if (instr->hydrogen_value()->representation().IsSmi()) {
1354 ASSERT(!instr->hydrogen_value()->representation().IsSmi());
1362 if (instr->hydrogen_value()->representation().IsSmi()) {
1370 if (instr->hydrogen_value()->representation().IsSmi()) {
1496 if (instr->hydrogen_value()->representation().IsSmi()) {
1520 if (instr->hydrogen_value()->representation().IsSmi()) {
1526 if (instr->hydrogen_value()->representation().IsSmi()) {
1754 Representation target_rep = instr->hydrogen()->representation();
1809 if (instr->hydrogen()->representation().IsSmiOrInteger32()) {
1818 ASSERT(!instr->hydrogen_value()->representation().IsSmi());
1824 if (instr->hydrogen_value()->representation().IsSmi()) {
1833 if (instr->hydrogen_value()->representation().IsSmi()) {
1843 ASSERT(instr->hydrogen()->representation().IsDouble());
1965 Representation r = instr->hydrogen()->value()->representation();
2167 if (instr->hydrogen_value()->representation().IsSmi()) {
2174 if (instr->hydrogen_value()->representation().IsSmi()) {
2187 } else if (instr->hydrogen_value()->representation().IsSmi()) {
2221 if (instr->hydrogen()->representation().IsTagged()) {
2243 Representation rep = instr->hydrogen()->value()->representation();
2828 __ Load(result, MemOperand(object, offset), access.representation());
2835 instr->hydrogen()->representation().IsDouble()) {
2846 __ Load(result, FieldOperand(object, offset), access.representation());
2950 // the input representation for the key to be an integer, the input
3022 // representation for the key to be an integer, the input gets replaced
3061 // the input representation for the key to be an integer, the input
3096 } else if (instr->hydrogen()->representation().IsDouble()) {
3487 Representation r = instr->hydrogen()->value()->representation();
3672 Representation exponent_type = instr->hydrogen()->right()->representation();
3956 Representation representation = instr->representation();
3966 ASSERT(!access.representation().IsSpecialization());
3971 __ Store(MemOperand(object, offset), value, representation);
3979 if (FLAG_track_fields && representation.IsSmi()) {
3986 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
3999 } else if (FLAG_track_double_fields && representation.IsDouble()) {
4041 __ Store(FieldOperand(write_register, offset), value, representation);
4042 } else if (representation.IsInteger32()) {
4053 __ Store(FieldOperand(write_register, offset), value, representation);
4101 if (!instr->hydrogen()->length()->representation().IsSmi()) {
4107 if (instr->hydrogen()->length()->representation().IsSmi()) {
4114 if (!instr->hydrogen()->index()->representation().IsSmi()) {
4124 if (instr->hydrogen()->length()->representation().IsSmi()) {
4145 // the input representation for the key to be an integer, the input
4207 // the input representation for the key to be an integer, the
4248 // the input representation for the key to be an integer, the
4301 } else if (instr->hydrogen()->value()->representation().IsDouble()) {
4455 ASSERT(instr->hydrogen()->value()->representation().IsInteger32());
4822 if (instr->hydrogen()->value()->representation().IsSmi()) {
4843 NumberUntagDMode mode = value->representation().IsSmi()