Lines Matching refs:StackSlotRepresentation
207 bool operator==(StackSlotRepresentation lhs, StackSlotRepresentation rhs) {
211 bool operator!=(StackSlotRepresentation lhs, StackSlotRepresentation rhs) {
215 size_t hash_value(StackSlotRepresentation rep) {
219 std::ostream& operator<<(std::ostream& os, StackSlotRepresentation rep) {
223 StackSlotRepresentation const& StackSlotRepresentationOf(Operator const* op) {
225 return OpParameter<StackSlotRepresentation>(op);
801 struct StackSlotOperator : public Operator1<StackSlotRepresentation> {
803 : Operator1<StackSlotRepresentation>(
806 StackSlotRepresentation(size, alignment)) {}