Home
last modified time | relevance | path

Searched defs:immSlot (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp297 auto immSlot = graph->AddSpilledConstant(inst->CastToConstant()); in TryToSpillConstant() local
Dreg_alloc_linear_scan.cpp457 auto immSlot = GetGraph()->AddSpilledConstant(interval->GetInst()->CastToConstant()); in AssignStackSlot() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp273 for (size_t immSlot = 0; immSlot < GetGraph()->GetSpilledConstantsCount(); ++immSlot) { in InitImmediates() local
513 auto immSlot = GetGraph()->FindSpilledConstantSlot(inst->CastToConstant()); in HandleConst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h3536 void SetImmTableSlot(ImmTableSlot immSlot) in SetImmTableSlot()