Searched full:pseudo_dst (Results 1 – 7 of 7) sorted by relevance
28 % flags << 'pseudo_dst' if !inst.operands.empty? && inst.operands.first.has('pseudo')
22 % flags << 'pseudo_dst' if !inst.operands.empty? && inst.operands.first.has('pseudo')
253 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
839 …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()
1379 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
1023 …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()