Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc316 void EmitGapMoveToInputFromSpillSlot(InstructionOperand to_operand,
676 InstructionOperand to_operand, int instr_index, in EmitGapMoveToInputFromSpillSlot()
679 DCHECK(!to_operand.IsPending()); in EmitGapMoveToInputFromSpillSlot()
682 to_operand); in EmitGapMoveToInputFromSpillSlot()
687 InstructionOperand::ReplaceWith(&move_ops->destination(), &to_operand); in EmitGapMoveToInputFromSpillSlot()
2719 PendingOperand* to_operand = PendingOperand::cast(&move->destination()); in AllocatePhiGapMove() local
2724 CommitRegister(to_register, to_vreg.vreg(), to_vreg.rep(), to_operand, in AllocatePhiGapMove()
2727 to_vreg.SpillOperand(to_operand, instr_index, true, data_); in AllocatePhiGapMove()
675 EmitGapMoveToInputFromSpillSlot( InstructionOperand to_operand, int instr_index, MidTierRegisterAllocationData* data) EmitGapMoveToInputFromSpillSlot() argument

Completed in 6 milliseconds