Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49667 static SDValue detectSSatPattern(SDValue In, EVT VT, bool MatchPackUS = false) { in detectSSatPattern() function
49717 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
49742 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
49757 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineTruncateWithSat()
49768 if (SDValue SSatVal = detectSSatPattern(In, VT)) { in combineTruncateWithSat()
50568 if (SDValue Val = detectSSatPattern(St->getValue(), St->getMemoryVT())) in combineStore()
51258 SDValue SSatVal = detectSSatPattern(In, VT); in detectPMADDUBSW()
51421 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineVTRUNC()