Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc319 void EmitGapMoveFromOutputToSpillSlot(InstructionOperand from_operand,
323 void EmitGapMoveToSpillSlot(InstructionOperand from_operand, int instr_index,
692 InstructionOperand from_operand, int instr_index, in EmitGapMoveToSpillSlot()
696 data->AddGapMove(instr_index, Instruction::START, from_operand, in EmitGapMoveToSpillSlot()
701 InstructionOperand::ReplaceWith(&move_ops->source(), &from_operand); in EmitGapMoveToSpillSlot()
707 InstructionOperand from_operand, const InstructionBlock* current_block, in EmitGapMoveFromOutputToSpillSlot()
715 EmitGapMoveToSpillSlot(from_operand, successor->first_instruction_index(), in EmitGapMoveFromOutputToSpillSlot()
720 EmitGapMoveToSpillSlot(from_operand, instr_index + 1, data); in EmitGapMoveFromOutputToSpillSlot()
2720 PendingOperand* from_operand = PendingOperand::cast(&move->source()); in AllocatePhiGapMove() local
2733 InstructionOperand::ReplaceWith(from_operand, in AllocatePhiGapMove()
691 EmitGapMoveToSpillSlot( InstructionOperand from_operand, int instr_index, MidTierRegisterAllocationData* data) EmitGapMoveToSpillSlot() argument
706 EmitGapMoveFromOutputToSpillSlot( InstructionOperand from_operand, const InstructionBlock* current_block, int instr_index, MidTierRegisterAllocationData* data) EmitGapMoveFromOutputToSpillSlot() argument
[all...]

Completed in 6 milliseconds