Home | History | Annotate | Download | only in x64

Lines Matching full:representation

539 Representation LChunk::LookupLiteralRepresentation(
541 return graph_->LookupValue(operand->index())->representation();
830 if (instr->representation().IsTagged()) {
831 ASSERT(instr->left()->representation().IsTagged());
832 ASSERT(instr->right()->representation().IsTagged());
840 ASSERT(instr->representation().IsInteger32());
841 ASSERT(instr->left()->representation().IsInteger32());
842 ASSERT(instr->right()->representation().IsInteger32());
877 ASSERT(instr->representation().IsDouble());
878 ASSERT(instr->left()->representation().IsDouble());
879 ASSERT(instr->right()->representation().IsDouble());
897 ASSERT(left->representation().IsTagged());
898 ASSERT(right->representation().IsTagged());
1022 result->AddValue(op, value->representation());
1042 ASSERT(!value->representation().IsDouble());
1052 Representation rep = value->representation();
1062 ASSERT(instr->value()->representation().IsTagged());
1201 ASSERT(instr->key()->representation().IsTagged());
1265 if (instr->representation().IsInteger32()) {
1266 ASSERT(instr->left()->representation().IsInteger32());
1267 ASSERT(instr->right()->representation().IsInteger32());
1273 ASSERT(instr->representation().IsTagged());
1274 ASSERT(instr->left()->representation().IsTagged());
1275 ASSERT(instr->right()->representation().IsTagged());
1286 ASSERT(instr->value()->representation().IsInteger32());
1287 ASSERT(instr->representation().IsInteger32());
1295 if (instr->representation().IsDouble()) {
1297 } else if (instr->representation().IsInteger32()) {
1306 ASSERT(instr->representation().IsTagged());
1313 if (instr->representation().IsInteger32()) {
1314 ASSERT(instr->left()->representation().IsInteger32());
1315 ASSERT(instr->right()->representation().IsInteger32());
1338 } else if (instr->representation().IsTagged()) {
1341 ASSERT(instr->representation().IsDouble());
1354 if (instr->representation().IsInteger32()) {
1355 ASSERT(instr->left()->representation().IsInteger32());
1356 ASSERT(instr->right()->representation().IsInteger32());
1365 } else if (instr->representation().IsDouble()) {
1368 ASSERT(instr->representation().IsTagged());
1375 if (instr->representation().IsInteger32()) {
1376 ASSERT(instr->left()->representation().IsInteger32());
1377 ASSERT(instr->right()->representation().IsInteger32());
1386 } else if (instr->representation().IsDouble()) {
1389 ASSERT(instr->representation().IsTagged());
1396 if (instr->representation().IsInteger32()) {
1397 ASSERT(instr->left()->representation().IsInteger32());
1398 ASSERT(instr->right()->representation().IsInteger32());
1407 } else if (instr->representation().IsDouble()) {
1410 ASSERT(instr->representation().IsTagged());
1418 ASSERT(instr->representation().IsDouble());
1421 Representation exponent_type = instr->right()->representation();
1422 ASSERT(instr->left()->representation().IsDouble());
1438 ASSERT(instr->representation().IsDouble());
1439 ASSERT(instr->global_object()->representation().IsTagged());
1451 ASSERT(instr->left()->representation().IsTagged());
1452 ASSERT(instr->right()->representation().IsTagged());
1462 Representation r = instr->GetInputRepresentation();
1464 ASSERT(instr->left()->representation().IsInteger32());
1465 ASSERT(instr->right()->representation().IsInteger32());
1471 ASSERT(instr->left()->representation().IsDouble());
1472 ASSERT(instr->right()->representation().IsDouble());
1503 ASSERT(instr->value()->representation().IsTagged());
1510 ASSERT(instr->value()->representation().IsTagged());
1516 ASSERT(instr->value()->representation().IsTagged());
1524 ASSERT(instr->value()->representation().IsTagged());
1531 ASSERT(instr->value()->representation().IsTagged());
1541 ASSERT(instr->left()->representation().IsTagged());
1542 ASSERT(instr->right()->representation().IsTagged());
1554 ASSERT(instr->value()->representation().IsTagged());
1562 ASSERT(instr->value()->representation().IsTagged());
1571 ASSERT(instr->value()->representation().IsTagged());
1646 // representation change phase of Hydrogen.
1653 Representation from = instr->from();
1654 Representation to = instr->to();
1749 Representation input_rep = value->representation();
1774 Representation r = instr->representation();
1850 ASSERT(instr->representation().IsTagged());
1858 ASSERT(instr->representation().IsTagged());
1902 ASSERT(instr->representation().IsTagged());
1903 ASSERT(instr->key()->representation().IsInteger32());
1914 ASSERT(instr->representation().IsDouble());
1915 ASSERT(instr->key()->representation().IsInteger32());
1928 (instr->representation().IsInteger32() &&
1931 (instr->representation().IsDouble() &&
1934 ASSERT(instr->key()->representation().IsInteger32());
1959 ASSERT(instr->value()->representation().IsTagged());
1960 ASSERT(instr->object()->representation().IsTagged());
1961 ASSERT(instr->key()->representation().IsInteger32());
1976 ASSERT(instr->value()->representation().IsDouble());
1977 ASSERT(instr->elements()->representation().IsTagged());
1978 ASSERT(instr->key()->representation().IsInteger32());
1992 (instr->value()->representation().IsInteger32() &&
1995 (instr->value()->representation().IsDouble() &&
1998 ASSERT(instr->external_pointer()->representation().IsExternal());
1999 ASSERT(instr->key()->representation().IsInteger32());
2021 ASSERT(instr->object()->representation().IsTagged());
2022 ASSERT(instr->key()->representation().IsTagged());
2023 ASSERT(instr->value()->representation().IsTagged());