Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2528 Representation right_rep = right()->representation(); in RepresentationFromInputs() local
2530 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep); in RepresentationFromInputs()
2849 Representation right_rep = right()->representation(); in InferRepresentation() local
2858 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep); in InferRepresentation()
Dhydrogen.cc10764 Representation right_rep = RepresentationFor(right_type); in BuildBinaryOperation() local
10780 right_rep = RepresentationFor(right_type); in BuildBinaryOperation()
10888 (right_rep.IsTagged() && !right_rep.IsSmi()); in BuildBinaryOperation()
11005 binop->set_observed_input_representation(2, right_rep); in BuildBinaryOperation()
11342 Representation right_rep = RepresentationFor(right_type); in BuildCompareInstruction() local
11504 result->set_observed_input_representation(2, right_rep); in BuildCompareInstruction()
11520 result->set_observed_input_representation(left_rep, right_rep); in BuildCompareInstruction()
Dhydrogen-instructions.h4375 Representation right_rep = right()->representation(); in RepresentationFromInputs() local
4378 result = result.generalize(right_rep); in RepresentationFromInputs()