Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.h78 void AllocateSpillSlot(ValueNode* node);
H A Dmaglev-regalloc.cc284 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 Dframe.h138 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 Dregister-allocator.cc1793 int index = data()->frame()->AllocateSpillSlot(width); in MeetConstraintsBefore()
4660 int index = data()->frame()->AllocateSpillSlot(width, width); in AssignSpillSlots()
H A Dmid-tier-register-allocator.cc3395 int stack_slot_ = frame()->AllocateSpillSlot(byte_width); in Allocate()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc274 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc161 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc686 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc494 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc345 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc378 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc575 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc472 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc341 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc358 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()

Completed in 68 milliseconds