Home
last modified time | relevance | path

Searched refs:NoDest (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.cpp27 if (interv->IsPhysical() || interv->NoDest()) { in RegAllocStat()
H A Dreg_alloc_base.cpp154 if (interval->NoDest()) { in SetType()
170 if (inst->GetDstLocation().IsFixedRegister() && !inst->NoDest()) { in SetPreassignedRegisters()
H A Dreg_alloc_resolver.cpp87 if (CanReadFromAccumulator(inst, i) || input_interval->NoDest() || location.IsInvalid()) { in ResolveInputs()
228 if (inst_interval->NoDest()) { in ResolveOutput()
H A Dreg_alloc_graph_coloring.cpp349 if (!interval->IsPhysical() && interval->NoDest()) { in InitWorkingRanges()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h331 bool NoDest() const in NoDest() function in panda::compiler::LifeIntervals
333 return inst_->NoDest(); in NoDest()
517 if (li_inst == inst || li->NoDest()) { in EnumerateLiveIntervalsForInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h355 bool NoDest() const in NoDest() function in ark::compiler::LifeIntervals
360 return inst_->NoDest(); in NoDest()
551 if (liInst == inst || li->NoDest()) {
H A Dreg_alloc_verifier.cpp328 if (inst->NoDest()) { in NoDest() function
528 if (input->NoDest() && !IsPseudoUserOfMultiOutput(input)) { in HandleInst()
H A Dliveness_analyzer.cpp289 if (!li->NoDest()) { in SetUsePositions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp171 if (interval->NoDest()) { in SetType()
187 if (inst->GetDstLocation().IsFixedRegister() && !inst->NoDest()) { in SetPreassignedRegisters()
H A Dreg_alloc_resolver.cpp99 if (CanReadFromAccumulator(inst, i) || inputInterval->NoDest() || location.IsInvalid()) { in ResolveInputs()
370 if (instInterval->NoDest()) { in ResolveOutput()
H A Dreg_alloc_graph_coloring.cpp446 if (interval->HasInst() && interval->NoDest()) { in InitWorkingRanges()
H A Dreg_alloc_linear_scan.cpp107 if (interval->NoDest() || interval->GetInst()->GetDstCount() > 1U || interval->GetReg() == ACC_REG_ID) { in PrepareInterval()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp98 if (!inst->NoDest()) { in LOCATIONS_BUILDER()
220 if (!inst->NoDest()) { in LOCATIONS_BUILDER()
235 if (!inst->NoDest()) { in LOCATIONS_BUILDER()
H A Descape.cpp1056 if (inst->NoDest() && !inst->HasPseudoDestination()) {
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_graph_coloring_new_test.cpp428 if (interval->IsPhysical() || interval->NoDest()) { in HWTEST_F()
466 if (interval->IsPhysical() || interval->NoDest()) { in HWTEST_F()
H A Dreg_alloc_common_test.cpp183 if (inst->NoDest()) { in TEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp221 if (inst->NoDest() || !IsAccWrite(inst)) { in MarkAccForInstructions()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp347 if (inst->NoDest() || !IsAccWrite(inst)) { in MarkInstruction()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_common_test.cpp193 if (inst->NoDest()) { in LocationsNoSplitsCheckBB()
H A Dinst_generator.cpp523 if (!inst->NoDest() || IsPseudoUserOfMultiOutput(inst)) { in Finalize()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h837 bool NoDest() const
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp2483 if (!inst->NoDest()) { in CreateBuiltinIntrinsic()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp400 CHECKER_MESSAGE_IF_NOT_AND_PRINT(inst->NoDest(), "Inlined call should have NO_DST flag"); in CheckUserOfInt32()
H A Dinst.h1017 bool NoDest() const

Completed in 40 milliseconds