Home
last modified time | relevance | path

Searched refs:TypedStateValues (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.cc374 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(1)); in TARGET_TEST_F()
375 Node* locals = m.AddNode(m.common()->TypedStateValues(&empty_types)); in TARGET_TEST_F()
376 Node* stack = m.AddNode(m.common()->TypedStateValues(&empty_types)); in TARGET_TEST_F()
429 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(43)); in TARGET_TEST_F()
430 Node* locals = m.AddNode(m.common()->TypedStateValues(&float64_type), in TARGET_TEST_F()
432 Node* stack = m.AddNode(m.common()->TypedStateValues(&tagged_type), in TARGET_TEST_F()
531 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(63)); in TARGET_TEST_F()
533 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(64)); in TARGET_TEST_F()
535 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(65)); in TARGET_TEST_F()
543 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(43)); in TARGET_TEST_F()
[all …]
/external/v8/src/compiler/
Dcommon-operator.h170 const Operator* TypedStateValues(const ZoneVector<MachineType>* types);
Dopcodes.h52 V(TypedStateValues) \
Dcommon-operator.cc764 const Operator* CommonOperatorBuilder::TypedStateValues( in TypedStateValues() function in v8::internal::compiler::CommonOperatorBuilder
Dsimplified-lowering.cc811 jsgraph_->common()->TypedStateValues(types)); in VisitStateValues()