Lines Matching refs:StoreRepresentation
15 bool operator==(StoreRepresentation lhs, StoreRepresentation rhs) {
21 bool operator!=(StoreRepresentation lhs, StoreRepresentation rhs) {
26 size_t hash_value(StoreRepresentation rep) {
31 std::ostream& operator<<(std::ostream& os, StoreRepresentation rep) {
170 StoreRepresentation const& StoreRepresentationOf(Operator const* op) {
173 return OpParameter<StoreRepresentation>(op);
995 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
997 : Operator1<StoreRepresentation>( \
1001 StoreRepresentation(MachineRepresentation::Type, \
1044 : public Operator1<StoreRepresentation> { \
1046 : Operator1<StoreRepresentation>( \
1050 StoreRepresentation(MachineRepresentation::Type, \
1579 const Operator* MachineOperatorBuilder::Store(StoreRepresentation store_rep) {