Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShVT

2584     EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType());
2587 DAG.getConstant(32, SHVT));
2731 EVT SHVT = TLI.getShiftAmountTy(VT);
2736 Tmp2 = DAG.getNode(ISD::SHL, dl, VT, Op, DAG.getConstant(8, SHVT));
2737 Tmp1 = DAG.getNode(ISD::SRL, dl, VT, Op, DAG.getConstant(8, SHVT));
2740 Tmp4 = DAG.getNode(ISD::SHL, dl, VT, Op, DAG.getConstant(24, SHVT));
2741 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, Op, DAG.getConstant(8, SHVT));
2742 Tmp2 = DAG.getNode(ISD::SRL, dl, VT, Op, DAG.getConstant(8, SHVT));
2743 Tmp1 = DAG.getNode(ISD::SRL, dl, VT, Op, DAG.getConstant(24, SHVT));
2750 Tmp8 = DAG.getNode(ISD::SHL, dl, VT, Op, DAG.getConstant(56, SHVT));
2751 Tmp7 = DAG.getNode(ISD::SHL, dl, VT, Op, DAG.getConstant(40, SHVT));
2752 Tmp6 = DAG.getNode(ISD::SHL, dl, VT, Op, DAG.getConstant(24, SHVT));
2753 Tmp5 = DAG.getNode(ISD::SHL, dl, VT, Op, DAG.getConstant(8, SHVT));
2754 Tmp4 = DAG.getNode(ISD::SRL, dl, VT, Op, DAG.getConstant(8, SHVT));
2755 Tmp3 = DAG.getNode(ISD::SRL, dl, VT, Op, DAG.getConstant(24, SHVT));
2756 Tmp2 = DAG.getNode(ISD::SRL, dl, VT, Op, DAG.getConstant(40, SHVT));
2757 Tmp1 = DAG.getNode(ISD::SRL, dl, VT, Op, DAG.getConstant(56, SHVT));
2794 EVT ShVT = TLI.getShiftAmountTy(VT);
2812 DAG.getConstant(1, ShVT)),
2819 DAG.getConstant(2, ShVT)),
2825 DAG.getConstant(4, ShVT))),
2830 DAG.getConstant(Len - 8, ShVT));
2845 EVT ShVT = TLI.getShiftAmountTy(VT);
2848 SDValue Tmp3 = DAG.getConstant(1ULL << i, ShVT);