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

#include <uniform-reducer-adapter.h>

Inheritance diagram for v8::internal::compiler::turboshaft::UniformReducerAdapter< Reducer, Next >:
Collaboration diagram for v8::internal::compiler::turboshaft::UniformReducerAdapter< Reducer, Next >:

Public Member Functions

template<Opcode opcode, typename Continuation , typename... Args>
auto ReduceOperation (Args... args)
 
template<typename Op , typename Continuation >
auto ReduceInputGraphOperation (OpIndex ig_index, const Op &operation)
 

Detailed Description

template<template< typename > typename Reducer, typename Next>
class v8::internal::compiler::turboshaft::UniformReducerAdapter< Reducer, Next >

Definition at line 110 of file uniform-reducer-adapter.h.

Member Function Documentation

◆ ReduceInputGraphOperation()

template<template< typename > typename Reducer, typename Next >
template<typename Op , typename Continuation >
auto v8::internal::compiler::turboshaft::UniformReducerAdapter< Reducer, Next >::ReduceInputGraphOperation ( OpIndex ig_index,
const Op & operation )
inline

Definition at line 118 of file uniform-reducer-adapter.h.

◆ ReduceOperation()

template<template< typename > typename Reducer, typename Next >
template<Opcode opcode, typename Continuation , typename... Args>
auto v8::internal::compiler::turboshaft::UniformReducerAdapter< Reducer, Next >::ReduceOperation ( Args... args)
inline

Definition at line 113 of file uniform-reducer-adapter.h.


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