#include <wasm-revec-reducer.h>
Definition at line 249 of file wasm-revec-reducer.h.
◆ NodeType
| Enumerator |
|---|
| kDefault | |
| kForcePackNode | |
| kShufflePackNode | |
| kBundlePackNode | |
| kIntersectPackNode | |
Definition at line 251 of file wasm-revec-reducer.h.
◆ PackNode()
◆ AsBundlePackNode()
| BundlePackNode * v8::internal::compiler::turboshaft::PackNode::AsBundlePackNode |
( |
| ) |
|
|
inline |
◆ AsForcePackNode()
| ForcePackNode * v8::internal::compiler::turboshaft::PackNode::AsForcePackNode |
( |
| ) |
|
|
inline |
◆ AsShufflePackNode()
| ShufflePackNode * v8::internal::compiler::turboshaft::PackNode::AsShufflePackNode |
( |
| ) |
|
|
inline |
◆ GetOperand()
| PackNode * v8::internal::compiler::turboshaft::PackNode::GetOperand |
( |
int | index | ) |
const |
|
inline |
◆ GetOperandsSize()
| ZoneVector< PackNode * >::size_type v8::internal::compiler::turboshaft::PackNode::GetOperandsSize |
( |
| ) |
const |
|
inline |
◆ is_force_packing()
| bool v8::internal::compiler::turboshaft::PackNode::is_force_packing |
( |
| ) |
const |
|
inline |
◆ IsBundlePackNode()
| bool v8::internal::compiler::turboshaft::PackNode::IsBundlePackNode |
( |
| ) |
const |
|
inline |
◆ IsDefaultPackNode()
| bool v8::internal::compiler::turboshaft::PackNode::IsDefaultPackNode |
( |
| ) |
const |
|
inline |
◆ IsForcePackNode()
| bool v8::internal::compiler::turboshaft::PackNode::IsForcePackNode |
( |
| ) |
const |
|
inline |
◆ IsSame() [1/2]
| bool v8::internal::compiler::turboshaft::PackNode::IsSame |
( |
const NodeGroup & | node_group | ) |
const |
|
inline |
◆ IsSame() [2/2]
| bool v8::internal::compiler::turboshaft::PackNode::IsSame |
( |
const PackNode & | other | ) |
const |
|
inline |
◆ IsShufflePackNode()
| bool v8::internal::compiler::turboshaft::PackNode::IsShufflePackNode |
( |
| ) |
const |
|
inline |
◆ nodes()
| const NodeGroup & v8::internal::compiler::turboshaft::PackNode::nodes |
( |
| ) |
const |
|
inline |
◆ Print()
| void v8::internal::compiler::turboshaft::PackNode::Print |
( |
Graph * | graph | ) |
const |
◆ RevectorizedNode()
| V< Simd256 > v8::internal::compiler::turboshaft::PackNode::RevectorizedNode |
( |
| ) |
const |
|
inline |
◆ SetOperand()
| void v8::internal::compiler::turboshaft::PackNode::SetOperand |
( |
int | index, |
|
|
PackNode * | pnode ) |
|
inline |
◆ SetRevectorizedNode()
| void v8::internal::compiler::turboshaft::PackNode::SetRevectorizedNode |
( |
V< Simd256 > | node | ) |
|
|
inline |
◆ ForcePackNode
◆ node_type_
| NodeType v8::internal::compiler::turboshaft::PackNode::node_type_ |
|
private |
◆ nodes_
| NodeGroup v8::internal::compiler::turboshaft::PackNode::nodes_ |
|
private |
◆ operands_
◆ revectorized_node_
| V<Simd256> v8::internal::compiler::turboshaft::PackNode::revectorized_node_ |
|
private |
The documentation for this class was generated from the following files: