Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1365 Representation left_rep = left()->representation(); in RepresentationFromInputs() local
1366 if (left_rep.IsExternal()) { in RepresentationFromInputs()
1375 Representation left_rep = left()->representation(); in RequiredInputRepresentation() local
1376 if (left_rep.IsExternal()) { in RequiredInputRepresentation()
2527 Representation left_rep = left()->representation(); in RepresentationFromInputs() local
2529 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep); in RepresentationFromInputs()
2848 Representation left_rep = left()->representation(); in InferRepresentation() local
2857 if (!left_rep.IsTagged()) rep = rep.generalize(left_rep); in InferRepresentation()
Dhydrogen.cc10763 Representation left_rep = RepresentationFor(left_type); in BuildBinaryOperation() local
10771 left_rep = RepresentationFor(left_type); in BuildBinaryOperation()
10887 bool is_non_primitive = (left_rep.IsTagged() && !left_rep.IsSmi()) || in BuildBinaryOperation()
11004 binop->set_observed_input_representation(1, left_rep); in BuildBinaryOperation()
11341 Representation left_rep = RepresentationFor(left_type); in BuildCompareInstruction() local
11503 result->set_observed_input_representation(1, left_rep); in BuildCompareInstruction()
11520 result->set_observed_input_representation(left_rep, right_rep); in BuildCompareInstruction()
Dhydrogen-instructions.h4374 Representation left_rep = left()->representation(); in RepresentationFromInputs() local
4377 result = result.generalize(left_rep); in RepresentationFromInputs()