Searched refs:detectUSatPattern (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 40932 static SDValue detectUSatPattern(SDValue In, EVT VT, SelectionDAG &DAG, in detectUSatPattern() function 41085 } else if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) { in combineTruncateWithSat() 41698 if (SDValue Val = detectUSatPattern(St->getValue(), St->getMemoryVT(), in combineStore() 42422 if (auto USatVal = detectUSatPattern(In, VT, DAG, DL)) in combineVTRUNC()
|