13using namespace compiler::turboshaft;
17 FeedbackCollectorReducer> {
25#ifdef V8_ENABLE_EXPERIMENTAL_TSA_BUILTINS
30 V<Object> value = Parameter<Object>(Descriptor::kValue);
31 V<Context> context = Parameter<Context>(Descriptor::kContext);
33 Parameter<FeedbackVector>(Descriptor::kFeedbackVector);
34 V<WordPtr> slot = Parameter<WordPtr>(Descriptor::kSlot);
36 SetFeedbackSlot(slot);
37 SetFeedbackVector(feedback_vector);
#define TS_BUILTIN(Name, BaseAssembler)
TurboshaftBuiltinsAssembler(compiler::turboshaft::PipelineData *data, compiler::turboshaft::Graph &graph, Zone *phase_zone)
ZoneVector< RpoNumber > & result