Searched refs:SDWADstOperand (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 44 class SDWADstOperand; 164 class SDWADstOperand : public SDWAOperand { class 170 SDWADstOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp, in SDWADstOperand() function in __anon5b8513100111::SDWADstOperand 189 class SDWADstPreserveOperand : public SDWADstOperand { 196 : SDWADstOperand(TargetOp, ReplacedOp, DstSel_, UNUSED_PRESERVE), in SDWADstPreserveOperand() 255 void SDWADstOperand::print(raw_ostream& OS) const { in print() 565 MachineInstr *SDWADstOperand::potentialToConvert(const SIInstrInfo *TII, in potentialToConvert() 587 bool SDWADstOperand::convertToSDWA(MachineInstr &MI, const SIInstrInfo *TII) { in convertToSDWA() 620 bool SDWADstOperand::canCombineSelections(const MachineInstr &MI, in canCombineSelections() 654 return SDWADstOperand::convertToSDWA(MI, TII); in convertToSDWA() [all …]
|