Home | History | Annotate | Download | only in mips

Lines Matching full:representation

546 Representation LChunk::LookupLiteralRepresentation(
548 return graph_->LookupValue(operand->index())->representation();
835 if (instr->representation().IsTagged()) {
836 ASSERT(instr->left()->representation().IsTagged());
837 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());
1027 result->AddValue(op, value->representation());
1055 Representation rep = value->representation();
1065 ASSERT(instr->value()->representation().IsTagged());
1213 ASSERT(instr->key()->representation().IsTagged());
1276 if (instr->representation().IsInteger32()) {
1277 ASSERT(instr->left()->representation().IsInteger32());
1278 ASSERT(instr->right()->representation().IsInteger32());
1284 ASSERT(instr->representation().IsTagged());
1285 ASSERT(instr->left()->representation().IsTagged());
1286 ASSERT(instr->right()->representation().IsTagged());
1297 ASSERT(instr->value()->representation().IsInteger32());
1298 ASSERT(instr->representation().IsInteger32());
1305 if (instr->representation().IsDouble()) {
1307 } else if (instr->representation().IsInteger32()) {
1324 if (instr->representation().IsInteger32()) {
1325 ASSERT(instr->left()->representation().IsInteger32());
1326 ASSERT(instr->right()->representation().IsInteger32());
1349 } else if (instr->representation().IsTagged()) {
1352 ASSERT(instr->representation().IsDouble());
1365 if (instr->representation().IsInteger32()) {
1366 ASSERT(instr->left()->representation().IsInteger32());
1367 ASSERT(instr->right()->representation().IsInteger32());
1386 } else if (instr->representation().IsDouble()) {
1396 if (instr->representation().IsInteger32()) {
1397 ASSERT(instr->left()->representation().IsInteger32());
1398 ASSERT(instr->right()->representation().IsInteger32());
1407 } else if (instr->representation().IsDouble()) {
1416 if (instr->representation().IsInteger32()) {
1417 ASSERT(instr->left()->representation().IsInteger32());
1418 ASSERT(instr->right()->representation().IsInteger32());
1427 } else if (instr->representation().IsDouble()) {
1430 ASSERT(instr->representation().IsTagged());
1437 ASSERT(instr->representation().IsDouble());
1440 Representation exponent_type = instr->right()->representation();
1441 ASSERT(instr->left()->representation().IsDouble());
1454 ASSERT(instr->representation().IsDouble());
1455 ASSERT(instr->global_object()->representation().IsTagged());
1463 ASSERT(instr->left()->representation().IsTagged());
1464 ASSERT(instr->right()->representation().IsTagged());
1474 Representation r = instr->GetInputRepresentation();
1476 ASSERT(instr->left()->representation().IsInteger32());
1477 ASSERT(instr->right()->representation().IsInteger32());
1483 ASSERT(instr->left()->representation().IsDouble());
1484 ASSERT(instr->right()->representation().IsDouble());
1508 ASSERT(instr->value()->representation().IsTagged());
1514 ASSERT(instr->value()->representation().IsTagged());
1522 ASSERT(instr->value()->representation().IsTagged());
1530 ASSERT(instr->value()->representation().IsTagged());
1537 ASSERT(instr->value()->representation().IsTagged());
1545 ASSERT(instr->left()->representation().IsTagged());
1546 ASSERT(instr->right()->representation().IsTagged());
1557 representation().IsTagged());
1565 ASSERT(instr->value()->representation().IsTagged());
1574 ASSERT(instr->value()->representation().IsTagged());
1582 ASSERT(instr->value()->representation().IsTagged());
1648 // representation change phase of Hydrogen.
1655 Representation from = instr->from();
1656 Representation to = instr->to();
1766 Representation input_rep = value->representation();
1789 Representation r = instr->representation();
1868 ASSERT(instr->representation().IsTagged());
1912 ASSERT(instr->representation().IsTagged());
1913 ASSERT(instr->key()->representation().IsInteger32());
1924 ASSERT(instr->representation().IsDouble());
1925 ASSERT(instr->key()->representation().IsInteger32());
1937 Representation representation(instr->representation());
1939 (representation.IsInteger32() &&
1942 (representation.IsDouble() &&
1945 ASSERT(instr->key()->representation().IsInteger32());
1971 ASSERT(instr->value()->representation().IsTagged());
1972 ASSERT(instr->object()->representation().IsTagged());
1973 ASSERT(instr->key()->representation().IsInteger32());
1988 ASSERT(instr->value()->representation().IsDouble());
1989 ASSERT(instr->elements()->representation().IsTagged());
1990 ASSERT(instr->key()->representation().IsInteger32());
2002 Representation representation(instr->value()->representation());
2005 (representation.IsInteger32() &&
2008 (representation.IsDouble() &&
2011 ASSERT(instr->external_pointer()->representation().IsExternal());
2012 ASSERT(instr->key()->representation().IsInteger32());
2034 ASSERT(instr->object()->representation().IsTagged());
2035 ASSERT(instr->key()->representation().IsTagged());
2036 ASSERT(instr->value()->representation().IsTagged());