Home | History | Annotate | Download | only in compiler

Lines Matching refs:StoreRepresentation

54 class StoreRepresentation final {
56 StoreRepresentation(MachineRepresentation representation,
69 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation);
70 bool operator!=(StoreRepresentation, StoreRepresentation);
72 size_t hash_value(StoreRepresentation);
74 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation);
76 V8_EXPORT_PRIVATE StoreRepresentation const& StoreRepresentationOf(
593 const Operator* Store(StoreRepresentation rep);