Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40982 static SDValue detectSSatPattern(SDValue In, EVT VT, bool MatchPackUS = false) { in detectSSatPattern() function
41032 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
41057 if (auto USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
41075 if (auto SSatVal = detectSSatPattern(In, VT)) in combineTruncateWithSat()
41085 if (auto SSatVal = detectSSatPattern(In, VT)) { in combineTruncateWithSat()
41697 if (SDValue Val = detectSSatPattern(St->getValue(), St->getMemoryVT())) in combineStore()
42257 SDValue SSatVal = detectSSatPattern(In, VT); in detectPMADDUBSW()
42423 if (auto SSatVal = detectSSatPattern(In, VT)) in combineVTRUNC()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49981 static SDValue detectSSatPattern(SDValue In, EVT VT, bool MatchPackUS = false) { in detectSSatPattern() function
50031 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
50056 if (SDValue USatVal = detectSSatPattern(In, VT, true)) { in combineTruncateWithSat()
50073 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineTruncateWithSat()
50084 if (SDValue SSatVal = detectSSatPattern(In, VT)) { in combineTruncateWithSat()
50843 if (SDValue Val = detectSSatPattern(St->getValue(), St->getMemoryVT())) in combineStore()
51724 SDValue SSatVal = detectSSatPattern(In, VT); in detectPMADDUBSW()
51891 if (SDValue SSatVal = detectSSatPattern(In, VT)) in combineVTRUNC()