Home
last modified time | relevance | path

Searched full:pseudo_dst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/
Dopcodes.h.erb22 % flags << 'pseudo_dst' if !inst.operands.empty? && inst.operands.first.has('pseudo')
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml1167 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
Dinst.h971 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
976 return GetFlag(inst_flags::PSEUDO_DST); in HasPseudoDestination()