Lines Matching defs:SDWADstOperand
43 class SDWADstOperand;
150 class SDWADstOperand : public SDWAOperand {
157 SDWADstOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp,
174 class SDWADstPreserveOperand : public SDWADstOperand {
181 : SDWADstOperand(TargetOp, ReplacedOp, DstSel_, UNUSED_PRESERVE),
238 void SDWADstOperand::print(raw_ostream& OS) const {
456 MachineInstr *SDWADstOperand::potentialToConvert(const SIInstrInfo *TII,
477 bool SDWADstOperand::convertToSDWA(MachineInstr &MI, const SIInstrInfo *TII) {
532 // Convert MI as any other SDWADstOperand and remove v_or_b32
533 return SDWADstOperand::convertToSDWA(MI, TII);
598 return std::make_unique<SDWADstOperand>(
636 return std::make_unique<SDWADstOperand>(Dst, Src1, BYTE_1, UNUSED_PAD);