Searched refs:RepresentationFor (Results 1 – 3 of 3) sorted by relevance
793 MachineRepresentation RepresentationFor(int virtual_register);
1321 MachineRepresentation RegisterAllocationData::RepresentationFor( in RepresentationFor() function in v8::internal::compiler::RegisterAllocationData1334 result = NewLiveRange(index, RepresentationFor(index)); in GetOrCreateLiveRangeFor()1501 rep = data()->RepresentationFor(virtual_register); in AllocateFixed()
10577 static Representation RepresentationFor(Type* type) { in RepresentationFor() function10591 Representation rep = RepresentationFor(expr->type()); in BuildIncrement()10953 Representation left_rep = RepresentationFor(left_type); in BuildBinaryOperation()10954 Representation right_rep = RepresentationFor(right_type); in BuildBinaryOperation()10961 left_rep = RepresentationFor(left_type); in BuildBinaryOperation()10970 right_rep = RepresentationFor(right_type); in BuildBinaryOperation()11072 Representation result_rep = RepresentationFor(result_type); in BuildBinaryOperation()11526 Representation left_rep = RepresentationFor(left_type); in BuildCompareInstruction()11527 Representation right_rep = RepresentationFor(right_type); in BuildCompareInstruction()11528 Representation combined_rep = RepresentationFor(combined_type); in BuildCompareInstruction()