Home
last modified time | relevance | path

Searched defs:spill_mode (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h1265 Define(LifetimePosition position, InstructionOperand* operand, SpillMode spill_mode) Define() argument
1272 Use(LifetimePosition block_start, LifetimePosition position, InstructionOperand* operand, SpillMode spill_mode) Use() argument
[all...]
H A Dregister-allocator.cc1471 AssignSpillRangeToLiveRange( TopLevelLiveRange* range, SpillMode spill_mode) AssignSpillRangeToLiveRange() argument
1958 FixedLiveRangeFor(int index, SpillMode spill_mode) FixedLiveRangeFor() argument
1979 FixedFPLiveRangeFor( int index, MachineRepresentation rep, SpillMode spill_mode) FixedFPLiveRangeFor() argument
2017 FixedSIMD128LiveRangeFor( int index, SpillMode spill_mode) FixedSIMD128LiveRangeFor() argument
2043 LiveRangeFor(InstructionOperand* operand, SpillMode spill_mode) LiveRangeFor() argument
2074 Define(LifetimePosition position, InstructionOperand* operand, void* hint, UsePositionHintType hint_type, SpillMode spill_mode) Define() argument
2098 Use(LifetimePosition block_start, LifetimePosition position, InstructionOperand* operand, void* hint, UsePositionHintType hint_type, SpillMode spill_mode) Use() argument
2131 SpillMode spill_mode = SpillModeForBlock(block); ProcessInstructions() local
2161 spill_mode); ProcessInstructions() local
2524 SpillMode spill_mode = BuildLiveRanges() local
2926 FindOptimalSpillingPos( LiveRange* range, LifetimePosition pos, SpillMode spill_mode, LiveRange** begin_spill_out) FindOptimalSpillingPos() argument
2978 Spill(LiveRange* range, SpillMode spill_mode) Spill() argument
3068 SpillNotLiveRanges(RangeWithRegisterSet* to_be_live, LifetimePosition position, SpillMode spill_mode) SpillNotLiveRanges() argument
3439 UpdateDeferredFixedRanges(SpillMode spill_mode, InstructionBlock* block) UpdateDeferredFixedRanges() argument
3667 SpillMode spill_mode = SpillMode::kSpillAtDefinition; AllocateRegisters() local
4103 ProcessCurrentRange(LiveRange* current, SpillMode spill_mode) ProcessCurrentRange() argument
4233 AllocateBlockedReg(LiveRange* current, SpillMode spill_mode) AllocateBlockedReg() argument
4400 SplitAndSpillIntersecting(LiveRange* current, SpillMode spill_mode) SplitAndSpillIntersecting() argument
4534 SpillAfter(LiveRange* range, LifetimePosition pos, SpillMode spill_mode) SpillAfter() argument
4540 SpillBetween(LiveRange* range, LifetimePosition start, LifetimePosition end, SpillMode spill_mode) SpillBetween() argument
4546 SpillBetweenUntil(LiveRange* range, LifetimePosition start, LifetimePosition until, LifetimePosition end, SpillMode spill_mode) SpillBetweenUntil() argument
[all...]

Completed in 12 milliseconds