Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp40979 static SDValue detectSSatPattern(SDValue In, EVT VT, bool MatchPackUS = false) { in detectSSatPattern() function
41029 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
41054 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
41072 if (auto SSatVal = detectSSatPattern(In, VT)) in combineTruncateWithSat()
41082 if (auto SSatVal = detectSSatPattern(In, VT)) { in combineTruncateWithSat()
41694 if (SDValue Val = detectSSatPattern(St->getValue(), St->getMemoryVT())) in combineStore()
42254 SDValue SSatVal = detectSSatPattern(In, VT); in detectPMADDUBSW()
42420 if (auto SSatVal = detectSSatPattern(In, VT)) in combineVTRUNC()