Searched refs:RepresentationFor (Results 1 – 3 of 3) sorted by relevance
814 MachineRepresentation RepresentationFor(int virtual_register);
1407 MachineRepresentation RegisterAllocationData::RepresentationFor( in RepresentationFor() function in v8::internal::compiler::RegisterAllocationData1420 result = NewLiveRange(index, RepresentationFor(index)); in GetOrCreateLiveRangeFor()1603 rep = data()->RepresentationFor(virtual_register); in AllocateFixed()
10420 static Representation RepresentationFor(AstType* type) { in RepresentationFor() function10431 Representation rep = RepresentationFor(expr->type()); in BuildIncrement()10764 Representation left_rep = RepresentationFor(left_type); in BuildBinaryOperation()10765 Representation right_rep = RepresentationFor(right_type); in BuildBinaryOperation()10772 left_rep = RepresentationFor(left_type); in BuildBinaryOperation()10781 right_rep = RepresentationFor(right_type); in BuildBinaryOperation()10886 Representation result_rep = RepresentationFor(result_type); in BuildBinaryOperation()11342 Representation left_rep = RepresentationFor(left_type); in BuildCompareInstruction()11343 Representation right_rep = RepresentationFor(right_type); in BuildCompareInstruction()11344 Representation combined_rep = RepresentationFor(combined_type); in BuildCompareInstruction()