Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1936 TopLevelLiveRange* LiveRangeBuilder::FixedFPLiveRangeFor( in FixedFPLiveRangeFor() function in v8::internal::compiler::LiveRangeBuilder
1981 return FixedFPLiveRangeFor(op->register_code(), op->representation()); in LiveRangeFor()
2100 FixedFPLiveRangeFor(code, MachineRepresentation::kFloat64); in ProcessInstructions()
2113 FixedFPLiveRangeFor(code, MachineRepresentation::kFloat32); in ProcessInstructions()
2123 FixedFPLiveRangeFor(code, MachineRepresentation::kSimd128); in ProcessInstructions()
Dregister-allocator.h928 TopLevelLiveRange* FixedFPLiveRangeFor(int index, MachineRepresentation rep);