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

#include <select-lowering-reducer.h>

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

Public Member Functions

V< Any > REDUCE Select (V< Word32 > cond, V< Any > vtrue, V< Any > vfalse, RegisterRepresentation rep, BranchHint hint, SelectOp::Implementation implem)
 

Detailed Description

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

Definition at line 36 of file select-lowering-reducer.h.

Member Function Documentation

◆ Select()

template<class Next >
V< Any > REDUCE v8::internal::compiler::turboshaft::SelectLoweringReducer< Next >::Select ( V< Word32 > cond,
V< Any > vtrue,
V< Any > vfalse,
RegisterRepresentation rep,
BranchHint hint,
SelectOp::Implementation implem )
inline

Definition at line 40 of file select-lowering-reducer.h.


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