Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1930 TopLevelLiveRange* LiveRangeBuilder::FixedFPLiveRangeFor( in FixedFPLiveRangeFor() function in v8::internal::compiler::LiveRangeBuilder
1975 return FixedFPLiveRangeFor(op->register_code(), op->representation()); in LiveRangeFor()
2094 FixedFPLiveRangeFor(code, MachineRepresentation::kFloat64); in ProcessInstructions()
2107 FixedFPLiveRangeFor(code, MachineRepresentation::kFloat32); in ProcessInstructions()
2117 FixedFPLiveRangeFor(code, MachineRepresentation::kSimd128); in ProcessInstructions()
Dregister-allocator.h940 TopLevelLiveRange* FixedFPLiveRangeFor(int index, MachineRepresentation rep);