Home
last modified time | relevance | path

Searched refs:GetLocationData (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dmethod_properties.cpp81 auto sf = static_cast<const ParameterInst *>(inst)->GetLocationData(); in CheckAndSetStackParams()
H A Dencode_visitor.cpp540 auto sf = paramInst->GetLocationData(); in VisitParameter()
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_common_test.cpp129 auto src_location = param_inst->CastToParameter()->GetLocationData().GetSrc(); in TestParametersLocations()
140 auto dst_location = param_inst->CastToParameter()->GetLocationData().GetDst(); in TestParametersLocations()
H A Dreg_alloc_graph_coloring_test.cpp79 EXPECT_LT(INS(0).CastToParameter()->GetLocationData().DstValue(), first_callee); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_common_test.cpp163 auto srcLocation = paramInst->CastToParameter()->GetLocationData().GetSrc(); in TestParametersLocations()
174 auto dstLocation = paramInst->CastToParameter()->GetLocationData().GetDst(); in TestParametersLocations()
H A Dreg_alloc_graph_coloring_test.cpp81 EXPECT_LT(INS(0U).CastToParameter()->GetLocationData().DstValue(), firstCallee); in TEST_F()
H A Dreg_alloc_linear_scan_test.cpp819 auto paramLocation = INS(0U).CastToParameter()->GetLocationData().GetDst(); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp176 auto sf = inst->CastToParameter()->GetLocationData(); in SetPreassignedRegisters()
H A Dreg_alloc_resolver.cpp234 inst->CastToParameter()->GetLocationData().SetDst(inst_interval->GetLocation()); in ResolveOutput()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp193 auto sf = inst->CastToParameter()->GetLocationData(); in SetPreassignedRegisters()
H A Dreg_alloc_resolver.cpp376 inst->CastToParameter()->GetLocationData().SetDst(instInterval->GetLocation()); in ResolveOutput()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp366 clone->SetLocationData(GetLocationData()); in Clone()
H A Dgraph.cpp572 auto location = param_inst->CastToParameter()->GetLocationData().GetSrc(); in GetParametersSlotsCount()
H A Ddump.cpp427 auto spill_fill = static_cast<const ParameterInst *>(this)->GetLocationData(); in Dump()
H A Dinst.h1789 auto GetLocationData() const in GetLocationData() function in ConditionMixin::LocationDataMixin
1794 auto &GetLocationData() in GetLocationData() function in ConditionMixin::LocationDataMixin
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp777 BlockFixedLocationRegister(inst->CastToParameter()->GetLocationData().GetSrc(), blockFrom); in BlockFixedRegisters()
778 BlockFixedLocationRegister(inst->CastToParameter()->GetLocationData().GetSrc(), FIRST_AVAILABLE_LIFE_NUMBER, in BlockFixedRegisters()
H A Dreg_alloc_verifier.cpp467 auto sf = inst->GetLocationData(); in HandleParameter()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp646 clone->SetLocationData(GetLocationData()); in Clone()
H A Dgraph.cpp835 auto location = paramInst->CastToParameter()->GetLocationData().GetSrc(); in GetParametersSlotsCount()
H A Ddump.cpp1184 auto spillFill = static_cast<const ParameterInst *>(this)->GetLocationData(); in Dump()
H A Dinst.h2680 auto GetLocationData() const
2685 auto &GetLocationData()

Completed in 34 milliseconds