Home
last modified time | relevance | path

Searched refs:detectUSatPattern (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.cpp40935 static SDValue detectUSatPattern(SDValue In, EVT VT, SelectionDAG &DAG, in detectUSatPattern() function
41088 } else if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat()
41701 if (SDValue Val = detectUSatPattern(St->getValue(), St->getMemoryVT(), in combineStore()
42425 if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49934 static SDValue detectUSatPattern(SDValue In, EVT VT, SelectionDAG &DAG, in detectUSatPattern() function
50087 } else if (SDValue USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat()
50847 if (SDValue Val = detectUSatPattern(St->getValue(), St->getMemoryVT(), in combineStore()
51893 if (SDValue USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC()