Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc329 void AddDeferredSpillOutput(AllocatedOperand allocated_op, int instr_index,
452 void AddDeferredSpillOutput(AllocatedOperand allocated_op, int instr_index, in AddDeferredSpillOutput() argument
464 deferred_spill_outputs_->emplace_back(instr_index, allocated_op, in AddDeferredSpillOutput()
635 AllocatedOperand allocated_op, int instr_index, in AddDeferredSpillOutput()
639 spill_range_->AddDeferredSpillOutput(allocated_op, instr_index, data); in AddDeferredSpillOutput()
848 void Spill(AllocatedOperand allocated_op,
911 void SpillPhiGapMove(AllocatedOperand allocated_op,
1015 void RegisterState::Register::Commit(AllocatedOperand allocated_op, in Commit() argument
1021 // Allocate all pending uses to |allocated_op| if this commit is non-shared, in Commit()
1027 InstructionOperand::ReplaceWith(pending_use, &allocated_op); in Commit()
634 AddDeferredSpillOutput( AllocatedOperand allocated_op, int instr_index, MidTierRegisterAllocationData* data) AddDeferredSpillOutput() argument
1058 Spill(AllocatedOperand allocated_op, const InstructionBlock* current_block, MidTierRegisterAllocationData* data) Spill() argument
1082 SpillPhiGapMove( AllocatedOperand allocated_op, const InstructionBlock* current_block, MidTierRegisterAllocationData* data) SpillPhiGapMove() argument
[all...]

Completed in 5 milliseconds