Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc2774 MachineRepresentation RepresentationFor(int virtual_register) const { in RepresentationFor() function in v8::internal::compiler::MidTierOutputProcessor
2889 MachineRepresentation rep = RepresentationFor(virtual_register); in DefineOutputs()
2897 MachineRepresentation rep = RepresentationFor(virtual_register); in DefineOutputs()
2930 MachineRepresentation rep = RepresentationFor(virtual_register); in DefineOutputs()
Dregister-allocator.h303 MachineRepresentation RepresentationFor(int virtual_register);
Dregister-allocator.cc1371 MachineRepresentation TopTierRegisterAllocationData::RepresentationFor( in RepresentationFor() function in v8::internal::compiler::TopTierRegisterAllocationData
1384 result = NewLiveRange(index, RepresentationFor(index)); in GetOrCreateLiveRangeFor()
1613 rep = data()->RepresentationFor(virtual_register); in AllocateFixed()