Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp40 class SDWAOperand;
45 using SDWAOperandsVector = SmallVector<SDWAOperand *, 4>;
67 std::unique_ptr<SDWAOperand> matchSDWAOperand(MachineInstr &MI);
82 class SDWAOperand { class
88 SDWAOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp) in SDWAOperand() function in __anon0f4c5ec60111::SDWAOperand
94 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 …]
H A DSIInstrInfo.td1024 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">;