Searched refs:detectSSatPattern (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 48673 static SDValue detectSSatPattern(SDValue In, EVT VT, bool MatchPackUS = false) { in detectSSatPattern() function 48723 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() 48748 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat() 48765 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineTruncateWithSat() 48776 if (SDValue SSatVal = detectSSatPattern(In, VT)) { in combineTruncateWithSat() 49535 if (SDValue Val = detectSSatPattern(St->getValue(), St->getMemoryVT())) in combineStore() 50416 SDValue SSatVal = detectSSatPattern(In, VT); in detectPMADDUBSW() 50583 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineVTRUNC()
|