Lines Matching refs:SDWADstOperand
40 class SDWADstOperand;
144 class SDWADstOperand : public SDWAOperand { class
151 SDWADstOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp, in SDWADstOperand() function in __anona3dad2400111::SDWADstOperand
166 class SDWADstPreserveOperand : public SDWADstOperand {
173 : SDWADstOperand(TargetOp, ReplacedOp, DstSel_, UNUSED_PRESERVE), in SDWADstPreserveOperand()
230 void SDWADstOperand::print(raw_ostream& OS) const { in print()
413 MachineInstr *SDWADstOperand::potentialToConvert(const SIInstrInfo *TII) { in potentialToConvert()
432 bool SDWADstOperand::convertToSDWA(MachineInstr &MI, const SIInstrInfo *TII) { in convertToSDWA()
489 return SDWADstOperand::convertToSDWA(MI, TII); in convertToSDWA()
552 return std::make_unique<SDWADstOperand>( in matchSDWAOperand()
590 return std::make_unique<SDWADstOperand>(Dst, Src1, BYTE_1, UNUSED_PAD); in matchSDWAOperand()