Home
last modified time | relevance | path

Searched refs:SetLocation (Results 1 - 25 of 38) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_resolver_test.cpp76 param0Interval->SetLocation(Location::MakeRegister(target.GetParamRegId(0U))); in ResolveFixedInputsRunLiveness()
77 param1Interval->SetLocation(Location::MakeRegister(target.GetParamRegId(1U))); in ResolveFixedInputsRunLiveness()
78 param2Interval->SetLocation(Location::MakeRegister(target.GetParamRegId(2U))); in ResolveFixedInputsRunLiveness()
79 addInterval->SetLocation(Location::MakeRegister(target.GetParamRegId(3U))); in ResolveFixedInputsRunLiveness()
82 ->SetLocation(Location::MakeStackSlot(0U)); in ResolveFixedInputsRunLiveness()
84 ->SetLocation(Location::MakeRegister(target.GetParamRegId(2U))); in ResolveFixedInputsRunLiveness()
86 p2Split1->SetLocation(Location::MakeRegister(6U)); in ResolveFixedInputsRunLiveness()
88 p2Split2->SetLocation(Location::MakeRegister(target.GetParamRegId(0U))); in ResolveFixedInputsRunLiveness()
89 la.GetInstLifeIntervals(&INS(4U))->SetLocation(Location::MakeRegister(target.GetReturnRegId())); in ResolveFixedInputsRunLiveness()
90 la.GetTmpRegInterval(storeInst)->SetLocation(Locatio in ResolveFixedInputsRunLiveness()
[all...]
H A Dlife_intervals_test.cpp196 li->SetLocation(Location::MakeStackSlot(1U)); in IsSameLocationFactories()
201 li->SetLocation(Location::MakeStackSlot(2U)); in IsSameLocationFactories()
206 li->SetLocation(Location::MakeConstant(0U)); in IsSameLocationFactories()
211 li->SetLocation(Location::MakeConstant(1U)); in IsSameLocationFactories()
H A Dsplit_resolver_test.cpp52 split->SetLocation(Location::MakeStackSlot(slot)); in SplitAssignSlot()
60 split->SetLocation(Location::MakeConstant(slot)); in SplitAssignImmSlot()
511 param2->SetLocation(Location::MakeStackSlot(4U)); in TEST_F()
512 addi->SetLocation(Location::MakeStackSlot(3U)); in TEST_F()
934 var0->SetLocation(Location::MakeStackSlot(0U)); in TEST_F()
938 var1->SetLocation(Location::MakeStackSlot(1U)); in TEST_F()
1134 la->GetInstLifeIntervals(&INS(0U))->SetLocation(Location::MakeConstant(0U)); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp90 locations->SetLocation(i, param); in LOCATIONS_BUILDER()
121 locations->SetLocation(i, param); in LOCATIONS_BUILDER()
130 locations->SetLocation(i, Location::MakeStackArgument(stackArgs++)); in LOCATIONS_BUILDER()
186 locations->SetLocation(CallConvDynInfo::REG_METHOD, param); in LOCATIONS_BUILDER()
200 locations->SetLocation(i, param); in LOCATIONS_BUILDER()
213 locations->SetLocation(0, Location::RequireRegister()); in LOCATIONS_BUILDER()
218 locations->SetLocation(i, param); in LOCATIONS_BUILDER()
233 locations->SetLocation(i, param); in LOCATIONS_BUILDER()
267 locations->SetLocation(i, Location::RequireRegister()); in LOCATIONS_BUILDER()
273 inst->CastToNewArray()->SetLocation( in LOCATIONS_BUILDER()
[all...]
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/
H A Dbaseptsbreakpointsetlocation_fuzzer.cpp49 breakpointResolved.SetBreakpointId("00").SetLocation(std::move(location)); in BasePtsBreakpointSetLocationFuzzTest()
51 breakpointResolved.SetLocation(Location::Create(*json)); in BasePtsBreakpointSetLocationFuzzTest()
/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp197 li->SetLocation(Location::MakeStackSlot(1)); in TEST_F()
202 li->SetLocation(Location::MakeStackSlot(2)); in TEST_F()
207 li->SetLocation(Location::MakeConstant(0)); in TEST_F()
212 li->SetLocation(Location::MakeConstant(1)); in TEST_F()
H A Dreg_alloc_resolver_test.cpp114 inst->SetLocation(0, Location::MakeRegister(fixed_input_reg)); in HWTEST_F()
115 inst->SetLocation(1, Location::MakeRegister(fixed_input_reg + 1)); in HWTEST_F()
H A Dreg_alloc_graph_coloring_new_test.cpp306 interval->SetLocation(Location::MakeRegister(fixed_count)); in HWTEST_F()
355 interval->SetLocation(Location::MakeRegister(FIX_REG)); in HWTEST_F()
431 interval->SetLocation(Location::MakeRegister(reg_count++)); in HWTEST_F()
469 interval->SetLocation(Location::MakeFpRegister(fp_reg_count++)); in HWTEST_F()
503 interval->SetLocation(Location::MakeConstant(0)); in HWTEST_F()
H A Dsplit_resolver_new_test.cpp154 split->SetLocation(Location::MakeStackSlot(SLOT_AT_ADD)); in HWTEST_F()
216 split1->SetLocation(Location::MakeStackSlot(SLOT_PARAM1_AT_CALL)); in HWTEST_F()
266 split->SetLocation(Location::MakeStackSlot(SLOT_AT_MUL)); in HWTEST_F()
H A Dliveness_analyzer_new_test.cpp92 a->SetLocation(location); in HWTEST_F()
133 a->SetLocation(location1); in HWTEST_F()
171 a->SetLocation(location2); in HWTEST_F()
H A Dcompiler_regalloc_test.cpp883 param->SetLocation(Location::MakeConstant(0)); in HWTEST_F()
921 interv->SetLocation(rhs); in HWTEST_F()
928 interv->SetLocation(rhs1); in HWTEST_F()
935 interv->SetLocation(rhs2); in HWTEST_F()
1022 inst->SetLocation(i, src); in HWTEST_F()
H A Dsplit_resolver_test.cpp50 split->SetLocation(Location::MakeStackSlot(slot)); in SplitAssignSlot()
58 split->SetLocation(Location::MakeConstant(slot)); in SplitAssignImmSlot()
477 param2->SetLocation(Location::MakeStackSlot(4)); in TEST_F()
478 addi->SetLocation(Location::MakeStackSlot(3)); in TEST_F()
871 var0->SetLocation(Location::MakeStackSlot(0)); in TEST_F()
875 var1->SetLocation(Location::MakeStackSlot(1)); in TEST_F()
1071 la->GetInstLifeIntervals(&INS(0))->SetLocation(Location::MakeConstant(0)); in TEST_F()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Ddebug_data_builder.h40 void SetLocation(llvm::Instruction *inst, uint32_t line, uint32_t column = 1);
H A Ddebug_data_builder.cpp56 void DebugDataBuilder::SetLocation(Instruction *inst, uint32_t line, uint32_t column) in SetLocation() function in ark::llvmbackend::DebugDataBuilder
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetbreakpointid_fuzzer/
H A Dbaseptsbreakpointsetbreakpointid_fuzzer.cpp49 breakpointResolved.SetBreakpointId("00").SetLocation(std::move(location)); in BasePtsBreakpointSetBreakpointIdFuzzTest()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp69 breakpointResolved.SetBreakpointId("00").SetLocation(std::move(location)); in HWTEST_F_L0()
98 callFrame->SetLocation(std::move(location)); in HWTEST_F_L0()
320 consoleProfileFinished.SetId("11").SetLocation(std::move(location)).SetProfile(std::move(profile)).SetTitle("001"); in HWTEST_F_L0()
340 consoleProfileFinished1.SetLocation(std::move(location1)).SetProfile(std::move(profile1)); in HWTEST_F_L0()
351 consoleProfileStarted.SetId("12").SetLocation(std::move(location)).SetTitle("002"); in HWTEST_F_L0()
373 consoleProfileStarted1.SetLocation(std::move(location1)); in HWTEST_F_L0()
551 callFrame->SetLocation(std::move(location)); in HWTEST_F_L0()
H A Ddebugger_returns_test.cpp157 callFrame->SetLocation(std::move(location)); in HWTEST_F_L0()
207 callFrame->SetLocation(std::move(location)); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h230 SetLocation(Location::MakeRegister(reg, type_)); in SetReg()
241 SetLocation(Location::MakeRegister(reg, type)); in SetPhysicalReg()
256 void SetLocation(Location location) in SetLocation() function in panda::compiler::LifeIntervals
268 SetLocation(Location::Invalid()); in ClearLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h236 SetLocation(Location::MakeRegister(reg, type_)); in SetReg()
247 SetLocation(Location::MakeRegister(reg, type)); in SetPhysicalReg()
262 void SetLocation(Location location) in SetLocation() function in ark::compiler::LifeIntervals
274 SetLocation(Location::Invalid()); in ClearLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp200 interval->SetLocation(sf.GetSrc()); in SetPreassignedRegisters()
292 interval->SetLocation(Location::MakeConstant(immSlot)); in TryToSpillConstant()
H A Dreg_alloc_linear_scan.cpp459 interval->SetLocation(Location::MakeConstant(immSlot)); in AssignStackSlot()
468 interval->SetLocation(Location::MakeStackSlot(slot)); in AssignStackSlot()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h247 void SetLocation(size_t index, Location location)
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.h247 void SetLocation(size_t index, Location location)
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp183 interval->SetLocation(sf.GetSrc()); in SetPreassignedRegisters()
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h68 BreakpointResolved &SetLocation(std::unique_ptr<Location> location) in SetLocation() function in panda::ecmascript::tooling::final
889 ConsoleProfileFinished &SetLocation(std::unique_ptr<Location> location) in SetLocation() function in panda::ecmascript::tooling::final
959 ConsoleProfileStarted &SetLocation(std::unique_ptr<Location> location) in SetLocation() function in panda::ecmascript::tooling::final

Completed in 20 milliseconds

12