Home
last modified time | relevance | path

Searched refs:TypedStateValueInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcommon-operator.h314 class TypedStateValueInfo final {
316 TypedStateValueInfo(ZoneVector<MachineType> const* machine_types, in TypedStateValueInfo() function
330 bool operator==(TypedStateValueInfo const& lhs, TypedStateValueInfo const& rhs);
331 bool operator!=(TypedStateValueInfo const& lhs, TypedStateValueInfo const& rhs);
333 std::ostream& operator<<(std::ostream&, TypedStateValueInfo const&);
335 size_t hash_value(TypedStateValueInfo const& p);
Dcommon-operator.cc306 bool operator==(TypedStateValueInfo const& lhs, in operator ==()
307 TypedStateValueInfo const& rhs) { in operator ==()
312 bool operator!=(TypedStateValueInfo const& lhs, in operator !=()
313 TypedStateValueInfo const& rhs) { in operator !=()
317 size_t hash_value(TypedStateValueInfo const& p) { in hash_value()
321 std::ostream& operator<<(std::ostream& os, TypedStateValueInfo const& p) { in operator <<()
373 return OpParameter<TypedStateValueInfo>(op).sparse_input_mask(); in SparseInputMaskOf()
383 return OpParameter<TypedStateValueInfo>(op).machine_types(); in MachineTypesOf()
1404 return zone()->New<Operator1<TypedStateValueInfo>>( // -- in TypedStateValues()
1408 TypedStateValueInfo(types, bitmask)); // parameters in TypedStateValues()