Searched refs:InVec2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8133 SDValue InVec2, InVec3; in LowerToHorizontalOp() local 8138 isHorizontalBinOpPart(BV, ISD::ADD, DAG, Half, NumElts, InVec2, in LowerToHorizontalOp() 8140 ((InVec0.isUndef() || InVec2.isUndef()) || InVec0 == InVec2) && in LowerToHorizontalOp() 8145 isHorizontalBinOpPart(BV, ISD::SUB, DAG, Half, NumElts, InVec2, in LowerToHorizontalOp() 8147 ((InVec0.isUndef() || InVec2.isUndef()) || InVec0 == InVec2) && in LowerToHorizontalOp() 8162 SDValue V0 = InVec0.isUndef() ? InVec2 : InVec0; in LowerToHorizontalOp()
|