Home | History | Annotate | Download | only in ia32

Lines Matching full:representation

541 Representation LChunk::LookupLiteralRepresentation(
543 return graph_->LookupValue(operand->index())->representation();
834 if (instr->representation().IsTagged()) {
835 ASSERT(instr->left()->representation().IsTagged());
836 ASSERT(instr->right()->representation().IsTagged());
845 ASSERT(instr->representation().IsInteger32());
846 ASSERT(instr->left()->representation().IsInteger32());
847 ASSERT(instr->right()->representation().IsInteger32());
882 ASSERT(instr->representation().IsDouble());
883 ASSERT(instr->left()->representation().IsDouble());
884 ASSERT(instr->right()->representation().IsDouble());
902 ASSERT(left->representation().IsTagged());
903 ASSERT(right->representation().IsTagged());
1028 result->AddValue(op, value->representation());
1048 ASSERT(!value->representation().IsDouble());
1057 Representation rep = value->representation();
1074 ASSERT(instr->value()->representation().IsTagged());
1195 ASSERT(instr->representation().IsDouble());
1196 ASSERT(instr->value()->representation().IsDouble());
1236 ASSERT(instr->key()->representation().IsTagged());
1308 if (instr->representation().IsInteger32()) {
1309 ASSERT(instr->left()->representation().IsInteger32());
1310 ASSERT(instr->right()->representation().IsInteger32());
1316 ASSERT(instr->representation().IsTagged());
1317 ASSERT(instr->left()->representation().IsTagged());
1318 ASSERT(instr->right()->representation().IsTagged());
1331 ASSERT(instr->value()->representation().IsInteger32());
1332 ASSERT(instr->representation().IsInteger32());
1340 if (instr->representation().IsDouble()) {
1342 } else if (instr->representation().IsInteger32()) {
1351 ASSERT(instr->representation().IsTagged());
1358 if (instr->representation().IsInteger32()) {
1359 ASSERT(instr->left()->representation().IsInteger32());
1360 ASSERT(instr->right()->representation().IsInteger32());
1383 } else if (instr->representation().IsTagged()) {
1386 ASSERT(instr->representation().IsDouble());
1399 if (instr->representation().IsInteger32()) {
1400 ASSERT(instr->left()->representation().IsInteger32());
1401 ASSERT(instr->right()->representation().IsInteger32());
1414 } else if (instr->representation().IsDouble()) {
1417 ASSERT(instr->representation().IsTagged());
1424 if (instr->representation().IsInteger32()) {
1425 ASSERT(instr->left()->representation().IsInteger32());
1426 ASSERT(instr->right()->representation().IsInteger32());
1435 } else if (instr->representation().IsDouble()) {
1438 ASSERT(instr->representation().IsTagged());
1445 if (instr->representation().IsInteger32()) {
1446 ASSERT(instr->left()->representation().IsInteger32());
1447 ASSERT(instr->right()->representation().IsInteger32());
1456 } else if (instr->representation().IsDouble()) {
1459 ASSERT(instr->representation().IsTagged());
1466 ASSERT(instr->representation().IsDouble());
1469 Representation exponent_type = instr->right()->representation();
1470 ASSERT(instr->left()->representation().IsDouble());
1482 ASSERT(instr->representation().IsDouble());
1483 ASSERT(instr->global_object()->representation().IsTagged());
1491 ASSERT(instr->left()->representation().IsTagged());
1492 ASSERT(instr->right()->representation().IsTagged());
1503 Representation r = instr->GetInputRepresentation();
1505 ASSERT(instr->left()->representation().IsInteger32());
1506 ASSERT(instr->right()->representation().IsInteger32());
1512 ASSERT(instr->left()->representation().IsDouble());
1513 ASSERT(instr->right()->representation().IsDouble());
1551 ASSERT(instr->value()->representation().IsTagged());
1558 ASSERT(instr->value()->representation().IsTagged());
1565 ASSERT(instr->value()->representation().IsTagged());
1572 ASSERT(instr ->value()->representation().IsTagged());
1580 ASSERT(instr->left()->representation().IsTagged());
1581 ASSERT(instr->right()->representation().IsTagged());
1595 ASSERT(instr->value()->representation().IsTagged());
1604 ASSERT(instr->value()->representation().IsTagged());
1613 ASSERT(instr->value()->representation().IsTagged());
1621 ASSERT(instr->value()->representation().IsTagged());
1690 // representation change phase of Hydrogen.
1697 Representation from = instr->from();
1698 Representation to = instr->to();
1812 Representation input_rep = value->representation();
1837 Representation r = instr->representation();
1914 ASSERT(instr->representation().IsTagged());
1922 ASSERT(instr->representation().IsTagged());
1970 ASSERT(instr->representation().IsTagged());
1971 ASSERT(instr->key()->representation().IsInteger32());
1982 ASSERT(instr->representation().IsDouble());
1983 ASSERT(instr->key()->representation().IsInteger32());
1996 (instr->representation().IsInteger32() &&
1999 representation().IsDouble() &&
2002 ASSERT(instr->key()->representation().IsInteger32());
2031 ASSERT(instr->value()->representation().IsTagged());
2032 ASSERT(instr->object()->representation().IsTagged());
2033 ASSERT(instr->key()->representation().IsInteger32());
2048 ASSERT(instr->value()->representation().IsDouble());
2049 ASSERT(instr->elements()->representation().IsTagged());
2050 ASSERT(instr->key()->representation().IsInteger32());
2064 (instr->value()->representation().IsInteger32() &&
2067 (instr->value()->representation().IsDouble() &&
2070 ASSERT(instr->external_pointer()->representation().IsExternal());
2071 ASSERT(instr->key()->representation().IsInteger32());
2097 ASSERT(instr->object()->representation().IsTagged());
2098 ASSERT(instr->key()->representation().IsTagged());
2099 ASSERT(instr->value()->representation().IsTagged());