|  | 
| base::Vector< const RegisterRepresentation > | outputs_rep () const | 
|  | 
| base::Vector< const MaybeRegisterRepresentation > | inputs_rep (ZoneVector< MaybeRegisterRepresentation > &storage) const | 
|  | 
| V< Word32 > | condition () const | 
|  | 
|  | BranchOp (V< Word32 > condition, Block *if_true, Block *if_false, BranchHint hint) | 
|  | 
| size_t | hash_value (HashingStrategy strategy=HashingStrategy::kDefault) const | 
|  | 
| auto | options () const | 
|  | 
|  | FixedArityOperationT (Args... args) | 
|  | 
| V8_INLINE auto | ExplodeImpl (Fn fn, Mapper &mapper, std::index_sequence< InputI... >, std::index_sequence< OptionI... >) const | 
|  | 
| V8_INLINE auto | Explode (Fn fn, Mapper &mapper) const | 
|  | 
| bool | IsRequiredWhenUnused () const | 
|  | 
| BranchOp & | derived_this () | 
|  | 
| const BranchOp & | derived_this () const | 
|  | 
| base::Vector< OpIndex > | inputs () | 
|  | 
| base::Vector< const OpIndex > | inputs () const | 
|  | 
| V8_INLINE OpIndex & | input (size_t i) | 
|  | 
| V8_INLINE V< Any > | input (size_t i) const | 
|  | 
| V8_INLINE V< T > | input (size_t i) const | 
|  | 
| size_t | StorageSlotCount () const | 
|  | 
|  | OperationT (size_t input_count) | 
|  | 
|  | OperationT (ShadowyOpIndexVectorWrapper inputs) | 
|  | 
| bool | EqualsForGVN (const Base &other) const | 
|  | 
| bool | operator== (const Base &other) const | 
|  | 
| size_t | HashWithOptions (const Args &... args) const | 
|  | 
| size_t | hash_value (HashingStrategy strategy=HashingStrategy::kDefault) const | 
|  | 
| void | PrintInputs (std::ostream &os, const std::string &op_index_prefix) const | 
|  | 
| void | PrintOptions (std::ostream &os) const | 
|  | 
| void | Validate (const Graph &graph) const | 
|  | 
| base::Vector< const OpIndex > | inputs () const | 
|  | 
| V8_INLINE OpIndex | input (size_t i) const | 
|  | 
| size_t | StorageSlotCount () const | 
|  | 
| base::Vector< const RegisterRepresentation > | outputs_rep () const | 
|  | 
| base::Vector< const MaybeRegisterRepresentation > | inputs_rep (ZoneVector< MaybeRegisterRepresentation > &storage) const | 
|  | 
| template<class Op > | 
| bool | Is () const | 
|  | 
| template<class Op > | 
| underlying_operation_t< Op > & | Cast () | 
|  | 
| template<class Op > | 
| const underlying_operation_t< Op > & | Cast () const | 
|  | 
| template<class Op > | 
| const underlying_operation_t< Op > * | TryCast () const | 
|  | 
| template<class Op > | 
| underlying_operation_t< Op > * | TryCast () | 
|  | 
| OpEffects | Effects () const | 
|  | 
| bool | IsBlockTerminator () const | 
|  | 
| bool | IsRequiredWhenUnused () const | 
|  | 
| bool | IsProtectedLoad () const | 
|  | 
| std::string | ToString () const | 
|  | 
| void | PrintInputs (std::ostream &os, const std::string &op_index_prefix) const | 
|  | 
| void | PrintOptions (std::ostream &os) const | 
|  | 
| bool | IsOnlyUserOf (const Operation &value, const Graph &graph) const | 
|  | 
| void | Print () const | 
|  | 
Definition at line 4417 of file operations.h.