Home | History | Annotate | Download | only in mips

Lines Matching full:representation

388            hydrogen()->value()->representation().IsDouble());
700 if (instr->representation().IsTagged()) {
701 ASSERT(instr->left()->representation().IsTagged());
702 ASSERT(instr->right()->representation().IsTagged());
710 ASSERT(instr->representation().IsSmiOrInteger32());
711 ASSERT(instr->left()->representation().Equals(instr->representation()));
712 ASSERT(instr->right()->representation().Equals(instr->representation()));
725 if (instr->representation().IsSmi() && constant_value > 0) {
760 ASSERT(instr->representation().IsDouble());
761 ASSERT(instr->left()->representation().IsDouble());
762 ASSERT(instr->right()->representation().IsDouble());
780 ASSERT(left->representation().IsTagged());
781 ASSERT(right->representation().IsTagged());
946 value->representation(),
978 value->representation(),
1009 Representation rep = value->representation();
1021 ASSERT(instr->value()->representation().IsTagged());
1206 ASSERT(instr->representation().IsDouble());
1207 ASSERT(instr->value()->representation().IsDouble());
1257 ASSERT(instr->key()->representation().IsTagged());
1333 if (instr->representation().IsSmiOrInteger32()) {
1334 ASSERT(instr->left()->representation().Equals(instr->representation()));
1335 ASSERT(instr->right()->representation().Equals(instr->representation()));
1341 ASSERT(instr->representation().IsTagged());
1342 ASSERT(instr->left()->representation().IsTagged());
1343 ASSERT(instr->right()->representation().IsTagged());
1354 if (instr->representation().IsDouble()) {
1356 } else if (instr->representation().IsSmiOrInteger32()) {
1357 ASSERT(instr->left()->representation().Equals(instr->representation()));
1358 ASSERT(instr->right()->representation().Equals(instr->representation()));
1403 return constant_val->CopyToRepresentation(Representation::Integer32(),
1423 if (instr->representation().IsSmiOrInteger32()) {
1424 ASSERT(instr->left()->representation().Equals(instr->representation()));
1425 ASSERT(instr->right()->representation().Equals(instr->representation()));
1453 } else if (instr->representation().IsTagged()) {
1456 ASSERT(instr->representation().IsDouble());
1469 if (instr->representation().IsSmiOrInteger32()) {
1470 ASSERT(instr->left()->representation().Equals(instr->representation()));
1471 ASSERT(instr->right()->representation().Equals(instr->representation()));
1490 } else if (instr->representation().IsDouble()) {
1514 if (instr->representation().IsSmiOrInteger32()) {
1515 ASSERT(instr->left()->representationrepresentation()));
1516 ASSERT(instr->right()->representation().Equals(instr->representation()));
1525 } else if (instr->representation().IsDouble()) {
1543 if (instr->representation().IsSmiOrInteger32()) {
1544 ASSERT(instr->left()->representation().Equals(instr->representation()));
1545 ASSERT(instr->right()->representation().Equals(instr->representation()));
1554 } else if (instr->representation().IsDouble()) {
1566 ASSERT(instr->representation().IsTagged());
1575 if (instr->representation().IsSmiOrInteger32()) {
1576 ASSERT(instr->left()->representation().Equals(instr->representation()));
1577 ASSERT(instr->right()->representation().Equals(instr->representation()));
1581 ASSERT(instr->representation().IsDouble());
1582 ASSERT(instr->left()->representation().IsDouble());
1583 ASSERT(instr->right()->representation().IsDouble());
1592 ASSERT(instr->representation().IsDouble());
1595 Representation exponent_type = instr->right()->representation();
1596 ASSERT(instr->left()->representation().IsDouble());
1609 ASSERT(instr->representation().IsDouble());
1610 ASSERT(instr->global_object()->representation().IsTagged());
1618 ASSERT(instr->left()->representation().IsTagged());
1619 ASSERT(instr->right()->representation().IsTagged());
1629 Representation r = instr->representation();
1631 ASSERT(instr->left()->representation().Equals(r));
1632 ASSERT(instr->right()->representation().Equals(r));
1638 ASSERT(instr->left()->representation().IsDouble());
1639 ASSERT(instr->right()->representation().IsDouble());
1663 ASSERT(instr->value()->representation().IsTagged());
1671 ASSERT(instr->value()->representation().IsTagged());
1679 ASSERT(instr->value()->representation().IsTagged());
1686 ASSERT(instr->value()->representation().IsTagged());
1694 ASSERT(instr->left()->representation().IsTagged());
1695 ASSERT(instr->right()->representation().IsTagged());
1706 ASSERT(instr->value()->representation().IsTagged());
1714 ASSERT(instr->value()->representation().IsTagged());
1723 ASSERT(instr->value()->representation().IsTagged());
1731 ASSERT(instr->value()->representation().IsTagged());
1801 // representation change phase of Hydrogen.
1808 Representation from = instr->from();
1809 Representation to = instr->to();
1815 from = Representation::Tagged();
1963 Representation input_rep = value->representation();
1988 Representation r = instr->representation();
2091 ASSERT(instr->key()->representation().IsSmiOrInteger32());
2098 if (instr->representation().IsDouble()) {
2101 ASSERT(instr->representation().IsSmiOrTagged());
2107 (instr->representation().IsInteger32() &&
2110 (instr->representation().IsDouble() &&
2140 ASSERT(instr->elements()->representation().IsTagged());
2146 if (instr->value()->representation().IsDouble()) {
2151 ASSERT(instr->value()->representation().IsSmiOrTagged());
2163 (instr->value()->representation().IsInteger32() &&
2166 (instr->value()->representation().IsDouble() &&
2169 ASSERT(instr->elements()->representation().IsExternal());
2187 ASSERT(instr->object()->representation().IsTagged());
2188 ASSERT(instr->key()->representation().IsTagged());
2189 ASSERT(instr->value()->representation().IsTagged());