Searched refs:RepresentationFor (Results 1 – 3 of 3) sorted by relevance
814 MachineRepresentation RepresentationFor(int virtual_register);
1403 MachineRepresentation RegisterAllocationData::RepresentationFor( in RepresentationFor() function in v8::internal::compiler::RegisterAllocationData1416 result = NewLiveRange(index, RepresentationFor(index)); in GetOrCreateLiveRangeFor()1599 rep = data()->RepresentationFor(virtual_register); in AllocateFixed()
10362 static Representation RepresentationFor(AstType* type) { in RepresentationFor() function10373 Representation rep = RepresentationFor(expr->type()); in BuildIncrement()10706 Representation left_rep = RepresentationFor(left_type); in BuildBinaryOperation()10707 Representation right_rep = RepresentationFor(right_type); in BuildBinaryOperation()10714 left_rep = RepresentationFor(left_type); in BuildBinaryOperation()10723 right_rep = RepresentationFor(right_type); in BuildBinaryOperation()10828 Representation result_rep = RepresentationFor(result_type); in BuildBinaryOperation()11288 Representation left_rep = RepresentationFor(left_type); in BuildCompareInstruction()11289 Representation right_rep = RepresentationFor(right_type); in BuildCompareInstruction()11290 Representation combined_rep = RepresentationFor(combined_type); in BuildCompareInstruction()