/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc.h | 78 void AllocateSpillSlot(ValueNode* node);
|
H A D | maglev-regalloc.cc | 284 AllocateSpillSlot(phi); in AllocateRegisters() 583 AllocateSpillSlot(node); in Spill() 652 void StraightForwardRegisterAllocator::AllocateSpillSlot(ValueNode* node) { in AllocateSpillSlot() function in v8::internal::maglev::StraightForwardRegisterAllocator
|
/third_party/node/deps/v8/src/compiler/ |
H A D | frame.h | 138 int AllocateSpillSlot(int width, int alignment = 0) { in AllocateSpillSlot() function in v8::internal::compiler::Frame
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 1793 int index = data()->frame()->AllocateSpillSlot(width); in MeetConstraintsBefore() 4660 int index = data()->frame()->AllocateSpillSlot(width, width); in AssignSpillSlots()
|
H A D | mid-tier-register-allocator.cc | 3395 int stack_slot_ = frame()->AllocateSpillSlot(byte_width); in Allocate()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 274 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 161 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 686 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 494 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 345 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 378 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 575 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 472 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 341 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 358 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
|