Lines Matching defs:SDWADstOperand
44 class SDWADstOperand;
155 class SDWADstOperand : public SDWAOperand {
162 SDWADstOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp,
179 class SDWADstPreserveOperand : public SDWADstOperand {
186 : SDWADstOperand(TargetOp, ReplacedOp, DstSel_, UNUSED_PRESERVE),
243 void SDWADstOperand::print(raw_ostream& OS) const {
461 MachineInstr *SDWADstOperand::potentialToConvert(const SIInstrInfo *TII,
482 bool SDWADstOperand::convertToSDWA(MachineInstr &MI, const SIInstrInfo *TII) {
537 // Convert MI as any other SDWADstOperand and remove v_or_b32
538 return SDWADstOperand::convertToSDWA(MI, TII);
603 return std::make_unique<SDWADstOperand>(
641 return std::make_unique<SDWADstOperand>(Dst, Src1, BYTE_1, UNUSED_PAD);