Home
last modified time | relevance | path

Searched refs:NoDest (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.cpp28 if (interv->IsPhysical() || interv->NoDest()) { in RegAllocStat()
Dreg_alloc_base.cpp159 if (interval->NoDest()) { in SetType()
175 if (inst->GetDstLocation().IsFixedRegister() && !inst->NoDest()) { in SetPreassignedRegisters()
Dreg_alloc_resolver.cpp91 if (CanReadFromAccumulator(inst, i) || input_interval->NoDest() || location.IsInvalid()) { in ResolveInputs()
232 if (inst_interval->NoDest()) { in ResolveOutput()
Dreg_alloc_graph_coloring.cpp356 if (!interval->IsPhysical() && interval->NoDest()) { in InitWorkingRanges()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h331 bool NoDest() const in NoDest() function
333 return inst_->NoDest(); in NoDest()
517 if (li_inst == inst || li->NoDest()) { in EnumerateLiveIntervalsForInst()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp228 if (inst->NoDest() || !IsAccWrite(inst)) { in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp183 if (inst->NoDest()) { in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h836 bool NoDest() const in NoDest() function