Searched refs:detectZextAbsDiff (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 36701 static bool detectZextAbsDiff(const SDValue &Abs, SDValue &Op0, SDValue &Op1) { in detectZextAbsDiff() function 37005 if (!detectZextAbsDiff(Root, Zext0, Zext1)) in combineBasicSADPattern() 44873 if(!detectZextAbsDiff(AbsOp, SadOp0, SadOp1)) in combineLoopSADPattern()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 44110 static bool detectZextAbsDiff(const SDValue &Abs, SDValue &Op0, SDValue &Op1) { in detectZextAbsDiff() function 44528 if (!detectZextAbsDiff(Root, Zext0, Zext1)) in combineBasicSADPattern()
|