Home
last modified time | relevance | path

Searched refs:SDWADstOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp40 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()
[all …]