Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h814 MachineRepresentation RepresentationFor(int virtual_register);
Dregister-allocator.cc1407 MachineRepresentation RegisterAllocationData::RepresentationFor( in RepresentationFor() function in v8::internal::compiler::RegisterAllocationData
1420 result = NewLiveRange(index, RepresentationFor(index)); in GetOrCreateLiveRangeFor()
1603 rep = data()->RepresentationFor(virtual_register); in AllocateFixed()
/external/v8/src/crankshaft/
Dhydrogen.cc10420 static Representation RepresentationFor(AstType* type) { in RepresentationFor() function
10431 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()