Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h249 class TypedStateValueInfo final {
251 TypedStateValueInfo(ZoneVector<MachineType> const* machine_types, in TypedStateValueInfo() function
265 bool operator==(TypedStateValueInfo const& lhs, TypedStateValueInfo const& rhs);
266 bool operator!=(TypedStateValueInfo const& lhs, TypedStateValueInfo const& rhs);
268 std::ostream& operator<<(std::ostream&, TypedStateValueInfo const&);
270 size_t hash_value(TypedStateValueInfo const& p);
Dcommon-operator.cc247 bool operator==(TypedStateValueInfo const& lhs, in operator ==()
248 TypedStateValueInfo const& rhs) { in operator ==()
253 bool operator!=(TypedStateValueInfo const& lhs, in operator !=()
254 TypedStateValueInfo const& rhs) { in operator !=()
258 size_t hash_value(TypedStateValueInfo const& p) { in hash_value()
262 std::ostream& operator<<(std::ostream& os, TypedStateValueInfo const& p) { in operator <<()
335 return OpParameter<TypedStateValueInfo>(op).sparse_input_mask(); in SparseInputMaskOf()
345 return OpParameter<TypedStateValueInfo>(op).machine_types(); in MachineTypesOf()
1228 return new (zone()) Operator1<TypedStateValueInfo>( // -- in TypedStateValues()
1232 TypedStateValueInfo(types, bitmask)); // parameters in TypedStateValues()