Lines Matching refs:representation

513   return graph_->LookupValue(operand->index())->representation();
799 if (instr->representation().IsInteger32()) {
800 ASSERT(instr->left()->representation().IsInteger32());
801 ASSERT(instr->right()->representation().IsInteger32());
807 ASSERT(instr->representation().IsTagged());
808 ASSERT(instr->left()->representation().IsTagged());
809 ASSERT(instr->right()->representation().IsTagged());
821 if (instr->representation().IsTagged()) {
822 ASSERT(instr->left()->representation().IsTagged());
823 ASSERT(instr->right()->representation().IsTagged());
831 ASSERT(instr->representation().IsInteger32());
832 ASSERT(instr->OperandAt(0)->representation().IsInteger32());
833 ASSERT(instr->OperandAt(1)->representation().IsInteger32());
870 ASSERT(instr->representation().IsDouble());
871 ASSERT(instr->left()->representation().IsDouble());
872 ASSERT(instr->right()->representation().IsDouble());
890 ASSERT(left->representation().IsTagged());
891 ASSERT(right->representation().IsTagged());
1016 result->AddValue(op, value->representation());
1037 ASSERT(compare->value()->representation().IsTagged());
1049 ASSERT(left->representation().IsInteger32());
1050 ASSERT(right->representation().IsInteger32());
1055 ASSERT(left->representation().IsDouble());
1056 ASSERT(right->representation().IsDouble());
1061 ASSERT(left->representation().IsTagged());
1062 ASSERT(right->representation().IsTagged());
1072 ASSERT(compare->value()->representation().IsTagged());
1077 ASSERT(compare->value()->representation().IsTagged());
1083 ASSERT(compare->value()->representation().IsTagged());
1089 ASSERT(compare->value()->representation().IsTagged());
1097 ASSERT(compare->value()->representation().IsTagged());
1138 ASSERT(instr->value()->representation().IsTagged());
1228 ASSERT(instr->representation().IsDouble());
1229 ASSERT(instr->value()->representation().IsDouble());
1260 ASSERT(instr->key()->representation().IsTagged());
1335 ASSERT(instr->value()->representation().IsInteger32());
1336 ASSERT(instr->representation().IsInteger32());
1354 if (instr->representation().IsDouble()) {
1356 } else if (instr->representation().IsInteger32()) {
1365 ASSERT(instr->representation().IsTagged());
1372 if (instr->representation().IsInteger32()) {
1373 ASSERT(instr->left()->representation().IsInteger32());
1374 ASSERT(instr->right()->representation().IsInteger32());
1396 } else if (instr->representation().IsTagged()) {
1399 ASSERT(instr->representation().IsDouble());
1412 if (instr->representation().IsInteger32()) {
1413 ASSERT(instr->left()->representation().IsInteger32());
1414 ASSERT(instr->right()->representation().IsInteger32());
1423 } else if (instr->representation().IsDouble()) {
1426 ASSERT(instr->representation().IsTagged());
1433 if (instr->representation().IsInteger32()) {
1434 ASSERT(instr->left()->representation().IsInteger32());
1435 ASSERT(instr->right()->representation().IsInteger32());
1444 } else if (instr->representation().IsDouble()) {
1447 ASSERT(instr->representation().IsTagged());
1454 if (instr->representation().IsInteger32()) {
1455 ASSERT(instr->left()->representation().IsInteger32());
1456 ASSERT(instr->right()->representation().IsInteger32());
1465 } else if (instr->representation().IsDouble()) {
1468 ASSERT(instr->representation().IsTagged());
1475 ASSERT(instr->representation().IsDouble());
1478 Representation exponent_type = instr->right()->representation();
1479 ASSERT(instr->left()->representation().IsDouble());
1494 ASSERT(instr->left()->representation().IsInteger32());
1495 ASSERT(instr->right()->representation().IsInteger32());
1500 ASSERT(instr->left()->representation().IsDouble());
1501 ASSERT(instr->right()->representation().IsDouble());
1506 ASSERT(instr->left()->representation().IsTagged());
1507 ASSERT(instr->right()->representation().IsTagged());
1527 ASSERT(instr->value()->representation().IsTagged());
1535 ASSERT(instr->value()->representation().IsTagged());
1543 ASSERT(instr->value()->representation().IsTagged());
1551 ASSERT(instr->value()->representation().IsTagged());
1560 ASSERT(instr->value()->representation().IsTagged());
1569 ASSERT(instr->value()->representation().IsTagged());
1577 ASSERT(instr->value()->representation().IsTagged());
1736 Representation r = instr->representation();
1811 ASSERT(instr->representation().IsTagged());
1819 ASSERT(instr->representation().IsTagged());
1863 ASSERT(instr->representation().IsTagged());
1864 ASSERT(instr->key()->representation().IsInteger32());
1875 Representation representation(instr->representation());
1876 ASSERT((representation.IsInteger32() && array_type != kExternalFloatArray) ||
1877 (representation.IsDouble() && array_type == kExternalFloatArray));
1878 ASSERT(instr->key()->representation().IsInteger32());
1906 ASSERT(instr->value()->representation().IsTagged());
1907 ASSERT(instr->object()->representation().IsTagged());
1908 ASSERT(instr->key()->representation().IsInteger32());
1924 Representation representation(instr->value()->representation());
1926 ASSERT((representation.IsInteger32() && array_type != kExternalFloatArray) ||
1927 (representation.IsDouble() && array_type == kExternalFloatArray));
1928 ASSERT(instr->external_pointer()->representation().IsExternal());
1929 ASSERT(instr->key()->representation().IsInteger32());
1964 ASSERT(instr->object()->representation().IsTagged());
1965 ASSERT(instr->key()->representation().IsTagged());
1966 ASSERT(instr->value()->representation().IsTagged());