Home
last modified time | relevance | path

Searched refs:AbsOp (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44861 SDValue AbsOp = N->getOperand(0); in combineLoopSADPattern() local
44863 if (AbsOp.getOpcode() != ISD::ABS) in combineLoopSADPattern()
44864 std::swap(AbsOp, OtherOp); in combineLoopSADPattern()
44865 if (AbsOp.getOpcode() != ISD::ABS) in combineLoopSADPattern()
44870 if(!detectZextAbsDiff(AbsOp, SadOp0, SadOp1)) in combineLoopSADPattern()