Home | History | Annotate | Download | only in arm

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();
1066 ASSERT(instr->value()->representation().IsTagged());
1212 ASSERT(instr->key()->representation().IsTagged());
1275 if (instr->representation().IsInteger32()) {
1276 ASSERT(instr->left()->representation().IsInteger32());
1277 ASSERT(instr->right()->representation().IsInteger32());
1283 ASSERT(instr->representation().IsTagged());
1284 ASSERT(instr->left()->representation().IsTagged());
1285 ASSERT(instr->right()->representation().IsTagged());
1296 ASSERT(instr->value()->representation().IsInteger32());
1297 ASSERT(instr->representation().IsInteger32());
1304 if (instr->representation().IsDouble()) {
1306 } else if (instr->representation().IsInteger32()) {
1323 if (instr->representation().IsInteger32()) {
1324 ASSERT(instr->left()->representation().IsInteger32());
1325 ASSERT(instr->right()->representation().IsInteger32());
1348 } else if (instr->representation().IsTagged()) {
1351 ASSERT(instr->representation().IsDouble());
1364 if (instr->representation().IsInteger32()) {
1365 ASSERT(instr->left()->representation().IsInteger32());
1366 ASSERT(instr->right()->representation().IsInteger32());
1385 } else if (instr->representation().IsDouble()) {
1395 if (instr->representation().IsInteger32()) {
1396 ASSERT(instr->left()->representation().IsInteger32());
1397 ASSERT(instr->right()->representation().IsInteger32());
1406 } else if (instr->representation().IsDouble()) {
1415 if (instr->representation().IsInteger32()) {
1416 ASSERT(instr->left()->representation().IsInteger32());
1417 ASSERT(instr->right()->representation().IsInteger32());
1426 } else if (instr->representation().IsDouble()) {
1429 ASSERT(instr->representation().IsTagged());
1436 ASSERT(instr->representation().IsDouble());
1439 Representation exponent_type = instr->right()->representation();
1440 ASSERT(instr->left()->representation().IsDouble());
1453 ASSERT(instr->representation().IsDouble());
1454 ASSERT(instr->global_object()->representation().IsTagged());
1462 ASSERT(instr->left()->representation().IsTagged());
1463 ASSERT(instr->right()->representation().IsTagged());
1473 Representation r = instr->GetInputRepresentation();
1475 ASSERT(instr->left()->representation().IsInteger32());
1476 ASSERT(instr->right()->representation().IsInteger32());
1482 ASSERT(instr->left()->representation().IsDouble());
1483 ASSERT(instr->right()->representation().IsDouble());
1507 ASSERT(instr->value()->representation().IsTagged());
1513 ASSERT(instr->value()->representation().IsTagged());
1521 ASSERT(instr->value()->representation().IsTagged());
1529 ASSERT(instr->value()->representation().IsTagged());
1536 ASSERT(instr->value()->representation().IsTagged());
1544 ASSERT(instr->left()->representation().IsTagged());
1545 ASSERT(instr->right()->representation().IsTagged());
1556 ASSERT(instr->value()->representation().IsTagged());
1564 ASSERT(instr->value()->representation().IsTagged());
1573 ASSERT(instr->value()->representation().IsTagged());
1581 ASSERT(instr->value()->representation().IsTagged());
1647 // representation change phase of Hydrogen.
1654 Representation from = instr->from();
1655 Representation to = instr->to();
1765 Representation input_rep = value->representation();
1787 Representation r = instr->representation();
1866 ASSERT(instr->representation().IsTagged());
1910 ASSERT(instr->representation().IsTagged());
1911 ASSERT(instr->key()->representation().IsInteger32());
1922 ASSERT(instr->representation().IsDouble());
1923 ASSERT(instr->key()->representation().IsInteger32());
1936 (instr->representation().IsInteger32() &&
1939 (instr->representation().IsDouble() &&
1942 ASSERT(instr->key()->representation().IsInteger32());
1968 ASSERT(instr->value()->representation().IsTagged());
1969 ASSERT(instr->object()->representation().IsTagged());
1970 ASSERT(instr->key()->representation().IsInteger32());
1985 ASSERT(instr->value()->representation().IsDouble());
1986 ASSERT(instr->elements()->representation().IsTagged());
1987 ASSERT(instr->key()->representation().IsInteger32());
2001 (instr->value()->representation().IsInteger32() &&
2004 (instr->value()->representation().IsDouble() &&
2007 ASSERT(instr->external_pointer()->representation().IsExternal());
2008 ASSERT(instr->key()->representation().IsInteger32());
2030 ASSERT(instr->object()->representation().IsTagged());
2031 ASSERT(instr->key()->representation().IsTagged());
2032 ASSERT(instr->value()->representation().IsTagged());