Home
last modified time | relevance | path

Searched full:pseudo_dst (Results 1 – 6 of 6) 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/static_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.yaml253 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
Dinst.h838 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
843 return GetFlag(inst_flags::PSEUDO_DST); in HasPseudoDestination()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml1343 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
Dinst.h1131 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
1136 return GetFlag(inst_flags::PSEUDO_DST); in HasPseudoDestination()