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},
44098     if (Op0.getOpcode() == ISD::ZERO_EXTEND &&
44099         Op0.getOperand(0).getValueType().getVectorElementType() == MVT::i1 &&
44100         TLI.isTypeLegal(Op0.getOperand(0).getValueType())) {
44102       SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op0.getOperand(0));
44111       return DAG.getNode(ISD::SUB, DL, VT, Op0, SExt);