Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.cc1420 Representation left_rep = left()->representation(); in RepresentationFromInputs() local
1421 if (left_rep.IsExternal()) { in RepresentationFromInputs()
1430 Representation left_rep = left()->representation(); in RequiredInputRepresentation() local
1431 if (left_rep.IsExternal()) { in RequiredInputRepresentation()
2995 Representation left_rep = left()->representation(); in RepresentationFromInputs() local
2997 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep); in RepresentationFromInputs()
3350 Representation left_rep = left()->representation(); in InferRepresentation() local
3359 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep); in InferRepresentation()
Dhydrogen.cc10272 Representation left_rep = Representation::FromType(left_type); in BuildBinaryOperation() local
10289 left_rep = Representation::FromType(left_type); in BuildBinaryOperation()
10385 bool is_non_primitive = (left_rep.IsTagged() && !left_rep.IsSmi()) || in BuildBinaryOperation()
10459 binop->set_observed_input_representation(1, left_rep); in BuildBinaryOperation()
10796 Representation left_rep = Representation::FromType(left_type); in BuildCompareInstruction() local
10869 result->set_observed_input_representation(1, left_rep); in BuildCompareInstruction()
10886 result->set_observed_input_representation(left_rep, right_rep); in BuildCompareInstruction()
Dhydrogen-instructions.h5037 Representation left_rep = left()->representation(); in RepresentationFromInputs() local
5040 result = result.generalize(left_rep); in RepresentationFromInputs()