Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp335 static std::optional<SdwaSel> combineSdwaSel(SdwaSel Sel, SdwaSel OperandSel) { in combineSdwaSel() argument
337 return OperandSel; in combineSdwaSel()
339 if (Sel == OperandSel || OperandSel == SdwaSel::DWORD) in combineSdwaSel()
346 if (OperandSel == SdwaSel::WORD_0) in combineSdwaSel()
349 if (OperandSel == SdwaSel::WORD_1) { in combineSdwaSel()