v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
representations.h File Reference
#include <cstdint>
#include "include/v8-internal.h"
#include "src/base/hashing.h"
#include "src/base/logging.h"
#include "src/codegen/machine-type.h"
#include "src/compiler/turboshaft/utils.h"
Include dependency graph for representations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::compiler::turboshaft::MaybeRegisterRepresentation
 
class  v8::internal::compiler::turboshaft::RegisterRepresentation
 
struct  v8::internal::compiler::turboshaft::MultiSwitch< T, std::enable_if_t< std::is_base_of_v< MaybeRegisterRepresentation, T > > >
 
class  v8::internal::compiler::turboshaft::WordRepresentation
 
class  v8::internal::compiler::turboshaft::FloatRepresentation
 
class  v8::internal::compiler::turboshaft::MemoryRepresentation
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 
namespace  v8::internal::compiler::turboshaft
 

Functions

V8_INLINE constexpr bool v8::internal::compiler::turboshaft::operator== (MaybeRegisterRepresentation a, MaybeRegisterRepresentation b)
 
V8_INLINE constexpr bool v8::internal::compiler::turboshaft::operator!= (MaybeRegisterRepresentation a, MaybeRegisterRepresentation b)
 
V8_INLINE size_t v8::internal::compiler::turboshaft::hash_value (MaybeRegisterRepresentation rep)
 
std::ostream & v8::internal::compiler::turboshaft::operator<< (std::ostream &os, MaybeRegisterRepresentation rep)
 
V8_INLINE constexpr bool v8::internal::compiler::turboshaft::operator== (MemoryRepresentation a, MemoryRepresentation b)
 
V8_INLINE constexpr bool v8::internal::compiler::turboshaft::operator!= (MemoryRepresentation a, MemoryRepresentation b)
 
V8_INLINE size_t v8::internal::compiler::turboshaft::hash_value (MemoryRepresentation rep)
 
std::ostream & v8::internal::compiler::turboshaft::operator<< (std::ostream &os, MemoryRepresentation rep)