#include <wasm-shuffle-reducer.h>
|
static constexpr uint16_t | k8x16 = 0xFFFF |
|
static constexpr uint16_t | k8x8Low = 0xFF |
|
static constexpr uint16_t | k8x4Low = 0xF |
|
static constexpr uint16_t | k8x2Low = 0x3 |
|
Definition at line 43 of file wasm-shuffle-reducer.h.
◆ DemandedElementMap
Initial value:
ZoneVector<std::pair<const Operation*, LaneBitSet>>
Definition at line 51 of file wasm-shuffle-reducer.h.
◆ LaneBitSet
◆ DemandedElementAnalysis()
v8::internal::compiler::turboshaft::DemandedElementAnalysis::DemandedElementAnalysis |
( |
Zone * | phase_zone, |
|
|
const Graph & | input_graph ) |
|
inline |
◆ AddBinaryOp()
void v8::internal::compiler::turboshaft::DemandedElementAnalysis::AddBinaryOp |
( |
const Simd128BinopOp & | binop, |
|
|
LaneBitSet | lanes ) |
◆ AddUnaryOp()
void v8::internal::compiler::turboshaft::DemandedElementAnalysis::AddUnaryOp |
( |
const Simd128UnaryOp & | unop, |
|
|
LaneBitSet | lanes ) |
◆ demanded_elements()
const DemandedElementMap & v8::internal::compiler::turboshaft::DemandedElementAnalysis::demanded_elements |
( |
| ) |
const |
|
inline |
◆ input_graph()
const Graph & v8::internal::compiler::turboshaft::DemandedElementAnalysis::input_graph |
( |
| ) |
const |
|
inline |
◆ RecordOp()
void v8::internal::compiler::turboshaft::DemandedElementAnalysis::RecordOp |
( |
const Operation * | op, |
|
|
LaneBitSet | lanes ) |
◆ Visited()
bool v8::internal::compiler::turboshaft::DemandedElementAnalysis::Visited |
( |
const Operation * | op | ) |
const |
|
inline |
◆ demanded_elements_
◆ input_graph_
const Graph& v8::internal::compiler::turboshaft::DemandedElementAnalysis::input_graph_ |
|
private |
◆ k8x16
uint16_t v8::internal::compiler::turboshaft::DemandedElementAnalysis::k8x16 = 0xFFFF |
|
staticconstexpr |
◆ k8x2Low
uint16_t v8::internal::compiler::turboshaft::DemandedElementAnalysis::k8x2Low = 0x3 |
|
staticconstexpr |
◆ k8x4Low
uint16_t v8::internal::compiler::turboshaft::DemandedElementAnalysis::k8x4Low = 0xF |
|
staticconstexpr |
◆ k8x8Low
uint16_t v8::internal::compiler::turboshaft::DemandedElementAnalysis::k8x8Low = 0xFF |
|
staticconstexpr |
◆ phase_zone_
Zone* v8::internal::compiler::turboshaft::DemandedElementAnalysis::phase_zone_ |
|
private |
◆ visited_
The documentation for this class was generated from the following files: