Searched defs:immSlot (Results 1 – 4 of 4) sorted by relevance
297 auto immSlot = graph->AddSpilledConstant(inst->CastToConstant()); in TryToSpillConstant() local
457 auto immSlot = GetGraph()->AddSpilledConstant(interval->GetInst()->CastToConstant()); in AssignStackSlot() local
273 for (size_t immSlot = 0; immSlot < GetGraph()->GetSpilledConstantsCount(); ++immSlot) { in InitImmediates() local513 auto immSlot = GetGraph()->FindSpilledConstantSlot(inst->CastToConstant()); in HandleConst() local
3536 void SetImmTableSlot(ImmTableSlot immSlot) in SetImmTableSlot()