Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h793 MachineRepresentation RepresentationFor(int virtual_register);
Dregister-allocator.cc1321 MachineRepresentation RegisterAllocationData::RepresentationFor( in RepresentationFor() function in v8::internal::compiler::RegisterAllocationData
1334 result = NewLiveRange(index, RepresentationFor(index)); in GetOrCreateLiveRangeFor()
1501 rep = data()->RepresentationFor(virtual_register); in AllocateFixed()
/external/v8/src/crankshaft/
Dhydrogen.cc10577 static Representation RepresentationFor(Type* type) { in RepresentationFor() function
10591 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()