Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinst_flags.inl.erb28 % flags << 'pseudo_dst' if !inst.operands.empty? && inst.operands.first.has('pseudo')
Dopcodes.h.erb22 % flags << 'pseudo_dst' if !inst.operands.empty? && inst.operands.first.has('pseudo')
/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.yaml253 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
Dinst.h839 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
844 return GetFlag(inst_flags::PSEUDO_DST); in HasPseudoDestination()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml1379 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
Dinst.h1023 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
1028 return GetFlag(inst_flags::PSEUDO_DST); in HasPseudoDestination()