Home
last modified time | relevance | path

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 DX86ISelLowering.cpp36701 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 DX86ISelLowering.cpp44110 static bool detectZextAbsDiff(const SDValue &Abs, SDValue &Op0, SDValue &Op1) { in detectZextAbsDiff() function
44528 if (!detectZextAbsDiff(Root, Zext0, Zext1)) in combineBasicSADPattern()