Home
last modified time | relevance | path

Searched refs:use_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-representation-changes.cc11 HValue* value, HValue* use_value, int use_index, Representation to) { in InsertRepresentationChangeForUse() argument
16 next = use_value->block()->predecessors()->at(use_index)->end(); in InsertRepresentationChangeForUse()
41 if (!use_value->operand_position(use_index).IsUnknown()) { in InsertRepresentationChangeForUse()
42 new_value->set_position(use_value->operand_position(use_index)); in InsertRepresentationChangeForUse()
50 use_value->SetOperandAt(use_index, new_value); in InsertRepresentationChangeForUse()
70 int use_index = it.index(); in InsertRepresentationChangesForValue() local
71 Representation req = use_value->RequiredInputRepresentation(use_index); in InsertRepresentationChangesForValue()
84 int use_index = it.index(); in InsertRepresentationChangesForValue() local
85 Representation req = use_value->RequiredInputRepresentation(use_index); in InsertRepresentationChangesForValue()
98 use_value->SetOperandAt(use_index, change->value()); in InsertRepresentationChangesForValue()
[all …]
Dhydrogen-representation-changes.h24 int use_index,
Dhydrogen-instructions.cc4126 int use_index = it.index(); in RepresentationFromUses() local
4127 Representation rep_observed = use->observed_input_representation(use_index); in RepresentationFromUses()
4128 Representation rep_required = use->RequiredInputRepresentation(use_index); in RepresentationFromUses()