Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49996 static SDValue detectSSatPattern(SDValue In, EVT VT, bool MatchPackUS = false) { in detectSSatPattern() function
50046 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
50071 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
50088 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineTruncateWithSat()
50099 if (SDValue SSatVal = detectSSatPattern(In, VT)) { in combineTruncateWithSat()
50858 if (SDValue Val = detectSSatPattern(St->getValue(), St->getMemoryVT())) in combineStore()
51739 SDValue SSatVal = detectSSatPattern(In, VT); in detectPMADDUBSW()
51906 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineVTRUNC()