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

#include <select-lowering.h>

Inheritance diagram for v8::internal::compiler::SelectLowering:
Collaboration diagram for v8::internal::compiler::SelectLowering:

Public Member Functions

 SelectLowering (JSGraphAssembler *graph_assembler, TFGraph *graph)
 
 ~SelectLowering () override
 
const char * reducer_name () const override
 
Reduction Reduce (Node *node) override
 
- Public Member Functions inherited from v8::internal::compiler::Reducer
virtual ~Reducer ()=default
 
Reduction Reduce (Node *node, ObserveNodeManager *observe_node_manager)
 
virtual void Finalize ()
 

Private Member Functions

Reduction LowerSelect (Node *node)
 
JSGraphAssemblergasm () const
 
Nodestart () const
 

Private Attributes

JSGraphAssemblergraph_assembler_
 
Nodestart_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::Reducer
static Reduction NoChange ()
 
static Reduction Replace (Node *node)
 
static Reduction Changed (Node *node)
 

Detailed Description

Definition at line 18 of file select-lowering.h.

Constructor & Destructor Documentation

◆ SelectLowering()

v8::internal::compiler::SelectLowering::SelectLowering ( JSGraphAssembler * graph_assembler,
TFGraph * graph )

Definition at line 16 of file select-lowering.cc.

◆ ~SelectLowering()

v8::internal::compiler::SelectLowering::~SelectLowering ( )
overridedefault

Member Function Documentation

◆ gasm()

JSGraphAssembler * v8::internal::compiler::SelectLowering::gasm ( ) const
inlineprivate

Definition at line 30 of file select-lowering.h.

Here is the caller graph for this function:

◆ LowerSelect()

Reduction v8::internal::compiler::SelectLowering::LowerSelect ( Node * node)
private

Definition at line 29 of file select-lowering.cc.

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

◆ Reduce()

Reduction v8::internal::compiler::SelectLowering::Reduce ( Node * node)
overridevirtual

Implements v8::internal::compiler::Reducer.

Definition at line 22 of file select-lowering.cc.

Here is the call graph for this function:

◆ reducer_name()

const char * v8::internal::compiler::SelectLowering::reducer_name ( ) const
inlineoverridevirtual

Implements v8::internal::compiler::Reducer.

Definition at line 23 of file select-lowering.h.

◆ start()

Node * v8::internal::compiler::SelectLowering::start ( ) const
inlineprivate

Definition at line 31 of file select-lowering.h.

Here is the caller graph for this function:

Member Data Documentation

◆ graph_assembler_

JSGraphAssembler* v8::internal::compiler::SelectLowering::graph_assembler_
private

Definition at line 33 of file select-lowering.h.

◆ start_

Node* v8::internal::compiler::SelectLowering::start_
private

Definition at line 34 of file select-lowering.h.


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