Home
last modified time | relevance | path

Searched refs:GetSpilledConstant (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dspill_fill_encoder.cpp184 auto constInst = graph_->GetSpilledConstant(sf.SrcValue()); in EncodeImmToX()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp274 auto con = GetGraph()->GetSpilledConstant(immSlot); in InitImmediates()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.h556 ConstantInst *GetSpilledConstant(ImmTableSlot slot) in GetSpilledConstant() function
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_linear_scan_test.cpp66 if (sf.SrcType() == LocationType::IMMEDIATE && (graph->GetSpilledConstant(sf.SrcValue()) == constInput) && in CheckImmediateSpillFill()
1392 auto inputConst = graph->GetSpilledConstant(sf.SrcValue()); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h712 ConstantInst *GetSpilledConstant(ImmTableSlot slot) in GetSpilledConstant() function

Completed in 9 milliseconds