// Copyright 2022 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/compiler/turboshaft/representations.h" namespace v8::internal::compiler::turboshaft { std::ostream& operator<<(std::ostream& os, MaybeRegisterRepresentation rep) { … } std::ostream& operator<<(std::ostream& os, MemoryRepresentation rep) { … } } // namespace v8::internal::compiler::turboshaft