Searched refs:GetSpillSlot (Results 1 – 4 of 4) sorted by relevance
498 return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()500 return Location::StackSlot(GetParent()->GetSpillSlot()); in ToLocation()
491 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()1495 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()) in ConnectSiblings()1496 : Location::StackSlot(interval->GetParent()->GetSpillSlot())); in ConnectSiblings()1570 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()1684 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()1696 uint32_t slot = current->GetSpillSlot(); in Resolve()
388 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function
898 locations->ClearStackBit(interval->GetSpillSlot() / kVRegSize); in ClearSpillSlotsFromLoopPhisInStackMap()