Home
last modified time | relevance | path

Searched refs:SetPhysicalReg (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_graph_coloring_new_test.cpp113 interval->SetPhysicalReg(physical_reg_count, inst->GetType()); in HWTEST_F()
156 interval->SetPhysicalReg(fp_reg_count, inst->GetType()); in HWTEST_F()
H A Dliveness_analyzer_new_test.cpp506 * @tc.desc: Verify the SetPhysicalReg function.
527 life_intervals.SetPhysicalReg(1, DataType::Type::INT64); in HWTEST_F()
H A Dcompiler_regalloc_test.cpp208 * @tc.desc: Verify the SetPhysicalReg function.
941 interv->SetPhysicalReg(1, DataType::UINT64); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h239 void SetPhysicalReg(Register reg, DataType::Type type) in SetPhysicalReg() function in panda::compiler::LifeIntervals
H A Dliveness_analyzer.cpp569 interval->SetPhysicalReg(reg, is_fp ? DataType::FLOAT64 : DataType::UINT64); in BlockReg()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h245 void SetPhysicalReg(Register reg, DataType::Type type) in SetPhysicalReg() function in ark::compiler::LifeIntervals
H A Dliveness_analyzer.cpp826 interval->SetPhysicalReg(reg, IS_FP ? DataType::FLOAT64 : DataType::UINT64); in BlockReg()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dliveness_analyzer_test.cpp771 physical.SetPhysicalReg(0U, DataType::INT64); // Make interval physical in TEST_F()

Completed in 10 milliseconds