Searched refs:SDWAOperand (Results 1 – 1 of 1) sorted by relevance
65 class SDWAOperand;70 using SDWAOperandsVector = SmallVector<SDWAOperand *, 4>;92 std::unique_ptr<SDWAOperand> matchSDWAOperand(MachineInstr &MI);107 class SDWAOperand { class113 SDWAOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp) in SDWAOperand() function in __anon536d3cb50111::SDWAOperand119 virtual ~SDWAOperand() = default;140 class SDWASrcOperand : public SDWAOperand {151 : SDWAOperand(TargetOp, ReplacedOp), in SDWASrcOperand()170 class SDWADstOperand : public SDWAOperand {546 std::unique_ptr<SDWAOperand>[all …]