Searched refs:detectAVGPattern (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 49804 static SDValue detectAVGPattern(SDValue In, EVT VT, SelectionDAG &DAG, in detectAVGPattern() function 50561 if (SDValue Avg = detectAVGPattern(St->getValue(), St->getMemoryVT(), DAG, in combineStore() 51389 if (SDValue Avg = detectAVGPattern(Src, VT, DAG, Subtarget, DL)) in combineTruncate()
|