Home
last modified time | relevance | path

Searched refs:spill_operand_ (Results 1 – 10 of 10) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dmid-tier-register-allocator.cc323 bool HasSpillOperand() const { return spill_operand_ != nullptr; } in HasSpillOperand()
326 return spill_operand_; in spill_operand()
330 return HasSpillOperand() && spill_operand_->IsPending(); in HasPendingSpillOperand()
333 return HasSpillOperand() && spill_operand_->IsAllocated(); in HasAllocatedSpillOperand()
336 return HasSpillOperand() && spill_operand_->IsConstant(); in HasConstantSpillOperand()
494 InstructionOperand* spill_operand_; member in v8::internal::compiler::VirtualRegisterData
523 spill_operand_ = spill_operand; in Initialize()
529 needs_spill_at_output_ = !is_constant_ && spill_operand_ != nullptr; in Initialize()
639 spill_operand_ = nullptr; in SpillOperand()
720 spill_operand_ = pending_op; in AddPendingSpillOperand()
[all …]
H A Dregister-allocator.h882 return spill_operand_; in GetSpillOperand()
1044 InstructionOperand* spill_operand_; member
H A Dregister-allocator.cc810 spill_operand_(nullptr), in TopLevelLiveRange()
893 spill_operand_ = operand; in SetSpillOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc318 bool HasSpillOperand() const { return spill_operand_ != nullptr; } in HasSpillOperand()
321 return spill_operand_; in spill_operand()
325 return HasSpillOperand() && spill_operand_->IsPending(); in HasPendingSpillOperand()
328 return HasSpillOperand() && spill_operand_->IsAllocated(); in HasAllocatedSpillOperand()
331 DCHECK_EQ(is_constant(), HasSpillOperand() && spill_operand_->IsConstant()); in HasConstantSpillOperand()
486 InstructionOperand* spill_operand_; member in v8::internal::compiler::VirtualRegisterData
512 spill_operand_ = spill_operand; in Initialize()
518 needs_spill_at_output_ = !is_constant_ && spill_operand_ != nullptr; in Initialize()
697 spill_operand_ = pending_op; in AddPendingSpillOperand()
703 PendingOperand* current = PendingOperand::cast(spill_operand_); in AllocatePendingSpillOperand()
H A Dregister-allocator.h876 return spill_operand_; in GetSpillOperand()
1038 InstructionOperand* spill_operand_; member
H A Dregister-allocator.cc818 spill_operand_(nullptr), in TopLevelLiveRange()
901 spill_operand_ = operand; in SetSpillOperand()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dregister-allocator.h538 return spill_operand_; in GetSpillOperand()
660 InstructionOperand* spill_operand_; member
H A Dregister-allocator.cc841 spill_operand_(nullptr), in TopLevelLiveRange()
903 spill_operand_ = operand; in SetSpillOperand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dregister-allocator.h853 return spill_operand_; in GetSpillOperand()
1000 InstructionOperand* spill_operand_; member
H A Dregister-allocator.cc871 spill_operand_(nullptr), in TopLevelLiveRange()
933 spill_operand_ = operand; in SetSpillOperand()