Home
last modified time | relevance | path

Searched refs:FixedFPLiveRangeID (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1245 int FixedFPLiveRangeID(int index, MachineRepresentation rep);
Dregister-allocator.cc1937 int LiveRangeBuilder::FixedFPLiveRangeID(int index, MachineRepresentation rep) { in FixedFPLiveRangeID() function in v8::internal::compiler::LiveRangeBuilder
2005 result = data()->NewLiveRange(FixedFPLiveRangeID(offset + index, rep), rep); in FixedFPLiveRangeFor()
2030 FixedFPLiveRangeID(offset + index, MachineRepresentation::kSimd128), in FixedSIMD128LiveRangeFor()