Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h332 class TypedStateValueInfo final {
334 TypedStateValueInfo(ZoneVector<MachineType> const* machine_types, in TypedStateValueInfo() function
348 bool operator==(TypedStateValueInfo const& lhs, TypedStateValueInfo const& rhs);
349 bool operator!=(TypedStateValueInfo const& lhs, TypedStateValueInfo const& rhs);
351 std::ostream& operator<<(std::ostream&, TypedStateValueInfo const&);
353 size_t hash_value(TypedStateValueInfo const& p);
Dcommon-operator.cc332 bool operator==(TypedStateValueInfo const& lhs, in operator ==()
333 TypedStateValueInfo const& rhs) { in operator ==()
338 bool operator!=(TypedStateValueInfo const& lhs, in operator !=()
339 TypedStateValueInfo const& rhs) { in operator !=()
343 size_t hash_value(TypedStateValueInfo const& p) { in hash_value()
347 std::ostream& operator<<(std::ostream& os, TypedStateValueInfo const& p) { in operator <<()
399 return OpParameter<TypedStateValueInfo>(op).sparse_input_mask(); in SparseInputMaskOf()
409 return OpParameter<TypedStateValueInfo>(op).machine_types(); in MachineTypesOf()
1340 return new (zone()) Operator1<TypedStateValueInfo>( // -- in TypedStateValues()
1344 TypedStateValueInfo(types, bitmask)); // parameters in TypedStateValues()