Home
last modified time | relevance | path

Searched refs:spill_operand (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc26 InstructionOperand spill_operand = range->GetSpillRangeOperand(); in Add() local
27 range->FilterSpillMoves(data(), spill_operand); in Add() local
49 range->CommitSpillMoves(data(), spill_operand); in Add() local
67 range->CommitSpillMoves(data(), spill_operand); in Add() local
98 range->CommitSpillMoves(data(), spill_operand); in Add() local
H A Dregister-allocator.cc4673 InstructionOperand spill_operand; in CommitAssignment() local
4677 spill_operand = *it->second; in CommitAssignment()
4679 spill_operand = *top_range->GetSpillOperand(); in CommitAssignment()
4682 spill_operand = top_range->GetSpillRangeOperand(); in CommitAssignment()
4692 range->ConvertUsesToOperand(assigned, spill_operand); in CommitAssignment()
4695 if (!spill_operand.IsInvalid()) { in CommitAssignment()
4710 top_range->FilterSpillMoves(data(), spill_operand); in CommitAssignment() local
4711 top_range->CommitSpillMoves(data(), spill_operand); in CommitAssignment() local
4786 InstructionOperand spill_operand; in PopulateReferenceMaps() local
4791 spill_operand in PopulateReferenceMaps()
5108 InstructionOperand spill_operand = range->GetSpillRangeOperand(); CommitSpillsInDeferredBlocks() local
[all...]
H A Dmid-tier-register-allocator.cc334 InstructionOperand* spill_operand() const { in spill_operand() function in v8::internal::compiler::final
493 InstructionOperand* spill_operand, int instr_index,
526 InstructionOperand* spill_operand, in Initialize()
533 spill_operand_ = spill_operand; in Initialize()
654 InstructionOperand::ReplaceWith(operand, spill_operand()); in SpillOperand()
681 data->AddGapMove(instr_index, Instruction::END, *spill_operand(), in EmitGapMoveToInputFromSpillSlot()
697 *spill_operand()); in EmitGapMoveToSpillSlot()
728 pending_op->set_next(PendingOperand::cast(spill_operand())); in AddPendingSpillOperand()
3458 *AllocatedOperand::cast(virtual_register.spill_operand()); in RecordReferences()
524 Initialize(int virtual_register, MachineRepresentation rep, InstructionOperand* spill_operand, int instr_index, bool is_phi, bool is_constant, bool is_defined_in_deferred_block, bool is_exceptional_call_output) Initialize() argument

Completed in 16 milliseconds