Home | History | Annotate | Download | only in compiler

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) {
49 StoreRepresentation const& StoreRepresentationOf(Operator const* op) {
52 return OpParameter<StoreRepresentation>(op);
525 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
527 : Operator1<StoreRepresentation>( \
531 StoreRepresentation(MachineRepresentation::Type, \
564 : public Operator1<StoreRepresentation> { \
566 : Operator1<StoreRepresentation>( \
570 StoreRepresentation(MachineRepresentation::Type, \
958 const Operator* MachineOperatorBuilder::Store(StoreRepresentation store_rep) {