Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1130 MachineOperand *Src0Sel = TII->getNamedOperand(MI, AMDGPU::OpName::src0_sel); in convertToSDWA() local
1131 if (Src0Sel) { in convertToSDWA()
1132 SDWAInst.add(*Src0Sel); in convertToSDWA()