Lines Matching refs:Representation
384 Representation r = chunk_->LookupLiteralRepresentation(const_op);
422 Representation r = chunk_->LookupLiteralRepresentation(const_op);
462 return ToRepresentation(op, Representation::Integer32());
467 const Representation& r) const {
493 Representation r = chunk_->LookupLiteralRepresentation(const_op);
1425 if (instr->hydrogen()->representation().IsSmi()) {
1438 if (instr->hydrogen()->representation().IsSmi()) {
1560 if (instr->hydrogen_value()->representation().IsSmi() &&
1866 if (instr->hydrogen()->representation().IsSmiOrInteger32()) {
1883 ASSERT(instr->hydrogen()->representation().IsDouble());
2053 Representation r = instr->hydrogen()->value()->representation();
2255 if (instr->hydrogen_value()->representation().IsSmi()) {
2264 if (instr->hydrogen_value()->representation().IsSmi()) {
2293 if (instr->hydrogen()->representation().IsTagged()) {
2310 Representation rep = instr->hydrogen()->value()->representation();
2936 __ Load(result, operand, access.representation());
2940 if (instr->hydrogen()->representation().IsDouble()) {
2952 __ Load(result, operand, access.representation());
3086 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3175 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3205 // representation for the key to be an integer, the input gets replaced
3208 if (instr->hydrogen()->key()->representation().IsSmi()) {
3235 } else if (instr->hydrogen()->representation().IsDouble()) {
3665 Representation r = instr->hydrogen()->value()->representation();
3673 // Representation is tagged.
3822 Representation exponent_type = instr->hydrogen()->right()->representation();
4085 Representation representation = instr->representation();
4095 __ Store(value, operand, representation);
4101 if (FLAG_track_heap_object_fields && representation.IsHeapObject()) {
4107 } else if (FLAG_track_double_fields && representation.IsDouble()) {
4141 __ Store(value, operand, representation);
4156 __ Store(value, operand, representation);
4209 if (instr->hydrogen()->length()->representation().IsSmi()) {
4242 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4325 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4373 // representation for the key to be an integer, the input gets replaced
4376 if (instr->hydrogen()->key()->representation().IsSmi()) {
4408 } else if (instr->hydrogen()->value()->representation().IsDouble()) {
4563 ASSERT(instr->hydrogen()->value()->representation().IsInteger32());
4995 if (instr->hydrogen()->value()->representation().IsSmi()) {
5020 NumberUntagDMode mode = value->representation().IsSmi()