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

References

lib/Target/X86/X86ISelLowering.cpp
36394     return IsPextr ? DAG.getConstant(0, dl, VT) : DAG.getUNDEF(VT);
36405         return IsPextr ? DAG.getConstant(0, dl, VT) : DAG.getUNDEF(VT);
36407                              dl, VT);
36424       Scl = DAG.getNode(ISD::TRUNCATE, dl, SrcVT.getScalarType(), Scl);
36425       return DAG.getZExtOrTrunc(Scl, dl, VT);
36454       return DAG.getNode(X86ISD::MMX_MOVD2W, dl, MVT::i32, MMXSrc);
36495               combineBitcastvxi1(DAG, BCVT, InputVector, dl, Subtarget)) {
36500           SDValue Mask = DAG.getConstant(MaskBit, dl, BCVT);
36501           SDValue Res = DAG.getNode(ISD::AND, dl, BCVT, BC, Mask);
36502           Res = DAG.getSetCC(dl, MVT::i1, Res, Mask, ISD::SETEQ);