Lines Matching refs:representation
262 if (info.second.representation != MachineRepresentation::kNone &&
263 ElementSizeInBytes(info.second.representation) >
282 if (info.representation != MachineRepresentation::kNone &&
283 ElementSizeInBytes(info.representation) >
301 MachineReprToString(info.representation));
317 MachineReprToString(info.representation));
348 MachineRepresentation representation = access.machine_type.representation();
352 // representation or resurrect dead {replacement} nodes.
353 MachineRepresentation from = lookup_result.representation;
354 if (Helpers::Subsumes(from, representation) &&
365 half_state = half_state->AddField(object, offset, node, representation);
385 MachineRepresentation repr = access.machine_type.representation();
514 ObjectAccessOf(current->op()).machine_type.representation();
541 DCHECK(Helpers::Subsumes(from, to.representation()));
542 DCHECK_GE(ElementSizeInBytes(from), ElementSizeInBytes(to.representation()));
553 int shift = 32 - 8 * ElementSizeInBytes(to.representation());
565 int mask = (1 << 8 * ElementSizeInBytes(to.representation())) - 1;
569 to.representation() == MachineRepresentation::kWord32) {
574 DCHECK((from == to.representation() &&
577 (IsAnyTagged(from) && IsAnyTagged(to.representation())));