reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
44073   if (SDValue MAdd = matchPMADDWD(DAG, Op0, Op1, SDLoc(N), VT, Subtarget))
44075   if (SDValue MAdd = matchPMADDWD_2(DAG, Op0, Op1, SDLoc(N), VT, Subtarget))
44082       isHorizontalBinOp(Op0, Op1, DAG, Subtarget, true)) {
44087     return SplitOpsAndApply(DAG, Subtarget, SDLoc(N), VT, {Op0, Op1},
44103       return DAG.getNode(ISD::SUB, DL, VT, Op1, SExt);
44106     if (Op1.getOpcode() == ISD::ZERO_EXTEND &&
44107         Op1.getOperand(0).getValueType().getVectorElementType() == MVT::i1 &&
44108         TLI.isTypeLegal(Op1.getOperand(0).getValueType())) {
44110       SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op1.getOperand(0));