Lines Matching defs:field_representation
1470 MachineRepresentation field_representation, Type field_type,
1473 CanBeTaggedPointer(field_representation)) {
1496 if (field_representation == MachineRepresentation::kTaggedPointer ||
1517 MachineRepresentation field_representation, int field_offset,
1521 WriteBarrierKindFor(base_taggedness, field_representation, field_type,
3409 MachineRepresentation field_representation =
3413 if (field_representation == MachineRepresentation::kTagged &&
3415 field_representation = MachineRepresentation::kTaggedSigned;
3418 access.base_is_tagged, field_representation, access.offset,
3423 node, 1, TruncatingUseInfoFromRepresentation(field_representation));