Lines Matching refs:StoreRepresentation
140 class StoreRepresentation final {
142 StoreRepresentation(MachineRepresentation representation,
155 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation);
156 bool operator!=(StoreRepresentation, StoreRepresentation);
158 size_t hash_value(StoreRepresentation);
160 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation);
162 V8_EXPORT_PRIVATE StoreRepresentation const& StoreRepresentationOf(
165 // A Word(32|64)AtomicStore needs both a StoreRepresentation and a memory order.
182 StoreRepresentation store_representation() const {
187 StoreRepresentation store_representation_;
944 const Operator* Store(StoreRepresentation rep);