Home
last modified time | relevance | path

Searched refs:AllocSpill (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/backend/common/
Dreg_alloc.cc312 allocations_[hard_reg.reg()].SpillAndAssign(&*curr, machine_ir_->AllocSpill(), lifetimes_, next); in SpillAndAssignHardReg()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h397 [[nodiscard]] uint32_t AllocSpill() { return num_spill_slots_++; } in AllocSpill() function
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc613 machine_ir_.SpillSlotOffset(machine_ir_.AllocSpill()));