v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::NodeGroup Class Reference

#include <wasm-revec-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::NodeGroup:

Public Member Functions

 NodeGroup (OpIndex a, OpIndex b)
 
size_t size () const
 
OpIndex operator[] (int i) const
 
bool operator== (const NodeGroup &other) const
 
bool operator!= (const NodeGroup &other) const
 
const OpIndexbegin () const
 
const OpIndexend () const
 

Static Public Attributes

static constexpr int kSize = kSimd256Size / kSimd128Size
 

Private Attributes

OpIndex indexes_ [kSize]
 

Detailed Description

Definition at line 216 of file wasm-revec-reducer.h.

Constructor & Destructor Documentation

◆ NodeGroup()

v8::internal::compiler::turboshaft::NodeGroup::NodeGroup ( OpIndex a,
OpIndex b )
inline

Definition at line 220 of file wasm-revec-reducer.h.

Member Function Documentation

◆ begin()

const OpIndex * v8::internal::compiler::turboshaft::NodeGroup::begin ( ) const
inline

Definition at line 234 of file wasm-revec-reducer.h.

◆ end()

const OpIndex * v8::internal::compiler::turboshaft::NodeGroup::end ( ) const
inline

Definition at line 235 of file wasm-revec-reducer.h.

◆ operator!=()

bool v8::internal::compiler::turboshaft::NodeGroup::operator!= ( const NodeGroup & other) const
inline

Definition at line 230 of file wasm-revec-reducer.h.

◆ operator==()

bool v8::internal::compiler::turboshaft::NodeGroup::operator== ( const NodeGroup & other) const
inline

Definition at line 227 of file wasm-revec-reducer.h.

◆ operator[]()

OpIndex v8::internal::compiler::turboshaft::NodeGroup::operator[] ( int i) const
inline

Definition at line 225 of file wasm-revec-reducer.h.

◆ size()

size_t v8::internal::compiler::turboshaft::NodeGroup::size ( ) const
inline

Definition at line 224 of file wasm-revec-reducer.h.

Here is the caller graph for this function:

Member Data Documentation

◆ indexes_

OpIndex v8::internal::compiler::turboshaft::NodeGroup::indexes_[kSize]
private

Definition at line 238 of file wasm-revec-reducer.h.

◆ kSize

int v8::internal::compiler::turboshaft::NodeGroup::kSize = kSimd256Size / kSimd128Size
staticconstexpr

Definition at line 219 of file wasm-revec-reducer.h.


The documentation for this class was generated from the following file: