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

#include <wasm-shuffle-reducer.h>

Inheritance diagram for v8::internal::compiler::turboshaft::WasmShuffleReducer< Next >:
Collaboration diagram for v8::internal::compiler::turboshaft::WasmShuffleReducer< Next >:

Public Member Functions

void Analyze ()
 
OpIndex REDUCE_INPUT_GRAPH Simd128Shuffle (OpIndex ig_index, const Simd128ShuffleOp &shuffle)
 

Private Attributes

std::optional< WasmShuffleAnalyzeranalyzer_
 

Detailed Description

template<class Next>
class v8::internal::compiler::turboshaft::WasmShuffleReducer< Next >

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

Member Function Documentation

◆ Analyze()

template<class Next >
void v8::internal::compiler::turboshaft::WasmShuffleReducer< Next >::Analyze ( )
inline

Definition at line 277 of file wasm-shuffle-reducer.h.

◆ Simd128Shuffle()

template<class Next >
OpIndex REDUCE_INPUT_GRAPH v8::internal::compiler::turboshaft::WasmShuffleReducer< Next >::Simd128Shuffle ( OpIndex ig_index,
const Simd128ShuffleOp & shuffle )
inline

Definition at line 334 of file wasm-shuffle-reducer.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ analyzer_

template<class Next >
std::optional<WasmShuffleAnalyzer> v8::internal::compiler::turboshaft::WasmShuffleReducer< Next >::analyzer_
private

Definition at line 229 of file wasm-shuffle-reducer.h.


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