Searched refs:SDWAOperand (Results 1 – 2 of 2) sorted by relevance
40 class SDWAOperand;45 using SDWAOperandsVector = SmallVector<SDWAOperand *, 4>;67 std::unique_ptr<SDWAOperand> matchSDWAOperand(MachineInstr &MI);82 class SDWAOperand { class88 SDWAOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp) in SDWAOperand() function in __anon0f4c5ec60111::SDWAOperand94 virtual ~SDWAOperand() = default;115 class SDWASrcOperand : public SDWAOperand {126 : SDWAOperand(TargetOp, ReplacedOp), in SDWASrcOperand()145 class SDWADstOperand : public SDWAOperand {521 std::unique_ptr<SDWAOperand>[all …]
1024 class SDWAOperand<string Id, string Name = NAME>1081 def dst_sel : SDWAOperand<"dst_sel", "SDWADstSel">;1082 def src0_sel : SDWAOperand<"src0_sel", "SDWASrc0Sel">;1083 def src1_sel : SDWAOperand<"src1_sel", "SDWASrc1Sel">;